openwrt/target/linux/bcm4908
Rafał Miłecki 027dd3c50b 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>
(cherry picked from commit a02c971dff)
2021-12-13 14:33:07 +01:00
..
base-files bcm4908: fix calculation of new cferam index 2021-11-05 14:13:46 +01:00
files-5.4/drivers/net/ethernet/broadcom bcm4908: add Ethernet driver 2021-02-08 11:49:21 +01:00
generic bcm4908: initial work on the Broadcom BCM4908 target 2021-01-12 21:10:51 +01:00
image bcm4908: start work on images for devices using U-Boot 2021-12-13 14:33:07 +01:00
patches-5.4 kernel: bump 5.4 to 5.4.150 2021-10-02 16:05:34 +02:00
config-5.4 bcm4908: enable JFFS2 support 2021-04-08 13:16:12 +02:00
Makefile bcm4908: add kmod-gpio-button-hotplug 2021-06-22 08:38:59 +02:00