summaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2021-07-21binman: Add basic support for debugging performanceSimon Glass4-0/+88
2021-07-21binman: Use bytearray instead of stringSimon Glass2-3/+3
2021-07-21binman: Split node-reading out from constructor in filesSimon Glass1-0/+3
2021-07-21binman: Support multithreading for building imagesSimon Glass8-6/+136
2021-05-19binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGEBin Meng1-0/+24
2021-05-19binman: Add support for RISC-V OpenSBI fw_dynamic blobBin Meng4-0/+57
2021-05-19binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dtsBin Meng2-5/+5
2021-05-19binman: Correct the comment for ATF entry typeBin Meng1-1/+1
2021-05-19binman: Correct '-a' description in the docBin Meng1-2/+2
2021-04-29binman: Support adding sections to FMAPsSimon Glass4-9/+50
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 Glass8-0/+58
2021-03-27binman: Support obtaining section contents immediatelySimon Glass6-19/+95
2021-03-27binman: Add support for a collection of entriesSimon Glass6-14/+128
2021-03-27binman: Allow disabling expanding an entrySimon Glass8-9/+56
2021-03-27binman: Use a unique number for the symbols test fileSimon Glass2-1/+1
2021-03-26binman: Update various pieces of the documentationSimon Glass1-39/+44
2021-03-26binman: Drop repetitive heading for each entrySimon Glass20-57/+57
2021-03-26binman: Incorporate entry documentationSimon Glass10-77/+87
2021-03-26binman: Rearrange documentation into headingsSimon Glass1-257/+266
2021-03-26binman: doc: Add documentation to htmldocsSimon Glass6-245/+257
2021-03-26binman: Automatically expand phase binaries into sectionsSimon Glass16-18/+571
2021-03-26binman: Plumb expanded entries through fullySimon Glass3-8/+36
2021-03-26binman: Allow a way to select expanded entriesSimon Glass2-6/+16
2021-03-26binman: Allow using an an 'expanded' entry typeSimon Glass2-9/+63
2021-03-26binman: Use standard filenames for SPL/TPL devicetreeSimon Glass1-11/+10
2021-03-26binman: Move the comment for GetFdts() to the base classSimon Glass2-10/+1
2021-03-26binman: Drop unnecessary field in output_fdt_infoSimon Glass1-12/+10
2021-03-26binman: Use the fake SPL/TPL only if requestedSimon Glass1-8/+15
2021-03-26binman: Drop unnecessary 'type' property in testsSimon Glass2-2/+0
2021-03-26binman: Add support for u-boot-tpl-bss-badSimon Glass4-0/+101
2021-03-26binman: Add support for u-boot-tpl-nodtbSimon Glass4-0/+83
2021-03-26binman: Support symbols in u-boot-spl-nodtbSimon Glass6-21/+81
2021-03-26binman: Correct the documentation for u-boot-spl-bss-padSimon Glass2-14/+20
2021-03-26binman: Tidy up underscores in entry documentationSimon Glass7-24/+22
2021-03-26binman: Update entry help for files-alignSimon Glass1-0/+1
2021-03-26binman: Document ExpandEntries() in the base classSimon Glass2-6/+11
2021-03-26binman: Allow extracting to current directorySimon Glass1-1/+1
2021-03-02binman: Indicate how to make binman verboseSimon Glass1-1/+3
2021-01-31binman: Allow for skip_at_start when reading entriesSimon Glass3-4/+48
2021-01-31binman: Support alignment of filesSimon Glass5-1/+35
2021-01-31binman: Allow vblock to include devicetree blobsSimon Glass5-10/+96
2021-01-31binman: Support reading an image with entry argsSimon Glass5-4/+64
2021-01-31binman: Support finding symbols in sub-sectionsSimon Glass6-7/+123
2021-01-31binman: Fix a few file commentsSimon Glass2-2/+1
2021-01-31binman: Show the size when writing entriesSimon Glass1-1/+2
2021-01-31binman: Update the TODO listSimon Glass1-2/+1
2021-01-31dtoc: binman: Drop Python 2 codeSimon Glass1-2/+2
2020-12-13patman: Drop tools.ToByte()Simon Glass1-3/+3