| Commit message (Expand) | Author | Age | Files | Lines |
* | tools: .gitignore: Add libfdt related files | Bin Meng | 2017-09-07 | 1 | -0/+4 |
* | tools: .gitignore: Sort in alphabetical order | Bin Meng | 2017-09-07 | 1 | -10/+9 |
* | env: Add 'envtools' target to 'make help' | Simon Glass | 2017-09-05 | 1 | -0/+3 |
* | env: Fix operation of 'make environ' | Simon Glass | 2017-09-05 | 1 | -2/+2 |
* | env: Fix out of tree building of tools-all | Tom Rini | 2017-09-05 | 3 | -3/+3 |
* | Makefile: Suppress output of python libfdt build command | Bin Meng | 2017-09-03 | 1 | -2/+2 |
* | Makefile: Quiesce libfdt build | Bin Meng | 2017-09-03 | 1 | -1/+1 |
* | fix: fw_env: Prevent writing error message on special files, which don't supp... | Lukasz Majewski | 2017-09-03 | 1 | -2/+4 |
* | imx: move imximage header to common location | Stefan Agner | 2017-08-23 | 1 | -200/+0 |
* | Fix 'notes' typos | Anatolij Gustschin | 2017-08-20 | 1 | -1/+1 |
* | Makefile: honor PYTHON configuration properly | Clément Bœsch | 2017-08-20 | 1 | -1/+1 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 3 | -7/+7 |
* | Move environment files from common/ to env/ | Simon Glass | 2017-08-15 | 1 | -2/+2 |
* | rockchip: rk3368: mkimage: add support for the RK3368 | Philipp Tomsich | 2017-08-13 | 1 | -0/+1 |
* | mips-relocs: Fix warning from gcc 6.3 | Paul Burton | 2017-07-25 | 1 | -0/+6 |
* | MIPS: Stop building position independent code | Paul Burton | 2017-07-25 | 3 | -0/+429 |
* | RFC: moveconfig: Use toolchains from buildman | Simon Glass | 2017-07-22 | 1 | -96/+34 |
* | moveconfig: Tidy up imply flag parsing | Simon Glass | 2017-07-22 | 1 | -8/+15 |
* | dtc: mkimage: Add the possibility to specify DTC | Emmanuel Vadot | 2017-07-22 | 2 | -1/+2 |
* | tools/fw_env: use fsync to ensure that data is physically stored | Michael Heimpold | 2017-07-22 | 1 | -0/+12 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2017-07-18 | 1 | -1/+1 |
|\ |
|
| * | imx: reorganize IMX code as other SOCs | Stefano Babic | 2017-07-12 | 1 | -1/+1 |
* | | tools/kwbimage: fix v1 header verification | Baruch Siach | 2017-07-12 | 1 | -6/+28 |
* | | tools/kwbimage.h: make offset marks style consistent | Baruch Siach | 2017-07-12 | 1 | -31/+31 |
* | | tools/kwbimage: update the list of SoCs using v1 header | Baruch Siach | 2017-07-12 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2017-07-11 | 10 | -429/+1476 |
|\ |
|
| * | binman: Put our local modules ahead of system modules | Simon Glass | 2017-07-11 | 1 | -5/+4 |
| * | dtoc: Add tests | Simon Glass | 2017-07-11 | 7 | -4/+411 |
| * | dtoc: Add a comment about string replace in conv_name_to_c() | Simon Glass | 2017-07-11 | 1 | -0/+3 |
| * | dtoc: Move the main logic into the dtb_platdata file | Simon Glass | 2017-07-11 | 2 | -17/+31 |
| * | dtoc: Move static functions out of the class | Simon Glass | 2017-07-11 | 1 | -62/+63 |
| * | dtoc: Pass include_disabled explicitly | Simon Glass | 2017-07-11 | 2 | -5/+5 |
| * | dtoc: Don't handle properties with / in them | Simon Glass | 2017-07-11 | 1 | -1/+0 |
| * | dtoc: Fix pylint warnings | Simon Glass | 2017-07-11 | 2 | -131/+144 |
| * | dtoc: Split out the main class into its own file | Simon Glass | 2017-07-11 | 2 | -405/+414 |
| * | dtoc: Add a comment at the top | Simon Glass | 2017-07-11 | 1 | -0/+20 |
| * | dtoc: Use self._options instead of the global options | Simon Glass | 2017-07-11 | 1 | -2/+2 |
| * | moveconfig: Allow automatic location and adding of 'imply' | Simon Glass | 2017-07-11 | 1 | -9/+215 |
| * | moveconfig: Allow control of which implying configs are shown | Simon Glass | 2017-07-11 | 1 | -4/+32 |
| * | moveconfig: Allow piping in 'git show --stat' output | Simon Glass | 2017-07-11 | 1 | -0/+2 |
| * | dtoc: Support multiple compatible strings in a node | Simon Glass | 2017-07-11 | 1 | -7/+21 |
| * | moveconfig: Support looking for implied CONFIG options | Simon Glass | 2017-07-11 | 1 | -1/+214 |
| * | moveconfig: Support building a simple config database | Simon Glass | 2017-07-11 | 1 | -7/+74 |
| * | moveconfig: Add a constant for auto.conf | Simon Glass | 2017-07-11 | 1 | -4/+6 |
| * | moveconfig: Tidy up the documentation and add hints | Simon Glass | 2017-07-11 | 1 | -2/+20 |
| * | moveconfig: Allow reading the defconfig list from stdin | Simon Glass | 2017-07-11 | 1 | -3/+18 |
| * | moveconfig: Support providing a path to the defconfig files | Simon Glass | 2017-07-11 | 1 | -2/+19 |
* | | rockchip: mkimage: add support for rk322x soc | Kever Yang | 2017-07-11 | 1 | -0/+1 |
|/ |
|
* | avr32: Retire AVR32 for good | Andy Shevchenko | 2017-07-06 | 2 | -10/+2 |
* | mkimage: fix display of image types list | Baruch Siach | 2017-07-06 | 1 | -1/+5 |