Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
authorTom Rini <trini@konsulko.com>
Tue, 5 Apr 2022 12:33:32 +0000 (08:33 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 5 Apr 2022 12:33:32 +0000 (08:33 -0400)
A big part is the DM pinctrl driver, which allows us to get rid of quite
some custom pinmux code and make the whole port much more robust. Many
thanks to Samuel for that nice contribution! There are some more or less
cosmetic warnings about missing clocks right now, I will send the trivial
fixes for that later.
Another big chunk is the mkimage upgrade, which adds RISC-V and TOC0
(secure images) support. Both features are unused at the moment, but I
have an always-secure board that will use that once the DT lands in the
kernel.
On top of those big things we have some smaller fixes, improving the
I2C DM support, fixing some H6/H616 early clock setup and improving the
eMMC boot partition support.

The gitlab CI completed successfully, including the build test for all
161 sunxi boards. I also boot tested on a A64, A20, H3, H6, and F1C100
board. USB, SD card, eMMC, and Ethernet all work there (where applicable).

1  2 
MAINTAINERS
arch/arm/Kconfig
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
include/image.h

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc include/image.h
Simple merge