aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-06-01net: Fix NET_RANDOM_ETHADDR dependenciesMichal Simek1-0/+3
2015-05-14pmic: max77686 set the same compatible as in the kernelPrzemyslaw Marczak1-1/+1
2015-05-14lib: Kconfig: add entry for errno_str() functionPrzemyslaw Marczak1-0/+8
2015-05-14sandbox: Fix warning in display_optionsSimon Glass1-1/+1
2015-05-14tpm: Rename Infineon TPM to slb9645ttSimon Glass1-1/+1
2015-05-13tegra: video: Support serial output resource (SOR) on tegra124Simon Glass1-0/+3
2015-05-13fdt: Add binding decode function for display-timingsSimon Glass1-0/+92
2015-05-10kconfig: Move REGEX to KconfigJoe Hershberger1-0/+8
2015-05-06dm: usb: exynos: Drop legacy USB codeSimon Glass1-2/+0
2015-04-29Add print_freq() to display frequencies nicelySimon Glass1-0/+42
2015-04-29Move display_options functions to their own headerSimon Glass1-13/+0
2015-04-23fdt: Fix handling of paths with options in themHans de Goede1-3/+22
2015-04-23Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini3-8/+60
2015-04-23fdt: Allow FDT functions to be built for SPLSimon Glass1-0/+6
2015-04-23fdt: Rename setup_fdt() and make it prepare alsoSimon Glass1-2/+2
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass1-0/+31
2015-04-23dm: Add a panic_str() function to reduce code sizeSimon Glass2-8/+23
2015-04-22gunzip: add gzwrite routine for extracting compresed images to block deviceEric Nelson1-1/+194
2015-04-18sandbox: Move CONFIG_SYS_VSNPRINTF to KconfigSimon Glass1-0/+9
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-7/+9
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass1-1/+0
2015-04-18fdt: Drop LPC compatible string in fdtdecSimon Glass1-1/+0
2015-04-18fdt: cros_ec: Drop compatible string in fdtdecSimon Glass1-1/+0
2015-04-18x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass1-1/+2
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-04-18dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass1-1/+1
2015-04-16fdt: Tighten up error handling in fdtdec_get_pci_addr()Simon Glass1-1/+3
2015-04-16fdt: Export fdtdec_get_number() for general useSimon Glass1-1/+1
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