aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/veyron/mickey
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-10-25 15:05:11 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2018-10-25 15:05:11 -0400
commitb1b2a976472c987154871045135fda9b95afa369 (patch)
tree65d4b4b93a7e1aa7e1c67055ebdd8540305a7ca5 /projects/coreboot/configs/veyron/mickey
parent4b0cd95b7adc9db68eb664fbdd13982b8ae5fb12 (diff)
downloadlibrebootfr-b1b2a976472c987154871045135fda9b95afa369.tar.gz
librebootfr-b1b2a976472c987154871045135fda9b95afa369.zip
Enable additional options in Veyron Mickey config
Options updated (with new values): CONFIG_COMPRESS_RAMSTAGE=y CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)" CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS=y CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON=y
Diffstat (limited to 'projects/coreboot/configs/veyron/mickey')
-rw-r--r--projects/coreboot/configs/veyron/mickey/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/coreboot/configs/veyron/mickey/config b/projects/coreboot/configs/veyron/mickey/config
index ddec5044..d3cdc912 100644
--- a/projects/coreboot/configs/veyron/mickey/config
+++ b/projects/coreboot/configs/veyron/mickey/config
@@ -15,7 +15,7 @@ CONFIG_COMPILER_GCC=y
# CONFIG_CCACHE is not set
# CONFIG_FMD_GENPARSER is not set
# CONFIG_UTIL_GENPARSER is not set
-# CONFIG_COMPRESS_RAMSTAGE is not set
+CONFIG_COMPRESS_RAMSTAGE=y
CONFIG_COMPRESS_PRERAM_STAGES=y
CONFIG_INCLUDE_CONFIG_FILE=y
CONFIG_COLLECT_TIMESTAMPS=y
@@ -557,7 +557,7 @@ CONFIG_VBOOT_OPROM_MATTERS=y
CONFIG_VBOOT_PHYSICAL_REC_SWITCH=y
# CONFIG_VBOOT_LID_SWITCH is not set
# CONFIG_VBOOT_WIPEOUT_SUPPORTED is not set
-CONFIG_VBOOT_FWID_VERSION=".$(KERNELVERSION)"
+CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)"
#
# GBB configuration
@@ -565,8 +565,8 @@ CONFIG_VBOOT_FWID_VERSION=".$(KERNELVERSION)"
CONFIG_GBB_BMPFV_FILE=""
# CONFIG_GBB_FLAG_DEV_SCREEN_SHORT_DELAY is not set
# CONFIG_GBB_FLAG_LOAD_OPTION_ROMS is not set
-# CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS is not set
-# CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON is not set
+CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS=y
+CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON=y
CONFIG_GBB_FLAG_FORCE_DEV_BOOT_USB=y
CONFIG_GBB_FLAG_DISABLE_FW_ROLLBACK_CHECK=y
# CONFIG_GBB_FLAG_ENTER_TRIGGERS_TONORM is not set