payloads/iPXE: Hook up TRUST_CMD switch
Change-Id: Ia4f5d4140eeb8625c5ee41e38f048658db28a199 Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79684 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Felix Singer
parent
fda9d75d90
commit
0306cc2bbd
9
payloads/external/iPXE/Kconfig
vendored
9
payloads/external/iPXE/Kconfig
vendored
@@ -108,7 +108,16 @@ config IPXE_HAS_HTTPS
|
||||
Enable HTTPS protocol, which allows you to encrypt all communication
|
||||
with a web server and to verify the server's identity
|
||||
|
||||
config PXE_TRUST_CMD
|
||||
bool "Enable TRUST commands"
|
||||
default y
|
||||
help
|
||||
Enable imgverify and imgtrust commands, which allow you to verify
|
||||
digital signature of file prior loading it, and restrict to loading
|
||||
trusted files only.
|
||||
|
||||
endif # BUILD_IPXE
|
||||
|
||||
endmenu
|
||||
|
||||
endif # PXE
|
||||
|
Reference in New Issue
Block a user