[coreboot-gerrit] Patch set updated for coreboot: b524876 baytrail: select PLATFORM_HAS_EARLY_WRITABLE_GLOBALS

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Wed Apr 1 21:45:35 CEST 2015


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8986

-gerrit

commit b52487629293d6de4d1c5a63c6b3f5ff23872ab0
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Tue Mar 24 11:33:03 2015 -0500

    baytrail: select PLATFORM_HAS_EARLY_WRITABLE_GLOBALS
    
    This platform supports PLATFORM_HAS_EARLY_WRITABLE_GLOBALS
    in that CAR region can be migrated and the data can be maintained
    across the CAR tear down boundary.
    
    Change-Id: I232613ebb641eb9d8fc61af4ba8d2e9b66ec5e51
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/soc/intel/baytrail/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/baytrail/Kconfig b/src/soc/intel/baytrail/Kconfig
index 214a1ac..fbd2b01 100644
--- a/src/soc/intel/baytrail/Kconfig
+++ b/src/soc/intel/baytrail/Kconfig
@@ -21,6 +21,7 @@ config CPU_SPECIFIC_OPTIONS
 	select HAVE_HARD_RESET
 	select MMCONF_SUPPORT
 	select MMCONF_SUPPORT_DEFAULT
+	select PLATFORM_HAS_EARLY_WRITABLE_GLOBALS
 	select RELOCATABLE_MODULES
 	select RELOCATABLE_RAMSTAGE
 	select PARALLEL_MP



More information about the coreboot-gerrit mailing list