
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@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 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