diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 15:05:11 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 15:05:11 -0400 |
commit | b1b2a976472c987154871045135fda9b95afa369 (patch) | |
tree | 65d4b4b93a7e1aa7e1c67055ebdd8540305a7ca5 /projects/coreboot/configs/veyron/mickey/config | |
parent | 4b0cd95b7adc9db68eb664fbdd13982b8ae5fb12 (diff) | |
download | librebootfr-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/config')
-rw-r--r-- | projects/coreboot/configs/veyron/mickey/config | 8 |
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 |