Andre Przywara
unread,Feb 19, 2021, 7:34:34 PM2/19/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tom Rini, Jagan Teki, Simon Glass, u-b...@lists.denx.de, Jernej Skrabec, Samuel Holland, Tobias Schramm, linux...@googlegroups.com
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(-)