OSDN Git Service

hw/arm/mps2-tz: Add new mps3-an524 board
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Feb 2021 11:51:34 +0000 (11:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 6 Mar 2021 13:30:39 +0000 (13:30 +0000)
commit25ff112a8ccaac94ea46c12ef6539da18f70c1c5
treefd0e54247363fec5077f417f09102f1f2380a1e5
parenta113aef998fe02154d2c95f34d38975648011dbb
hw/arm/mps2-tz: Add new mps3-an524 board

Add support for the mps3-an524 board; this is an SSE-200 based FPGA
image, like the existing mps2-an521.  It has a usefully larger amount
of RAM, and a PL031 RTC, as well as some more minor differences.

In real hardware this image runs on a newer generation of the FPGA
board, the MPS3 rather than the older MPS2.  Architecturally the two
boards are similar, so we implement the MPS3 boards in the mps2-tz.c
file as variations of the existing MPS2 boards.

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