From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 9 Oct 2018 19:49:53 +0000 Subject: [U-Boot] [RESEND PATCH v3 25/26] armv8: ls1012aqds: Add TFABOOT support References: <20181009131846.6108-1-rajesh.bhagat@nxp.com> <20181009131846.6108-26-rajesh.bhagat@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Signed-off-by: Vinitha V Pillai > Signed-off-by: Pankit Garg > --- > 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