qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Define Impl. Def. registers for Neoverse-N1
@ 2023-03-03 16:15 Chen Baozi
  2023-03-03 16:15 ` [PATCH 1/2] target/arm: Add Neoverse-N1 registers Chen Baozi
  2023-03-03 16:15 ` [PATCH 2/2] target/arm: Add DynamIQ Shared Unit control registers Chen Baozi
  0 siblings, 2 replies; 7+ messages in thread
From: Chen Baozi @ 2023-03-03 16:15 UTC (permalink / raw)
  To: qemu-devel

When booting sbsa-ref board with Neoverse-N1, TF-A's would try to access
implementation defined registers in it as well as in DSU for errata.
Add the definitions for these system registers to make sbsa-ref boot
with Neoverse-N1.

I have noticed that there is a patch series under review which move TCG
CPUs into tcg/. Therefore this patch should be rework once that patch
has been merged.

Chen Baozi (2):
  target/arm: Add Neoverse-N1 registers
  target/arm: Add DynamIQ Shared Unit control registers

 target/arm/cpu64.c     |   2 +
 target/arm/cpu_tcg.c   | 114 +++++++++++++++++++++++++++++++++++++++++
 target/arm/internals.h |   2 +
 3 files changed, 118 insertions(+)

-- 
2.37.3



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

end of thread, other threads:[~2023-03-06 14:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-03 16:15 [PATCH 0/2] Define Impl. Def. registers for Neoverse-N1 Chen Baozi
2023-03-03 16:15 ` [PATCH 1/2] target/arm: Add Neoverse-N1 registers Chen Baozi
2023-03-06  8:52   ` Marcin Juszkiewicz
2023-03-06 11:33   ` Peter Maydell
2023-03-06 14:29     ` Chen Baozi
2023-03-03 16:15 ` [PATCH 2/2] target/arm: Add DynamIQ Shared Unit control registers Chen Baozi
2023-03-06 12:32   ` Peter Maydell

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).