
-----Original Message----- From: York Sun Sent: Wednesday, October 10, 2018 1:20 AM To: Rajesh Bhagat rajesh.bhagat@nxp.com; u-boot@lists.denx.de Cc: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; Vinitha V Pillai vinitha.pillai@nxp.com; Pankit Garg pankit.garg@nxp.com Subject: Re: [RESEND PATCH v3 25/26] armv8: ls1012aqds: Add TFABOOT support
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
Hi York,
Will take care in next version.
- Rajesh
Seeing compiling error for ls1012aqds_tfa_SECURE_BOOT. Please check.
York