aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: kwbimage: Fix mkimage/dumpimage -l argumentPali Rohár2022-01-141-1/+2
* tools: kwbimage: Extract main data image without -p arg for dumpimagePali Rohár2022-01-141-27/+40
* tools: kwbimage/kwboot: Check ext field for non-zero valuePali Rohár2022-01-143-6/+6
* tools: kwbimage: Do not cast const pointers to non-const pointersPali Rohár2022-01-141-2/+2
* tools: kwbimage: Dump kwbimage config file on '-p -1' optionPali Rohár2022-01-141-0/+176
* tools: kwbimage: Show binary image offset in mkimage -l, in addition to sizePali Rohár2022-01-141-1/+4
* tools: kwbimage: Add missing check for maximal value for DATA_DELAYPali Rohár2022-01-141-0/+4
* tools: kwbimage: Enforce 128-bit boundary alignment only for Sheeva CPUPali Rohár2022-01-141-4/+8
* tools: kwbimage: Check for maximal kwbimage header sizePali Rohár2022-01-141-0/+5
* tools: kwbimage: Check the return value of image_headersz_v1()Pali Rohár2022-01-141-0/+4
* tools: kwbimage: Add support for specifying LOAD_ADDRESS for BINARY commandPali Rohár2022-01-141-16/+93
* tools: kwbimage: Add support for specifying CPU corePali Rohár2022-01-141-0/+26
* tools: kwbimage: Preserve order of BINARY, DATA and DATA_DELAY commandsPali Rohár2022-01-141-20/+38
* tools: kwbimage: Fix generating image with multiple DATA_DELAY commandsPali Rohár2022-01-141-3/+15
* tools: kwbimage: Deduplicate v1 regtype header finishingPali Rohár2022-01-141-19/+22
* tools: kwbimage: Mark all local functions as staticPali Rohár2022-01-141-18/+19
* genboardscfg: limit to 240 jobsAndre Przywara2022-01-131-1/+1
* patman: Support absolute and ~user-relative alias filesBrian Norris2022-01-131-3/+8
* binman: Write fake blobs to the output directorySimon Glass2022-01-124-11/+26
* binman: Renumber the fake blob dtsSimon Glass2022-01-122-10/+12
* CI, Dockerfile: Update to latest "focal" tagTom Rini2022-01-121-1/+1
* Merge branch 'next'WIP/10Jan2022Tom Rini2022-01-1046-223/+2951
|\
| * Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...WIP/09Jan2022-nextTom Rini2022-01-092-48/+186
| |\
| * | video: theadorable: Use RGB565 for BMP blittingSimon Glass2021-12-261-0/+0
| * | video: Add a test for 16bpp BMP filesSimon Glass2021-12-261-0/+0
| * | fdt: Make it easier to debug u-boot.dtsi filesSimon Glass2021-12-231-6/+8
| * | fdt: Drop CONFIG_BINMAN_STANDALONE_FDTSimon Glass2021-12-231-20/+0
| * | Merge tag 'v2022.01-rc4' into nextWIP/20Dec2021-nextTom Rini2021-12-201-7/+8
| |\ \
| * | | fdtgrep: Correct alignment of struct sectionSimon Glass2021-12-171-2/+1
| * | | iot2050: binman: add missing-msg for blobsIvan Mikhaylov2021-12-171-0/+11
| * | | binman: Use less hard coded magic when inserting new PATHAndy Shevchenko2021-12-171-5/+7
| * | | binman: Do not pollute source tree when build with `make O=...`Andy Shevchenko2021-12-171-1/+12
| * | | binman: Add support for ATF FIPSimon Glass2021-12-1713-0/+862
| * | | binman: Add a utility module for ATF FIPSimon Glass2021-12-173-1/+1061
| * | | binman: Rename _ReadSubnodes() to ReadEntries()Simon Glass2021-12-053-6/+6
| * | | binman: Support lists of external blobsSimon Glass2021-12-056-3/+133
| * | | dtoc: Add support for reading string-list propertiesSimon Glass2021-12-052-0/+30
| * | | binman: Allow extracting a file in an alternative formatSimon Glass2021-12-0512-21/+193
| * | | binman: Allow listing an image created by a newer versionSimon Glass2021-12-055-18/+74
| * | | binman: Allow providing tools and blob directoriesSimon Glass2021-12-051-1/+30
| * | | binman: Rename testCbfsNoCOntents()Simon Glass2021-12-021-1/+1
| * | | binman: cfbs: Refactor ObtainContents() for consistencySimon Glass2021-12-021-17/+23
| * | | binman: cbfs: Refactor the init processSimon Glass2021-12-021-2/+6
| * | | binman: Use normal entries in cbfsSimon Glass2021-12-021-8/+8
| * | | binman: Move cbfs.ObtainContents() down a bitSimon Glass2021-12-021-15/+15
| * | | binman: Update the section documentationSimon Glass2021-12-022-55/+242
| * | | binman: Allow control of which entries to readSimon Glass2021-12-021-6/+7
| * | | binman: Allow overriding BuildSectionData()Simon Glass2021-12-022-5/+13
| * | | binman: Drop the filename property in entry_SectionSimon Glass2021-12-021-4/+1
| * | | binman: Drop the underscore in _ReadEntries()Simon Glass2021-12-024-8/+8