summaryrefslogtreecommitdiff
path: root/tools/binman/ftest.py
Commit message (Expand)AuthorAgeFilesLines
* binman: Allow symbols to be resolved inside sectionsSimon Glass2019-10-151-8/+37
* binman: Clean up unnecessary code related to ELF test filesSimon Glass2019-10-151-7/+2
* binman: Use the Makefile for u_boot_binman_syms_sizeSimon Glass2019-10-151-1/+1
* binman: Use the Makefile for u_boot_binman_symsSimon Glass2019-10-151-3/+4
* binman: Use the Makefile for u_boot_no_ucode_ptrSimon Glass2019-10-151-5/+5
* binman: Use the Makefile for u_boot_ucode_ptrSimon Glass2019-10-151-7/+7
* binman: Use the Makefile to build ELF test filesSimon Glass2019-10-151-6/+18
* binman: Fix IFWI output when using an Intel FIT imageSimon Glass2019-10-151-1/+1
* binman: Add support for Intel FITSimon Glass2019-10-151-0/+20
* binman: x86: Separate out 16-bit reset and init codeSimon Glass2019-10-151-3/+3
* binman: Add support for an x86 'reset' sectionSimon Glass2019-10-151-1/+29
* binman: Use cls instead of self for class methodsSimon Glass2019-10-151-27/+27
* binman: Add command-line support for replacing entriesSimon Glass2019-07-291-0/+189
* binman: Correct the error message for invalid pathSimon Glass2019-07-291-2/+2
* binman: Clean up all output directories in testsSimon Glass2019-07-291-9/+42
* binman: Add a test function to clean up the output dirSimon Glass2019-07-291-4/+8
* binman: Support replacing data in a cbfsSimon Glass2019-07-291-1/+27
* binman: Place Intel descriptor at image startSimon Glass2019-07-291-0/+9
* binman: Support shrinking a entry after packingSimon Glass2019-07-291-1/+24
* binman: Update the _testing entry to support shrinkageSimon Glass2019-07-291-8/+8
* binman: Allow updating entries that change sizeSimon Glass2019-07-291-14/+55
* binman: Add more tests for image header positionSimon Glass2019-07-291-0/+25
* binman: Add info to allow safely repacking an image laterSimon Glass2019-07-291-2/+68
* binman: Support updating entries in an existing imageSimon Glass2019-07-291-1/+101
* binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass2019-07-291-3/+3
* binman: Add a constant for common entry propertiesSimon Glass2019-07-291-7/+8
* binman: Add an image name into the fdtmapSimon Glass2019-07-291-1/+1
* binman: Add a test for nested and aligned sectionsSimon Glass2019-07-241-1/+66
* binman: Add an 'extract' commandSimon Glass2019-07-241-0/+189
* binman: Allow reading an entry from an imageSimon Glass2019-07-241-0/+42
* binman: Support listing an imageSimon Glass2019-07-241-0/+82
* binman: Convert Image to a subclass of EntrySimon Glass2019-07-241-14/+15
* binman: Support reading an image into an Image objectSimon Glass2019-07-241-4/+35
* binman: Support locating an image headerSimon Glass2019-07-241-0/+27
* binman: Support locating an FDT mapSimon Glass2019-07-241-0/+15
* binman: Allow listing the entries in an imageSimon Glass2019-07-241-0/+76
* binman: Detect bad CBFS file typesSimon Glass2019-07-241-0/+6
* binman: Support FDT update for CBFSSimon Glass2019-07-241-0/+25
* binman: Allow device-tree entries to be compressedSimon Glass2019-07-241-0/+18
* binman: Allow entries to expand after packingSimon Glass2019-07-241-4/+29
* binman: Fix up ProcessUpdateContents error and commentsSimon Glass2019-07-241-1/+1
* binman: Convert to use ArgumentParserSimon Glass2019-07-241-39/+27
* binman: Add an image headerSimon Glass2019-07-241-1/+46
* binman: Add an FDT mapSimon Glass2019-07-241-6/+46
* binman: Add a convenience functions for real-DTB testsSimon Glass2019-07-241-2/+12
* binman: Add support for fixed-offset files in CBFSSimon Glass2019-07-241-0/+23
* binman: Add support for Intel IFWI entriesSimon Glass2019-07-241-0/+55
* binman: Add support for CBFS entriesSimon Glass2019-07-241-0/+110
* binman: Pass the toolpath to testsSimon Glass2019-07-241-1/+7
* binman: Allow preserving test directoriesSimon Glass2019-07-231-3/+25