aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-07-21fdt: Add fdt_first/next_region() functionsSimon Glass2-1/+493
2015-07-21fdt: Add a function to remove unused strings from a device treeSimon Glass1-0/+32
2015-07-21Add a dhrystone benchmark commandSimon Glass8-0/+1132
2015-07-20libfdt: fix error code of fdt_count_strings()Masahiro Yamada1-1/+1
2015-07-20libfdt: fix error code of fdt_get_string_index()Masahiro Yamada1-1/+1
2015-07-20fdt: armv8: Fix build warnings on armv8Haikun Wang1-2/+2
2015-07-08Allow CONFIG_REGEX to be disabled when CONFIG_NETJoe Hershberger1-0/+1
2015-06-30mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher1-0/+16
2015-06-11Merge git://git.denx.de/u-boot-dmTom Rini1-3/+0
2015-06-11blackfin: fix undefined reference to srand and randMasahiro Yamada1-1/+3
2015-06-10dm: usb: tegra: Drop legacy USB codeSimon Glass1-3/+0
2015-06-04x86: gpio: add pinctrl support from the device treeGabriel Huau1-0/+1
2015-06-04x86: Refactor PIRQ routing supportBin Meng1-0/+1
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