diff mbox series

configs: ls1046aqds: Configure QSPI related configs

Message ID 1592905008-18474-1-git-send-email-kuldeep.singh@nxp.com
State Superseded
Delegated to: Priyanka Jain
Headers show
Series configs: ls1046aqds: Configure QSPI related configs | expand

Commit Message

Kuldeep Singh June 23, 2020, 9:36 a.m. UTC
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@nxp.com>
---
 configs/ls1046aqds_tfa_SECURE_BOOT_defconfig | 2 ++
 configs/ls1046aqds_tfa_defconfig             | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

Comments

Priyanka Jain (OSS) July 20, 2020, 2:23 p.m. UTC | #1
>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Kuldeep Singh
>Sent: Tuesday, June 23, 2020 3:07 PM
>To: u-boot@lists.denx.de
>Cc: Priyanka Jain <priyanka.jain@nxp.com>; Kuldeep Singh
><kuldeep.singh@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@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>
diff mbox series

Patch

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
 CONFIG_DM=y
 CONFIG_SATA_CEVA=y
 CONFIG_FSL_CAAM=y