From c613fc97fafcbf28a24623d8a65c982273a1083f Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 25 Oct 2018 14:16:21 -0400 Subject: 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 --- projects/coreboot/configs/veyron/minnie/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'projects/coreboot') 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 -- cgit v1.2.3-70-g09d2