[PATCH] configs: ls1046aqds: Configure QSPI related configs

Priyanka Jain (OSS) priyanka.jain at oss.nxp.com
Mon Jul 20 16:23:17 CEST 2020


>-----Original Message-----
>From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Kuldeep Singh
>Sent: Tuesday, June 23, 2020 3:07 PM
>To: u-boot at lists.denx.de
>Cc: Priyanka Jain <priyanka.jain at nxp.com>; Kuldeep Singh
><kuldeep.singh at nxp.com>
>Subject: [PATCH] configs: ls1046aqds: Configure QSPI related configs
>
>LS1046A-QDS has "s25fl128s" flash of size with 16M with 64K sector size.
>The board requires few spi-flash related configs to be updated in TFA and
>QSPI _defconfigs.
>
>Following are the changes:
>- Enable CONFIG_FSL_QSPI
>- Unset CONFIG_SPI_FLASH_BAR
>- Enable CONFIG_SYS_RELOC_GD_ENV_ADDR
>- Restore CONFIG_ENV_ADDR to 0x60500000
>
>Signed-off-by: Kuldeep Singh <kuldeep.singh at nxp.com>
>---
> configs/ls1046aqds_tfa_SECURE_BOOT_defconfig | 2 ++
> configs/ls1046aqds_tfa_defconfig             | 3 ++-
> 2 files changed, 4 insertions(+), 1 deletion(-)
>
>diff --git a/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig
>b/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig
>index 2b84a6b..2780a41 100644
>--- a/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig
>+++ b/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig
>@@ -47,6 +47,7 @@ CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
> CONFIG_SYS_FLASH_CFI=y
> CONFIG_MTD_RAW_NAND=y
> CONFIG_SF_DEFAULT_BUS=1
>+# CONFIG_SPI_FLASH_BAR is not set
> CONFIG_SPI_FLASH_SPANSION=y
> CONFIG_PHYLIB=y
> CONFIG_PHYLIB_10G=y
>@@ -63,6 +64,7 @@ CONFIG_SYS_NS16550=y
> CONFIG_SPI=y
> CONFIG_DM_SPI=y
> CONFIG_FSL_DSPI=y
>+CONFIG_FSL_QSPI=y
> CONFIG_USB=y
> CONFIG_DM_USB=y
> CONFIG_USB_XHCI_HCD=y
>diff --git a/configs/ls1046aqds_tfa_defconfig
>b/configs/ls1046aqds_tfa_defconfig
>index e412c05..9cb4592 100644
>--- a/configs/ls1046aqds_tfa_defconfig
>+++ b/configs/ls1046aqds_tfa_defconfig
>@@ -42,7 +42,8 @@ CONFIG_ENV_IS_IN_NAND=y
>CONFIG_ENV_IS_IN_SPI_FLASH=y  CONFIG_USE_ENV_SPI_BUS=y
> CONFIG_ENV_SPI_BUS=0
>-CONFIG_ENV_ADDR=0x40500000
>+CONFIG_ENV_ADDR=0x60500000
>+CONFIG_SYS_RELOC_GD_ENV_ADDR=y

Please confirm that all boot-sources will work fine with this change.

Regards
Priyanka
<snip>


More information about the U-Boot mailing list