- adfb849 binman: Support updating the dtb in an ELF file by Simon Glass · 3 years, 1 month ago
- 9a79840 binman: Tidy up comments on _DoTestFile() by Simon Glass · 3 years, 1 month ago
- a4e259e binman: Support reading the offset of an ELF-file symbol by Simon Glass · 3 years, 1 month ago
- 271fd8f binman: Report an error if test files fail to compile by Simon Glass · 3 years, 1 month ago
- 2d59d15 binman: Allow timeout to occur in the image or its section by Simon Glass · 3 years, 1 month ago
- 554f85e treewide: Remove OF_PRIOR_STAGE by Ilias Apalodimas · 3 years, 2 months ago
- 14a2e81 iot2050: Enable watchdog support, but do not auto-start it by Jan Kiszka · 3 years, 2 months ago
- 25ecd97 tools: Refactor full help printing by Paul Barker · 3 years, 3 months ago
- 748a1d4 binman: Add basic support for debugging performance by Simon Glass · 3 years, 5 months ago
- c62c3a9 binman: Use bytearray instead of string by Simon Glass · 3 years, 5 months ago
- f58dae9 binman: Split node-reading out from constructor in files by Simon Glass · 3 years, 5 months ago
- 76f496d binman: Support multithreading for building images by Simon Glass · 3 years, 5 months ago
- d72582f binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE by Bin Meng · 3 years, 7 months ago
- c0b1574 binman: Add support for RISC-V OpenSBI fw_dynamic blob by Bin Meng · 3 years, 7 months ago
- 16cf566 binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts by Bin Meng · 3 years, 7 months ago
- bbf293b binman: Correct the comment for ATF entry type by Bin Meng · 3 years, 7 months ago
- 1fa2b7c binman: Correct '-a' description in the doc by Bin Meng · 3 years, 7 months ago
- b1d414c binman: Support adding sections to FMAPs by Simon Glass · 3 years, 8 months ago
- 82059c2 binman: Tweak implementation of fmap by Simon Glass · 3 years, 8 months ago
- 13089cc binman: Correct testSplNoDtb() and Tpl also by Simon Glass · 3 years, 7 months ago
- f427c5f binman: Support default alignment for sections by Simon Glass · 3 years, 8 months ago
- 27a7f77 binman: Support obtaining section contents immediately by Simon Glass · 3 years, 8 months ago
- e191578 binman: Add support for a collection of entries by Simon Glass · 3 years, 8 months ago
- 7098b7f binman: Allow disabling expanding an entry by Simon Glass · 3 years, 8 months ago
- 3bbc993 binman: Use a unique number for the symbols test file by Simon Glass · 3 years, 8 months ago
- 774b23f binman: Update various pieces of the documentation by Simon Glass · 3 years, 9 months ago
- 8911fa1 binman: Drop repetitive heading for each entry by Simon Glass · 3 years, 9 months ago
- 0ac96b6 binman: Incorporate entry documentation by Simon Glass · 3 years, 9 months ago
- fa88828 binman: Rearrange documentation into headings by Simon Glass · 3 years, 9 months ago
- 75ead66 binman: doc: Add documentation to htmldocs by Simon Glass · 3 years, 9 months ago
- 718b529 binman: Automatically expand phase binaries into sections by Simon Glass · 3 years, 9 months ago
- 55ab0b6 binman: Plumb expanded entries through fully by Simon Glass · 3 years, 9 months ago
- ed93067 binman: Allow a way to select expanded entries by Simon Glass · 3 years, 9 months ago
- 2f85941 binman: Allow using an an 'expanded' entry type by Simon Glass · 3 years, 9 months ago
- eb751fd binman: Use standard filenames for SPL/TPL devicetree by Simon Glass · 3 years, 9 months ago
- 8235dd8 binman: Move the comment for GetFdts() to the base class by Simon Glass · 3 years, 9 months ago
- a1ba618 binman: Drop unnecessary field in output_fdt_info by Simon Glass · 3 years, 9 months ago
- f184d95 binman: Use the fake SPL/TPL only if requested by Simon Glass · 3 years, 9 months ago
- d9bdd25 binman: Drop unnecessary 'type' property in tests by Simon Glass · 3 years, 9 months ago
- 63f41d4 binman: Add support for u-boot-tpl-bss-bad by Simon Glass · 3 years, 9 months ago
- c98de97 binman: Add support for u-boot-tpl-nodtb by Simon Glass · 3 years, 9 months ago
- 31e04cb binman: Support symbols in u-boot-spl-nodtb by Simon Glass · 3 years, 9 months ago
- 308939b binman: Correct the documentation for u-boot-spl-bss-pad by Simon Glass · 3 years, 9 months ago
- 537e006 binman: Tidy up underscores in entry documentation by Simon Glass · 3 years, 9 months ago
- 3f093a3 binman: Update entry help for files-align by Simon Glass · 3 years, 9 months ago
- fcb2a7c binman: Document ExpandEntries() in the base class by Simon Glass · 3 years, 9 months ago
- 4ef93d9 binman: Allow extracting to current directory by Simon Glass · 3 years, 9 months ago
- caa5f18 binman: Indicate how to make binman verbose by Simon Glass · 3 years, 10 months ago
- db84b56 binman: Allow for skip_at_start when reading entries by Simon Glass · 3 years, 11 months ago
- a2af730 binman: Support alignment of files by Simon Glass · 3 years, 11 months ago
- 220c622 binman: Allow vblock to include devicetree blobs by Simon Glass · 3 years, 11 months ago
- 3fb2540 binman: Support reading an image with entry args by Simon Glass · 3 years, 11 months ago
- ecbe473 binman: Support finding symbols in sub-sections by Simon Glass · 3 years, 11 months ago
- d2b3b2a binman: Fix a few file comments by Simon Glass · 3 years, 11 months ago
- 0834945 binman: Show the size when writing entries by Simon Glass · 3 years, 11 months ago
- 01ab229 binman: Update the TODO list by Simon Glass · 3 years, 11 months ago
- d35a852 dtoc: binman: Drop Python 2 code by Simon Glass · 3 years, 11 months ago
- c27ee7c patman: Drop tools.ToByte() by Simon Glass · 4 years, 1 month ago
- 9dfb311 patman: Drop unicode helper functions by Simon Glass · 4 years, 1 month ago
- c9a032c fdt: Use an Enum for the data type by Simon Glass · 4 years, 1 month ago
- eb943b1 binman: Correct calculation for image-pos by Simon Glass · 4 years, 1 month ago
- e17220f binman: Update intel_ifwi to store padded section by Simon Glass · 4 years, 1 month ago
- a22e680 binman: Avoid calculated section data repeatedly by Simon Glass · 4 years, 1 month ago
- d92c836 binman: Support compression of sections by Simon Glass · 4 years, 1 month ago
- d99850b binman: Use the actual contents in CheckSize() by Simon Glass · 4 years, 1 month ago
- c5f4b48 binman: Update CheckEntries() for compressed sections by Simon Glass · 4 years, 1 month ago
- 2d9570d binman: Drop CheckEntries() by Simon Glass · 4 years, 1 month ago
- b193d46 binman: Call CheckSize() from the section's Pack() method by Simon Glass · 4 years, 1 month ago
- 6a6c1b7 binman: Drop the Entry.CheckSize() method by Simon Glass · 4 years, 1 month ago
- bd668e3 binman: Move sort and expand to the main Pack() function by Simon Glass · 4 years, 1 month ago
- 55f6807 binman: Drop Entry.CheckOffset() by Simon Glass · 4 years, 1 month ago
- acd6c6e binman: Avoid reporting image-pos with compression by Simon Glass · 4 years, 1 month ago
- 72eeff1 binman: Set section contents in GetData() by Simon Glass · 4 years, 1 month ago
- 789b3440 binman: Store the original data before compression by Simon Glass · 4 years, 1 month ago
- bb39574 binman: Make section padding consistent with other entries by Simon Glass · 4 years, 1 month ago
- 510ef0f binman: Move section padding to the parent by Simon Glass · 4 years, 1 month ago
- ff1903a binman: Refactor _BuildSectionData() by Simon Glass · 4 years, 1 month ago
- d0850eb binman: Move section-building code into a function by Simon Glass · 4 years, 1 month ago
- afb9caa binman: Expand docs and test for alignment by Simon Glass · 4 years, 1 month ago
- d12599d binman: Expand docs and test for padding by Simon Glass · 4 years, 1 month ago
- 187202f binman: Update testPackExtra with more checks by Simon Glass · 4 years, 1 month ago
- 51d02ad binman: Use 'files-compress' to set compression for files by Simon Glass · 4 years, 1 month ago
- a1301a2 binman: Move CompressData() into Entry base class by Simon Glass · 4 years, 1 month ago
- d617986 binman: Expand the error message for breaching a section by Simon Glass · 4 years, 1 month ago
- 05ef6f3 binman: Remove references to 'image' in entry_Section by Simon Glass · 4 years, 1 month ago
- 31a0963 binman: Fix return from u-boot-ucode if there is no DT by Simon Glass · 4 years, 1 month ago
- 7668194 binman: Give a sensible error if no command is given by Simon Glass · 4 years, 1 month ago
- d1fdf75 binman: Add tests for skip-at-start sections by Simon Glass · 4 years, 1 month ago
- 8cdc08a binman: Drop unused return variable for _DoTestFile() by Simon Glass · 4 years, 1 month ago
- 136dd35 binman: Update the entry docs by Simon Glass · 4 years, 1 month ago
- 6b7db0a sunxi: binman: Add support for including SCP firmware by Samuel Holland · 4 years, 1 month ago
- 9d8cc63 binman: Add support for SCP firmware by Samuel Holland · 4 years, 1 month ago
- 91079ac sunxi: binman: Update FIT component descriptions by Samuel Holland · 4 years, 1 month ago
- 99fdebc binman: Only write FDT once per node by Samuel Holland · 4 years, 1 month ago
- a072950 binman: Support adding a U-Boot environment by Simon Glass · 4 years, 3 months ago
- 6f1f4d4 binman: Show an error when a file is missing by Simon Glass · 4 years, 3 months ago
- 5d90d5e binman: sunxi: Add help message for missing sunxi ATF BL31 by Simon Glass · 4 years, 3 months ago
- a820af7 binman: Support help messages for missing blobs by Simon Glass · 4 years, 3 months ago
- 1032acc binman: Allow selecting default FIT configuration by Simon Glass · 4 years, 3 months ago
- fb4e538 binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in README by Alper Nebi Yasak · 4 years, 3 months ago