vpl: Allow signature verification
Add the required Kconfig option so that signatures can be verified when loading a configuration. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8de9896aa6
commit
5981d61178
@ -320,7 +320,6 @@ config VPL_FIT_FULL_CHECK
|
|||||||
config VPL_FIT_SIGNATURE
|
config VPL_FIT_SIGNATURE
|
||||||
bool "Enable signature verification of FIT firmware within VPL"
|
bool "Enable signature verification of FIT firmware within VPL"
|
||||||
depends on VPL_DM
|
depends on VPL_DM
|
||||||
depends on VPL_LOAD_FIT || VPL_LOAD_FIT_FULL
|
|
||||||
default y
|
default y
|
||||||
select FIT_SIGNATURE
|
select FIT_SIGNATURE
|
||||||
select VPL_FIT
|
select VPL_FIT
|
||||||
|
@ -1065,6 +1065,13 @@ config SPL_IMAGE_SIGN_INFO
|
|||||||
help
|
help
|
||||||
Enable image_sign_info helper functions in SPL.
|
Enable image_sign_info helper functions in SPL.
|
||||||
|
|
||||||
|
config VPL_IMAGE_SIGN_INFO
|
||||||
|
bool
|
||||||
|
select SHA1
|
||||||
|
select SHA256
|
||||||
|
help
|
||||||
|
Enable image_sign_info helper functions in SPL.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config FDT_SIMPLEFB
|
config FDT_SIMPLEFB
|
||||||
|
Loading…
Reference in New Issue
Block a user