summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeLines
* linux_compat: handle __GFP_ZERO in kmalloc()Masahiro Yamada2015-07-22-7/+6
* linux_compat: move vzalloc() to header file as an inline functionMasahiro Yamada2015-07-22-5/+0
* fdt: Provide debug info when a device tree cannot be foundSimon Glass2015-07-21-0/+7
* lib: Add function to extract a number from the end of a stringSimon Glass2015-07-21-8/+25
* Add rivest cipher 4 (rc4) implementationSimon Glass2015-07-21-0/+50
* Drop CONFIG_ERRNO_STR from SPLSimon Glass2015-07-21-1/+1
* fdt: Add fdt_first/next_region() functionsSimon Glass2015-07-21-1/+493
* fdt: Add a function to remove unused strings from a device treeSimon Glass2015-07-21-0/+32
* Add a dhrystone benchmark commandSimon Glass2015-07-21-0/+1132
* libfdt: fix error code of fdt_count_strings()Masahiro Yamada2015-07-20-1/+1
* libfdt: fix error code of fdt_get_string_index()Masahiro Yamada2015-07-20-1/+1
* fdt: armv8: Fix build warnings on armv8Haikun Wang2015-07-20-2/+2
* Allow CONFIG_REGEX to be disabled when CONFIG_NETJoe Hershberger2015-07-08-0/+1
* mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher2015-06-30-0/+16
* Merge git://git.denx.de/u-boot-dmTom Rini2015-06-11-3/+0
|\
| * dm: usb: tegra: Drop legacy USB codeSimon Glass2015-06-10-3/+0
* | blackfin: fix undefined reference to srand and randMasahiro Yamada2015-06-11-1/+3
|/
* x86: gpio: add pinctrl support from the device treeGabriel Huau2015-06-04-0/+1
* x86: Refactor PIRQ routing supportBin Meng2015-06-04-0/+1
* net: Fix NET_RANDOM_ETHADDR dependenciesMichal Simek2015-06-01-0/+3
* pmic: max77686 set the same compatible as in the kernelPrzemyslaw Marczak2015-05-14-1/+1
* lib: Kconfig: add entry for errno_str() functionPrzemyslaw Marczak2015-05-14-0/+8
* sandbox: Fix warning in display_optionsSimon Glass2015-05-14-1/+1
* tpm: Rename Infineon TPM to slb9645ttSimon Glass2015-05-14-1/+1
* tegra: video: Support serial output resource (SOR) on tegra124Simon Glass2015-05-13-0/+3
* fdt: Add binding decode function for display-timingsSimon Glass2015-05-13-0/+92
* kconfig: Move REGEX to KconfigJoe Hershberger2015-05-10-0/+8
* dm: usb: exynos: Drop legacy USB codeSimon Glass2015-05-06-2/+0
* Add print_freq() to display frequencies nicelySimon Glass2015-04-29-0/+42
* Move display_options functions to their own headerSimon Glass2015-04-29-13/+0
* fdt: Fix handling of paths with options in themHans de Goede2015-04-23-3/+22
* Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2015-04-23-8/+60
|\
| * fdt: Allow FDT functions to be built for SPLSimon Glass2015-04-23-0/+6
| * fdt: Rename setup_fdt() and make it prepare alsoSimon Glass2015-04-23-2/+2
| * fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-23-0/+31
| * dm: Add a panic_str() function to reduce code sizeSimon Glass2015-04-23-8/+23
* | gunzip: add gzwrite routine for extracting compresed images to block deviceEric Nelson2015-04-22-1/+194
|/
* sandbox: Move CONFIG_SYS_VSNPRINTF to KconfigSimon Glass2015-04-18-0/+9
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-18-7/+9
* cros_ec: exynos: Match up device tree with kernel versionSimon Glass2015-04-18-1/+0
* fdt: Drop LPC compatible string in fdtdecSimon Glass2015-04-18-1/+0
* fdt: cros_ec: Drop compatible string in fdtdecSimon Glass2015-04-18-1/+0
* x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass2015-04-18-1/+2
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-0/+1
* dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass2015-04-18-1/+1
* fdt: Tighten up error handling in fdtdec_get_pci_addr()Simon Glass2015-04-16-1/+3
* fdt: Export fdtdec_get_number() for general useSimon Glass2015-04-16-1/+1
* ARM: UniPhier: adjust device trees for business transferMasahiro Yamada2015-03-15-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2015-03-05-1/+2
|\
| * rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXPgaurav rana2015-03-05-1/+2