hw/arm/mps2-tz: Allow boards to have different PPCInfo data
commitef29e3826be152996b8388656bc9d0dcfc2d43df
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Feb 2021 11:51:29 +0000 (15 11:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 6 Mar 2021 13:30:39 +0000 (6 13:30 +0000)
treedd80e645c5add1f53b5868741b6a7f54e95d9fce
parent8cf68ed9354f3ca68b237ed4fff13c108f0d56dd
hw/arm/mps2-tz: Allow boards to have different PPCInfo data

The AN505 and AN521 have the same device layout, but the AN524 is
somewhat different.  Allow for more than one PPCInfo array, which can
be selected based on the board type.

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