aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/ftest.py
AgeCommit message (Expand)AuthorFilesLines
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-131/+9
2020-07-20binman: Add support for generating a FITSimon Glass1-0/+54
2020-07-20binman: Allow zero-length entries to overlapSimon Glass1-0/+4
2020-07-20binman: Allow missing Intel blobsSimon Glass1-7/+34
2020-07-20binman: Detect when valid images are not producedSimon Glass1-1/+13
2020-07-20patman: Update errors and warnings to use stderrSimon Glass1-1/+1
2020-07-20binman: Allow external binaries to be missingSimon Glass1-1/+7
2020-07-20binman: Add an etype for external binary blobsSimon Glass1-0/+12
2020-07-20binman: Add support for calling mkimageSimon Glass1-0/+7
2020-04-26patman: Move to absolute importsSimon Glass1-4/+4
2020-04-26binman: Move to absolute importsSimon Glass1-18/+19
2020-04-26binman: Rename the main moduleSimon Glass1-3/+3
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-11-11binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass1-8/+20
2019-11-04binman: Convert a few tests to Python 3Simon Glass1-7/+7
2019-11-04patman: Adjust 'command' to return strings instead of bytesSimon Glass1-1/+1
2019-11-02binman: Add support for Intel FSP-TSimon Glass1-0/+7
2019-11-02binman: Add support for Intel FSP-SSimon Glass1-0/+6
2019-10-15binman: Drop comment-out code in testUpdateFdtOutput()Simon Glass1-2/+0
2019-10-15binman: Add support for Intel FSP meminitSimon Glass1-0/+8
2019-10-15binman: Allow support for writing a size symbol to binariesSimon Glass1-7/+7
2019-10-15binman: Increase size of TPL and SPL test dataSimon Glass1-7/+7
2019-10-15binman: Avoid needing the section size in advanceSimon Glass1-0/+6
2019-10-15binman: Rename some two-digit test filesSimon Glass1-2/+2
2019-10-15binman: Use underscore in test filenamesSimon Glass1-14/+14
2019-10-15binman: Allow symbols to be resolved inside sectionsSimon Glass1-8/+37
2019-10-15binman: Clean up unnecessary code related to ELF test filesSimon Glass1-7/+2
2019-10-15binman: Use the Makefile for u_boot_binman_syms_sizeSimon Glass1-1/+1
2019-10-15binman: Use the Makefile for u_boot_binman_symsSimon Glass1-3/+4
2019-10-15binman: Use the Makefile for u_boot_no_ucode_ptrSimon Glass1-5/+5
2019-10-15binman: Use the Makefile for u_boot_ucode_ptrSimon Glass1-7/+7
2019-10-15binman: Use the Makefile to build ELF test filesSimon Glass1-6/+18
2019-10-15binman: Fix IFWI output when using an Intel FIT imageSimon Glass1-1/+1
2019-10-15binman: Add support for Intel FITSimon Glass1-0/+20
2019-10-15binman: x86: Separate out 16-bit reset and init codeSimon Glass1-3/+3
2019-10-15binman: Add support for an x86 'reset' sectionSimon Glass1-1/+29
2019-10-15binman: Use cls instead of self for class methodsSimon Glass1-27/+27
2019-07-29binman: Add command-line support for replacing entriesSimon Glass1-0/+189
2019-07-29binman: Correct the error message for invalid pathSimon Glass1-2/+2
2019-07-29binman: Clean up all output directories in testsSimon Glass1-9/+42
2019-07-29binman: Add a test function to clean up the output dirSimon Glass1-4/+8
2019-07-29binman: Support replacing data in a cbfsSimon Glass1-1/+27
2019-07-29binman: Place Intel descriptor at image startSimon Glass1-0/+9
2019-07-29binman: Support shrinking a entry after packingSimon Glass1-1/+24
2019-07-29binman: Update the _testing entry to support shrinkageSimon Glass1-8/+8
2019-07-29binman: Allow updating entries that change sizeSimon Glass1-14/+55
2019-07-29binman: Add more tests for image header positionSimon Glass1-0/+25
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass1-2/+68
2019-07-29binman: Support updating entries in an existing imageSimon Glass1-1/+101
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass1-3/+3