[PATCH 0/4] QSPI bugfixes of NXP layerscape platforms

Kuldeep Singh kuldeep.singh at nxp.com
Tue May 5 09:37:01 CEST 2020


This patch series is an attempt to fix qspi bugs on various NXP 
layerscape platforms like ls1012a, ls1046a, ls2088a.

Bug fixes involves crashes in flash environment.

Patch series depends on
https://patchwork.ozlabs.org/project/uboot/patch/1581413944-7958-3-git-send-email-kuldeep.singh@nxp.com/

Patch1: Increase malloc len for more space.
Patch2: Reduce ENV_SIZE to successfully store env in ls1012a.
Patch3: Enable RELOC_GD config to resolve environment booting crash.
Patch4: Unset ENV_ADDR value for ls1012a to resolve crash.

Ashish Kumar (1):
  configs: ls1012a: Reduce CONFIG_ENV_SIZE to 0x2000

Kuldeep Singh (3):
  configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN size
  configs: nxp: Enable CONFIG_SYS_RELOC_GD_ENV_ADDR
  configs: ls1012a: Unset ENV_ADDR value

 configs/ls1012a2g5rdb_qspi_defconfig           | 2 +-
 configs/ls1012a2g5rdb_tfa_defconfig            | 2 +-
 configs/ls1012afrdm_qspi_defconfig             | 2 +-
 configs/ls1012afrdm_tfa_defconfig              | 2 +-
 configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig | 2 +-
 configs/ls1012afrwy_qspi_defconfig             | 3 ++-
 configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig  | 2 +-
 configs/ls1012afrwy_tfa_defconfig              | 4 ++--
 configs/ls1012aqds_qspi_defconfig              | 2 +-
 configs/ls1012aqds_tfa_SECURE_BOOT_defconfig   | 2 +-
 configs/ls1012aqds_tfa_defconfig               | 2 +-
 configs/ls1012ardb_qspi_SECURE_BOOT_defconfig  | 2 +-
 configs/ls1012ardb_qspi_defconfig              | 2 +-
 configs/ls1012ardb_tfa_SECURE_BOOT_defconfig   | 2 +-
 configs/ls1012ardb_tfa_defconfig               | 3 +--
 configs/ls1046afrwy_tfa_defconfig              | 1 +
 configs/ls1046ardb_tfa_defconfig               | 1 +
 configs/ls2088aqds_tfa_defconfig               | 1 +
 configs/ls2088ardb_tfa_defconfig               | 1 +
 include/configs/ls1012a_common.h               | 2 +-
 20 files changed, 22 insertions(+), 18 deletions(-)

-- 
2.7.4



More information about the U-Boot mailing list