summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-26timer: Provide an early timerSimon Glass
2016-02-26lib: Don't instrument the div64 functionSimon Glass
2016-02-16tegra: nyan-big: Move the LCD driver to driver modelSimon Glass
2016-02-15Makefile: remove BUILD_TAG from KBUILD_CFLAGSStephen Warren
2016-02-09gunzip: remove avail_in recalculationStephen Warren
2016-02-06fdt: introduce fdtdec_get_child_countPeng Fan
2016-02-06bzlib: Try another way to fix an unused variableSimon Glass
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-01-28tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard
2016-01-24x86: Drop the irq router compatible stringSimon Glass
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass
2016-01-20bzip2: Support compression for sandboxSimon Glass
2016-01-20tiny-printf: Always print zeroesSimon Glass
2016-01-20tiny-printf: Avoid printing NULL stringsSimon Glass
2016-01-20dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-19gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIPTom Rini
2016-01-19vsprintf.c: Always enable CONFIG_SYS_VSNPRINTFTom Rini
2016-01-14Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-13fdtdec: Add compatible string for Intel IvyBridge FSPBin Meng
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass
2015-12-20arm: socfpga: Allow DWC2 UDC probing from OFMarek Vasut
2015-12-13lib: split out strtoxxxx functions out of vsprintf.cSjoerd Simons
2015-12-13lib: Split panic functions out of vsprintf.cSjoerd Simons
2015-12-13lib/tiny-printf.c: Implement vprintfSjoerd Simons
2015-12-01dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass
2015-12-01dm: timer: Support 64-bit counterBin Meng
2015-11-23lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updatesStefan Roese
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese
2015-11-19Add a circular memory buffer implementationSimon Glass
2015-11-19Drop config.h header from display_options.cSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-19dm: tegra: Convert keyboard driver to driver modelSimon Glass
2015-11-18Fix sandbox build on Ubuntu 10.04Stephen Warren
2015-11-12Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2015-11-12uuid: add selection by string for known partition type GUIDPatrick Delaunay
2015-11-12pci: tegra: add/enable support for Tegra210Stephen Warren
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-05Merge git://git.denx.de/u-boot-socfpgaTom Rini
2015-11-05lib, fdt: Adding fdtdec_get_uint functionChin Liang See
2015-11-04dm: spl: Support device tree when BSS is in a different sectionSimon Glass
2015-11-04fdt: Correct handling of alias regionsSimon Glass
2015-11-04fdt: Add a function to look up a /chosen propertySimon Glass
2015-10-27Merge git://git.denx.de/u-boot-dmTom Rini
2015-10-23fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BITStephen Warren
2015-10-23dm: tpm: Drop CONFIG_DM_TPMSimon Glass
2015-10-23dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard