summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-09-28binman: Centralise device-tree updates within binmanSimon Glass3-8/+44
2018-09-28binman: Move state logic into the state moduleSimon Glass2-8/+56
2018-09-28binman: Move state information into a new moduleSimon Glass5-48/+95
2018-09-28binman: Add an entry method for getting the default filenameSimon Glass2-0/+8
2018-09-28dtoc: Add a way to create an Fdt object from a data blockSimon Glass2-0/+22
2018-09-28dtoc: Add methods for adding and updating propertiesSimon Glass2-0/+113
2018-09-28dtoc: Support adding new nodesSimon Glass2-0/+28
2018-09-28dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass1-1/+1
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass3-10/+91
2018-09-28binman: Support building a selection of imagesSimon Glass3-1/+29
2018-09-28binman: Tidy up the vblock entrySimon Glass5-4/+43
2018-09-28binman: Add x86 support for starting TPLSimon Glass4-1/+70
2018-09-28binman: Generate an error when text is not providedSimon Glass2-0/+10
2018-09-28binman: Allow 'fill' entry to have a size of 0Simon Glass3-1/+21
2018-09-28binman: Move 'special properties' docs to README.entriesSimon Glass3-12/+7
2018-09-27binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entryJagdish Gediya4-1/+62
2018-09-27binman: Add a new "skip-at-start" property in Section classJagdish Gediya4-4/+49
2018-09-20Merge git://git.denx.de/u-boot-marvellTom Rini1-4/+10
2018-09-19tools: kwboot: Make kwboot more robust on a38xJon Nettleton1-4/+10
2018-09-18binman: fix a few typos in documentationMichael Heimpold1-4/+4
2018-09-11armv8: K3: am654: Introduce FIT generator scriptLokesh Vutla1-0/+99
2018-09-11tools: mkimage: Ensure munmap unmaps the same length that was mappedMark Tomlinson1-2/+4
2018-09-11Remove CONFIG_USE_STDINTMasahiro Yamada1-1/+1
2018-09-11include/version.h: workaround sysroot inc orderMatt Weber2-1/+3
2018-08-08patman: Correct unit test failureSimon Glass1-0/+0
2018-08-08libfdt: Update to latest pylibfdt implementationSimon Glass2-2/+2
2018-08-07tools: kwboot: properly quit when read() returns 0Willy Tarreau1-2/+2
2018-08-07tools: kwboot: unbreak terminal-only modeWilly Tarreau1-1/+1
2018-08-02binman: Adjust _GetPropTree() parametersSimon Glass1-9/+5
2018-08-02binman: Add a test to catch use of the old 'pos' propertySimon Glass3-0/+19
2018-08-02binman: Rename ReadContents() to ReadBlobContents()Simon Glass3-4/+4
2018-08-02binman: Show the image position in the mapSimon Glass4-19/+23
2018-08-02binman: Add support for adding TPL binariesSimon Glass7-6/+137
2018-08-02binman: Add an entry for a Chromium vblockSimon Glass9-1/+259
2018-08-02dtoc: Add a function to obtain a list of phandlesSimon Glass3-0/+57
2018-08-02patman: Show the current directory in GetInputFilename()Simon Glass1-2/+2
2018-08-02binman: Add support for Chromium GBBSimon Glass6-0/+221
2018-08-02patman: Add a few more helpers to the tools librarySimon Glass1-1/+75
2018-08-02patman: Allow test commands to fall back to real onesSimon Glass1-2/+6
2018-08-02dtoc: Export the _FindNode() functionSimon Glass2-6/+6
2018-08-02binman: Add an entry filled with a repeating byteSimon Glass7-1/+127
2018-08-02binman: Add support for a cros_ec imageSimon Glass5-0/+108
2018-08-02binman: Add support for flashrom FMAPSimon Glass7-2/+265
2018-08-02binman: Create README.entriesSimon Glass2-0/+457
2018-08-02binman: Allow creation of entry documentationSimon Glass6-22/+118
2018-08-02binman: Expand documentation for entriesSimon Glass24-9/+305
2018-08-02binman: Allow help to work without libfdtSimon Glass1-2/+5
2018-08-02binman: Support an entry that holds textSimon Glass3-0/+94
2018-08-02binman: Add support for passing arguments to entriesSimon Glass12-4/+293
2018-08-02dtoc: Add missing comments to fdt_utilSimon Glass1-0/+34