summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * efi_loader: correct a function prototype of QueryCapsuleCapabilities()AKASHI Takahiro2018-12-021-2/+2
| * efi_loader: correct efi_add_known_memory()Heinrich Schuchardt2018-12-021-6/+14
| * efi_loader: do not use unsupported printf codeHeinrich Schuchardt2018-12-021-3/+3
| * efi_loader: Ensure memory allocations are page alignedAlexander Graf2018-12-021-0/+6
| * efi_loader: Handle RELA absolute relocations properlyAlexander Graf2018-12-021-0/+3
| * efi_loader: fix typosHeinrich Schuchardt2018-12-025-15/+18
| * efi_selftest: do not write to linker generated arrayHeinrich Schuchardt2018-12-021-9/+22
| * efi_loader: fix typos in efi_device_path.cHeinrich Schuchardt2018-12-021-11/+12
| * efi_loader: add efi_dp_from_name()AKASHI Takahiro2018-12-021-0/+47
| * efi_loader: UninstallMultipleProtocolInterfaces error codeHeinrich Schuchardt2018-12-022-4/+17
| * efi_selftest: use CR LF in helloworldHeinrich Schuchardt2018-12-021-13/+27
| * efi_loader: rename parent to headerHeinrich Schuchardt2018-12-024-35/+52
| * efi_loader: eliminate handle memberHeinrich Schuchardt2018-12-026-52/+51
| * efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt2018-12-023-11/+11
| * efi_selftest: fix typosHeinrich Schuchardt2018-12-0211-22/+20
| * efi_loader: delete handlesHeinrich Schuchardt2018-12-021-20/+61
| * efi_loader: implement EFI_RESET_SHUTDOWN at boot timeHeinrich Schuchardt2018-12-021-1/+3
| * efi_selftest: test handling of exceptionsHeinrich Schuchardt2018-12-022-0/+51
| * efi_selftest: simplify lib/efi_selftest/MakefileHeinrich Schuchardt2018-12-022-9/+3