summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-11-23binman: Add a Makefile for test-program compilationSimon Glass3-8/+36
2017-11-23binman: Add docs explaining how to enable binman for a boardSimon Glass1-0/+21
2017-11-23binman: Add better Makefile debuggingSimon Glass1-1/+2
2017-11-22rockchip: mkimage: remove unused code-paths (spl_boot0 is now implied)Philipp Tomsich1-31/+14
2017-11-22rockchip: mkimage: use spl_boot0 for all Rockchip SoCsKever Yang1-7/+7
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini5-100/+1
2017-11-17tools: use files from scripts/dtc/libfdt where possibleMasahiro Yamada7-5/+22
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada3-35/+1
2017-11-06Do not attempt to use the systemwide libfdtJan Kundrát1-2/+2
2017-11-06tools: image: fix message when fail to add verification data for configMasahiro Yamada1-3/+1
2017-11-06tools: image: allow to sign image nodes without -K optionMasahiro Yamada1-7/+8
2017-11-06tools: image: fix "algo" property of public key for verified bootMasahiro Yamada1-1/+1
2017-11-06tools: env: allow to print U-Boot versionStefan Agner1-3/+11
2017-10-24tools: image: fix node name of signature node in FITMasahiro Yamada1-1/+1
2017-10-16tools: env: Add embedded.c to .gitignoreBin Meng1-0/+1
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen1-1/+0
2017-10-16tools: bmp_logo: correctly interpret BMP files with larger headersJon Smith1-3/+8
2017-10-16tools/mkimage: Fix DTC run command to handle file names with spaceMirza, Taimoor1-2/+2
2017-10-15moveconfig: fix error message in do_autoconf()Chris Packham1-1/+1
2017-10-07cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini1-10/+11
2017-10-06tools/fit_image.c: Update some return code pathsTom Rini1-1/+3
2017-10-01rockchip: mkimage: add support for rk3128 socKever Yang1-0/+1
2017-09-29kconfiglib: update with 'imply' supportUlf Magnusson2-141/+194
2017-09-24tools/mkimage: Make the path to the dtc binary that mkimage calls configurableTom Rini1-1/+1
2017-09-17Merge git://git.denx.de/u-boot-x86Tom Rini3-1/+36
2017-09-16tools: binman: Add a new entry type for Intel VBTBin Meng3-1/+36
2017-09-15dtoc: Add a header to the generated filesSimon Glass1-0/+12
2017-09-15dtoc: Support properties containing multiple phandle valuesSimon Glass3-12/+53
2017-09-15dtoc: Put phandle args in an arraySimon Glass2-2/+2
2017-09-15dtoc: Put each phandle on a separate lineSimon Glass2-6/+9
2017-09-15dtoc: Rename the phandle structSimon Glass2-2/+3
2017-09-15dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass2-22/+58
2017-09-15dtoc: Make is_phandle() a member functionSimon Glass1-18/+18
2017-09-15dtoc: Use the Fdt's class's phandle mapSimon Glass1-13/+3
2017-09-15dtoc: Update the Fdt class to record phandlesSimon Glass1-0/+5
2017-09-15dtoc: Handle 'reg' properties with unusual sizesSimon Glass2-0/+38
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass7-0/+401
2017-09-15dtoc: Avoid very long lines in outputSimon Glass2-3/+10
2017-09-15dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass3-1/+18
2017-09-15dtoc: Adjust Node to record its parentSimon Glass1-5/+7
2017-09-14lib: at91: Add logo files used via API of DM_VIDEOWenyou Yang1-0/+0
2017-09-14patman: Fix error when the email blacklist is missingSimon Glass1-3/+25
2017-09-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+1
2017-09-12patman: add support for omitting bouncing addressesChris Packham3-0/+35
2017-09-12moveconfig: Use fd.write() instead of print >>Simon Glass1-3/+3
2017-09-12genconfig.py: Print defconfig next to warningsSimon Glass2-8/+21
2017-09-11tools: pblimage: Fix address calculationYork Sun1-1/+1
2017-09-07tools: .gitignore: Add libfdt related filesBin Meng1-0/+4
2017-09-07tools: .gitignore: Sort in alphabetical orderBin Meng1-10/+9
2017-09-06env: Add 'envtools' target to 'make help'Simon Glass1-0/+3