summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cmd_dhry.c: Use lldiv for vax_mips calculation as wellTom Rini2016-03-171-1/+1
* x86: dts: Drop memory SPD compatible stringSimon Glass2016-03-171-1/+0
* dhry: Correct dhrystone calculation for fast machinesSimon Glass2016-03-171-3/+5
* x86: Drop all the old pin configuration codeSimon Glass2016-03-171-1/+0
* efi_loader: Pass proper device path in on bootAlexander Graf2016-03-151-6/+0
* efi_loader: hook up in build environmentAlexander Graf2016-03-154-0/+23
* efi_loader: Implement memory allocation and mapAlexander Graf2016-03-151-0/+319
* efi_loader: Add disk interfacesAlexander Graf2016-03-151-0/+218
* efi_loader: Add runtime servicesAlexander Graf2016-03-152-3/+293
* efi_loader: Add console interfaceAlexander Graf2016-03-151-0/+360
* efi_loader: Add boot time servicesAlexander Graf2016-03-151-0/+781
* efi_loader: Add PE image loaderAlexander Graf2016-03-151-0/+188
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-143-6/+7
|\
| * dm: fdtdec: Correct a sandbox build warningSimon Glass2016-03-141-2/+3
| * dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
| * dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-3/+3
* | lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese2016-03-141-2/+2
* | lib/crc16.c: Coding-style cleanupStefan Roese2016-03-141-41/+40
* | fdt: Allow libfdt to be used in SPLSimon Glass2016-03-142-5/+11
* | Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-0/+6
* | Move CONFIG_OF_LIBFDT to KconfigSimon Glass2016-03-141-0/+10
* | libfdt: Add a function to write a property placeholderSimon Glass2016-03-141-2/+14
|/
* timer: Provide an early timerSimon Glass2016-02-261-7/+21
* lib: Don't instrument the div64 functionSimon Glass2016-02-261-1/+2
* tegra: nyan-big: Move the LCD driver to driver modelSimon Glass2016-02-161-1/+0
* Makefile: remove BUILD_TAG from KBUILD_CFLAGSStephen Warren2016-02-151-0/+1
* gunzip: remove avail_in recalculationStephen Warren2016-02-091-2/+1
* fdt: introduce fdtdec_get_child_countPeng Fan2016-02-061-0/+11
* bzlib: Try another way to fix an unused variableSimon Glass2016-02-061-4/+3
* Use correct spelling of "U-Boot"Bin Meng2016-02-064-4/+4
* tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard2016-01-281-1/+1
* x86: Drop the irq router compatible stringSimon Glass2016-01-241-1/+0
* dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2016-01-201-1/+0
* bzip2: Support compression for sandboxSimon Glass2016-01-203-0/+1849
* tiny-printf: Always print zeroesSimon Glass2016-01-201-4/+12
* tiny-printf: Avoid printing NULL stringsSimon Glass2016-01-201-2/+4
* dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N2016-01-201-17/+0
* Add more SPDX-License-Identifier tagsTom Rini2016-01-193-38/+3
* gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIPTom Rini2016-01-191-0/+2
* vsprintf.c: Always enable CONFIG_SYS_VSNPRINTFTom Rini2016-01-192-21/+0
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-01-141-0/+1
|\
| * fdtdec: Add compatible string for Intel IvyBridge FSPBin Meng2016-01-131-0/+1
* | block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-2/+1
* | dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass2016-01-121-52/+5
|/
* 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
OpenPOWER on IntegriCloud