]> git.baikalelectronics.ru Git - uboot.git/commit
Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi
authorTom Rini <trini@konsulko.com>
Tue, 19 Jul 2022 14:52:15 +0000 (10:52 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 19 Jul 2022 14:52:15 +0000 (10:52 -0400)
commit186cb4f9b174edc4585c13e41c7f556d5eabcea5
tree609c80bfc0804e0704f08990f474bba2173d59d2
parent33bbed248d1d16fb4e3b489f2123b36437fbabb8
parent06a56f2eb45aa77673692ee9510b973a4967707d
Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi

To quote Andre:

One prominent feature is the restructering of the clock driver, which
allows to end up with one actual driver for all variants, although we
still only compile in support for one SoC.
Also contained are some initial SPI fixes, which should fix some
problems, and enable SPI flash support for the F1C100s SoC. Those
patches revealed more problems, I will queue fixes later on, but for
now it should at least still work.
Apart from some smaller fixes (for instance for NAND operation), there
is also preparation for the upcoming Allwinner D1 support, in form of
the USB PHY driver. There are more driver support patches to come.

The gitlab CI completed successfully, including the build test for all
160 sunxi boards. I also boot tested on a few boards, but didn't have
time for more elaborate tests this time.