aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/image/mkits-multiple-config.sh
Commit message (Collapse)AuthorAgeFilesLines
* target: use SPDX license identifiers on scriptsAdrian Schmutzler2021-02-101-2/+1
| | | | | | Use SPDX license tags to allow machines to check licenses. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* layerscape: add multiple-configuration generator for FIT imagesMathew McBride2018-07-301-0/+596
This is required for the Traverse LS1043 family, we generate a FIT image that works on all boards across the family. This is done by creating multiple configurations that select the right DTB for the board. The bootloader on these boards is configured to boot like this: bootm $kernel_load#ls1043s bootm $kernel_load#ls1043v This is based on earlier work by Jason Wu for Zynq: https://lists.openwrt.org/pipermail/openwrt-devel/2016-March/040460.html Modified to add FDT load addresses and multiple configurations with DTB. Signed-off-by: Mathew McBride <matt@traverse.com.au>