[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] mps3-an524: support memory remapping
From: |
Peter Maydell |
Subject: |
[PATCH 0/3] mps3-an524: support memory remapping |
Date: |
Mon, 12 Apr 2021 14:43:14 +0100 |
The AN524 FPGA image supports two memory maps, which differ
in where the QSPI and BRAM are. In the default map, the BRAM
is at 0x0000_0000, and the QSPI at 0x2800_0000. In the second
map, they are the other way around.
In hardware, the initial mapping can be selected by the user
by writing either "REMAP: BRAM" (the default) or "REMAP: QSPI"
in the board configuration file. The guest can also dynamically
change the mapping via the SCC CFG_REG0 register.
This patchset adds support for the feature to QEMU's model;
the user-sets-the-initial-mapping part is a new machine property
which can be set with "-M remap=QSPI".
This is needed for some guest images -- for instance the
Arm TF-M binaries -- which assume they have the QSPI layout.
Based-on: 20210409150527.15053-1-peter.maydell@linaro.org
("mps3-an524: Fix MPC setting for SRAM block")
though any conflict/dependency would be minor and purely textual.
thanks
-- PMM
Peter Maydell (3):
hw/misc/mps2-scc: Add "QEMU interface" comment
hw/misc/mps2-scc: Support using CFG0 bit 0 for remapping
hw/arm/mps2-tz: Implement AN524 memory remapping via machine property
docs/system/arm/mps2.rst | 10 ++++
include/hw/misc/mps2-scc.h | 21 ++++++++
hw/arm/mps2-tz.c | 106 ++++++++++++++++++++++++++++++++++++-
hw/misc/mps2-scc.c | 13 +++--
4 files changed, 146 insertions(+), 4 deletions(-)
--
2.20.1