aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_fit.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin1-53/+1
2017-05-17SPL: FIT: allow loading multiple imagesAndre Przywara1-2/+40
2017-05-17SPL: FIT: factor out spl_load_fit_image()Andre Przywara1-82/+80
2017-05-17SPL: FIT: improve error handlingAndre Przywara1-2/+13
2017-05-17SPL: FIT: rework U-Boot image loadingAndre Przywara1-14/+32
2017-05-17SPL: FIT: refactor FDT loadingAndre Przywara1-31/+57
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass1-4/+5
2016-07-22spl: fit: Fix the number of bytes read in raw modeLokesh Vutla1-1/+3
2016-07-14spl: fit: add support for post-processing of imagesDaniel Allred1-5/+16
2016-06-04spl: fit: Fix non-matching DT names console outputAndreas Dannenberg1-1/+1
2016-06-01spl: fit: Fix load address of fit headerLokesh Vutla1-2/+2
2016-05-27spl: fit: Do not print selected dtb during fit loadLokesh Vutla1-3/+1
2016-05-27spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla1-14/+58
2016-05-27spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla1-0/+1
2016-05-27SPL: FIT: Align loading address for headerMichal Simek1-0/+1
2016-05-23spl: fit: Print error message when FDT is not presentMichal Simek1-1/+6
2016-03-14spl: Add an option to load a FIT containing U-BootSimon Glass1-0/+194