| Commit message (Expand) | Author | Age | Files | Lines |
* | tpm: Fix fault in case CONFIG_DM_TPM is set without any TPM | Christophe Ricard | 2016-01-28 | 1 | -1/+1 |
* | x86: Drop the irq router compatible string | Simon Glass | 2016-01-24 | 1 | -1/+0 |
* | dm: video: sandbox: Convert sandbox to use driver model for video | Simon Glass | 2016-01-20 | 1 | -1/+0 |
* | bzip2: Support compression for sandbox | Simon Glass | 2016-01-20 | 3 | -0/+1849 |
* | tiny-printf: Always print zeroes | Simon Glass | 2016-01-20 | 1 | -4/+12 |
* | tiny-printf: Avoid printing NULL strings | Simon Glass | 2016-01-20 | 1 | -2/+4 |
* | dm: timer: uclass: add timer init in uclass driver to add timer device | Mugunthan V N | 2016-01-20 | 1 | -17/+0 |
* | Add more SPDX-License-Identifier tags | Tom Rini | 2016-01-19 | 3 | -38/+3 |
* | gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIP | Tom Rini | 2016-01-19 | 1 | -0/+2 |
* | vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF | Tom Rini | 2016-01-19 | 2 | -21/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-x86 | Tom Rini | 2016-01-14 | 1 | -0/+1 |
|\ |
|
| * | fdtdec: Add compatible string for Intel IvyBridge FSP | Bin Meng | 2016-01-13 | 1 | -0/+1 |
* | | block: pass block dev not num to read/write/erase() | Stephen Warren | 2016-01-13 | 1 | -2/+1 |
* | | dm: serial: Convert ns16550 driver to use driver model PCI API | Simon Glass | 2016-01-12 | 1 | -52/+5 |
|/ |
|
* | arm: socfpga: Allow DWC2 UDC probing from OF | Marek Vasut | 2015-12-20 | 1 | -0/+1 |
* | lib: split out strtoxxxx functions out of vsprintf.c | Sjoerd Simons | 2015-12-13 | 3 | -167/+177 |
* | lib: Split panic functions out of vsprintf.c | Sjoerd Simons | 2015-12-13 | 3 | -32/+48 |
* | lib/tiny-printf.c: Implement vprintf | Sjoerd Simons | 2015-12-13 | 1 | -5/+13 |
* | dm: tegra: pci: Convert tegra boards to driver model for PCI | Simon Glass | 2015-12-01 | 1 | -4/+0 |
* | dm: timer: Support 64-bit counter | Bin Meng | 2015-12-01 | 1 | -3/+6 |
* | lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updates | Stefan Roese | 2015-11-23 | 1 | -20/+12 |
* | lib/tiny-printf.c: Add tiny printf function for space limited environments | Stefan Roese | 2015-11-23 | 4 | -1/+188 |
* | Add a circular memory buffer implementation | Simon Glass | 2015-11-19 | 2 | -0/+391 |
* | Drop config.h header from display_options.c | Simon Glass | 2015-11-19 | 1 | -1/+0 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | 2 | -0/+2 |
* | dm: tegra: Convert keyboard driver to driver model | Simon Glass | 2015-11-19 | 1 | -1/+0 |
* | Fix sandbox build on Ubuntu 10.04 | Stephen Warren | 2015-11-18 | 1 | -1/+3 |
* | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2015-11-12 | 1 | -0/+1 |
|\ |
|
| * | pci: tegra: add/enable support for Tegra210 | Stephen Warren | 2015-11-12 | 1 | -0/+1 |
* | | uuid: add selection by string for known partition type GUID | Patrick Delaunay | 2015-11-12 | 1 | -2/+62 |
|/ |
|
* | Various Makefiles: Add SPDX-License-Identifier tags | Tom Rini | 2015-11-10 | 1 | -0/+4 |
* | Merge git://git.denx.de/u-boot-socfpga | Tom Rini | 2015-11-05 | 1 | -0/+18 |
|\ |
|
| * | lib, fdt: Adding fdtdec_get_uint function | Chin Liang See | 2015-11-05 | 1 | -0/+18 |
* | | dm: spl: Support device tree when BSS is in a different section | Simon Glass | 2015-11-04 | 1 | -2/+5 |
* | | fdt: Correct handling of alias regions | Simon Glass | 2015-11-04 | 1 | -1/+1 |
* | | fdt: Add a function to look up a /chosen property | Simon Glass | 2015-11-04 | 1 | -5/+10 |
|/ |
|
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2015-10-27 | 3 | -24/+11 |
|\ |
|
| * | fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT | Stephen Warren | 2015-10-23 | 1 | -7/+7 |
| * | dm: tpm: Drop CONFIG_DM_TPM | Simon Glass | 2015-10-23 | 1 | -0/+1 |
| * | dm: tpm: Remove every compilation switch for TPM driver model | Christophe Ricard | 2015-10-23 | 1 | -17/+3 |
* | | dm: implement a Timer uclass | Thomas Chou | 2015-10-23 | 1 | -0/+49 |
|/ |
|
* | debug_uart: Adjust the declaration of debug_uart_init() | Simon Glass | 2015-10-21 | 1 | -1/+1 |
* | Add support for LZ4 decompression algorithm | Julius Werner | 2015-10-11 | 4 | -0/+399 |
* | fdtdec: fix parsing 'reg' property with zero value in '#size-cells' | Przemyslaw Marczak | 2015-10-03 | 1 | -1/+1 |
* | fdt: fix fdtdec_get_addr_size not to require any size cells | Stephen Warren | 2015-10-03 | 1 | -2/+3 |
* | Merge git://git.denx.de/u-boot-fdt | Tom Rini | 2015-09-16 | 1 | -21/+93 |
|\ |
|
| * | fdt: add new fdt address parsing functions | Stephen Warren | 2015-09-15 | 1 | -21/+93 |
* | | env: import: hashtable: Free memory allocated before exiting from himport_r() | Lukasz Majewski | 2015-09-15 | 1 | -1/+4 |
* | | env: import: hashtable: Prevent buffer overrun when importing environment fro... | Lukasz Majewski | 2015-09-15 | 1 | -2/+3 |
|/ |
|
* | Move malloc_cache_aligned() to its own header | Simon Glass | 2015-09-11 | 2 | -1/+4 |