aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-03-15ARM: UniPhier: adjust device trees for business transferMasahiro Yamada1-1/+1
2015-03-05Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-1/+2
2015-03-05lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP availabl...Alexey Brodkin1-4/+0
2015-03-05rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXPgaurav rana1-1/+2
2015-03-01usb: UniPhier: add UniPhier on-chip xHCI host driver supportMasahiro Yamada1-0/+1
2015-02-25crypto/fsl - Add progressive hashing support using hardware acceleration.gaurav rana1-0/+36
2015-02-06fdtdec: Add compatible id and string for Intel Quark MRCBin Meng1-0/+1
2015-01-29rsa: Use checksum algorithms from struct hash_algoRuchika Gupta2-21/+36
2015-01-29lib/rsa: Add Kconfig for devices supporting RSA Modular ExponentiationRuchika Gupta2-6/+28
2015-01-29lib/rsa: Modify rsa to use DM driverRuchika Gupta1-0/+14
2015-01-29FIT: Modify option FIT_SIGNATURE in KconfigRuchika Gupta1-0/+7
2015-01-29rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta3-275/+359
2015-01-29dm: exynos: Drop unused COMPAT features for SPISimon Glass1-1/+0
2015-01-29dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass1-6/+0
2015-01-29dm: Drop gpio.h header from fdtdec.cSimon Glass1-2/+0
2015-01-29dm: fdt: Remove the old GPIO functionsSimon Glass1-95/+0
2015-01-29dm: fdt: Add a function to decode phandles with argumentsSimon Glass1-0/+124
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