- 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, 8 months ago
- 8911fa1 binman: Drop repetitive heading for each entry by Simon Glass · 3 years, 8 months ago
- 0ac96b6 binman: Incorporate entry documentation by Simon Glass · 3 years, 8 months ago
- fa88828 binman: Rearrange documentation into headings by Simon Glass · 3 years, 8 months ago
- 75ead66 binman: doc: Add documentation to htmldocs by Simon Glass · 3 years, 8 months ago
- 718b529 binman: Automatically expand phase binaries into sections by Simon Glass · 3 years, 8 months ago
- 55ab0b6 binman: Plumb expanded entries through fully by Simon Glass · 3 years, 8 months ago
- ed93067 binman: Allow a way to select expanded entries by Simon Glass · 3 years, 8 months ago
- 2f85941 binman: Allow using an an 'expanded' entry type by Simon Glass · 3 years, 8 months ago
- eb751fd binman: Use standard filenames for SPL/TPL devicetree by Simon Glass · 3 years, 8 months ago
- 8235dd8 binman: Move the comment for GetFdts() to the base class by Simon Glass · 3 years, 8 months ago
- a1ba618 binman: Drop unnecessary field in output_fdt_info by Simon Glass · 3 years, 8 months ago
- f184d95 binman: Use the fake SPL/TPL only if requested by Simon Glass · 3 years, 8 months ago
- d9bdd25 binman: Drop unnecessary 'type' property in tests by Simon Glass · 3 years, 8 months ago
- 63f41d4 binman: Add support for u-boot-tpl-bss-bad by Simon Glass · 3 years, 8 months ago
- c98de97 binman: Add support for u-boot-tpl-nodtb by Simon Glass · 3 years, 8 months ago
- 31e04cb binman: Support symbols in u-boot-spl-nodtb by Simon Glass · 3 years, 8 months ago
- 308939b binman: Correct the documentation for u-boot-spl-bss-pad by Simon Glass · 3 years, 8 months ago
- 537e006 binman: Tidy up underscores in entry documentation by Simon Glass · 3 years, 8 months ago
- 3f093a3 binman: Update entry help for files-align by Simon Glass · 3 years, 8 months ago
- fcb2a7c binman: Document ExpandEntries() in the base class by Simon Glass · 3 years, 8 months ago
- 4ef93d9 binman: Allow extracting to current directory by Simon Glass · 3 years, 8 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
- 5cd321d binman: Use target-specific tools when cross-compiling by Alper Nebi Yasak · 4 years, 3 months ago
- e475c5c binman: Support cross-compiling test files to x86 by Alper Nebi Yasak · 4 years, 3 months ago
- a435cd1 binman: Support generating FITs with multiple dtbs by Simon Glass · 4 years, 3 months ago
- 559c4de binman: Add support for ATF BL31 by Simon Glass · 4 years, 3 months ago
- b8f9037 binman: Move 'external' support into base class by Simon Glass · 4 years, 3 months ago
- 31ee50f binman: Fix up a few missing comments by Simon Glass · 4 years, 3 months ago
- 21db0ff binman: Allow entry args to be required by Simon Glass · 4 years, 3 months ago
- c08a11f tools: Drop unnecessary use of __file__ by Simon Glass · 4 years, 3 months ago
- c1dc2f8 binman: Use pkg_resources to find resources by Simon Glass · 4 years, 3 months ago
- c261ec1 binman: Build FIT image subentries with the section etype by Alper Nebi Yasak · 4 years, 3 months ago
- c503060 binman: Respect pad-before property of section subentries by Alper Nebi Yasak · 4 years, 3 months ago
- 6aae239 binman: Ignore hash*, signature* nodes in sections by Alper Nebi Yasak · 4 years, 3 months ago
- bc404b7 binman: Add a setup script for Python by Simon Glass · 4 years, 4 months ago
- 90cd6f0 binman: Correct some import statements by Simon Glass · 4 years, 4 months ago
- 220ff5f binman: Move GetEntryModules() to control by Simon Glass · 4 years, 4 months ago
- c46090d Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 4 months ago
- 14c596c binman: Don't change the descriptor in tests by Simon Glass · 4 years, 4 months ago
- 45d556d binman: Add support for generating a FIT by Simon Glass · 4 years, 5 months ago
- d70829a binman: Allow zero-length entries to overlap by Simon Glass · 4 years, 5 months ago
- e88cef9 binman: Allow missing Intel blobs by Simon Glass · 4 years, 5 months ago
- a003cd3 binman: Detect when valid images are not produced by Simon Glass · 4 years, 5 months ago
- 6e02f7c patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 5 months ago
- 5d94cc6 binman: Allow external binaries to be missing by Simon Glass · 4 years, 5 months ago