aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/ftest.py
AgeCommit message (Expand)AuthorFilesLines
2022-01-07binman: add support for creating dummy files for external blobsHeiko Thiery1-1/+14
2021-11-13binman: Support updating the dtb in an ELF fileSimon Glass1-1/+82
2021-11-13binman: Tidy up comments on _DoTestFile()Simon Glass1-0/+5
2021-10-31binman: Allow timeout to occur in the image or its sectionSimon Glass1-2/+1
2021-07-21binman: Add basic support for debugging performanceSimon Glass1-0/+8
2021-07-21binman: Support multithreading for building imagesSimon Glass1-3/+30
2021-05-19binman: Add support for RISC-V OpenSBI fw_dynamic blobBin Meng1-0/+7
2021-05-19binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dtsBin Meng1-5/+5
2021-04-29binman: Support adding sections to FMAPsSimon Glass1-4/+21
2021-04-29binman: Tweak implementation of fmapSimon Glass1-31/+38
2021-04-29binman: Correct testSplNoDtb() and Tpl alsoSimon Glass1-0/+2
2021-03-27binman: Support default alignment for sectionsSimon Glass1-0/+12
2021-03-27binman: Support obtaining section contents immediatelySimon Glass1-0/+13
2021-03-27binman: Add support for a collection of entriesSimon Glass1-1/+9
2021-03-27binman: Allow disabling expanding an entrySimon Glass1-2/+18
2021-03-27binman: Use a unique number for the symbols test fileSimon Glass1-1/+1
2021-03-26binman: doc: Add documentation to htmldocsSimon Glass1-2/+2
2021-03-26binman: Automatically expand phase binaries into sectionsSimon Glass1-0/+174
2021-03-26binman: Allow a way to select expanded entriesSimon Glass1-6/+13
2021-03-26binman: Add support for u-boot-tpl-bss-badSimon Glass1-0/+16
2021-03-26binman: Add support for u-boot-tpl-nodtbSimon Glass1-0/+6
2021-03-26binman: Support symbols in u-boot-spl-nodtbSimon Glass1-19/+30
2021-01-30binman: Allow for skip_at_start when reading entriesSimon Glass1-0/+19
2021-01-30binman: Support alignment of filesSimon Glass1-0/+8
2021-01-30binman: Allow vblock to include devicetree blobsSimon Glass1-2/+47
2021-01-30binman: Support reading an image with entry argsSimon Glass1-0/+19
2021-01-30binman: Support finding symbols in sub-sectionsSimon Glass1-0/+15
2020-10-29binman: Support compression of sectionsSimon Glass1-0/+217
2020-10-29binman: Use the actual contents in CheckSize()Simon Glass1-1/+1
2020-10-29binman: Set section contents in GetData()Simon Glass1-1/+3
2020-10-29binman: Store the original data before compressionSimon Glass1-0/+12
2020-10-29binman: Make section padding consistent with other entriesSimon Glass1-0/+23
2020-10-29binman: Move section padding to the parentSimon Glass1-4/+2
2020-10-29binman: Move section-building code into a functionSimon Glass1-2/+2
2020-10-29binman: Expand docs and test for alignmentSimon Glass1-1/+32
2020-10-29binman: Expand docs and test for paddingSimon Glass1-1/+28
2020-10-29binman: Update testPackExtra with more checksSimon Glass1-5/+22
2020-10-29binman: Expand the error message for breaching a sectionSimon Glass1-2/+3
2020-10-29binman: Add tests for skip-at-start sectionsSimon Glass1-0/+59
2020-10-29binman: Drop unused return variable for _DoTestFile()Simon Glass1-2/+2
2020-10-22binman: Add support for SCP firmwareSamuel Holland1-0/+7
2020-09-25binman: Support adding a U-Boot environmentSimon Glass1-0/+31
2020-09-25binman: Show an error when a file is missingSimon Glass1-0/+7
2020-09-22binman: Support help messages for missing blobsSimon Glass1-1/+17
2020-09-22binman: Allow selecting default FIT configurationSimon Glass1-3/+38
2020-09-22binman: Support generating FITs with multiple dtbsSimon Glass1-4/+102
2020-09-22binman: Add support for ATF BL31Simon Glass1-0/+9
2020-09-22binman: Fix up a few missing commentsSimon Glass1-1/+21
2020-09-22binman: Allow entry args to be requiredSimon Glass1-4/+11
2020-09-22binman: Build FIT image subentries with the section etypeAlper Nebi Yasak1-0/+32