commit | 4860a89d1535ef8d4b9418e899a929b8cedeb44f | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jul 16 11:15:58 2012 +0100 |
committer | Peter Maydell <petmay01@cam-vm-266.(none)> | Mon Jul 16 13:03:59 2012 +0100 |
tree | d2d38d90ecd234ffe976392e3a39ca23b70d8260 | |
parent | 3ecd51f261b5c8a9edbad50e7a6a7550386fddce [diff] |
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>