OSDN Git Service

hw/vexpress.c: Allow >4GB of RAM for Cortex-A15 daughterboard
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Jul 2012 12:34:50 +0000 (13:34 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Jul 2012 12:34:50 +0000 (13:34 +0100)
commit25d716998217e1fb37e16774060459c4dfff405e
treec97603973dc9280b39d9ac969d9d239b0960b0bc
parent9bfa659e6b33327e77d08018661fd1d707377e60
hw/vexpress.c: Allow >4GB of RAM for Cortex-A15 daughterboard

Now that we have LPAE support and can handle passing 64 bit
RAM sizes to Linux via the device tree, we can lift the
restriction in the Versatile Express A15 daughterboard model
on not having more than 2GB of RAM. Allow up to 30GB, which
is the maximum that can fit in the address map before running
into the (unmodelled) aliases of the first 2GB.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/vexpress.c