summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...WIP/30Oct2020Tom Rini2020-10-301-14/+15
|\
| * rockchip: mkimage: Remove host endianness dependencySamuel Holland2020-10-301-14/+15
* | binman: Avoid calculated section data repeatedlySimon Glass2020-10-291-11/+13
* | binman: Support compression of sectionsSimon Glass2020-10-297-0/+323
* | binman: Use the actual contents in CheckSize()Simon Glass2020-10-292-8/+5
* | binman: Update CheckEntries() for compressed sectionsSimon Glass2020-10-291-2/+4
* | binman: Drop CheckEntries()Simon Glass2020-10-293-14/+13
* | binman: Call CheckSize() from the section's Pack() methodSimon Glass2020-10-291-1/+4
* | binman: Drop the Entry.CheckSize() methodSimon Glass2020-10-292-12/+10
* | binman: Move sort and expand to the main Pack() functionSimon Glass2020-10-291-3/+4
* | binman: Drop Entry.CheckOffset()Simon Glass2020-10-292-5/+2
* | binman: Avoid reporting image-pos with compressionSimon Glass2020-10-294-13/+26
* | binman: Set section contents in GetData()Simon Glass2020-10-293-2/+22
* | binman: Store the original data before compressionSimon Glass2020-10-292-1/+18
* | binman: Make section padding consistent with other entriesSimon Glass2020-10-294-2/+86
* | binman: Move section padding to the parentSimon Glass2020-10-292-12/+12
* | binman: Refactor _BuildSectionData()Simon Glass2020-10-292-10/+51
* | binman: Move section-building code into a functionSimon Glass2020-10-292-8/+31
* | binman: Expand docs and test for alignmentSimon Glass2020-10-293-12/+56
* | binman: Expand docs and test for paddingSimon Glass2020-10-293-7/+45
* | binman: Update testPackExtra with more checksSimon Glass2020-10-292-6/+23
* | binman: Use 'files-compress' to set compression for filesSimon Glass2020-10-294-7/+8
* | binman: Move CompressData() into Entry base classSimon Glass2020-10-292-7/+17
* | binman: Expand the error message for breaching a sectionSimon Glass2020-10-292-6/+9
* | binman: Remove references to 'image' in entry_SectionSimon Glass2020-10-291-4/+4
* | binman: Fix return from u-boot-ucode if there is no DTSimon Glass2020-10-291-0/+1
* | binman: Give a sensible error if no command is givenSimon Glass2020-10-291-0/+1
* | binman: Add tests for skip-at-start sectionsSimon Glass2020-10-294-0/+121
* | binman: Drop unused return variable for _DoTestFile()Simon Glass2020-10-291-2/+2
* | binman: Update the entry docsSimon Glass2020-10-291-0/+23
* | dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass2020-10-292-0/+6
* | dm: Use driver_info index instead of pointerSimon Glass2020-10-292-38/+15
* | dm: Support parent devices with of-platdataSimon Glass2020-10-292-0/+37
* | dtoc: Fix widening of int to bytesSimon Glass2020-10-294-1/+23
* | dtoc: Order the structures internally by nameSimon Glass2020-10-292-43/+83
* | dtoc: Document the return value of scan_structs()Simon Glass2020-10-291-0/+15
* | dtoc: Use a namedtuple for _linksSimon Glass2020-10-291-4/+12
* | dtoc: Extract inner loop from output_node()Simon Glass2020-10-291-40/+49
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini2020-10-226-8/+54
|\ \
| * | sunxi: binman: Add support for including SCP firmwareSamuel Holland2020-10-221-0/+4
| * | binman: Add support for SCP firmwareSamuel Holland2020-10-223-0/+42
| * | sunxi: binman: Update FIT component descriptionsSamuel Holland2020-10-222-4/+4
| * | binman: Only write FDT once per nodeSamuel Holland2020-10-221-4/+4
* | | tools: image-host.c: use correct output formatHeinrich Schuchardt2020-10-221-4/+4
* | | mkimage: Skip adding non-existent IDs to a listNaoki Hayama2020-10-221-2/+7
|/ /
* | checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an errorAlper Nebi Yasak2020-10-141-0/+6
* | fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes2020-10-121-12/+49
* | Merge branch 'for-next' of https://github.com/lftan/u-bootWIP/12Oct2020Tom Rini2020-10-121-11/+39
|\ \
| * | tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1)Ley Foon Tan2020-10-091-8/+13
| * | tools: socfpgaimage: Add check params function for Arria 10 (v1)Ley Foon Tan2020-10-091-3/+26
| |/