mbox series

Pull request: u-boot-sunxi/master for v2024.01

Message ID 20231207135240.2070795-1-andre.przywara@arm.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-sunxi/master for v2024.01 | expand

Pull-request

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

Message

Andre Przywara Dec. 7, 2023, 1:52 p.m. UTC
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

Comments

Tom Rini Dec. 9, 2023, 1:42 p.m. UTC | #1
On Thu, Dec 07, 2023 at 01:52:40PM +0000, Andre Przywara wrote:

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

Applied to u-boot/master, thanks!