diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 14:16:21 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 14:16:21 -0400 |
commit | c613fc97fafcbf28a24623d8a65c982273a1083f (patch) | |
tree | c1545d71c5f3a9e763a0d28f6bb63a3ee73dbaf7 /projects/coreboot | |
parent | 0212ea32d0841ace4fbaa8ff13022aec4c7de3f0 (diff) | |
download | librebootfr-c613fc97fafcbf28a24623d8a65c982273a1083f.tar.gz librebootfr-c613fc97fafcbf28a24623d8a65c982273a1083f.zip |
Enable additional options in Veyron Minnie 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')
-rw-r--r-- | projects/coreboot/configs/veyron/minnie/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/coreboot/configs/veyron/minnie/config b/projects/coreboot/configs/veyron/minnie/config index 92da9488..45672bc9 100644 --- a/projects/coreboot/configs/veyron/minnie/config +++ b/projects/coreboot/configs/veyron/minnie/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 |