summaryrefslogtreecommitdiffstats
path: root/tools/binman
Commit message (Expand)AuthorAgeFilesLines
* binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass2019-11-1110-26/+134
* binman: Move to use Python 3Simon Glass2019-11-041-1/+1
* binman: Convert a few tests to Python 3Simon Glass2019-11-041-7/+7
* binman: Remember the pre-reset entry sizeSimon Glass2019-11-041-1/+8
* pylibfdt: Convert to Python 3Simon Glass2019-11-043-30/+3
* patman: Adjust 'command' to return strings instead of bytesSimon Glass2019-11-042-2/+2
* binman: Fix up comment in intel-fsp-mSimon Glass2019-11-021-1/+1
* binman: Add support for Intel FSP-TSimon Glass2019-11-024-0/+63
* binman: Add support for Intel FSP-SSimon Glass2019-11-024-0/+64
* binman: Correct symbol calculation with non-zero image baseSimon Glass2019-11-022-4/+2
* binman: Drop comment-out code in testUpdateFdtOutput()Simon Glass2019-10-151-2/+0
* binman: Add logging for the number of pack passesSimon Glass2019-10-151-0/+1
* binman: Write symbol info before image inclusionSimon Glass2019-10-151-1/+1
* binman: Support writing symbols into entries within an IFWISimon Glass2019-10-151-0/+5
* binman: Update IFWI entry to support updatesSimon Glass2019-10-151-18/+28
* binman: Update IFWI entry to read entries outside constructorSimon Glass2019-10-151-0/+3
* binman: Fix entry comment for Intel descriptorSimon Glass2019-10-151-1/+1
* binman: Add support for Intel FSP meminitSimon Glass2019-10-154-0/+66
* binman: Allow support for writing a size symbol to binariesSimon Glass2019-10-154-9/+12
* binman: Increase size of TPL and SPL test dataSimon Glass2019-10-157-14/+14
* binman: Avoid needing the section size in advanceSimon Glass2019-10-153-4/+49
* binman: Rename some two-digit test filesSimon Glass2019-10-153-2/+2
* binman: Use underscore in test filenamesSimon Glass2019-10-1514-14/+14
* binman: Allow symbols to be resolved inside sectionsSimon Glass2019-10-154-10/+67
* binman: Clean up unnecessary code related to ELF test filesSimon Glass2019-10-153-12/+4
* binman: Use the Makefile for u_boot_binman_syms_badSimon Glass2019-10-153-3/+3
* binman: Use the Makefile for u_boot_binman_syms_sizeSimon Glass2019-10-153-3/+4
* binman: Use the Makefile for u_boot_binman_symsSimon Glass2019-10-155-9/+13
* binman: Use the Makefile for u_boot_no_ucode_ptrSimon Glass2019-10-153-6/+6
* binman: Use the Makefile for u_boot_ucode_ptrSimon Glass2019-10-155-13/+25
* binman: Use the Makefile to build ELF test filesSimon Glass2019-10-154-7/+43
* binman: Use tools.Run() to run objdumpSimon Glass2019-10-151-1/+1
* binman: Fix IFWI output when using an Intel FIT imageSimon Glass2019-10-152-4/+4
* binman: Add support for Intel FITSimon Glass2019-10-156-0/+149
* binman: x86: Separate out 16-bit reset and init codeSimon Glass2019-10-155-48/+56
* binman: Add support for an x86 'reset' sectionSimon Glass2019-10-158-1/+203
* binman: Correct use of 'replace' in IFWI testsSimon Glass2019-10-155-4/+16
* binman: Handle hidden symbols in ELF filesSimon Glass2019-10-151-1/+1
* binman: Drop .note section from ELFSimon Glass2019-10-152-1/+4
* binman: Allow use of help and entry-docs without libfdtSimon Glass2019-10-159-13/+44
* binman: Use cls instead of self for class methodsSimon Glass2019-10-151-27/+27
* binman: Use qemu-x86_defconfig in the exampleBin Meng2019-10-111-2/+2
* binman: Take account of skip-at-start with image-headerSimon Glass2019-10-081-0/+1
* binman: Handle reading data for end-at-4gb sectionsSimon Glass2019-10-083-13/+11
* binman: Add a base implementation of Entry.ReadChildData()Simon Glass2019-10-081-0/+16
* binman: Allow verbose output with all commandsSimon Glass2019-10-081-21/+15
* binman: Allow selection of logging verbositySimon Glass2019-10-081-0/+6
* binman: Add command-line support for replacing entriesSimon Glass2019-07-295-4/+327
* binman: Correct the error message for invalid pathSimon Glass2019-07-292-4/+4
* binman: Split control.WriteEntryToImage() into separate functionsSimon Glass2019-07-291-17/+59