[coreboot-gerrit] New patch to review for coreboot: mainboard/google/reef: explicitly set shipping Chrome OS options

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Mon Jul 18 19:48:31 CEST 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15733

-gerrit

commit 74c24ad99dfe0ca04ce00a609699a8660c94e453
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Jul 15 22:29:18 2016 -0500

    mainboard/google/reef: explicitly set shipping Chrome OS options
    
    The Chrome OS options that will be shipped on this platform were
    being set in the chromium repo with an external config file. Set
    the options in the mainboard Kconfig file so there's no discrepancy
    as to what will be used.
    
    Change-Id: I05f0d1245611c16f54273728519a08e6edff3429
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/reef/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index c16d9b6..99c53db 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -22,7 +22,9 @@ config CHROMEOS
 	select CHROMEOS_VBNV_CMOS_BACKUP_TO_FLASH
 	select EC_SOFTWARE_SYNC
 	select LID_SWITCH
+	select SEPARATE_VERSTAGE
 	select VBOOT_OPROM_MATTERS
+	select VBOOT_STARTS_IN_BOOTBLOCK
 	select VIRTUAL_DEV_SWITCH
 
 config DRIVERS_I2C_DA7219



More information about the coreboot-gerrit mailing list