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>
Fri, 2 Sep 2022 10:24:16 +0000 (12:24 +0200)
commitcc9c72529cdae95d03afdc6a52b9a24f6dedca90
tree701d498bba165f8a391e40ab416130bdd3d7ea47
parent28ab4f395541ad4b969879042f58fd19d13a596a
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>
(cherry picked from commit 6ae2f7ff4737ec8dbec026fc6c02f7d1850b521c)
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]