From 08d06310f4d8f99208f95936bf7de83de9d8af04 Mon Sep 17 00:00:00 2001 From: Madan Srinivas Date: Mon, 17 Jul 2017 12:59:13 -0500 Subject: configs: k2x_evm: Adds environment variables for secure devices Updates the default u-boot environment variables to support secure boot. On secure devices, a secure boot monitor (sec-bm) needs to be installed by u-boot. Signed-off-by: Madan Srinivas Reviewed-by: Tom Rini --- include/configs/k2g_evm.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/configs/k2g_evm.h') diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h index 958090099a..132dc89ccc 100644 --- a/include/configs/k2g_evm.h +++ b/include/configs/k2g_evm.h @@ -52,11 +52,18 @@ "get_mon_mmc=load mmc ${bootpart} ${addr_mon} ${bootdir}/${name_mon}\0"\ "name_fs=arago-base-tisdk-image-k2g-evm.cpio\0" +#ifndef CONFIG_TI_SECURE_DEVICE #define CONFIG_BOOTCOMMAND \ "run envboot; " \ "run set_name_pmmc init_${boot} init_fw_rd_${boot} " \ "get_pmmc_${boot} run_pmmc get_mon_${boot} run_mon " \ "findfdt get_fdt_${boot} get_kern_${boot} run_kern" +#else +#define CONFIG_BOOTCOMMAND \ + "run envboot; run run_mon_hs set_name_pmmc init_${boot} " \ + "get_pmmc_${boot} run_pmmc findfdt get_fit_${boot};" \ + "bootm ${fit_loadaddr}#${name_fdt} " +#endif /* SPL SPI Loader Configuration */ #define CONFIG_SPL_TEXT_BASE 0x0c080000 -- cgit v1.2.3