From: David Brenken <david.brenken@efs-auto.org>
To: qemu-devel@nongnu.org
Cc: kbastian@mail.uni-paderborn.de,
Andreas Konopik <andreas.konopik@efs-auto.de>
Subject: [PATCH v3 0/1] tricore: added triboard with tc27x_soc
Date: Mon, 22 Jun 2020 15:19:33 +0200 [thread overview]
Message-ID: <20200622131934.10328-1-david.brenken@efs-auto.org> (raw)
From: Andreas Konopik <andreas.konopik@efs-auto.de>
Hello everyone,
this patch adds the AURIX TC277 D-Step TriBoard as QEMU machine
(-M AURIX_TriBoard_TC277D). Memory maps are implemented according to the
"AURIX TC27x D-Step User's Manual V2.2 2014-12". AURIX memory layouts
are specified by the processor, that is why this patch has been reworked as a
SoC-implementation for v2. Patch v3 added sizes to memory mappings.
Andreas Konopik (1):
tricore: added triboard with tc27x_soc
hw/tricore/Kconfig | 8 ++
hw/tricore/Makefile.objs | 2 +
hw/tricore/tc27x_soc.c | 246 +++++++++++++++++++++++++++++++++
hw/tricore/triboard.c | 102 ++++++++++++++
include/hw/tricore/tc27x_soc.h | 139 +++++++++++++++++++
include/hw/tricore/triboard.h | 53 +++++++
6 files changed, 550 insertions(+)
create mode 100644 hw/tricore/tc27x_soc.c
create mode 100644 hw/tricore/triboard.c
create mode 100644 include/hw/tricore/tc27x_soc.h
create mode 100644 include/hw/tricore/triboard.h
--
2.27.0
next reply other threads:[~2020-06-22 13:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-22 13:19 David Brenken [this message]
2020-06-22 13:19 ` [PATCH v3 1/1] tricore: added triboard with tc27x_soc David Brenken
2020-06-24 8:26 ` Bastian Koppelmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200622131934.10328-1-david.brenken@efs-auto.org \
--to=david.brenken@efs-auto.org \
--cc=andreas.konopik@efs-auto.de \
--cc=kbastian@mail.uni-paderborn.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).