summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* arm: socfpga: Allow DWC2 UDC probing from OFMarek Vasut2015-12-201-0/+1
* lib: split out strtoxxxx functions out of vsprintf.cSjoerd Simons2015-12-133-167/+177
* lib: Split panic functions out of vsprintf.cSjoerd Simons2015-12-133-32/+48
* lib/tiny-printf.c: Implement vprintfSjoerd Simons2015-12-131-5/+13
* dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass2015-12-011-4/+0
* dm: timer: Support 64-bit counterBin Meng2015-12-011-3/+6
* lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updatesStefan Roese2015-11-231-20/+12
* lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-234-1/+188
* Add a circular memory buffer implementationSimon Glass2015-11-192-0/+391
* Drop config.h header from display_options.cSimon Glass2015-11-191-1/+0
* Move console definitions into a new console.h fileSimon Glass2015-11-192-0/+2
* dm: tegra: Convert keyboard driver to driver modelSimon Glass2015-11-191-1/+0
* Fix sandbox build on Ubuntu 10.04Stephen Warren2015-11-181-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-11-121-0/+1
|\
| * pci: tegra: add/enable support for Tegra210Stephen Warren2015-11-121-0/+1
* | uuid: add selection by string for known partition type GUIDPatrick Delaunay2015-11-121-2/+62
|/
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-101-0/+4
* Merge git://git.denx.de/u-boot-socfpgaTom Rini2015-11-051-0/+18
|\
| * lib, fdt: Adding fdtdec_get_uint functionChin Liang See2015-11-051-0/+18
* | dm: spl: Support device tree when BSS is in a different sectionSimon Glass2015-11-041-2/+5
* | fdt: Correct handling of alias regionsSimon Glass2015-11-041-1/+1
* | fdt: Add a function to look up a /chosen propertySimon Glass2015-11-041-5/+10
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2015-10-273-24/+11
|\
| * fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BITStephen Warren2015-10-231-7/+7
| * dm: tpm: Drop CONFIG_DM_TPMSimon Glass2015-10-231-0/+1
| * dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard2015-10-231-17/+3
* | dm: implement a Timer uclassThomas Chou2015-10-231-0/+49
|/
* debug_uart: Adjust the declaration of debug_uart_init()Simon Glass2015-10-211-1/+1
* Add support for LZ4 decompression algorithmJulius Werner2015-10-114-0/+399
* fdtdec: fix parsing 'reg' property with zero value in '#size-cells'Przemyslaw Marczak2015-10-031-1/+1
* fdt: fix fdtdec_get_addr_size not to require any size cellsStephen Warren2015-10-031-2/+3
* Merge git://git.denx.de/u-boot-fdtTom Rini2015-09-161-21/+93
|\
| * fdt: add new fdt address parsing functionsStephen Warren2015-09-151-21/+93
* | env: import: hashtable: Free memory allocated before exiting from himport_r()Lukasz Majewski2015-09-151-1/+4
* | env: import: hashtable: Prevent buffer overrun when importing environment fro...Lukasz Majewski2015-09-151-2/+3
|/
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-112-1/+4
* mmc: dw_mmc: Probe the MMC from OFMarek Vasut2015-09-041-0/+1
* tpm: Add functions to access flags and permissionsSimon Glass2015-08-311-1/+50
* dm: tpm: Convert I2C driver to driver modelSimon Glass2015-08-311-2/+0
* dm: tpm: Convert the TPM command and library to driver modelSimon Glass2015-08-311-5/+26
* tpm: Add Kconfig options for TPMsSimon Glass2015-08-311-0/+10
* mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-282-1/+3
* lib/display_options: Fix print_freqSuriyan Ramasami2015-08-281-9/+1
* fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev()Bin Meng2015-08-261-2/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-182-8/+5
* of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada2015-08-181-1/+7
* Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"Simon Glass2015-08-141-36/+20
* x86: baytrail: Configure FSP UPD from device treeAndrew Bradford2015-08-141-0/+2
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-121-3/+10
* arm: socfpga: misc: Reset ethernet from OFMarek Vasut2015-08-081-0/+1
OpenPOWER on IntegriCloud