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