mbox series

Pull request: u-boot-sunxi/master

Message ID 20191227122648.27999-1-jagan@amarulasolutions.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-sunxi/master | expand

Pull-request

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

Message

Jagan Teki Dec. 27, 2019, 12:26 p.m. UTC
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

Comments

Tom Rini Dec. 28, 2019, 4:30 a.m. UTC | #1
On Fri, Dec 27, 2019 at 05:56:48PM +0530, Jagan Teki wrote:

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

Applied to u-boot/master, thanks!