summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Fix the value of SetInt()Simon Glass2018-10-091-1/+1
* binman: Move to three-digit test-file numbersSimon Glass2018-10-09101-115/+115
* binman: Run tests concurrentlySimon Glass2018-10-0810-22/+272
* patman: Don't clear progress in tout unless it was usedSimon Glass2018-10-081-1/+7
* tools: Set an initial value for indirSimon Glass2018-10-081-0/+3
* buildman: dtoc: Suppress unwanted output from testSimon Glass2018-10-082-3/+7
* binman: Separate out testSplBssPad()Simon Glass2018-10-081-1/+3
* binman: Fix up removal of temporary directoriesSimon Glass2018-10-085-10/+25
* binman: Add a default path to libfdt.pySimon Glass2018-10-082-0/+7
* buildman: Make the toolchain test more forgivingSimon Glass2018-10-081-2/+4
* patman: Handle unicode in _ProjectConfigParser testsSimon Glass2018-10-081-7/+20
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-10-051-0/+1
|\
| * tools: socfpga: fix sfp_verify_headerAtsushi Nemoto2018-10-031-0/+1
* | rockchip: Fix rkimage format for SPL boot over USBDaniel Gröber2018-10-041-3/+2
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2018-09-3059-166/+2005
|\
| * buildman: Avoid hanging when the config changesSimon Glass2018-09-291-1/+1
| * binman: Allow writing a map file when something goes wrongSimon Glass2018-09-294-8/+46
| * binman: Support ELF files for U-Boot and SPLSimon Glass2018-09-296-0/+130
| * binman: Correct fmap output on x86Simon Glass2018-09-298-16/+121
| * binman: Record the parent section of each sectionSimon Glass2018-09-293-4/+9
| * binman: Support x86 microcode in TPLSimon Glass2018-09-299-21/+151
| * 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
* | binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entryJagdish Gediya2018-09-274-1/+62
* | binman: Add a new "skip-at-start" property in Section classJagdish Gediya2018-09-274-4/+49
|/
* 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