aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)Author
2020-10-29binman: Use 'files-compress' to set compression for filesSimon Glass
2020-10-29binman: Move CompressData() into Entry base classSimon Glass
2020-10-29binman: Expand the error message for breaching a sectionSimon Glass
2020-10-29binman: Remove references to 'image' in entry_SectionSimon Glass
2020-10-29binman: Fix return from u-boot-ucode if there is no DTSimon Glass
2020-10-29binman: Give a sensible error if no command is givenSimon Glass
2020-10-29binman: Add tests for skip-at-start sectionsSimon Glass
2020-10-29binman: Drop unused return variable for _DoTestFile()Simon Glass
2020-10-29binman: Update the entry docsSimon Glass
2020-10-22sunxi: binman: Add support for including SCP firmwareSamuel Holland
2020-10-22binman: Add support for SCP firmwareSamuel Holland
2020-10-22sunxi: binman: Update FIT component descriptionsSamuel Holland
2020-10-22binman: Only write FDT once per nodeSamuel Holland
2020-09-25binman: Support adding a U-Boot environmentSimon Glass
2020-09-25binman: Show an error when a file is missingSimon Glass
2020-09-22binman: sunxi: Add help message for missing sunxi ATF BL31Simon Glass
2020-09-22binman: Support help messages for missing blobsSimon Glass
2020-09-22binman: Allow selecting default FIT configurationSimon Glass
2020-09-22binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in READMEAlper Nebi Yasak
2020-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak
2020-09-22binman: Support cross-compiling test files to x86Alper Nebi Yasak
2020-09-22binman: Support generating FITs with multiple dtbsSimon Glass
2020-09-22binman: Add support for ATF BL31Simon Glass
2020-09-22binman: Move 'external' support into base classSimon Glass
2020-09-22binman: Fix up a few missing commentsSimon Glass
2020-09-22binman: Allow entry args to be requiredSimon Glass
2020-09-22tools: Drop unnecessary use of __file__Simon Glass
2020-09-22binman: Use pkg_resources to find resourcesSimon Glass
2020-09-22binman: Build FIT image subentries with the section etypeAlper Nebi Yasak
2020-09-22binman: Respect pad-before property of section subentriesAlper Nebi Yasak
2020-09-22binman: Ignore hash*, signature* nodes in sectionsAlper Nebi Yasak
2020-08-22binman: Add a setup script for PythonSimon Glass
2020-08-22binman: Correct some import statementsSimon Glass
2020-08-22binman: Move GetEntryModules() to controlSimon Glass
2020-07-28Makefile: Rename ALL-y to INPUTS-ySimon Glass
2020-07-26binman: Don't change the descriptor in testsSimon Glass
2020-07-25binman: Add support for generating a FITSimon Glass
2020-07-25binman: Allow zero-length entries to overlapSimon Glass
2020-07-25binman: Allow missing Intel blobsSimon Glass
2020-07-25binman: Detect when valid images are not producedSimon Glass
2020-07-25patman: Update errors and warnings to use stderrSimon Glass
2020-07-25binman: Allow external binaries to be missingSimon Glass
2020-07-25binman: Convert existing binary blobs to blob_extSimon Glass
2020-07-25binman: Add an etype for external binary blobsSimon Glass
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass
2020-07-24binman: Fix a few typos in the entry docsSimon Glass
2020-07-24binman: Add support for calling mkimageSimon Glass
2020-07-24binman: Set a default toolpathSimon Glass
2020-07-24binman: Specify the toolpath when running test coverageSimon Glass
2020-07-24binman: Correct the search patch for pylibfdtSimon Glass