| Commit message (Expand) | Author | Age | Files | Lines |
* | binman: Add basic support for debugging performance | Simon Glass | 2021-07-21 | 4 | -0/+88 |
* | binman: Use bytearray instead of string | Simon Glass | 2021-07-21 | 2 | -3/+3 |
* | binman: Split node-reading out from constructor in files | Simon Glass | 2021-07-21 | 1 | -0/+3 |
* | binman: Support multithreading for building images | Simon Glass | 2021-07-21 | 8 | -6/+136 |
* | binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE | Bin Meng | 2021-05-19 | 1 | -0/+24 |
* | binman: Add support for RISC-V OpenSBI fw_dynamic blob | Bin Meng | 2021-05-19 | 4 | -0/+57 |
* | binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts | Bin Meng | 2021-05-19 | 2 | -5/+5 |
* | binman: Correct the comment for ATF entry type | Bin Meng | 2021-05-19 | 1 | -1/+1 |
* | binman: Correct '-a' description in the doc | Bin Meng | 2021-05-19 | 1 | -2/+2 |
* | binman: Support adding sections to FMAPs | Simon Glass | 2021-04-29 | 4 | -9/+50 |
* | binman: Tweak implementation of fmap | Simon Glass | 2021-04-29 | 1 | -31/+38 |
* | binman: Correct testSplNoDtb() and Tpl also | Simon Glass | 2021-04-29 | 1 | -0/+2 |
* | binman: Support default alignment for sections | Simon Glass | 2021-03-27 | 8 | -0/+58 |
* | binman: Support obtaining section contents immediately | Simon Glass | 2021-03-27 | 6 | -19/+95 |
* | binman: Add support for a collection of entries | Simon Glass | 2021-03-27 | 6 | -14/+128 |
* | binman: Allow disabling expanding an entry | Simon Glass | 2021-03-27 | 8 | -9/+56 |
* | binman: Use a unique number for the symbols test file | Simon Glass | 2021-03-27 | 2 | -1/+1 |
* | binman: Update various pieces of the documentation | Simon Glass | 2021-03-26 | 1 | -39/+44 |
* | binman: Drop repetitive heading for each entry | Simon Glass | 2021-03-26 | 20 | -57/+57 |
* | binman: Incorporate entry documentation | Simon Glass | 2021-03-26 | 10 | -77/+87 |
* | binman: Rearrange documentation into headings | Simon Glass | 2021-03-26 | 1 | -257/+266 |
* | binman: doc: Add documentation to htmldocs | Simon Glass | 2021-03-26 | 6 | -245/+257 |
* | binman: Automatically expand phase binaries into sections | Simon Glass | 2021-03-26 | 16 | -18/+571 |
* | binman: Plumb expanded entries through fully | Simon Glass | 2021-03-26 | 3 | -8/+36 |
* | binman: Allow a way to select expanded entries | Simon Glass | 2021-03-26 | 2 | -6/+16 |
* | binman: Allow using an an 'expanded' entry type | Simon Glass | 2021-03-26 | 2 | -9/+63 |
* | binman: Use standard filenames for SPL/TPL devicetree | Simon Glass | 2021-03-26 | 1 | -11/+10 |
* | binman: Move the comment for GetFdts() to the base class | Simon Glass | 2021-03-26 | 2 | -10/+1 |
* | binman: Drop unnecessary field in output_fdt_info | Simon Glass | 2021-03-26 | 1 | -12/+10 |
* | binman: Use the fake SPL/TPL only if requested | Simon Glass | 2021-03-26 | 1 | -8/+15 |
* | binman: Drop unnecessary 'type' property in tests | Simon Glass | 2021-03-26 | 2 | -2/+0 |
* | binman: Add support for u-boot-tpl-bss-bad | Simon Glass | 2021-03-26 | 4 | -0/+101 |
* | binman: Add support for u-boot-tpl-nodtb | Simon Glass | 2021-03-26 | 4 | -0/+83 |
* | binman: Support symbols in u-boot-spl-nodtb | Simon Glass | 2021-03-26 | 6 | -21/+81 |
* | binman: Correct the documentation for u-boot-spl-bss-pad | Simon Glass | 2021-03-26 | 2 | -14/+20 |
* | binman: Tidy up underscores in entry documentation | Simon Glass | 2021-03-26 | 7 | -24/+22 |
* | binman: Update entry help for files-align | Simon Glass | 2021-03-26 | 1 | -0/+1 |
* | binman: Document ExpandEntries() in the base class | Simon Glass | 2021-03-26 | 2 | -6/+11 |
* | binman: Allow extracting to current directory | Simon Glass | 2021-03-26 | 1 | -1/+1 |
* | binman: Indicate how to make binman verbose | Simon Glass | 2021-03-02 | 1 | -1/+3 |
* | binman: Allow for skip_at_start when reading entries | Simon Glass | 2021-01-30 | 3 | -4/+48 |
* | binman: Support alignment of files | Simon Glass | 2021-01-30 | 5 | -1/+35 |
* | binman: Allow vblock to include devicetree blobs | Simon Glass | 2021-01-30 | 5 | -10/+96 |
* | binman: Support reading an image with entry args | Simon Glass | 2021-01-30 | 5 | -4/+64 |
* | binman: Support finding symbols in sub-sections | Simon Glass | 2021-01-30 | 6 | -7/+123 |
* | binman: Fix a few file comments | Simon Glass | 2021-01-30 | 2 | -2/+1 |
* | binman: Show the size when writing entries | Simon Glass | 2021-01-30 | 1 | -1/+2 |
* | binman: Update the TODO list | Simon Glass | 2021-01-30 | 1 | -2/+1 |
* | dtoc: binman: Drop Python 2 code | Simon Glass | 2021-01-30 | 1 | -2/+2 |
* | patman: Drop tools.ToByte() | Simon Glass | 2020-12-13 | 1 | -3/+3 |