bcm4908: build bootfs image per-SoC
authorRafał Miłecki <rafal@milecki.pl>
Wed, 20 Jul 2022 11:47:05 +0000 (13:47 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 25 Jul 2022 16:13:12 +0000 (18:13 +0200)
commit6ae2f7ff4737ec8dbec026fc6c02f7d1850b521c
tree02dc6b06fe404a366708bd48b7ad663d4d1d8fcd
parent8a77adb0485aeb40f6550eb7fcdb461b3eaffe58
bcm4908: build bootfs image per-SoC

In theory we could have just 1 bootfs image for all devices as each
device has its own entry in the "configurations" node. It doesn't work
well with default configuration though.

If something goes wrong U-Boot SPL can be interrupted (by pressing A) to
enter its minimalistic menu. It allows ignoring boardid. In such case
bootfs default configuration is used.

For above reason each SoC family (BCM4908, BCM4912) should have its own
bootfs built. It allows each of them to have working default
configuration.

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