[coreboot-gerrit] New patch to review for coreboot: 3f44c76 soc/ipq806x: Disable LPAE mode.

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Apr 14 15:31:52 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9682

-gerrit

commit 3f44c76069bccbf16f8a55cf26932b0dbfa5e6eb
Author: Deepa Dinamani <deepad at codeaurora.org>
Date:   Thu May 1 11:20:49 2014 -0700

    soc/ipq806x: Disable LPAE mode.
    
    LPAE (large physical address extension) is not available on this SOC
    core, do not enable it.
    
    [pg: we already had this one, but somehow LPAE slipped in again]
    
    BUG=chrome-os-partner:27784
    TEST=coreboot still comes up on AP148
    
    Change-Id: Iaa80022c611f7377d8f4100487d32654150836d8
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: e6e12c39efd54e4fcbd444134bf30e211948a71b
    Original-Change-Id: I9e9ad1aeaf613f04987c0c306a574085042d0e7b
    Original-Signed-off-by: Deepa Dinamani <deepad at codeaurora.com>
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/198023
    Original-Reviewed-by: deepa dinamani <deepad at quicinc.com>
---
 src/soc/qualcomm/ipq806x/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig
index 4f6ad1f..ce7a16e 100644
--- a/src/soc/qualcomm/ipq806x/Kconfig
+++ b/src/soc/qualcomm/ipq806x/Kconfig
@@ -5,7 +5,6 @@ config SOC_QC_IPQ806X
 	select ARCH_VERSTAGE_ARMV7
 	select ARCH_ROMSTAGE_ARMV7
 	select ARCH_RAMSTAGE_ARMV7
-	select ARM_LPAE
 	select BOOTBLOCK_CONSOLE
 	select DYNAMIC_CBMEM
 	select HAVE_UART_SPECIAL



More information about the coreboot-gerrit mailing list