summaryrefslogtreecommitdiff
path: root/tools/binman/ftest.py
AgeCommit message (Expand)Author
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26binman: Move to absolute importsSimon Glass
2020-04-26binman: Rename the main moduleSimon Glass
2020-04-26patman: Drop references to __future__Simon Glass
2019-11-11binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass
2019-11-04binman: Convert a few tests to Python 3Simon Glass
2019-11-04patman: Adjust 'command' to return strings instead of bytesSimon Glass
2019-11-02binman: Add support for Intel FSP-TSimon Glass
2019-11-02binman: Add support for Intel FSP-SSimon Glass
2019-10-15binman: Drop comment-out code in testUpdateFdtOutput()Simon Glass
2019-10-15binman: Add support for Intel FSP meminitSimon Glass
2019-10-15binman: Allow support for writing a size symbol to binariesSimon Glass
2019-10-15binman: Increase size of TPL and SPL test dataSimon Glass
2019-10-15binman: Avoid needing the section size in advanceSimon Glass
2019-10-15binman: Rename some two-digit test filesSimon Glass
2019-10-15binman: Use underscore in test filenamesSimon Glass
2019-10-15binman: Allow symbols to be resolved inside sectionsSimon Glass
2019-10-15binman: Clean up unnecessary code related to ELF test filesSimon Glass
2019-10-15binman: Use the Makefile for u_boot_binman_syms_sizeSimon Glass
2019-10-15binman: Use the Makefile for u_boot_binman_symsSimon Glass
2019-10-15binman: Use the Makefile for u_boot_no_ucode_ptrSimon Glass
2019-10-15binman: Use the Makefile for u_boot_ucode_ptrSimon Glass
2019-10-15binman: Use the Makefile to build ELF test filesSimon Glass
2019-10-15binman: Fix IFWI output when using an Intel FIT imageSimon Glass
2019-10-15binman: Add support for Intel FITSimon Glass
2019-10-15binman: x86: Separate out 16-bit reset and init codeSimon Glass
2019-10-15binman: Add support for an x86 'reset' sectionSimon Glass
2019-10-15binman: Use cls instead of self for class methodsSimon Glass
2019-07-29binman: Add command-line support for replacing entriesSimon Glass
2019-07-29binman: Correct the error message for invalid pathSimon Glass
2019-07-29binman: Clean up all output directories in testsSimon Glass
2019-07-29binman: Add a test function to clean up the output dirSimon Glass
2019-07-29binman: Support replacing data in a cbfsSimon Glass
2019-07-29binman: Place Intel descriptor at image startSimon Glass
2019-07-29binman: Support shrinking a entry after packingSimon Glass
2019-07-29binman: Update the _testing entry to support shrinkageSimon Glass
2019-07-29binman: Allow updating entries that change sizeSimon Glass
2019-07-29binman: Add more tests for image header positionSimon Glass
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass
2019-07-29binman: Support updating entries in an existing imageSimon Glass
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass
2019-07-29binman: Add a constant for common entry propertiesSimon Glass
2019-07-29binman: Add an image name into the fdtmapSimon Glass
2019-07-24binman: Add a test for nested and aligned sectionsSimon Glass
2019-07-24binman: Add an 'extract' commandSimon Glass
2019-07-24binman: Allow reading an entry from an imageSimon Glass
2019-07-24binman: Support listing an imageSimon Glass
2019-07-24binman: Convert Image to a subclass of EntrySimon Glass
2019-07-24binman: Support reading an image into an Image objectSimon Glass
2019-07-24binman: Support locating an image headerSimon Glass