summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini3-6/+7
2016-03-15lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese1-2/+2
2016-03-15lib/crc16.c: Coding-style cleanupStefan Roese1-41/+40
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass2-5/+11
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-0/+6
2016-03-15dm: fdtdec: Correct a sandbox build warningSimon Glass1-2/+3
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-03-15dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+3
2016-03-14Move CONFIG_OF_LIBFDT to KconfigSimon Glass1-0/+10
2016-03-14libfdt: Add a function to write a property placeholderSimon Glass1-2/+14
2016-02-26timer: Provide an early timerSimon Glass1-7/+21
2016-02-26lib: Don't instrument the div64 functionSimon Glass1-1/+2
2016-02-16tegra: nyan-big: Move the LCD driver to driver modelSimon Glass1-1/+0
2016-02-15Makefile: remove BUILD_TAG from KBUILD_CFLAGSStephen Warren1-0/+1
2016-02-10gunzip: remove avail_in recalculationStephen Warren1-2/+1
2016-02-06fdt: introduce fdtdec_get_child_countPeng Fan1-0/+11
2016-02-06bzlib: Try another way to fix an unused variableSimon Glass1-4/+3
2016-02-06Use correct spelling of "U-Boot"Bin Meng4-4/+4
2016-01-29tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard1-1/+1
2016-01-24x86: Drop the irq router compatible stringSimon Glass1-1/+0
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-1/+0
2016-01-21bzip2: Support compression for sandboxSimon Glass3-0/+1849
2016-01-21tiny-printf: Always print zeroesSimon Glass1-4/+12
2016-01-21tiny-printf: Avoid printing NULL stringsSimon Glass1-2/+4
2016-01-21dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N1-17/+0
2016-01-19Add more SPDX-License-Identifier tagsTom Rini3-38/+3
2016-01-19gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIPTom Rini1-0/+2
2016-01-19vsprintf.c: Always enable CONFIG_SYS_VSNPRINTFTom Rini2-21/+0
2016-01-15Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini1-0/+1
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-2/+1
2016-01-13fdtdec: Add compatible string for Intel IvyBridge FSPBin Meng1-0/+1
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