Re: [PATCH 0/6] Fixes and usability improvements for Layerscape QDS
Vincent Jardin <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Hi Vladimir,
Le 24/08/26 15:28, Vladimir Oltean a écrit :
> The set contains an assortment of defconfig changes to Layerscape
> boards.
>
> 1/6: The LS1043A-QDS, LS1046A-QDS, LS1088A-QDS and LS2088A-QDS are
> non-bootable in the default NOR boot configuration, triggering an early
> SError before the U-Boot prompt.
>
> 2/6: saveenv is broken on the LS2088A-QDS in NOR boot
>
> 3/6: usability improvement for all Layerscape QDS defconfigs: enable the
> "fdt apply" command to be able to apply overlays.
>
> 4/6 and 5/6: usability improvement to increase console input buffer
> limit for all Layerscape boards, and remove some core limitations.
>
> 6/6: usability improvement to allow *some* Ethernet to be used on
> LS1043A-QDS and LS1046A-QDS (not on-chip DPAA, but PCIe NICs).
>
> Vladimir Oltean (6):
> configs: layerscape qds: disable ENV_RELOC_GD_ENV_ADDR for NOR boot
> configs: ls2088aqds_tfa: fix NOR flash write failure
> configs: layerscape qds: enable OF_LIBFDT_OVERLAY
> configs: layerscape: drop CONFIG_SYS_PBSIZE=532 override
> common: kconfig: raise SYS_CBSIZE default to 1024 for FSL_LSCH2/LSCH3
> configs: ls104{3,6}aqds_tfa: enable PCIe Ethernet
...
> 50 files changed, 38 insertions(+), 46 deletions(-)
LGTM.
Glad to see that QDS boards are getting a refresh.
Reviewed-by: Vincent Jardin <[email protected]>