summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* binman: Support hashing entriesSimon Glass2018-09-299-0/+143
* binman: Mention section attributes in docsSimon Glass2018-09-291-2/+2
* binman: Support expanding entriesSimon Glass2018-09-298-2/+136
* binman: Support adding filesSimon Glass2018-09-2917-0/+225
* binman: Allow zero-size sectionsSimon Glass2018-09-291-1/+1
* binman: Support compressed entriesSimon Glass2018-09-295-9/+105
* patman: Detect missing tools and report themSimon Glass2018-09-281-1/+28
* binman: Support updating all device tree filesSimon Glass2018-09-2813-21/+235
* binman: Allow control of whether a fake DT is usedSimon Glass2018-09-284-2/+7
* binman: Obtain the list of device trees from the configSimon Glass2018-09-285-3/+46
* binman: Centralise device-tree updates within binmanSimon Glass2018-09-283-8/+44
* binman: Move state logic into the state moduleSimon Glass2018-09-282-8/+56
* binman: Move state information into a new moduleSimon Glass2018-09-285-48/+95
* binman: Add an entry method for getting the default filenameSimon Glass2018-09-282-0/+8
* dtoc: Add a way to create an Fdt object from a data blockSimon Glass2018-09-282-0/+22
* dtoc: Add methods for adding and updating propertiesSimon Glass2018-09-282-0/+113
* dtoc: Support adding new nodesSimon Glass2018-09-282-0/+28
* dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass2018-09-281-1/+1
* dtoc: Allow syncing of the device tree back to a fileSimon Glass2018-09-283-10/+91
* binman: Support building a selection of imagesSimon Glass2018-09-283-1/+29
* binman: Tidy up the vblock entrySimon Glass2018-09-285-4/+43
* binman: Add x86 support for starting TPLSimon Glass2018-09-284-1/+70
* binman: Generate an error when text is not providedSimon Glass2018-09-282-0/+10
* binman: Allow 'fill' entry to have a size of 0Simon Glass2018-09-283-1/+21
* binman: Move 'special properties' docs to README.entriesSimon Glass2018-09-283-12/+7
* Merge git://git.denx.de/u-boot-marvellTom Rini2018-09-191-4/+10
|\
| * tools: kwboot: Make kwboot more robust on a38xJon Nettleton2018-09-191-4/+10
* | binman: fix a few typos in documentationMichael Heimpold2018-09-181-4/+4
|/
* armv8: K3: am654: Introduce FIT generator scriptLokesh Vutla2018-09-111-0/+99
* tools: mkimage: Ensure munmap unmaps the same length that was mappedMark Tomlinson2018-09-101-2/+4
* Remove CONFIG_USE_STDINTMasahiro Yamada2018-09-101-1/+1
* include/version.h: workaround sysroot inc orderMatt Weber2018-09-102-1/+3
* patman: Correct unit test failureSimon Glass2018-08-081-0/+0
* libfdt: Update to latest pylibfdt implementationSimon Glass2018-08-082-2/+2
* tools: kwboot: properly quit when read() returns 0Willy Tarreau2018-08-071-2/+2
* tools: kwboot: unbreak terminal-only modeWilly Tarreau2018-08-071-1/+1
* binman: Adjust _GetPropTree() parametersSimon Glass2018-08-011-9/+5
* binman: Add a test to catch use of the old 'pos' propertySimon Glass2018-08-013-0/+19
* binman: Rename ReadContents() to ReadBlobContents()Simon Glass2018-08-013-4/+4
* binman: Show the image position in the mapSimon Glass2018-08-014-19/+23
* binman: Add support for adding TPL binariesSimon Glass2018-08-017-6/+137
* binman: Add an entry for a Chromium vblockSimon Glass2018-08-019-1/+259
* dtoc: Add a function to obtain a list of phandlesSimon Glass2018-08-013-0/+57
* patman: Show the current directory in GetInputFilename()Simon Glass2018-08-011-2/+2
* binman: Add support for Chromium GBBSimon Glass2018-08-016-0/+221
* patman: Add a few more helpers to the tools librarySimon Glass2018-08-011-1/+75
* patman: Allow test commands to fall back to real onesSimon Glass2018-08-011-2/+6
* dtoc: Export the _FindNode() functionSimon Glass2018-08-012-6/+6
* binman: Add an entry filled with a repeating byteSimon Glass2018-08-017-1/+127
* binman: Add support for a cros_ec imageSimon Glass2018-08-015-0/+108