bcm4908: start work on images for devices using U-Boot
authorRafał Miłecki <rafal@milecki.pl>
Wed, 3 Nov 2021 17:12:05 +0000 (18:12 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 8 Nov 2021 14:57:55 +0000 (15:57 +0100)
commita02c971dff934a11ddadf7ffd850dabcab5a3cdf
tree9f43b68434b0b33e895f2811c3d8d1841c87aeb3
parent29f12fefc01039e9a14fade54b24e5ba8be35f9e
bcm4908: start work on images for devices using U-Boot

New BCM4908 family based routers will use U-Boot bootloader. That will
require using a totally different firmware format. Kernel has to be put
in a FIT image.

OpenWrt has some helpers for generating .its files but they don't fit
BCM4908 requirements and there is no simple way of extending any of
them. The best solution seems to be storing an .its template.

BCM4908 bootfs may:
1. contain extra binaries (other than kernel & DTB)
2. include multiple DTB files
3. store device specific U-Boot configurations with custom properties

Such setups are too complex to generate using shell script. Raw .its
file on the other hand seems quire clean & reasonable.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
target/linux/bcm4908/image/Makefile
target/linux/bcm4908/image/bootfs-generic.its [new file with mode: 0644]