[coreboot-gerrit] Patch set updated for coreboot: intel/skylake: Select VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Sun Jul 24 03:47:27 CEST 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15804

-gerrit

commit 157e31e5f7d3f8e9ebf2002cd9281ed2d81360ae
Author: Furquan Shaikh <furquan at google.com>
Date:   Fri Jul 22 09:20:56 2016 -0700

    intel/skylake: Select VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT
    
    This allows the board to save the recovery request in case of unexpected
    reboots caused by FSP.
    
    BUG=chrome-os-partner:55431
    
    Change-Id: I0b7ce14868a322072d3e60c1dae43f211b43fdbf
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/soc/intel/skylake/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 6d65ad5..0f00d86 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -60,6 +60,7 @@ config CHROMEOS
 	select LID_SWITCH
 	select VBOOT_EC_SLOW_UPDATE
 	select VBOOT_OPROM_MATTERS
+	select VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT
 	select VIRTUAL_DEV_SWITCH
 
 config BOOTBLOCK_CPU_INIT



More information about the coreboot-gerrit mailing list