configs/orangepi-zero-plus2: bump BSP versions
authorSergey Matyukevich <geomatsi@gmail.com>
Fri, 25 Jun 2021 19:33:18 +0000 (22:33 +0300)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 26 Jun 2021 15:10:42 +0000 (17:10 +0200)
commitf579afc3930506311068a6f2575a487a5bc8c8e1
tree6f261e13b6582db5b9503b8c69e123f42ae0f1cf
parent0d48a91f9ed9f348a4eece191dc3bd16c6c57c0c
configs/orangepi-zero-plus2: bump BSP versions

Bump U-Boot and Linux kernel versions. Updating U-Boot to 2021.04
requires the following two changes.

First, after switching to binman, u-boot.itb is no more generated for
64-bit sunxi boards. Combined u-boot-sunxi-with-spl.bin image should
be used instead. This image contains SPL, U-Boot, and FIT image,
where FIT image contains other binaries such as BL31 and SCP.

Second, new U-Boot enables support for System Control Processor (SCP)
firmware. SCP firmware is included by default into FIT image in the
combined u-boot-sunxi-with-spl.bin binary. When SCP is not available
or not needed, it should be explicitly disabled by pointing to an
empty file. Support for Allwinner SCP firmware is not yet available
neither in Buildroot nor in mainline kernel. So disable it for now
using custom U-Boot build options.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
board/orangepi/orangepi-zero-plus2/genimage.cfg
configs/orangepi_zero_plus2_defconfig