mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
sandbox: capsule: Enable EFI capsule module on sandbox variants
Enable the EFI capsule update code on all sandbox variants. This was already enabled on the sandbox, sandbox64 and sandbox_flattree variants. The rest of the variants also have the EFI capsule update module enabled now. With this commit, the mkeficapsule tool also gets enabled on all variants. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b74f62920b
commit
14a0e7c0fa
3 changed files with 6 additions and 0 deletions
|
@ -236,6 +236,8 @@ CONFIG_TPM=y
|
|||
CONFIG_LZ4=y
|
||||
CONFIG_ZSTD=y
|
||||
CONFIG_ERRNO_STR=y
|
||||
CONFIG_EFI_CAPSULE_ON_DISK=y
|
||||
CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
|
||||
CONFIG_UNIT_TEST=y
|
||||
CONFIG_SPL_UNIT_TEST=y
|
||||
CONFIG_UT_TIME=y
|
||||
|
|
|
@ -244,6 +244,8 @@ CONFIG_LZ4=y
|
|||
CONFIG_ZSTD=y
|
||||
CONFIG_ERRNO_STR=y
|
||||
CONFIG_SPL_HEXDUMP=y
|
||||
CONFIG_EFI_CAPSULE_ON_DISK=y
|
||||
CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
|
||||
CONFIG_UNIT_TEST=y
|
||||
CONFIG_SPL_UNIT_TEST=y
|
||||
CONFIG_UT_TIME=y
|
||||
|
|
|
@ -255,6 +255,8 @@ CONFIG_LZ4=y
|
|||
CONFIG_ZSTD=y
|
||||
# CONFIG_VPL_LZMA is not set
|
||||
CONFIG_ERRNO_STR=y
|
||||
CONFIG_EFI_CAPSULE_ON_DISK=y
|
||||
CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
|
||||
CONFIG_UNIT_TEST=y
|
||||
CONFIG_SPL_UNIT_TEST=y
|
||||
CONFIG_UT_TIME=y
|
||||
|
|
Loading…
Reference in a new issue