[coreboot-gerrit] New patch to review for coreboot: soc/intel/quark: Fix serial port configuration

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Wed Dec 28 22:11:47 CET 2016


Lee Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17984

-gerrit

commit f5d2f944e0ae974abdb2b24043e2397be11e8a29
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Wed Dec 28 12:53:37 2016 -0800

    soc/intel/quark: Fix serial port configuration
    
    Fix serial port configuration broken by how PCI configuration space was
    referenced introduced by change 3d15e10aef5811e8c7146e5defb0e36b848547ed
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I2ab52cf598795e94f1f16977f8d12b7fdd95e146
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/soc/intel/quark/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig
index 33b3cf8..5a48847 100644
--- a/src/soc/intel/quark/Kconfig
+++ b/src/soc/intel/quark/Kconfig
@@ -29,6 +29,7 @@ config CPU_SPECIFIC_OPTIONS
 	select BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP
 	select C_ENVIRONMENT_BOOTBLOCK
 	select HAVE_HARD_RESET
+	select NO_MMCONF_SUPPORT
 	select REG_SCRIPT
 	select RELOCATABLE_RAMSTAGE
 	select SOC_INTEL_COMMON
@@ -40,6 +41,10 @@ config CPU_SPECIFIC_OPTIONS
 	select UNCOMPRESSED_RAMSTAGE
 	select USE_MARCH_586
 
+config MMCOMF_SUPPORT_DEFAULT
+	bool
+	default n
+
 #####
 # Debug serial output
 #     The following options configure the debug serial port



More information about the coreboot-gerrit mailing list