[U-Boot] [RESEND PATCH v3 24/26] armv8: ls1012ardb: Add TFABOOT support

York Sun york.sun at nxp.com
Tue Oct 9 19:49:03 UTC 2018


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
> 

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