All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/1] tricore queue
@ 2021-02-10  9:29 Bastian Koppelmann
  2021-02-10  9:29 ` [PULL 1/1] tricore: added triboard with tc27x_soc Bastian Koppelmann
  2021-02-10 11:18 ` [PULL 0/1] tricore queue Philippe Mathieu-Daudé
  0 siblings, 2 replies; 9+ messages in thread
From: Bastian Koppelmann @ 2021-02-10  9:29 UTC (permalink / raw)
  To: peter.maydell; +Cc: kbastian, qemu-devel

The following changes since commit 1214d55d1c41fbab3a9973a05085b8760647e411:

  Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into staging (2021-02-09 13:24:37 +0000)

are available in the Git repository at:

  https://github.com/bkoppelmann/qemu.git tags/pull-tricore-20210210

for you to fetch changes up to 52be63523e80bc92b8192a1e445fe499650085ac:

  tricore: added triboard with tc27x_soc (2021-02-10 10:26:38 +0100)

----------------------------------------------------------------
added triboard with tc27x_soc

----------------------------------------------------------------
Andreas Konopik (1):
      tricore: added triboard with tc27x_soc

 default-configs/devices/tricore-softmmu.mak |   2 +-
 hw/tricore/Kconfig                          |   8 +
 hw/tricore/meson.build                      |   2 +
 hw/tricore/tc27x_soc.c                      | 246 ++++++++++++++++++++++++++++
 hw/tricore/triboard.c                       |  98 +++++++++++
 include/hw/tricore/tc27x_soc.h              | 129 +++++++++++++++
 include/hw/tricore/triboard.h               |  50 ++++++
 7 files changed, 534 insertions(+), 1 deletion(-)
 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


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PULL 0/1] tricore queue
@ 2020-09-01  9:59 Bastian Koppelmann
  2020-09-01 14:18 ` Peter Maydell
  0 siblings, 1 reply; 9+ messages in thread
From: Bastian Koppelmann @ 2020-09-01  9:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-02-10 14:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10  9:29 [PULL 0/1] tricore queue Bastian Koppelmann
2021-02-10  9:29 ` [PULL 1/1] tricore: added triboard with tc27x_soc Bastian Koppelmann
2021-02-10 11:18 ` [PULL 0/1] tricore queue Philippe Mathieu-Daudé
2021-02-10 12:18   ` Bastian Koppelmann
2021-02-10 14:44     ` Philippe Mathieu-Daudé
  -- strict thread matches above, loose matches on Subject: below --
2020-09-01  9:59 Bastian Koppelmann
2020-09-01 14:18 ` Peter Maydell
2020-09-02 12:55   ` Bastian Koppelmann
2020-10-28 11:19     ` Konopik, Andreas (EFS-GH2)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.