aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm4908/image/bootfs-bcm4908.its
Commit message (Collapse)AuthorAgeFilesLines
* bcm4908: update DTS files with the latest changesRafał Miłecki2022-12-011-1/+1
| | | | | | | | The most affecting change is move of files from bcm4908/ to the bcmbca/. That required updating few paths. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> (cherry picked from commit 45ac906c6415cebd12281088da6b06668c057f0a)
* bcm4908: build bootfs image per-SoCRafał Miłecki2022-09-021-0/+48
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)