
9 Oct
2018
9 Oct
'18
9:49 p.m.
On 10/09/2018 06:20 AM, Rajesh Bhagat wrote:
TFABOOT support includes:
- ls1012aqds_tfa_defconfig to be loaded by trusted firmware
- environment address and size changes for TFABOOT
- define BOOTCOMMAND for TFABOOT
Signed-off-by: Rajesh Bhagat rajesh.bhagat@nxp.com Signed-off-by: Vinitha V Pillai vinitha.pillai@nxp.com Signed-off-by: Pankit Garg pankit.garg@nxp.com
Change in v3:
- Added ls1012aqds_tfa_SECURE_BOOT_defconfig
Change in v2:
- Merged ls1012aqds TFA boot support patches
- Removed extra CONFIG_TFABOOT flag usage
board/freescale/ls1012aqds/ls1012aqds.c | 17 ++++- configs/ls1012aqds_tfa_SECURE_BOOT_defconfig | 65 ++++++++++++++++++++ configs/ls1012aqds_tfa_defconfig | 62 +++++++++++++++++++ 3 files changed, 141 insertions(+), 3 deletions(-) create mode 100644 configs/ls1012aqds_tfa_SECURE_BOOT_defconfig create mode 100644 configs/ls1012aqds_tfa_defconfig
Seeing compiling error for ls1012aqds_tfa_SECURE_BOOT. Please check.
York