- 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>master
parent
762f92a60e
commit
511fc86d0b
@ -0,0 +1,45 @@ |
||||
CONFIG_ARM=y |
||||
CONFIG_TARGET_LS1046ARDB=y |
||||
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb" |
||||
CONFIG_FIT=y |
||||
CONFIG_FIT_VERBOSE=y |
||||
CONFIG_OF_BOARD_SETUP=y |
||||
CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL" |
||||
CONFIG_SECURE_BOOT=y |
||||
CONFIG_SD_BOOT=y |
||||
CONFIG_BOOTDELAY=10 |
||||
CONFIG_SPL=y |
||||
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y |
||||
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x110 |
||||
CONFIG_HUSH_PARSER=y |
||||
# CONFIG_CMD_IMLS is not set |
||||
CONFIG_CMD_GPT=y |
||||
CONFIG_CMD_MMC=y |
||||
CONFIG_CMD_SF=y |
||||
CONFIG_CMD_I2C=y |
||||
CONFIG_CMD_DHCP=y |
||||
CONFIG_CMD_MII=y |
||||
CONFIG_CMD_PING=y |
||||
CONFIG_CMD_CACHE=y |
||||
CONFIG_CMD_EXT2=y |
||||
CONFIG_CMD_FAT=y |
||||
# CONFIG_SPL_EFI_PARTITION is not set |
||||
CONFIG_OF_CONTROL=y |
||||
CONFIG_DM=y |
||||
CONFIG_SPL_DM=y |
||||
CONFIG_SPI_FLASH=y |
||||
CONFIG_NETDEVICES=y |
||||
CONFIG_E1000=y |
||||
CONFIG_PCI=y |
||||
CONFIG_DM_PCI=y |
||||
CONFIG_DM_PCI_COMPAT=y |
||||
CONFIG_PCIE_LAYERSCAPE=y |
||||
CONFIG_SYS_NS16550=y |
||||
CONFIG_DM_SPI=y |
||||
CONFIG_FSL_QSPI=y |
||||
CONFIG_USB=y |
||||
CONFIG_DM_USB=y |
||||
CONFIG_RSA=y |
||||
CONFIG_SPL_RSA=y |
||||
CONFIG_SPL_CRYPTO_SUPPORT=y |
||||
CONFIG_SPL_HASH_SUPPORT=y |
Loading…
Reference in new issue