]> git.ipfire.org Git - thirdparty/qemu.git/commit
Versatile Express: Fix NOR flash 0 address and remove flash alias
authorFrancesco Lavra <francescolavra.fl@gmail.com>
Wed, 19 Sep 2012 05:51:58 +0000 (05:51 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:21 +0000 (21:44 -0500)
commit3e1954cb4aff1cb4108903d7b43fb93c4482dff1
tree9beb50906b80e2bb9f55cac4bda0974afc3519e8
parent14bdf978efc5de2a6b6d1f17f8561a2ac6c58541
Versatile Express: Fix NOR flash 0 address and remove flash alias

In the A series memory map (implemented in the Cortex A15 CoreTile), the
first NOR flash bank (flash 0) is mapped to address 0x08000000, while
address 0x00000000 can be configured as alias to either the first or the
second flash bank. This patch fixes the definition of flash 0 address,
and for simplicity removes the alias definition.

Signed-off-by: Francesco Lavra <francescolavra.fl@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 661bafb3e14bfffcb0a7c7910534c7944608ca45)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/vexpress.c