aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-08-23imx: move imximage header to common locationStefan Agner1-200/+0
2017-08-20Fix 'notes' typosAnatolij Gustschin1-1/+1
2017-08-20Makefile: honor PYTHON configuration properlyClément Bœsch1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass3-7/+7
2017-08-15Move environment files from common/ to env/Simon Glass1-2/+2
2017-08-13rockchip: rk3368: mkimage: add support for the RK3368Philipp Tomsich1-0/+1
2017-07-25mips-relocs: Fix warning from gcc 6.3Paul Burton1-0/+6
2017-07-25MIPS: Stop building position independent codePaul Burton3-0/+429
2017-07-22RFC: moveconfig: Use toolchains from buildmanSimon Glass1-96/+34
2017-07-22moveconfig: Tidy up imply flag parsingSimon Glass1-8/+15
2017-07-22dtc: mkimage: Add the possibility to specify DTCEmmanuel Vadot2-1/+2
2017-07-22tools/fw_env: use fsync to ensure that data is physically storedMichael Heimpold1-0/+12
2017-07-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2017-07-12tools/kwbimage: fix v1 header verificationBaruch Siach1-6/+28
2017-07-12tools/kwbimage.h: make offset marks style consistentBaruch Siach1-31/+31
2017-07-12tools/kwbimage: update the list of SoCs using v1 headerBaruch Siach1-1/+1
2017-07-11Merge git://git.denx.de/u-boot-dmTom Rini10-429/+1476
2017-07-11binman: Put our local modules ahead of system modulesSimon Glass1-5/+4
2017-07-11dtoc: Add testsSimon Glass7-4/+411
2017-07-11dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass1-0/+3
2017-07-11dtoc: Move the main logic into the dtb_platdata fileSimon Glass2-17/+31
2017-07-11dtoc: Move static functions out of the classSimon Glass1-62/+63
2017-07-11dtoc: Pass include_disabled explicitlySimon Glass2-5/+5
2017-07-11dtoc: Don't handle properties with / in themSimon Glass1-1/+0
2017-07-11dtoc: Fix pylint warningsSimon Glass2-131/+144
2017-07-11dtoc: Split out the main class into its own fileSimon Glass2-405/+414
2017-07-11dtoc: Add a comment at the topSimon Glass1-0/+20
2017-07-11dtoc: Use self._options instead of the global optionsSimon Glass1-2/+2
2017-07-11moveconfig: Allow automatic location and adding of 'imply'Simon Glass1-9/+215
2017-07-11moveconfig: Allow control of which implying configs are shownSimon Glass1-4/+32
2017-07-11moveconfig: Allow piping in 'git show --stat' outputSimon Glass1-0/+2
2017-07-11dtoc: Support multiple compatible strings in a nodeSimon Glass1-7/+21
2017-07-11moveconfig: Support looking for implied CONFIG optionsSimon Glass1-1/+214
2017-07-11moveconfig: Support building a simple config databaseSimon Glass1-7/+74
2017-07-11moveconfig: Add a constant for auto.confSimon Glass1-4/+6
2017-07-11moveconfig: Tidy up the documentation and add hintsSimon Glass1-2/+20
2017-07-11moveconfig: Allow reading the defconfig list from stdinSimon Glass1-3/+18
2017-07-11moveconfig: Support providing a path to the defconfig filesSimon Glass1-2/+19
2017-07-11rockchip: mkimage: add support for rk322x socKever Yang1-0/+1
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko2-10/+2
2017-07-06mkimage: fix display of image types listBaruch Siach1-1/+5
2017-06-23rockchip: mkimage: correct spl_size for rk3399Kever Yang1-1/+1
2017-06-23rkcommon.c: Remove unused rkcommon_spi_to_offsetTom Rini1-5/+0
2017-06-16powerpc, 5xx: remove some "5xx" remainsHeiko Schocher2-2/+0
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada1-1/+1
2017-06-12tools/tbot: update READMEHeiko Schocher4-684/+0
2017-06-12rkcommon.c: Drop pointless assignmentSimon Glass1-1/+2
2017-06-12fdtgrep: Deal with NULL data passed to check_type_include()Simon Glass1-11/+14
2017-06-10Merge git://git.denx.de/u-boot-dmTom Rini14-35/+503