libpayload/vboot: Enable vboot and x86 SHA extension for ChromeOS
Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: Ia63d44de5440b87cedb35ff92edaa0f35ccd75a4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62122 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
committed by
Felix Held
parent
b17f1cebcb
commit
0ac5ed4490
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
config VBOOT_LIB
|
config VBOOT_LIB
|
||||||
bool "Compile verified boot (vboot) library"
|
bool "Compile verified boot (vboot) library"
|
||||||
|
default y if CHROMEOS
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This option enables compiling and building vboot libraries vboot_fw and tlcl.
|
This option enables compiling and building vboot libraries vboot_fw and tlcl.
|
||||||
@@ -16,6 +17,7 @@ config VBOOT_TPM2_MODE
|
|||||||
|
|
||||||
config VBOOT_X86_SHA_EXT
|
config VBOOT_X86_SHA_EXT
|
||||||
bool "x86 SHA Extension"
|
bool "x86 SHA Extension"
|
||||||
|
default y if CHROMEOS
|
||||||
default n
|
default n
|
||||||
depends on ARCH_X86
|
depends on ARCH_X86
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user