OSDN Git Service

hw/arm_boot.c: Support DTBs which use 64 bit addresses
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)
commit9bfa659e6b33327e77d08018661fd1d707377e60
tree4927c4aa27ce38fcf503cca5c0308981561fe954
parentf0aa713f65e83ff39882b6c21d4b83500bf5ae80
hw/arm_boot.c: Support DTBs which use 64 bit addresses

Support the case where the device tree blob specifies that
#address-cells and #size-cells are greater than 1. (This
is needed for device trees which can handle 64 bit physical
addresses and thus total RAM sizes over 4GB.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
hw/arm_boot.c