mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
511fc86d0b
- Add SD secure boot target for ls1046ardb. - Change the u-boot size defined by a macro for copying the main U-Boot by SPL to also include the u-boot Secure Boot header size as header is appended to u-boot image. So header will also be copied from SD to DDR. - CONFIG_MAX_SPL_SIZE is limited to 90KB. SPL is copied to OCRAM (128K) where 32K are reserved for use by boot ROM and 6K for the header. - Reduce the size of CAAM driver for SPL Blobification functions and descriptors, that are not required at the time of SPL are disabled. Further error code conversion to strings is disabled for SPL build. Signed-off-by: Vinitha Pillai <vinitha.pillai@nxp.com> Signed-off-by: Sumit Garg <sumit.garg@nxp.com> Signed-off-by: Ruchika Gupta <ruchika.gupta@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
19 lines
558 B
Text
19 lines
558 B
Text
LS1046A BOARD
|
|
M: Mingkai Hu <mingkai.hu@nxp.com>
|
|
S: Maintained
|
|
F: board/freescale/ls1046ardb/
|
|
F: board/freescale/ls1046ardb/ls1046ardb.c
|
|
F: include/configs/ls1046ardb.h
|
|
F: configs/ls1046ardb_qspi_defconfig
|
|
F: configs/ls1046ardb_sdcard_defconfig
|
|
F: configs/ls1046ardb_emmc_defconfig
|
|
|
|
LS1046A_SECURE_BOOT BOARD
|
|
M: Ruchika Gupta <ruchika.gupta@nxp.com>
|
|
S: Maintained
|
|
F: configs/ls1046ardb_SECURE_BOOT_defconfig
|
|
F: configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
|
|
|
|
M: Sumit Garg <sumit.garg@nxp.com>
|
|
S: Maintained
|
|
F: configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
|