Pull request: u-boot-sunxi/master for v2024.01
Andre Przywara
andre.przywara at arm.com
Thu Dec 7 14:52:40 CET 2023
Hi Tom,
please pull the hopefully final sunxi changes for this cycle:
the first four patches are actual fixes. The last three patches add
support for the apparently popular OrangePi Zero 3 board: multiple
people seem to be champing at the bit, so I'd rather give them
something real instead of people using random trees they found on the
Internet. It's actually mostly the new defconfig file anyway, so the
chances for regressions are very slim.
Gitlab CI passed, and multiple people booted that on the Zero 3 board.
Thanks,
Andre
=========================================================
The following changes since commit 2f0282922b2c458eea7f85c500a948a587437b63:
Prepare v2024.01-rc4 (2023-12-04 13:46:56 -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 d2e1cc69a24719e9939a84dc42bdf281af6ec35d:
sunxi: H616: Add OrangePi Zero 3 board support (2023-12-06 23:09:17 +0000)
----------------------------------------------------------------
Andre Przywara (5):
sunxi: H616: OrangePi Zero 2: enable USB power supply
sunxi: h616: (really) lower SPL stack address to avoid BROM data
mtd: spi-nor: Add support for zBIT ZB25VQ128
sunxi: H616: remove default AXP305 selection
sunxi: H616: Add OrangePi Zero 3 board support
Chukun Pan (1):
sunxi: dts: arm64: update emac for Orange Pi Zero 3
Stephen Graf (1):
sunxi: correct documentation for SPI flashing
arch/arm/dts/Makefile | 1 +
arch/arm/dts/sun50i-h616-orangepi-zero.dtsi | 3 ---
arch/arm/dts/sun50i-h616-orangepi-zero2.dts | 3 +++
arch/arm/dts/sun50i-h618-orangepi-zero3.dts | 2 ++
board/sunxi/MAINTAINERS | 5 +++++
common/spl/Kconfig | 2 +-
configs/orangepi_zero2_defconfig | 2 ++
configs/orangepi_zero3_defconfig | 32 +++++++++++++++++++++++++++++
configs/x96_mate_defconfig | 1 +
doc/board/allwinner/sunxi.rst | 3 +--
drivers/mtd/spi/Kconfig | 5 +++++
drivers/mtd/spi/spi-nor-ids.c | 5 +++++
drivers/power/Kconfig | 1 -
13 files changed, 58 insertions(+), 7 deletions(-)
create mode 100644 configs/orangepi_zero3_defconfig
More information about the U-Boot
mailing list