]> git.proxmox.com Git - qemu.git/commit
hw/arm/vexpress: Add alias for flash at address 0 on A15 board
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jul 2013 12:49:40 +0000 (13:49 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jul 2013 15:17:59 +0000 (16:17 +0100)
commit8941d6ce25b43824cf96d30cb94742e02e80b2f2
treea6c33d180b2394edea664024cf4042b235ddaaa4
parent7648673636bbd7dcb9abf3cc87a8ba7a65b85436
hw/arm/vexpress: Add alias for flash at address 0 on A15 board

The A15 Versatile Express board can remap a variety of things at address
0. We don't currently emulate the Serial Configuration Controller which
is how the guest can control this remapping, but we can provide the
initial default mapping of the first flash device into this space.
In particular this allows QEMU to boot flash images such as UEFI which
expect to include an exception vector table.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Grant Likely <grant.likely@linaro.org>
Message-id: 1373374180-19884-1-git-send-email-peter.maydell@linaro.org
hw/arm/vexpress.c