mbox series

Pull request: u-boot-sunxi/master for v2021.04

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

Pull-request

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

Message

Andre Przywara Feb. 20, 2021, 12:33 a.m. UTC
Hi Tom,

please pull the master branch from u-boot-sunxi, containing some fixes
for 2021.04:
-------------------------
- H616 clock fix to enable video PLL
- sunxi-common.h cleanups
- support for UART1 as the console on sun8i
- removing wrong linux,stdout-path from DTs
-------------------------

Build-tested on all 156 sunxi boards, boot tested on some of them.

Thanks,
Andre

==============
The following changes since commit a1a652e8016426e2d67148cab225cd5ec45189fb:

  Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc (2021-02-19 11:56:14 -0500)

are available in the Git repository at:

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

for you to fetch changes up to e036a1d227112565cdf32b5558ac6ccaf5d1633f:

  fdt/sunxi: Remove OF_STDOUT_PATH (2021-02-19 23:29:47 +0000)

----------------------------------------------------------------
Andre Przywara (1):
      fdt/sunxi: Remove OF_STDOUT_PATH

Jernej Skrabec (1):
      sunxi: spl: Fix H616 clock initialization

Samuel Holland (1):
      sunxi: Remove dead ifdefs in sunxi-common.h

Tobias Schramm (1):
      sunxi: support boot console on uart1 for sun8i

 README                                 |  1 -
 arch/arm/include/asm/arch-sunxi/gpio.h |  1 +
 arch/arm/mach-sunxi/board.c            |  5 +++++
 arch/arm/mach-sunxi/clock_sun50i_h6.c  |  5 +++++
 common/fdt_support.c                   |  9 +--------
 include/configs/sunxi-common.h         | 33 ---------------------------------
 scripts/config_whitelist.txt           |  1 -
 7 files changed, 12 insertions(+), 43 deletions(-)

Comments

Tom Rini Feb. 20, 2021, 1:57 p.m. UTC | #1
On Sat, Feb 20, 2021 at 12:33:05AM +0000, Andre Przywara wrote:

> Hi Tom,
> 
> please pull the master branch from u-boot-sunxi, containing some fixes
> for 2021.04:

Applied to u-boot/master, thanks!