diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 14:59:47 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 14:59:47 -0400 |
commit | a926015b50fde1142574ec633f1c7bec1a8143cf (patch) | |
tree | 1b7a41dc027ecbdf7743fbecd7f37fd1601df92e | |
parent | 8417652b36ef8f73dca96d28ca0548dbda411f2d (diff) | |
download | librebootfr-a926015b50fde1142574ec633f1c7bec1a8143cf.tar.gz librebootfr-a926015b50fde1142574ec633f1c7bec1a8143cf.zip |
Enable additional options in Veyron Jerry config
Options updated (with new values):
CONFIG_COMPRESS_RAMSTAGE=y
CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)"
# CONFIG_GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC is not set
-rw-r--r-- | projects/coreboot/configs/veyron/jerry/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/coreboot/configs/veyron/jerry/config b/projects/coreboot/configs/veyron/jerry/config index 6385cc17..9393e7de 100644 --- a/projects/coreboot/configs/veyron/jerry/config +++ b/projects/coreboot/configs/veyron/jerry/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 @@ -589,7 +589,7 @@ CONFIG_GBB_FLAG_DISABLE_FW_ROLLBACK_CHECK=y # CONFIG_GBB_FLAG_ENTER_TRIGGERS_TONORM is not set # CONFIG_GBB_FLAG_FORCE_DEV_BOOT_LEGACY is not set # CONFIG_GBB_FLAG_FAFT_KEY_OVERIDE is not set -CONFIG_GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC=y +# CONFIG_GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC is not set # CONFIG_GBB_FLAG_DEFAULT_DEV_BOOT_LEGACY is not set # CONFIG_GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC is not set # CONFIG_GBB_FLAG_DISABLE_LID_SHUTDOWN is not set |