summaryrefslogtreecommitdiff
path: root/boot/image-fit.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-31image: Allow loading a FIT image for a particular phaseSimon Glass1-10/+73
2022-10-31image: Move comment for fit_conf_find_compat()Simon Glass1-43/+0
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-8/+8
2022-09-07image: fit: Add some helpers for getting dataSean Anderson1-0/+37
2022-08-31image-fit: don't set compression if it can't be readDaniel Golle1-2/+1
2022-07-01image: fit: Use stack allocation macroJoel Stanley1-2/+1
2022-04-19image-fit: don't check free() argumentHeinrich Schuchardt1-9/+3
2022-04-11image: fit: Align hash output buffersSean Anderson1-1/+3
2022-01-26tools: Pass the key blob aroundSimon Glass1-5/+7
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka1-4/+4
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-11-18image: fit: Fix parameter name for hash algorithmChia-Wei Wang1-2/+2
2021-11-12Create a new boot/ directorySimon Glass1-0/+2448