
On Mon, Jan 29, 2024 at 03:55:43PM +0000, Andre Przywara wrote:
Hi Tom,
please pull the sunxi/master branch, containing the first part of the 2024.04 changes. I had some more (USB regulator) changes queued, but found regressions during the final testing, so had to drop some. If I can find reasons and simple fixes for those, I would send them later.
So for now these are some rather easy changes:
- Some cleanups in header files: those do not affect the generated
binaries at all.
- The usual update of DT files from the kernel repo, mostly adding new
board files this time. On the wake of this there is one defconfig to enable a new board, some H618 TV box branded as "Transpeed".
- Samuel's series to support SPL FIT image loading for 32-bit SoCs as
well, so far this was restricted to ARM64 boards. I refrained from automatically enabling this everywhere, instead this requires user intervention during board configuration. This allows to ship the "crust" management processor firmware on H3 boards, which enables better power saving.
- One defconfig for an older H3 board. There was a close-by defconfig for
a related board, but there are some differences which deserve a separate file.
- Support for the EMAC driver to work with fixed-link PHYs, which allows
to directly wire the MAC to a switch IC.
The branch survived build testing for all 167 sunxi boards, and Linux boot testing on some selected boards.
Please pull!
Cheers, Andre
================== The following changes since commit 526a865fe4fea59fb2638726c26e39557eb97fdd:
Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh (2024-01-27 20:43:20 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master
for you to fetch changes up to 539612e27690a8df7f197cd1e9f4c2cf6ee1ac64:
sunxi: Consider SPL size limitations for FIT loading (2024-01-29 14:31:00 +0000)
Applied to u-boot/master, thanks!