hw/arm/mps2-tz: Make RAM arrangement board-specific
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Feb 2021 11:51:30 +0000 (11:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 6 Mar 2021 13:30:39 +0000 (13:30 +0000)
commit4fec32db9c23ac7d04a0d0936b1d3b1b3413f280
tree207f60739e78c50ab0137893159d7570d5a21e82
parentef29e3826be152996b8388656bc9d0dcfc2d43df
hw/arm/mps2-tz: Make RAM arrangement board-specific

The AN505 and AN521 have the same layout of RAM; the AN524 does not.
Replace the current hard-coding of where the RAM is and which parts
of it are behind which MPCs with a data-driven approach.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210215115138.20465-17-peter.maydell@linaro.org
hw/arm/mps2-tz.c