Add a common configuration fragment for EFI Secure Boot and the required hash algorithm configs to reuse across Qualcomm boards.
Signed-off-by: Aswin Murugan <[email protected]> --- board/qualcomm/secure-boot.config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 board/qualcomm/secure-boot.config diff --git a/board/qualcomm/secure-boot.config b/board/qualcomm/secure-boot.config new file mode 100644 index 00000000000..21f567e1a45 --- /dev/null +++ b/board/qualcomm/secure-boot.config @@ -0,0 +1,6 @@ +# Enables EFI Secure Boot support +CONFIG_EFI_VARIABLES_PRESEED=y +CONFIG_EFI_SECURE_BOOT=y +CONFIG_FIT_SIGNATURE=y +CONFIG_SHA512=y +CONFIG_SHA384=y -- 2.34.1

