linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: BCM: Restrict Broadcom BCM470X / BCM5301X to non-LPAE
@ 2015-07-14 18:12 Florian Fainelli
  2015-07-14 20:43 ` Arnd Bergmann
  0 siblings, 1 reply; 9+ messages in thread
From: Florian Fainelli @ 2015-07-14 18:12 UTC (permalink / raw)
  To: linux-arm-kernel

Cortex-A9 on at least BCM4708 SoCs are not LPAE capable, booting such a
kernel will result in the following:

Error: Kernel with LPAE support, but CPU does not support LPAE.

Restrict such SoCs to be built in a configuration that does not enable
ARM_LPAE.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/mach-bcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 0ac9e4b3b265..153a660da004 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -38,6 +38,7 @@ config ARCH_BCM_CYGNUS
 config ARCH_BCM_5301X
 	bool "Broadcom BCM470X / BCM5301X ARM SoC" if ARCH_MULTI_V7
 	select ARCH_BCM_IPROC
+	depends on !ARM_LPAE
 	help
 	  Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores.
 
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-07-16 14:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-14 18:12 [PATCH] ARM: BCM: Restrict Broadcom BCM470X / BCM5301X to non-LPAE Florian Fainelli
2015-07-14 20:43 ` Arnd Bergmann
2015-07-14 21:29   ` Florian Fainelli
2015-07-15 10:08     ` Arnd Bergmann
2015-07-15 16:38       ` Florian Fainelli
2015-07-15 20:41         ` Arnd Bergmann
2015-07-15 20:58           ` Gregory Fong
2015-07-15 21:00           ` Russell King - ARM Linux
2015-07-16 14:37             ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).