summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* hashtable: fix environment variable corruptionRoman Kapl2019-02-091-3/+10
* Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchipTom Rini2019-02-021-1/+3
|\
| * lib: Allow using display_buffer() in SPLSimon Glass2019-02-011-1/+3
* | lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-5/+32
|/
* hashtable: remove caps bufferHeinrich Schuchardt2019-01-261-2/+1
* lib: lmb: cleanup var names and patman warningsSimon Goldschmidt2019-01-261-44/+42
* lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt2019-01-261-1/+1
* lib: Kconfig: spelling fixesChris Packham2019-01-181-2/+2
* tftp: prevent overwriting reserved memorySimon Goldschmidt2019-01-161-2/+2
* fs: prevent overwriting reserved memorySimon Goldschmidt2019-01-161-0/+13
* lib: lmb: extend lmb for checks at load timeSimon Goldschmidt2019-01-161-0/+53
* fdt: parse "reserved-memory" for memory reservationSimon Goldschmidt2019-01-161-0/+1
* lib: lmb: reserving overlapping regions should failSimon Goldschmidt2019-01-161-7/+4
* lmb: fix allocation at end of address rangeSimon Goldschmidt2019-01-161-17/+12
* Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2019-01-152-12/+2
|\
| * lib: fdtdec: fdtdec_get_addr_size_fixed remove checksKeerthy2019-01-141-10/+0
| * efi_loader: Add a wchar_t cast in efi_file_open()Simon Glass2019-01-141-2/+2
* | common: command: Add support for $ auto-completionBoris Brezillon2019-01-151-2/+1
* | lib: uuid: Do not enable UUID command SPLMarek Vasut2019-01-151-1/+1
|/
* efi_loader: Make RTS relocation more robustAlexander Graf2018-12-231-3/+31
* lib: crc32: mark static variable as __efi_runtime_dataHeinrich Schuchardt2018-12-231-1/+2
* efi_selftest: block device: avoid read after freeHeinrich Schuchardt2018-12-231-5/+5
* hashtable: fix length calculation in hexport_rAKASHI Takahiro2018-12-151-1/+1
* spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori2018-12-121-1/+1
* lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot2018-12-101-1/+42
* Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich2018-12-082-6/+18
* lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2018-12-081-1/+1
* tpm: Fix a logging warning in unpack_byte_string()Simon Glass2018-12-051-1/+1
* tpm: Remove use of build-time TPM versionsSimon Glass2018-12-052-11/+18
* sandbox: physmem: Use mapping to support sandboxSimon Glass2018-12-051-1/+3
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-12-0337-339/+1158
|\
| * efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro2018-12-031-33/+60
| * efi_loader: allow device == NULL in efi_dp_from_name()AKASHI Takahiro2018-12-031-4/+7
| * efi_loader: Align runtime section to 64kbAlexander Graf2018-12-021-3/+17
| * efi_selftest: rename setup_okHeinrich Schuchardt2018-12-021-4/+4
| * efi_loader: fix simple network protocolHeinrich Schuchardt2018-12-021-59/+332
| * efi_loader: correctly aligned transmit bufferHeinrich Schuchardt2018-12-021-11/+20
| * efi_selftest: fix simple network protocol testHeinrich Schuchardt2018-12-021-8/+8
| * efi_selftest: check fdt is marked as runtime dataHeinrich Schuchardt2018-12-021-0/+24
| * fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt2018-12-021-2/+4
| * efi_loader: macro efi_size_in_pages()Heinrich Schuchardt2018-12-021-3/+3
| * efi_selftest: building sandbox with EFI_SELFTESTHeinrich Schuchardt2018-12-021-1/+1
| * efi_selftest: add test for memory allocationHeinrich Schuchardt2018-12-022-0/+164
| * efi_loader: eliminate sandbox addressesHeinrich Schuchardt2018-12-021-5/+4
| * efi_loader: Reserve unaccessible memoryAlexander Graf2018-12-021-3/+29
| * efi_selftest: incorrect use of bitwise orHeinrich Schuchardt2018-12-021-1/+1
| * sandbox: smbios: Update to support sandboxSimon Glass2018-12-022-16/+56
| * Revert "efi_loader: remove efi_exit_caches()"Alexander Graf2018-12-021-0/+28
| * efi_loader: use u16* for UTF16 stringsHeinrich Schuchardt2018-12-021-1/+1
| * efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTEDAKASHI Takahiro2018-12-021-1/+1