aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2021-01-30dtoc: binman: Drop Python 2 codeSimon Glass1-2/+2
2020-12-13patman: Drop tools.ToByte()Simon Glass1-3/+3
2020-12-13patman: Drop unicode helper functionsSimon Glass2-3/+2
2020-12-13fdt: Use an Enum for the data typeSimon Glass1-7/+7
2020-11-05binman: Correct calculation for image-posSimon Glass1-1/+1
2020-11-05binman: Update intel_ifwi to store padded sectionSimon Glass2-1/+17
2020-10-29binman: Avoid calculated section data repeatedlySimon Glass1-11/+13
2020-10-29binman: Support compression of sectionsSimon Glass7-0/+323
2020-10-29binman: Use the actual contents in CheckSize()Simon Glass2-8/+5
2020-10-29binman: Update CheckEntries() for compressed sectionsSimon Glass1-2/+4
2020-10-29binman: Drop CheckEntries()Simon Glass3-14/+13
2020-10-29binman: Call CheckSize() from the section's Pack() methodSimon Glass1-1/+4
2020-10-29binman: Drop the Entry.CheckSize() methodSimon Glass2-12/+10
2020-10-29binman: Move sort and expand to the main Pack() functionSimon Glass1-3/+4
2020-10-29binman: Drop Entry.CheckOffset()Simon Glass2-5/+2
2020-10-29binman: Avoid reporting image-pos with compressionSimon Glass4-13/+26
2020-10-29binman: Set section contents in GetData()Simon Glass3-2/+22
2020-10-29binman: Store the original data before compressionSimon Glass2-1/+18
2020-10-29binman: Make section padding consistent with other entriesSimon Glass4-2/+86
2020-10-29binman: Move section padding to the parentSimon Glass2-12/+12
2020-10-29binman: Refactor _BuildSectionData()Simon Glass2-10/+51
2020-10-29binman: Move section-building code into a functionSimon Glass2-8/+31
2020-10-29binman: Expand docs and test for alignmentSimon Glass3-12/+56
2020-10-29binman: Expand docs and test for paddingSimon Glass3-7/+45
2020-10-29binman: Update testPackExtra with more checksSimon Glass2-6/+23
2020-10-29binman: Use 'files-compress' to set compression for filesSimon Glass4-7/+8
2020-10-29binman: Move CompressData() into Entry base classSimon Glass2-7/+17
2020-10-29binman: Expand the error message for breaching a sectionSimon Glass2-6/+9
2020-10-29binman: Remove references to 'image' in entry_SectionSimon Glass1-4/+4
2020-10-29binman: Fix return from u-boot-ucode if there is no DTSimon Glass1-0/+1
2020-10-29binman: Give a sensible error if no command is givenSimon Glass1-0/+1
2020-10-29binman: Add tests for skip-at-start sectionsSimon Glass4-0/+121
2020-10-29binman: Drop unused return variable for _DoTestFile()Simon Glass1-2/+2
2020-10-29binman: Update the entry docsSimon Glass1-0/+23
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