aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-14/+15
2020-10-30rockchip: mkimage: Remove host endianness dependencySamuel Holland1-14/+15
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-29dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass2-0/+6
2020-10-29dm: Use driver_info index instead of pointerSimon Glass2-38/+15
2020-10-29dm: Support parent devices with of-platdataSimon Glass2-0/+37
2020-10-29dtoc: Fix widening of int to bytesSimon Glass4-1/+23
2020-10-29dtoc: Order the structures internally by nameSimon Glass2-43/+83
2020-10-29dtoc: Document the return value of scan_structs()Simon Glass1-0/+15
2020-10-29dtoc: Use a namedtuple for _linksSimon Glass1-4/+12
2020-10-29dtoc: Extract inner loop from output_node()Simon Glass1-40/+49
2020-10-22Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini6-8/+54
2020-10-22tools: image-host.c: use correct output formatHeinrich Schuchardt1-4/+4
2020-10-22mkimage: Skip adding non-existent IDs to a listNaoki Hayama1-2/+7
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-10-14checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an errorAlper Nebi Yasak1-0/+6
2020-10-12fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes1-12/+49
2020-10-12Merge branch 'for-next' of https://github.com/lftan/u-bootTom Rini1-11/+39
2020-10-09Kconfig: Create a new tools menuSimon Glass1-0/+12
2020-10-09tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1)Ley Foon Tan1-8/+13