| Commit message (Expand) | Author | Age | Files | Lines |
* | fdt: allow fdtdec_get_addr_size_*() to translate addresses | Stephen Warren | 2016-08-12 | 1 | -7/+15 |
* | efi_loader: disk: Sanitize exposed devices | Alexander Graf | 2016-08-08 | 1 | -1/+5 |
* | efi_loader: disk: Fix CONFIG_BLK breakage | Alexander Graf | 2016-08-08 | 1 | -7/+11 |
* | tiny-printf: Adjust to avoid using data section | Simon Glass | 2016-08-08 | 1 | -44/+58 |
* | Merge git://git.denx.de/u-boot-nand-flash | Tom Rini | 2016-07-25 | 1 | -0/+1 |
|\ |
|
| * | mtd: nand: Add the sunxi NAND controller driver | Boris Brezillon | 2016-07-24 | 1 | -0/+1 |
* | | hashtable: Fix compiler warning on 32-bit sandbox | Simon Glass | 2016-07-25 | 1 | -5/+5 |
* | | tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7 | mario.six@gdsys.cc | 2016-07-25 | 1 | -2/+4 |
|/ |
|
* | rsa: Fix return value and masked error | mario.six@gdsys.cc | 2016-07-22 | 1 | -5/+5 |
* | efi_loader: Add debug output for efi_add_memory_map() | Andreas Färber | 2016-07-22 | 1 | -0/+3 |
* | Various, unrelated tree-wide typo fixes. | Robert P. J. Day | 2016-07-16 | 1 | -1/+1 |
* | tiny-printf: Support assert() | Simon Glass | 2016-07-14 | 1 | -0/+9 |
* | dm: Add a more efficient libfdt library | Simon Glass | 2016-07-14 | 3 | -0/+141 |
* | dm: Don't include fdtdec functions when of-platdata is enabled | Simon Glass | 2016-07-14 | 1 | -3/+2 |
* | sandbox: Find keyboard driver using driver model | Simon Glass | 2016-07-11 | 1 | -1/+0 |
* | fdt: x86: Tidy up a few COMPAT string definitions | Simon Glass | 2016-07-11 | 1 | -3/+3 |
* | fdt: Add a note to avoid adding new compatible strings | Simon Glass | 2016-07-11 | 1 | -0/+5 |
* | fdt: Drop unused exynos compatible strings | Simon Glass | 2016-07-11 | 1 | -2/+0 |
* | x86: fdt: Drop the unused compatible strings in fdtdec | Simon Glass | 2016-07-11 | 1 | -5/+0 |
* | SPL: tiny-printf: avoid any BSS usage | Andre Przywara | 2016-07-08 | 1 | -3/+8 |
* | fdt: Drop some unused compatible strings | Simon Glass | 2016-07-05 | 1 | -4/+0 |
* | lib/lzo: bugfix when input data is not compressed | Joris Lijssens | 2016-06-24 | 1 | -9/+16 |
* | tinyprintf: Add vprintf implementation | Hans de Goede | 2016-06-20 | 1 | -0/+5 |
* | lib/libfdt/: General aesthetic/style fixes. | Robert P. J. Day | 2016-06-19 | 11 | -97/+109 |
* | Merge branch 'master' of git://git.denx.de/u-boot-atmel | Tom Rini | 2016-06-13 | 1 | -1/+1 |
|\ |
|
| * | fdt: Correct return value in fdtdec_decode_display_timing() | Simon Glass | 2016-06-12 | 1 | -1/+1 |
* | | verified-boot: Minimal support for booting U-Boot proper from SPL | Teddy Reed | 2016-06-12 | 3 | -6/+9 |
|/ |
|
* | tiny-printf: Correct the snprintf() implementation | Simon Glass | 2016-06-09 | 1 | -1/+3 |
* | Merge http://git.denx.de/u-boot-samsung | Tom Rini | 2016-06-06 | 1 | -0/+2 |
|\ |
|
| * | exynos: Allow tizen to be built without an LCD | Simon Glass | 2016-05-25 | 1 | -0/+2 |
* | | lib: make strmhz available in SPL | Chris Packham | 2016-06-06 | 1 | -3/+2 |
* | | Remove unneeded remnants of bcopy(). | Robert P. J. Day | 2016-06-06 | 1 | -24/+0 |
* | | efi_loader: Add DM_VIDEO support | Alexander Graf | 2016-06-06 | 1 | -7/+50 |
* | | efi_loader: Don't allocate from memory holes | Alexander Graf | 2016-06-06 | 1 | -10/+45 |
* | | efi_loader: Move to normal debug infrastructure | Alexander Graf | 2016-06-06 | 4 | -25/+8 |
* | | efi_loader: Add exit support | Alexander Graf | 2016-06-06 | 1 | -5/+16 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2016-06-03 | 1 | -0/+1 |
|\ \ |
|
| * | | mmc: tegra: add basic Tegra186 support | Stephen Warren | 2016-05-31 | 1 | -0/+1 |
* | | | lib: Enable private libgcc by default | Marek Vasut | 2016-06-02 | 1 | -0/+1 |
* | | | tiny-printf: Support sprintf() | Marek Vasut | 2016-06-02 | 1 | -2/+14 |
|/ / |
|
* | | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-05-27 | 2 | -28/+81 |
|\ \ |
|
| * | | dm: efi: Update for CONFIG_BLK | Simon Glass | 2016-05-27 | 1 | -15/+46 |
| * | | tiny-printf: Support snprintf() | Simon Glass | 2016-05-26 | 1 | -2/+25 |
| * | | tiny-printf: Tidy up a few nits | Simon Glass | 2016-05-26 | 1 | -8/+8 |
| |/ |
|
* | | efi_loader: gop: Don't expose fb address | Alexander Graf | 2016-05-27 | 1 | -3/+0 |
* | | efi_loader: Clean up system table on exit | Alexander Graf | 2016-05-27 | 1 | -0/+16 |
* | | efi_loader: Add bounce buffer support | Alexander Graf | 2016-05-27 | 3 | -9/+86 |
* | | efi_loader: Add network access support | Alexander Graf | 2016-05-27 | 2 | -0/+292 |
|/ |
|
* | dm: part: Drop the block_drvr table | Simon Glass | 2016-05-17 | 1 | -11/+16 |
* | Change my mailaddress | Andreas Bießmann | 2016-05-02 | 1 | -1/+1 |