From patchwork Fri Feb 21 00:27:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priyanka Singh X-Patchwork-Id: 236643 List-Id: U-Boot discussion From: priyanka.singh at nxp.com (Priyanka Singh) Date: Fri, 21 Feb 2020 05:57:04 +0530 Subject: [PATCH 1/1] configs: ls1012ardb: secure boot: Add PFE config In-Reply-To: <20200221002704.12664-1-priyanka.singh@nxp.com> References: <20200221002704.12664-1-priyanka.singh@nxp.com> Message-ID: <20200221002704.12664-2-priyanka.singh@nxp.com> Add config to enable the PFE, ETH and MMC HS200 support. Also change the pfe secure boot header address. Signed-off-by: Priyanka Singh --- board/freescale/ls1012ardb/Kconfig | 2 +- configs/ls1012ardb_tfa_SECURE_BOOT_defconfig | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/board/freescale/ls1012ardb/Kconfig b/board/freescale/ls1012ardb/Kconfig index 51efd0fa37..dea9ba5d2f 100644 --- a/board/freescale/ls1012ardb/Kconfig +++ b/board/freescale/ls1012ardb/Kconfig @@ -35,7 +35,7 @@ config SYS_LS_PFE_FW_ADDR config SYS_LS_PFE_ESBC_ADDR hex "PFE Firmware HDR Addr" - default 0x40700000 + default 0x40640000 config DDR_PFE_PHYS_BASEADDR hex "PFE DDR physical base address" diff --git a/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig index 342fac6083..2330105852 100644 --- a/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig @@ -60,3 +60,6 @@ CONFIG_RSA_SOFTWARE_EXP=y CONFIG_DM_I2C=y CONFIG_DM_GPIO=y CONFIG_DM_RTC=y +CONFIG_MMC_HS200_SUPPORT=y +CONFIG_FSL_PFE=y +CONFIG_DM_ETH=y