[coreboot-gerrit] New patch to review for coreboot: 67d4bc5 baytrail_fsp: Fix the mmconf Kconfig

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Mon Jun 23 06:06:30 CEST 2014


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6095

-gerrit

commit 67d4bc5d3962dc3c925b1863b6588483af4f0277
Author: Martin Roth <martin.roth at se-eng.com>
Date:   Sun Jun 22 22:05:24 2014 -0600

    baytrail_fsp: Fix the mmconf Kconfig
    
    The override value in the mainboard that was removed was correct.
    
    Change-Id: Ie820df0d6b7a713488173240f0c0ca4a9e108f71
    Signed-off-by: Martin Roth <martin.roth at se-eng.com>
---
 src/soc/intel/fsp_baytrail/Kconfig | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/soc/intel/fsp_baytrail/Kconfig b/src/soc/intel/fsp_baytrail/Kconfig
index bce5542..312449e 100644
--- a/src/soc/intel/fsp_baytrail/Kconfig
+++ b/src/soc/intel/fsp_baytrail/Kconfig
@@ -53,9 +53,7 @@ config BOOTBLOCK_CPU_INIT
 
 config MMCONF_BASE_ADDRESS
 	hex
-	default 0x80000000
-	help
-	  This is set by the FSP
+	default 0xe0000000
 
 config MAX_CPUS
 	int



More information about the coreboot-gerrit mailing list