libpayload: Enable vboot integration
This patch introduces building and linking of 3rdparty/vboot with libpayload. VBoot can be enabled by setting CONFIG_LP_VBOOT_LIB. Moreover it can be configured to use either TPM or TPM 2.0 mode, and whether to use SHA256 processor extension instructions on x86. Change-Id: I2d9d766a461edaa0081041c020ecf580fd2ca64e Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60080 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
b7d1b35175
commit
1fa3da4d9b
@@ -227,6 +227,9 @@ config LZ4
|
||||
help
|
||||
Decoder implementation for the LZ4 compression algorithm.
|
||||
Adds standalone functions (CBFS support coming soon).
|
||||
|
||||
source "vboot/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
||||
menu "Console Options"
|
||||
|
Reference in New Issue
Block a user