Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sunxi into...
authorTom Rini <trini@konsulko.com>
Thu, 27 Mar 2025 14:10:06 +0000 (08:10 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 27 Mar 2025 14:10:06 +0000 (08:10 -0600)
commit02d95aaee01a2faf53bba8f1417b55cd02b6a743
tree91ad26d87939e3e0887e1d6c44a0c0a948e472f3
parent4adbf64ff8d8c730223fd8ae299d770bebb6fe86
parent6d6d58be25dd0b8e1955b15cf197f418be58bfd9
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sunxi into next

Assorted fixes, refactorings and additions that are ready, and shave
off some load from upcoming series'.

Improves MMC performance on D1/T113 (missed clock divider), enables
eMMC access on the H616 family (never worked, many thanks to Jernej for
the fix!), DRAM detection fixes for the H616 (now reportedly stable).

Some patches for the upcoming Allwinner A133 SoC support: a few
refactorings, plus the DM clock and pinctrl driver. The DRAM init
routines work, but need some more polishing, that also holds back the
actual enablement patch, which will hopefully follow for v2025.07 still.

Also some preparatory patches for the Allwinner A523 SoC support, for
now just to improve the FEL save/restore code. There will be more patches
coming up for this, ideally also in the coming cycle still.

Gitlab CI passed, and I booted that briefly on some boards.