]> git.dujemihanovic.xyz Git - u-boot.git/commit
sunxi: add Allwinner R528/T113 SoC support
authorAndre Przywara <andre.przywara@arm.com>
Tue, 6 Sep 2022 14:59:57 +0000 (15:59 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 22 Oct 2023 22:41:52 +0000 (23:41 +0100)
commit95168d77d391b1464af9f99ca44a2e46f309c32e
treec1b2d2b8f7fe97b199bb2b2bcd1efedf29a00ed0
parent124289bd56e7598d7846cb3703b4ccaafb5e76cf
sunxi: add Allwinner R528/T113 SoC support

This adds the remaining code bits to teach U-Boot about Allwinner's
newest SoC generation. This was introduced with the RISC-V based
Allwinner D1 SoC, which actually shares a die with the ARM cores versions
called R528 (BGA, without DRAM) and T113s (QFP, with embedded DRAM).

This adds the new Kconfig stanza, using the two newly introduced symbols
for the new SoC generation and pincontroller. It also adds the new symbols
to the relavent code places, to set all the hardcoded bits directly.

We need one DT override:
The ARM core version of the DT specifies the CPUX watchdog as
"reserved", which means it won't be recognised by U-Boot. Override this
in our generic sunxi-u-boot.dtsi, to let U-Boot pick up this watchdog,
so that the generic reset driver will work.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/dts/sunxi-u-boot.dtsi
arch/arm/include/asm/arch-sunxi/clock_sun50i_h6.h
arch/arm/mach-sunxi/Kconfig
arch/arm/mach-sunxi/board.c
arch/arm/mach-sunxi/clock_sun50i_h6.c
arch/arm/mach-sunxi/cpu_info.c
common/spl/Kconfig
drivers/clk/sunxi/Kconfig
drivers/mmc/sunxi_mmc.c
drivers/pinctrl/sunxi/Kconfig