diff options
author | Sumit Garg <sumit.garg@nxp.com> | 2017-06-06 20:50:29 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-08-01 08:28:57 -0700 |
commit | f7b75f8b34a40b2d13e968d52bb2e8ae271401c9 (patch) | |
tree | 7759a2506b0846119ffada3115c21c7dbfe59412 /configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | |
parent | 76bbf1c634f4a09e1b3e19468738842a2289dc1e (diff) |
arm64: ls1046ardb: Add distro secure boot support
Enable validation of boot.scr script prior to its execution dependent
on "secureboot" flag in environment. Disable fall back option to
qspi boot in case of secure boot. Also enable "secureboot=y" flag
in environment for ARM based platforms instead of bootcmd.
Signed-off-by: Sumit Garg <sumit.garg@nxp.com>
Tested-by: Vinitha Pillai <vinitha.pillai@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig b/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig index 7f4a449a22..a0b334a974 100644 --- a/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig +++ b/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig @@ -44,3 +44,4 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_RSA=y CONFIG_SPL_RSA=y +CONFIG_DISTRO_DEFAULTS=y |