Hi Tom,

please pull the sunxi/master branch, containing some fixes and smaller
changes for 2024.04.
One fix makes the reboot more robust on some older board, another one
stabilises the initial clock setup on the A10/A20.
Two patches make sure our DRAM init does not actually change the content
of the DRAM array, which allows to use DRAM for Linux' pstore
functionality.
We get SPI support for U-Boot proper for one more SoC, that patch was
lingering around for a while, and should not affect other SoCs, so I am
merging this now.
As an added bonus, we get the defconfig file for a new board, the DT was
already synced from the kernel tree.

The CI looked happy with changes, and I tested them on five different
boards with different SoCs.

Please pull!

Cheers,
Andre

==================
The following changes since commit eac52e4be4e234d563d6911737ee7ccdc0ada1f1:

  Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" (2024-03-02 
14:30:25 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master

for you to fetch changes up to f1e6a718ebab0682d80601db404e8d842767becf:

  sunxi: restore modified memory (2024-03-05 01:16:56 +0000)

----------------------------------------------------------------
Andre Przywara (1):
      sunxi: H616: Add OrangePi Zero 2W board support

Andrey Skvortsov (2):
      sunxi: reorganize mctl_mem_matches_* functions
      sunxi: restore modified memory

Ludwig Kormann (1):
      sunxi: sun4i: add missing sdelay() to clock_init_safe()

Maksim Kiselev (1):
      spi: sunxi: Add support for R329/D1/R528/T113 SPI controller

Philippe Coval (1):
      arm: sunxi: Reduce inrush current on Olimex A20-OLinuXino_MICRO configs

 arch/arm/dts/Makefile                      |  1 +
 arch/arm/include/asm/arch-sunxi/dram.h     |  1 +
 arch/arm/mach-sunxi/clock_sun4i.c          |  2 ++
 arch/arm/mach-sunxi/dram_helpers.c         | 32 ++++++++++++++++++++++------
 arch/arm/mach-sunxi/dram_sunxi_dw.c        | 13 ------------
 board/sunxi/MAINTAINERS                    |  5 +++++
 configs/A20-OLinuXino_MICRO-eMMC_defconfig |  1 +
 configs/A20-OLinuXino_MICRO_defconfig      |  1 +
 configs/orangepi_zero2w_defconfig          | 30 ++++++++++++++++++++++++++
 drivers/spi/spi-sunxi.c                    | 34 +++++++++++++++++++++++++++++-
 10 files changed, 100 insertions(+), 20 deletions(-)
 create mode 100644 configs/orangepi_zero2w_defconfig

Reply via email to