summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-17cmd_dhry.c: Use lldiv for vax_mips calculation as wellTom Rini
2016-03-17x86: dts: Drop memory SPD compatible stringSimon Glass
2016-03-17dhry: Correct dhrystone calculation for fast machinesSimon Glass
2016-03-17x86: Drop all the old pin configuration codeSimon Glass
2016-03-15efi_loader: Pass proper device path in on bootAlexander Graf
2016-03-15efi_loader: hook up in build environmentAlexander Graf
2016-03-15efi_loader: Implement memory allocation and mapAlexander Graf
2016-03-15efi_loader: Add disk interfacesAlexander Graf
2016-03-15efi_loader: Add runtime servicesAlexander Graf
2016-03-15efi_loader: Add console interfaceAlexander Graf
2016-03-15efi_loader: Add boot time servicesAlexander Graf
2016-03-15efi_loader: Add PE image loaderAlexander Graf
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese
2016-03-14lib/crc16.c: Coding-style cleanupStefan Roese
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass
2016-03-14dm: fdtdec: Correct a sandbox build warningSimon Glass
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-03-14Move CONFIG_OF_LIBFDT to KconfigSimon Glass
2016-03-14libfdt: Add a function to write a property placeholderSimon 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