Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
[oweals/u-boot.git] / board / freescale / ls2080aqds / Kconfig
index e2b2c8d0898636f645f16e3a3acfa562f85bccc9..6b2b64581d606e2c25a0e2ab43caeac5f6c1f851 100644 (file)
@@ -13,6 +13,22 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "ls2080aqds"
 
+if FSL_LS_PPA
+config SYS_LS_PPA_FW_ADDR
+       hex "PPA Firmware Addr"
+       default 0x20400000 if SYS_LS_PPA_FW_IN_XIP && QSPI_BOOT
+       default 0x580400000 if SYS_LS_PPA_FW_IN_XIP
+       default 0x400000 if SYS_LS_PPA_FW_IN_MMC || SYS_LS_PPA_FW_IN_NAND
+
+if CHAIN_OF_TRUST
+config SYS_LS_PPA_ESBC_ADDR
+       hex "PPA Firmware HDR Addr"
+       default 0x20680000 if SYS_LS_PPA_FW_IN_XIP && QSPI_BOOT
+       default 0x580680000 if SYS_LS_PPA_FW_IN_XIP
+       default 0x680000 if SYS_LS_PPA_FW_IN_MMC || SYS_LS_PPA_FW_IN_NAND
+endif
+endif
+
 source "board/freescale/common/Kconfig"
 
 endif