summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | rsa: add support of padding pssPhilippe Reynes2018-12-032-0/+200
* | rsa: add a structure for the paddingPhilippe Reynes2018-12-032-23/+49
* | rsa: use new openssl API to create signaturePhilippe Reynes2018-12-031-6/+11
|/
* tpm: Convert to use a device parameterSimon Glass2018-11-294-109/+112
* tpm: Export the open/close functionsSimon Glass2018-11-291-18/+0
* string: Include the config headerSimon Glass2018-11-201-0/+1
* spl: lz4: Allow use of lz4 compression in SPLSimon Glass2018-11-202-1/+9
* fdt: Fix uncompress_blob() for U-Boot properMarek Vasut2018-11-201-1/+2
* fdt_region: Ensure that depth never goes below -1Konrad Beckmann2018-11-161-0/+3
* sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-1/+0
* kconfig: Introduce HAVE_ARCH_IOMAPBin Meng2018-11-141-0/+6