aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2020-10-22sunxi: binman: Add support for including SCP firmwareSamuel Holland1-0/+4
2020-10-22binman: Add support for SCP firmwareSamuel Holland3-0/+42
2020-10-22sunxi: binman: Update FIT component descriptionsSamuel Holland2-4/+4
2020-10-22binman: Only write FDT once per nodeSamuel Holland1-4/+4
2020-09-25binman: Support adding a U-Boot environmentSimon Glass5-0/+132
2020-09-25binman: Show an error when a file is missingSimon Glass3-2/+24
2020-09-22binman: sunxi: Add help message for missing sunxi ATF BL31Simon Glass1-0/+4
2020-09-22binman: Support help messages for missing blobsSimon Glass6-3/+119
2020-09-22binman: Allow selecting default FIT configurationSimon Glass4-4/+69
2020-09-22binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in READMEAlper Nebi Yasak1-0/+24
2020-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak2-3/+7
2020-09-22binman: Support cross-compiling test files to x86Alper Nebi Yasak1-1/+14
2020-09-22binman: Support generating FITs with multiple dtbsSimon Glass5-11/+346
2020-09-22binman: Add support for ATF BL31Simon Glass4-0/+63
2020-09-22binman: Move 'external' support into base classSimon Glass5-25/+24
2020-09-22binman: Fix up a few missing commentsSimon Glass2-1/+26
2020-09-22binman: Allow entry args to be requiredSimon Glass4-11/+24
2020-09-22tools: Drop unnecessary use of __file__Simon Glass1-2/+0
2020-09-22binman: Use pkg_resources to find resourcesSimon Glass1-2/+4
2020-09-22binman: Build FIT image subentries with the section etypeAlper Nebi Yasak4-17/+169
2020-09-22binman: Respect pad-before property of section subentriesAlper Nebi Yasak3-1/+35
2020-09-22binman: Ignore hash*, signature* nodes in sectionsAlper Nebi Yasak3-1/+47
2020-08-22binman: Add a setup script for PythonSimon Glass1-0/+12
2020-08-22binman: Correct some import statementsSimon Glass4-5/+4
2020-08-22binman: Move GetEntryModules() to controlSimon Glass3-17/+17
2020-07-28Makefile: Rename ALL-y to INPUTS-ySimon Glass1-1/+1
2020-07-26binman: Don't change the descriptor in testsSimon Glass3-5/+47
2020-07-25binman: Add support for generating a FITSimon Glass5-0/+384
2020-07-25binman: Allow zero-length entries to overlapSimon Glass3-1/+23
2020-07-25binman: Allow missing Intel blobsSimon Glass4-14/+55
2020-07-25binman: Detect when valid images are not producedSimon Glass6-3/+75
2020-07-25patman: Update errors and warnings to use stderrSimon Glass1-1/+1
2020-07-25binman: Allow external binaries to be missingSimon Glass7-6/+60
2020-07-25binman: Convert existing binary blobs to blob_extSimon Glass16-39/+29
2020-07-25binman: Add an etype for external binary blobsSimon Glass5-0/+83
2020-07-25binman: Use super() instead of specifying parent typeSimon Glass57-87/+86
2020-07-24binman: Fix a few typos in the entry docsSimon Glass2-2/+2
2020-07-24binman: Add support for calling mkimageSimon Glass5-0/+120
2020-07-24binman: Set a default toolpathSimon Glass1-0/+5
2020-07-24binman: Specify the toolpath when running test coverageSimon Glass1-3/+7
2020-07-24binman: Correct the search patch for pylibfdtSimon Glass1-0/+1
2020-07-24binman: cbfs: Fix IFWI typoSimon Glass1-1/+1
2020-07-24binman: Output errors to stderrSimon Glass1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini72-926/+151
2020-07-20binman: Add support for generating a FITSimon Glass5-0/+384
2020-07-20binman: Allow zero-length entries to overlapSimon Glass3-1/+23
2020-07-20binman: Allow missing Intel blobsSimon Glass4-14/+55
2020-07-20binman: Detect when valid images are not producedSimon Glass6-3/+75
2020-07-20patman: Update errors and warnings to use stderrSimon Glass1-1/+1
2020-07-20binman: Allow external binaries to be missingSimon Glass7-6/+60