aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/Kconfig
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2008-12-01 09:54:55 -0500
committerCatalin Marinas <catalin.marinas@arm.com>2008-12-01 09:54:55 -0500
commit70bb62f8ecdda2d172b05d33b0e6750e3fe6d1c7 (patch)
tree40342bddef6912e4f6fee821f2fb2e4e84b4382b /arch/arm/mach-realview/Kconfig
parent877d1f338912c1bf49a026eeca1d411755efece5 (diff)
RealView: Allow PHYS_OFFSET at 0x70000000
RealView boards like PB11MPCore have 512MB of RAM available contiguously at 0x70000000. Half of the memory is mirrored at 0x00000000 for backwards compatibility. This patch adds the CONFIG_REALVIEW_HIGH_PHYS_OFFSET option option to change the physical base address so that the full amount of RAM is available to Linux. Note that the EB board has 256MB of RAM also mirrored at 0x70000000, the only board without this feature being PB1176. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/mach-realview/Kconfig')
-rw-r--r--arch/arm/mach-realview/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig
index 5ccde7cf39e8..6695fb33afbf 100644
--- a/arch/arm/mach-realview/Kconfig
+++ b/arch/arm/mach-realview/Kconfig
@@ -37,4 +37,15 @@ config MACH_REALVIEW_PB1176
37 help 37 help
38 Include support for the ARM(R) RealView ARM1176 Platform Baseboard. 38 Include support for the ARM(R) RealView ARM1176 Platform Baseboard.
39 39
40config REALVIEW_HIGH_PHYS_OFFSET
41 bool "High physical base address for the RealView platform"
42 depends on !MACH_REALVIEW_PB1176
43 default y
44 help
45 RealView boards other than PB1176 have the RAM available at
46 0x70000000, 256MB of which being mirrored at 0x00000000. If
47 the board supports 512MB of RAM, this option allows the
48 memory to be accessed contiguously at the high physical
49 offset.
50
40endmenu 51endmenu