summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeLines
* x86: dts: Add compatible string for Intel ICH9 SPI controllerSimon Glass2015-01-23-0/+1
* lzo: Update dst_len even on errorSimon Glass2015-01-14-1/+3
* gunzip: Update lenp even on errorSimon Glass2015-01-14-3/+4
* bzlib: Update destLen even on errorSimon Glass2015-01-14-1/+1
* lzma: fix buffer bound check error furtherSimon Glass2015-01-14-2/+2
* fdt: Add several apis to decode pci device nodeBin Meng2015-01-13-14/+157
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-01-01-0/+5
|\
| * pci: tegra: Add Tegra PCIe driverThierry Reding2014-12-18-0/+3
| * ARM: tegra: Implement XUSB pad controllerThierry Reding2014-12-18-0/+1
| * power: Add AMS AS3722 PMIC supportThierry Reding2014-12-18-0/+1
* | initcall: add explicit hint if initcall was relocatedAlexey Brodkin2014-12-29-1/+5
|/
* x86: Clean up asm-offsetsBin Meng2014-12-13-3/+0
* lib: errno: introduce errno_str(): returns errno related messagePrzemyslaw Marczak2014-12-11-0/+148
* lib: string: move strlcpy() to a common placeMasahiro Yamada2014-12-11-0/+25
* libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/MakefileMasahiro Yamada2014-12-08-5/+3
* libfdt: descend from lib/ to lib/libfdt/Masahiro Yamada2014-12-08-0/+1
* lib: bzip2: move bzip2 files to lib/bzip2/ directoryMasahiro Yamada2014-12-08-5/+3
* Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-08-1/+1
* Merge git://git.denx.de/u-boot-fdtTom Rini2014-12-01-15/+0
|\
| * fdt: remove fdtdec_get_alias_node() functionMasahiro Yamada2014-11-27-15/+0
* | Merge git://git.denx.de/u-boot-x86Tom Rini2014-12-01-0/+3
|\ \ | |/ |/|
| * x86: Add initial video device init for Intel GMASimon Glass2014-11-25-0/+1
| * x86: Add init for model 206AX CPUSimon Glass2014-11-25-0/+1
| * x86: ivybridge: Add SATA initSimon Glass2014-11-25-0/+1
* | Merge git://git.denx.de/u-boot-fdtTom Rini2014-11-26-7/+81
|\ \ | |/ |/|
| * fdt: Add a function to decode a named memory regionSimon Glass2014-11-21-0/+61
| * fdt: Enhance flashmap function to deal with region propertiesSimon Glass2014-11-21-0/+8
| * fdt: Use the correct return types for fdtdec_decode_region()Simon Glass2014-11-21-7/+12
* | Merge git://git.denx.de/u-boot-dmTom Rini2014-11-24-3/+3
|\ \
| * | dm: fdt: Correct handling of aliases with embedded digitsSimon Glass2014-11-22-3/+3
| |/
* | Merge git://git.denx.de/u-boot-x86Tom Rini2014-11-24-0/+25
|\ \
| * | x86: ivybridge: Implement SDRAM initSimon Glass2014-11-21-0/+1
| * | x86: ivybridge: Perform Intel microcode update on bootSimon Glass2014-11-21-0/+1
| * | fdt: Add a function to decode a variable-sized u32 arraySimon Glass2014-11-21-0/+20
| * | x86: Save the BIST value on resetSimon Glass2014-11-21-0/+3
| |/
* | vsprintf: Add modifier for phys_addr_tThierry Reding2014-11-23-2/+14
* | include: move various macros to include/linux/kernel.hMasahiro Yamada2014-11-20-3/+0
* | replace DIV_ROUND with DIV_ROUND_CLOSESTMasahiro Yamada2014-11-20-2/+2
|/
* Tidy up data sizes and function comment in display_optionsSimon Glass2014-10-27-9/+5
* Use uint64_t instead of u64 in put_dec()Simon Glass2014-10-27-1/+1
* Use uint64_t for time typesSimon Glass2014-10-27-6/+6
* lmb: make local functions staticJeroen Hofstee2014-10-25-1/+1
* kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada2014-10-23-0/+11
* kconfig: move CONFIG_SYS_HZ to lib/KconfigMasahiro Yamada2014-10-23-4/+8
* Merge git://git.denx.de/u-boot-x86Tom Rini2014-10-23-0/+1
|\
| * x86: dts: Add device tree compatible string for Intel IPCSimon Glass2014-10-22-0/+1
* | Merge git://git.denx.de/u-boot-fdtTom Rini2014-10-23-0/+147
|\ \
| * | fdt: Add a function to return PCI BDF tripletThierry Reding2014-10-22-0/+14
| * | fdt: Add resource parsing functionsThierry Reding2014-10-22-0/+57
| * | fdt: Add functions to retrieve stringsThierry Reding2014-10-22-0/+30