aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/block/partitions/fit.c
Commit message (Expand)AuthorAgeFilesLines
* generic: use only first element in bootconf for uImage.FITDaniel Golle2023-06-091-7/+15
* kernel: remove obsolete kernel version switchesAleksander Jan Bajkowski2023-05-201-4/+0
* kernel: update FIT partition parser to new property nameDaniel Golle2022-04-201-1/+1
* generic: 5.15: get uImage.FIT partition parser readyDaniel Golle2022-03-271-2/+8
* kernel: generic: fix warning in FIT partition parserDaniel Golle2022-03-241-2/+2
* kernel: generic: improve FIT partition parserDaniel Golle2022-03-241-12/+40
* kernel: generic: use chosen bootconf in FIT partition parserDaniel Golle2022-03-211-4/+13
* generic: deny write to uImage.FIT sub-image partitionsDaniel Golle2022-01-111-1/+1
* kernel: properly handle paging errors in fit partition parserDaniel Golle2021-08-271-2/+5
* kernel: make uImage.FIT partition parser work on MBR partitionsDaniel Golle2021-07-201-2/+2
* kernel: support FIT partition parser on mtdblock devicesDaniel Golle2021-04-091-9/+8
* image: extend FIT partition parser for use on eMMC/SDcardDaniel Golle2021-02-281-12/+33
* image: add support for building FIT image with filesystemDaniel Golle2021-02-241-0/+233