diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 14:25:17 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 14:25:17 -0400 |
commit | e1db353fe05ef859353055ac7f42e1182cb03c13 (patch) | |
tree | c965d31808cb2c9411cd8808ba3c40db57fac927 /projects | |
parent | 8384e5909c2c203d85a9fcb4074bf99e13b5340f (diff) | |
download | librebootfr-e1db353fe05ef859353055ac7f42e1182cb03c13.tar.gz librebootfr-e1db353fe05ef859353055ac7f42e1182cb03c13.zip |
Enable additional options in Veyron Speedy 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')
-rw-r--r-- | projects/coreboot/configs/veyron/speedy/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/coreboot/configs/veyron/speedy/config b/projects/coreboot/configs/veyron/speedy/config index 6682da18..b4a74b9a 100644 --- a/projects/coreboot/configs/veyron/speedy/config +++ b/projects/coreboot/configs/veyron/speedy/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 @@ -574,7 +574,7 @@ CONFIG_VBOOT_EC_SOFTWARE_SYNC=y # CONFIG_VBOOT_PHYSICAL_REC_SWITCH is not set # 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 @@ -582,8 +582,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 |