[coreboot-gerrit] Patch set updated for coreboot: 9504823 broadwell: select PLATFORM_HAS_EARLY_WRITABLE_GLOBALS

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Wed Apr 1 21:31:17 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/8984

-gerrit

commit 95048238e8e0fddd571cfd1c7a7abf48bec31181
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Mar 25 10:44:53 2015 -0500

    broadwell: 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: Iff3372fabc684bf8742e8f7fbfde9fbc105a7aa7
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/soc/intel/broadwell/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig
index c147663..c81fa6e 100644
--- a/src/soc/intel/broadwell/Kconfig
+++ b/src/soc/intel/broadwell/Kconfig
@@ -29,6 +29,7 @@ config CPU_SPECIFIC_OPTIONS
 	select IOAPIC
 	select MMCONF_SUPPORT
 	select MMCONF_SUPPORT_DEFAULT
+	select PLATFORM_HAS_EARLY_WRITABLE_GLOBALS
 	select RELOCATABLE_MODULES
 	select RELOCATABLE_RAMSTAGE
 	select REG_SCRIPT



More information about the coreboot-gerrit mailing list