The following changes since commit 2f4c51c0f384d7888a04b4815861e6d5fd244d75:
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200831-pull-request' into staging (2020-08-31 19:39:13 +0100) are available in the Git repository at: https://github.com/bkoppelmann/qemu.git tags/pull-tricore-20200901 for you to fetch changes up to 2c15af48abb71b3cddadd63c5bb416b250f53fef: tricore: added triboard with tc27x_soc (2020-09-01 11:54:11 +0200) ---------------------------------------------------------------- Add the Infineon Aurix D-Step board ---------------------------------------------------------------- Andreas Konopik (1): tricore: added triboard with tc27x_soc hw/tricore/Kconfig | 8 ++ hw/tricore/meson.build | 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
