[U-Boot] [RESEND PATCH v3 24/26] armv8: ls1012ardb: Add TFABOOT support
Rajesh Bhagat
rajesh.bhagat at nxp.com
Fri Oct 12 13:47:52 UTC 2018
> -----Original Message-----
> From: York Sun
> Sent: Wednesday, October 10, 2018 1:19 AM
> To: Rajesh Bhagat <rajesh.bhagat at nxp.com>; u-boot at lists.denx.de
> Cc: Prabhakar Kushwaha <prabhakar.kushwaha at nxp.com>; Vinitha V Pillai
> <vinitha.pillai at nxp.com>; Pankit Garg <pankit.garg at nxp.com>
> Subject: Re: [RESEND PATCH v3 24/26] armv8: ls1012ardb: Add TFABOOT
> support
>
> On 10/09/2018 06:20 AM, Rajesh Bhagat wrote:
> > TFABOOT support includes:
> > - ls1012ardb_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 at nxp.com>
> > Signed-off-by: Vinitha V Pillai <vinitha.pillai at nxp.com>
> > Signed-off-by: Pankit Garg <pankit.garg at nxp.com>
> > ---
> > Change in v3:
> > - Added ls1012ardb_tfa_SECURE_BOOT_defconfig
> >
> > Change in v2:
> > - Merged ls1012ardb TFA boot support patches
> > - Removed extra CONFIG_TFABOOT flag usage
> >
> > board/freescale/ls1012ardb/ls1012ardb.c | 16 ++++-
> > configs/ls1012ardb_tfa_SECURE_BOOT_defconfig | 62
> ++++++++++++++++++++
> > configs/ls1012ardb_tfa_defconfig | 56 ++++++++++++++++++
> > include/configs/ls1012a_common.h | 16 ++++-
> > include/configs/ls1012ardb.h | 6 ++
> > 5 files changed, 154 insertions(+), 2 deletions(-) create mode
> > 100644 configs/ls1012ardb_tfa_SECURE_BOOT_defconfig
> > create mode 100644 configs/ls1012ardb_tfa_defconfig
> >
>
Hi York,
Will take care in next version.
> Seeing this compiling warning for ls1012ardb_tfa_SECURE_BOOT
>
> ../include/netdev.h:127:41: warning: ?struct eth_device? declared inside
> parameter list will not be visible outside of this definition or declaration
>
> Please check.
>
> York
More information about the U-Boot
mailing list