Pull request: u-boot-sunxi/master
Jagan Teki
jagan at amarulasolutions.com
Fri Dec 27 13:26:48 CET 2019
Hi Tom,
Please pull this PR for the release.
Summary:
- Orange Pi Zero Plus 2 support
- sunxi psci, prcm fixes
The following changes since commit 643366bcd5e32878a951e39b8b553b794695b026:
Merge tag 'u-boot-stm32-20191218' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2019-12-18 08:25:49 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi master
for you to fetch changes up to 421e7a41c67e69916bff2f5706926ccfa641d1f5:
sunxi: remove __packed from struct sunxi_prcm_reg (2019-12-18 20:19:58 +0530)
----------------------------------------------------------------
Diego Rondini (1):
sun8i: h3: Support H3 variant of Orange Pi Zero Plus 2
Heinrich Schuchardt (2):
sunxi: psci: avoid error address-of-packed-member
sunxi: remove __packed from struct sunxi_prcm_reg
arch/arm/cpu/armv7/sunxi/psci.c | 16 ++-
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/sun8i-h3-orangepi-zero-plus2.dts | 139 ++++++++++++++++++++++++++
arch/arm/include/asm/arch-sunxi/prcm.h | 2 +-
board/sunxi/MAINTAINERS | 5 +
configs/orangepi_zero_plus2_h3_defconfig | 19 ++++
6 files changed, 177 insertions(+), 7 deletions(-)
create mode 100644 arch/arm/dts/sun8i-h3-orangepi-zero-plus2.dts
create mode 100644 configs/orangepi_zero_plus2_h3_defconfig
More information about the U-Boot
mailing list