hw/arm/mps2: New board model mps2-an500
commit6d4811c4b688de368748c8095250ba12c905a21c
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 3 Sep 2020 20:20:47 +0000 (3 21:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Sep 2020 13:23:19 +0000 (14 14:23 +0100)
treebf710de83157944428a2b789510b01d1dc11f3e5
parent897d27260a7eaccbf4ff01e49021205c5616c8ef
hw/arm/mps2: New board model mps2-an500

Implement a model of the MPS2 with the AN500 firmware. This is
similar to the AN385, with the following differences:
 * Cortex-M7 CPU
 * PSRAM is at 0x6000_0000
 * Ethernet is at 0xa000_0000
 * No zbt_boot_ctrl remapping of the low 16K
   (but QEMU doesn't implement this anyway)
 * no "block RAM" at 0x01000000

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20200903202048.15370-3-peter.maydell@linaro.org
docs/system/arm/mps2.rst
hw/arm/mps2.c