qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: [PATCH 1/1] tricore: added AURIX TC277 D-Step TriBoard


From: Philippe Mathieu-Daudé
Subject: Re: AW: [PATCH 1/1] tricore: added AURIX TC277 D-Step TriBoard
Date: Tue, 12 May 2020 10:40:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 5/12/20 10:32 AM, Konopik, Andreas (EFS-GH2) wrote:
Hello Philippe,

thank you for your feedback, implementing the TriBoard within an SoC structure 
seems to be best practice.
We will rewrite the patch accordingly.

I also attached an elf with an empty main-function to test the Machine.

Thanks, I am getting:

$ qemu-system-tricore -M AURIX_TriBoard_TC277D \
  -kernel hello_world.elf -d unimp,in_asm
qemu-system-tricore: function cpu_get_phys_page_attrs_debug not implemented, aborting


Best regards,

Andreas

-----Ursprüngliche Nachricht-----
Von: Philippe Mathieu-Daudé <address@hidden>
Gesendet: Montag, 11. Mai 2020 15:48
An: David Brenken <address@hidden>; address@hidden
Cc: address@hidden; Biermanski, Lars (EFS-GH3)
<address@hidden>; Hofstetter, Georg (EFS-GH2)
<address@hidden>; Brenken, David (EFS-GH5)
<address@hidden>; Rasche, Robert (EFS-GH2) <robert.rasche@efs-
auto.de>; Konopik, Andreas (EFS-GH2) <address@hidden>
Betreff: Re: [PATCH 1/1] tricore: added AURIX TC277 D-Step TriBoard

Hello David,

On 5/11/20 2:21 PM, David Brenken wrote:
From: Andreas Konopik <address@hidden>

Signed-off-by: Andreas Konopik <address@hidden>
Signed-off-by: David Brenken <address@hidden>
Signed-off-by: Georg Hofstetter <address@hidden>
Signed-off-by: Robert Rasche <address@hidden>
Signed-off-by: Lars Biermanski <address@hidden>
---
   hw/tricore/Makefile.objs           |   1 +
   hw/tricore/aurix_triboard_tc277d.c | 240
+++++++++++++++++++++++++++++
   2 files changed, 241 insertions(+)
   create mode 100644 hw/tricore/aurix_triboard_tc277d.c

diff --git a/hw/tricore/Makefile.objs b/hw/tricore/Makefile.objs index
5501f6c1a8..e4a2106dd9 100644
--- a/hw/tricore/Makefile.objs
+++ b/hw/tricore/Makefile.objs
@@ -1 +1,2 @@
   obj-$(CONFIG_TRICORE) += tricore_testboard.o
+obj-$(CONFIG_TRICORE) += aurix_triboard_tc277d.o
diff --git a/hw/tricore/aurix_triboard_tc277d.c
[...]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]