summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass1-52/+5
2015-12-20arm: socfpga: Allow DWC2 UDC probing from OFMarek Vasut1-0/+1
2015-12-14lib: split out strtoxxxx functions out of vsprintf.cSjoerd Simons3-167/+177
2015-12-14lib: Split panic functions out of vsprintf.cSjoerd Simons3-32/+48
2015-12-14lib/tiny-printf.c: Implement vprintfSjoerd Simons1-5/+13
2015-12-01dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass1-4/+0
2015-12-01dm: timer: Support 64-bit counterBin Meng1-3/+6
2015-11-23lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updatesStefan Roese1-20/+12
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese4-1/+188
2015-11-20Add a circular memory buffer implementationSimon Glass2-0/+391
2015-11-20Drop config.h header from display_options.cSimon Glass1-1/+0
2015-11-20Move console definitions into a new console.h fileSimon Glass2-0/+2
2015-11-20dm: tegra: Convert keyboard driver to driver modelSimon Glass1-1/+0
2015-11-18Fix sandbox build on Ubuntu 10.04Stephen Warren1-1/+3
2015-11-13Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+1
2015-11-12uuid: add selection by string for known partition type GUIDPatrick Delaunay1-2/+62
2015-11-12pci: tegra: add/enable support for Tegra210Stephen Warren1-0/+1
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-0/+4
2015-11-05Merge git://git.denx.de/u-boot-socfpgaTom Rini1-0/+18
2015-11-05lib, fdt: Adding fdtdec_get_uint functionChin Liang See1-0/+18
2015-11-04dm: spl: Support device tree when BSS is in a different sectionSimon Glass1-2/+5
2015-11-04fdt: Correct handling of alias regionsSimon Glass1-1/+1
2015-11-04fdt: Add a function to look up a /chosen propertySimon Glass1-5/+10
2015-10-28Merge git://git.denx.de/u-boot-dmTom Rini3-24/+11
2015-10-23fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BITStephen Warren1-7/+7
2015-10-23dm: tpm: Drop CONFIG_DM_TPMSimon Glass1-0/+1
2015-10-23dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard1-17/+3
2015-10-23dm: implement a Timer uclassThomas Chou1-0/+49
2015-10-21debug_uart: Adjust the declaration of debug_uart_init()Simon Glass1-1/+1
2015-10-12Add support for LZ4 decompression algorithmJulius Werner4-0/+399
2015-10-03fdtdec: fix parsing 'reg' property with zero value in '#size-cells'Przemyslaw Marczak1-1/+1
2015-10-03fdt: fix fdtdec_get_addr_size not to require any size cellsStephen Warren1-2/+3
2015-09-16Merge git://git.denx.de/u-boot-fdtTom Rini1-21/+93
2015-09-15env: import: hashtable: Free memory allocated before exiting from himport_r()Lukasz Majewski1-1/+4
2015-09-15env: import: hashtable: Prevent buffer overrun when importing environment fro...Lukasz Majewski1-2/+3
2015-09-15fdt: add new fdt address parsing functionsStephen Warren1-21/+93
2015-09-12Move malloc_cache_aligned() to its own headerSimon Glass2-1/+4
2015-09-04mmc: dw_mmc: Probe the MMC from OFMarek Vasut1-0/+1
2015-08-31tpm: Add functions to access flags and permissionsSimon Glass1-1/+50
2015-08-31dm: tpm: Convert I2C driver to driver modelSimon Glass1-2/+0
2015-08-31dm: tpm: Convert the TPM command and library to driver modelSimon Glass1-5/+26
2015-08-31tpm: Add Kconfig options for TPMsSimon Glass1-0/+10
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2-1/+3
2015-08-28lib/display_options: Fix print_freqSuriyan Ramasami1-9/+1
2015-08-26fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev()Bin Meng1-2/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2-8/+5
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada1-1/+7
2015-08-14Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"Simon Glass1-36/+20
2015-08-14x86: baytrail: Configure FSP UPD from device treeAndrew Bradford1-0/+2
2015-08-13spl, common, serial: build SPL without serial supportHeiko Schocher1-3/+10