[coreboot-gerrit] New patch to review for coreboot: soc/intel/quark: Make ramstage relocatable

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Sun Jul 31 02:18:42 CEST 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/15994

-gerrit

commit 0dad61473e6c07e5be79509611546aec176f36dc
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Thu Jul 21 14:14:02 2016 -0700

    soc/intel/quark: Make ramstage relocatable
    
    Relocate ramstage into CBMEM.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I38861f2af4b7b976c7ebb7226d81242f950981e3
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/soc/intel/quark/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig
index 2b6a0eb..b2473dc 100644
--- a/src/soc/intel/quark/Kconfig
+++ b/src/soc/intel/quark/Kconfig
@@ -30,6 +30,7 @@ config CPU_SPECIFIC_OPTIONS
 	select C_ENVIRONMENT_BOOTBLOCK
 	select HAVE_HARD_RESET
 	select REG_SCRIPT
+	select RELOCATABLE_RAMSTAGE
 	select SOC_INTEL_COMMON
 	select SOC_SETS_MSRS
 	select TSC_CONSTANT_RATE



More information about the coreboot-gerrit mailing list