On 2/15/21 3:51 AM, Peter Maydell wrote:
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.mayd...@linaro.org> --- hw/arm/mps2-tz.c | 175 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 138 insertions(+), 37 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~