summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeLines
* Add support for LZ4 decompression algorithmJulius Werner2015-10-11-0/+399
* fdtdec: fix parsing 'reg' property with zero value in '#size-cells'Przemyslaw Marczak2015-10-03-1/+1
* fdt: fix fdtdec_get_addr_size not to require any size cellsStephen Warren2015-10-03-2/+3
* Merge git://git.denx.de/u-boot-fdtTom Rini2015-09-16-21/+93
|\
| * fdt: add new fdt address parsing functionsStephen Warren2015-09-15-21/+93
* | env: import: hashtable: Free memory allocated before exiting from himport_r()Lukasz Majewski2015-09-15-1/+4
* | env: import: hashtable: Prevent buffer overrun when importing environment fro...Lukasz Majewski2015-09-15-2/+3
|/
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-11-1/+4
* mmc: dw_mmc: Probe the MMC from OFMarek Vasut2015-09-04-0/+1
* tpm: Add functions to access flags and permissionsSimon Glass2015-08-31-1/+50
* dm: tpm: Convert I2C driver to driver modelSimon Glass2015-08-31-2/+0
* dm: tpm: Convert the TPM command and library to driver modelSimon Glass2015-08-31-5/+26
* tpm: Add Kconfig options for TPMsSimon Glass2015-08-31-0/+10
* mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-28-1/+3
* lib/display_options: Fix print_freqSuriyan Ramasami2015-08-28-9/+1
* fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev()Bin Meng2015-08-26-2/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18-8/+5
* of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada2015-08-18-1/+7
* Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"Simon Glass2015-08-14-36/+20
* x86: baytrail: Configure FSP UPD from device treeAndrew Bradford2015-08-14-0/+2
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-12-3/+10
* arm: socfpga: misc: Reset ethernet from OFMarek Vasut2015-08-08-0/+1
* dts: Drop unused compatible ID for the NXP video bridgeSimon Glass2015-08-05-1/+0
* video: Remove the old parade driverSimon Glass2015-08-05-1/+0
* power: Remove old TPS65090 driversSimon Glass2015-08-05-1/+0
* efi: Add functions for decoding the EFI tablesSimon Glass2015-08-05-0/+48
* efi: Add 64-bit payload supportSimon Glass2015-08-05-4/+70
* efi: Add support for loading U-Boot through an EFI stubSimon Glass2015-08-05-0/+334
* efi: Display the correct initcall pre-relocation valuesSimon Glass2015-08-05-0/+4
* efi: Add start-up library codeSimon Glass2015-08-05-0/+283
* lib: fdt: fix indent of #ifdef..#endif conditionalMasahiro Yamada2015-08-05-1/+1
* ARM: Tegra210: Add support to common Tegra source/config filesTom Warren2015-07-28-0/+2
* fdt: Fix fdtdec_get_addr_size() for 64-bitThierry Reding2015-07-28-20/+36
* 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
|/