All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/7] tricore queue
@ 2021-03-14 13:55 Bastian Koppelmann
  2021-03-14 13:55 ` [PULL 1/7] tricore: added triboard with tc27x_soc Bastian Koppelmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Bastian Koppelmann @ 2021-03-14 13:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: kbastian

The following changes since commit 8e6bc6cdc82d45f203bc9fc4342c0452214c74fe:

  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' into staging (2021-03-12 18:56:56 +0000)

are available in the Git repository at:

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

for you to fetch changes up to a21993c7f98862823280d1eb6d3e93cf6267896f:

  target/tricore: Fix OPC2_32_RRPW_EXTR for width=0 (2021-03-14 14:49:01 +0100)

----------------------------------------------------------------
- Added triboard with tc27x_soc
- Cleaned up get_physical_address()
- Fixed corner case bugs in OPC2_32_RRPW_IMASK and OPC2_32_RRPW_IMASK
  insns

----------------------------------------------------------------
Andreas Konopik (2):
      tricore: added triboard with tc27x_soc
      tricore: fixed faulty conditions for extr and imask

Bastian Koppelmann (2):
      target/tricore: Fix imask OPC2_32_RRPW_IMASK for r3+1 == r2
      target/tricore: Fix OPC2_32_RRPW_EXTR for width=0

Philippe Mathieu-Daudé (3):
      target/tricore: Replace magic value by MMU_DATA_LOAD definition
      target/tricore: Pass MMUAccessType to get_physical_address()
      target/tricore: Remove unused definitions

 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 ++++++
 target/tricore/cpu.h                        |  12 --
 target/tricore/helper.c                     |   9 +-
 target/tricore/translate.c                  |  21 ++-
 10 files changed, 554 insertions(+), 23 deletions(-)
 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-03-15 17:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-14 13:55 [PULL 0/7] tricore queue Bastian Koppelmann
2021-03-14 13:55 ` [PULL 1/7] tricore: added triboard with tc27x_soc Bastian Koppelmann
2021-03-14 13:55 ` [PULL 2/7] target/tricore: Replace magic value by MMU_DATA_LOAD definition Bastian Koppelmann
2021-03-14 13:55 ` [PULL 3/7] target/tricore: Pass MMUAccessType to get_physical_address() Bastian Koppelmann
2021-03-14 13:55 ` [PULL 4/7] target/tricore: Remove unused definitions Bastian Koppelmann
2021-03-14 13:55 ` [PULL 5/7] tricore: fixed faulty conditions for extr and imask Bastian Koppelmann
2021-03-14 13:55 ` [PULL 6/7] target/tricore: Fix imask OPC2_32_RRPW_IMASK for r3+1 == r2 Bastian Koppelmann
2021-03-14 13:55 ` [PULL 7/7] target/tricore: Fix OPC2_32_RRPW_EXTR for width=0 Bastian Koppelmann
2021-03-15 16:53 ` [PULL 0/7] tricore queue Peter Maydell

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.