All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] QSPI bugfixes of NXP layerscape platforms
@ 2020-05-05  7:37 Kuldeep Singh
  2020-05-05  7:37 ` [PATCH 1/4] configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN size Kuldeep Singh
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Kuldeep Singh @ 2020-05-05  7:37 UTC (permalink / raw)
  To: u-boot

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 at 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-20 10:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05  7:37 [PATCH 0/4] QSPI bugfixes of NXP layerscape platforms Kuldeep Singh
2020-05-05  7:37 ` [PATCH 1/4] configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN size Kuldeep Singh
2020-05-20 10:54   ` Priyanka Jain
2020-05-05  7:37 ` [PATCH 2/4] configs: ls1012a: Reduce CONFIG_ENV_SIZE to 0x2000 Kuldeep Singh
2020-05-05  7:37 ` [PATCH 3/4] configs: nxp: Enable CONFIG_SYS_RELOC_GD_ENV_ADDR Kuldeep Singh
2020-05-05  7:37 ` [PATCH 4/4] configs: ls1012a: Unset ENV_ADDR value Kuldeep Singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.