]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
authorTom Rini <trini@konsulko.com>
Sun, 12 Nov 2023 21:36:22 +0000 (16:36 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 12 Nov 2023 21:36:52 +0000 (16:36 -0500)
commit92b27528d777ce85362af45e7d2974a6c856219b
treef0b13aa1e4334f308c46f6cbd9a25d5fc2a14633
parent17e9db18f17b6cad278694d4a61df95e96bdf4f5
parent4b02f0120a4bb2a5d7081aef8cef6a4ca57e9db2
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi

To quote Andre:

The first few patches are some easy refactorings and fixes, most of them
actually don't change the generated binaries at all. Then there is a
defconfig for a new board, for which we just gained the .dts file from
the last kernel DT sync.
On top there is support for a new PMIC (AXP313), and LPDDR4 support for
the Allwinner H616 SoC, both of which are needed to support new devices
that appeared lately, especially cheap TV boxes.

While those are technically new features, they don't affect existing
boards, for instance the LPDDR4 support code is guarded by a new DRAM
type Kconfig variable. So the risk for regressions is very slim.

Gitlab CI passed, and I booted that briefly on some boards, including an
H616 and an H618 one (with LPDDR4).