summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dm: tegra: Convert keyboard driver to driver modelSimon Glass2015-11-191-1/+0
* Fix sandbox build on Ubuntu 10.04Stephen Warren2015-11-181-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-11-121-0/+1
|\
| * pci: tegra: add/enable support for Tegra210Stephen Warren2015-11-121-0/+1
* | uuid: add selection by string for known partition type GUIDPatrick Delaunay2015-11-121-2/+62
|/
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-101-0/+4
* Merge git://git.denx.de/u-boot-socfpgaTom Rini2015-11-051-0/+18
|\
| * lib, fdt: Adding fdtdec_get_uint functionChin Liang See2015-11-051-0/+18
* | dm: spl: Support device tree when BSS is in a different sectionSimon Glass2015-11-041-2/+5
* | fdt: Correct handling of alias regionsSimon Glass2015-11-041-1/+1
* | fdt: Add a function to look up a /chosen propertySimon Glass2015-11-041-5/+10
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2015-10-273-24/+11
|\
| * fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BITStephen Warren2015-10-231-7/+7
| * dm: tpm: Drop CONFIG_DM_TPMSimon Glass2015-10-231-0/+1
| * dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard2015-10-231-17/+3
* | dm: implement a Timer uclassThomas Chou2015-10-231-0/+49
|/
* debug_uart: Adjust the declaration of debug_uart_init()Simon Glass2015-10-211-1/+1
* Add support for LZ4 decompression algorithmJulius Werner2015-10-114-0/+399
* fdtdec: fix parsing 'reg' property with zero value in '#size-cells'Przemyslaw Marczak2015-10-031-1/+1
* fdt: fix fdtdec_get_addr_size not to require any size cellsStephen Warren2015-10-031-2/+3
* Merge git://git.denx.de/u-boot-fdtTom Rini2015-09-161-21/+93
|\
| * fdt: add new fdt address parsing functionsStephen Warren2015-09-151-21/+93
* | env: import: hashtable: Free memory allocated before exiting from himport_r()Lukasz Majewski2015-09-151-1/+4
* | env: import: hashtable: Prevent buffer overrun when importing environment fro...Lukasz Majewski2015-09-151-2/+3
|/
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-112-1/+4
* mmc: dw_mmc: Probe the MMC from OFMarek Vasut2015-09-041-0/+1
* tpm: Add functions to access flags and permissionsSimon Glass2015-08-311-1/+50
* dm: tpm: Convert I2C driver to driver modelSimon Glass2015-08-311-2/+0
* dm: tpm: Convert the TPM command and library to driver modelSimon Glass2015-08-311-5/+26
* tpm: Add Kconfig options for TPMsSimon Glass2015-08-311-0/+10
* mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-282-1/+3
* lib/display_options: Fix print_freqSuriyan Ramasami2015-08-281-9/+1
* fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev()Bin Meng2015-08-261-2/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-182-8/+5
* of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada2015-08-181-1/+7
* Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"Simon Glass2015-08-141-36/+20
* x86: baytrail: Configure FSP UPD from device treeAndrew Bradford2015-08-141-0/+2
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-121-3/+10
* arm: socfpga: misc: Reset ethernet from OFMarek Vasut2015-08-081-0/+1
* dts: Drop unused compatible ID for the NXP video bridgeSimon Glass2015-08-051-1/+0
* video: Remove the old parade driverSimon Glass2015-08-051-1/+0
* power: Remove old TPS65090 driversSimon Glass2015-08-051-1/+0
* efi: Add functions for decoding the EFI tablesSimon Glass2015-08-052-0/+48
* efi: Add 64-bit payload supportSimon Glass2015-08-051-4/+70
* efi: Add support for loading U-Boot through an EFI stubSimon Glass2015-08-053-0/+334
* efi: Display the correct initcall pre-relocation valuesSimon Glass2015-08-051-0/+4
* efi: Add start-up library codeSimon Glass2015-08-056-0/+283
* lib: fdt: fix indent of #ifdef..#endif conditionalMasahiro Yamada2015-08-051-1/+1
* ARM: Tegra210: Add support to common Tegra source/config filesTom Warren2015-07-281-0/+2
* fdt: Fix fdtdec_get_addr_size() for 64-bitThierry Reding2015-07-281-20/+36
OpenPOWER on IntegriCloud