| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | dtoc: Put each phandle on a separate line | Simon Glass | 2017-09-15 | 2 | -6/+9 |
* | | dtoc: Rename the phandle struct | Simon Glass | 2017-09-15 | 2 | -2/+3 |
* | | dtoc: Rename is_phandle() and adjust it to return more detail | Simon Glass | 2017-09-15 | 2 | -22/+58 |
* | | dtoc: Make is_phandle() a member function | Simon Glass | 2017-09-15 | 1 | -18/+18 |
* | | dtoc: Use the Fdt's class's phandle map | Simon Glass | 2017-09-15 | 1 | -13/+3 |
* | | dtoc: Update the Fdt class to record phandles | Simon Glass | 2017-09-15 | 1 | -0/+5 |
* | | dtoc: Handle 'reg' properties with unusual sizes | Simon Glass | 2017-09-15 | 2 | -0/+38 |
* | | dtoc: Add support for 32 or 64-bit addresses | Simon Glass | 2017-09-15 | 7 | -0/+401 |
* | | dtoc: Avoid very long lines in output | Simon Glass | 2017-09-15 | 2 | -3/+10 |
* | | dtoc: Add a 64-bit type and a way to convert cells into 64 bits | Simon Glass | 2017-09-15 | 3 | -1/+18 |
* | | dtoc: Adjust Node to record its parent | Simon Glass | 2017-09-15 | 1 | -5/+7 |
|/ |
|
* | lib: at91: Add logo files used via API of DM_VIDEO | Wenyou Yang | 2017-09-14 | 1 | -0/+0 |
* | patman: Fix error when the email blacklist is missing | Simon Glass | 2017-09-13 | 1 | -3/+25 |
* | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2017-09-12 | 1 | -1/+1 |
|\ |
|
| * | tools: pblimage: Fix address calculation | York Sun | 2017-09-11 | 1 | -1/+1 |
* | | patman: add support for omitting bouncing addresses | Chris Packham | 2017-09-11 | 3 | -0/+35 |
* | | moveconfig: Use fd.write() instead of print >> | Simon Glass | 2017-09-11 | 1 | -3/+3 |
* | | genconfig.py: Print defconfig next to warnings | Simon Glass | 2017-09-11 | 2 | -8/+21 |
|/ |
|
* | 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 |