aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-12-03Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini37-339/+1158
2018-12-03rsa: add support of padding pssPhilippe Reynes2-0/+200
2018-12-03rsa: add a structure for the paddingPhilippe Reynes2-23/+49
2018-12-03rsa: use new openssl API to create signaturePhilippe Reynes1-6/+11
2018-12-03efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro1-33/+60
2018-12-03efi_loader: allow device == NULL in efi_dp_from_name()AKASHI Takahiro1-4/+7
2018-12-02efi_loader: Align runtime section to 64kbAlexander Graf1-3/+17
2018-12-02efi_selftest: rename setup_okHeinrich Schuchardt1-4/+4
2018-12-02efi_loader: fix simple network protocolHeinrich Schuchardt1-59/+332
2018-12-02efi_loader: correctly aligned transmit bufferHeinrich Schuchardt1-11/+20
2018-12-02efi_selftest: fix simple network protocol testHeinrich Schuchardt1-8/+8
2018-12-02efi_selftest: check fdt is marked as runtime dataHeinrich Schuchardt1-0/+24
2018-12-02fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt1-2/+4
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt1-3/+3
2018-12-02efi_selftest: building sandbox with EFI_SELFTESTHeinrich Schuchardt1-1/+1
2018-12-02efi_selftest: add test for memory allocationHeinrich Schuchardt2-0/+164
2018-12-02efi_loader: eliminate sandbox addressesHeinrich Schuchardt1-5/+4
2018-12-02efi_loader: Reserve unaccessible memoryAlexander Graf1-3/+29
2018-12-02efi_selftest: incorrect use of bitwise orHeinrich Schuchardt1-1/+1
2018-12-02sandbox: smbios: Update to support sandboxSimon Glass2-16/+56
2018-12-02Revert "efi_loader: remove efi_exit_caches()"Alexander Graf1-0/+28
2018-12-02efi_loader: use u16* for UTF16 stringsHeinrich Schuchardt1-1/+1
2018-12-02efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTEDAKASHI Takahiro1-1/+1
2018-12-02efi_loader: correct a function prototype of QueryCapsuleCapabilities()AKASHI Takahiro1-2/+2
2018-12-02efi_loader: correct efi_add_known_memory()Heinrich Schuchardt1-6/+14
2018-12-02efi_loader: do not use unsupported printf codeHeinrich Schuchardt1-3/+3
2018-12-02efi_loader: Ensure memory allocations are page alignedAlexander Graf1-0/+6
2018-12-02efi_loader: Handle RELA absolute relocations properlyAlexander Graf1-0/+3
2018-12-02efi_loader: fix typosHeinrich Schuchardt5-15/+18
2018-12-02efi_selftest: do not write to linker generated arrayHeinrich Schuchardt1-9/+22
2018-12-02efi_loader: fix typos in efi_device_path.cHeinrich Schuchardt1-11/+12
2018-12-02efi_loader: add efi_dp_from_name()AKASHI Takahiro1-0/+47
2018-12-02efi_loader: UninstallMultipleProtocolInterfaces error codeHeinrich Schuchardt2-4/+17
2018-12-02efi_selftest: use CR LF in helloworldHeinrich Schuchardt1-13/+27
2018-12-02efi_loader: rename parent to headerHeinrich Schuchardt4-35/+52
2018-12-02efi_loader: eliminate handle memberHeinrich Schuchardt6-52/+51
2018-12-02efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt3-11/+11
2018-12-02efi_selftest: fix typosHeinrich Schuchardt11-22/+20
2018-12-02efi_loader: delete handlesHeinrich Schuchardt1-20/+61
2018-12-02efi_loader: implement EFI_RESET_SHUTDOWN at boot timeHeinrich Schuchardt1-1/+3
2018-12-02efi_selftest: test handling of exceptionsHeinrich Schuchardt2-0/+51
2018-12-02efi_selftest: simplify lib/efi_selftest/MakefileHeinrich Schuchardt2-9/+3
2018-11-29tpm: Convert to use a device parameterSimon Glass4-109/+112
2018-11-29tpm: Export the open/close functionsSimon Glass1-18/+0
2018-11-20string: Include the config headerSimon Glass1-0/+1
2018-11-20spl: lz4: Allow use of lz4 compression in SPLSimon Glass2-1/+9
2018-11-20fdt: Fix uncompress_blob() for U-Boot properMarek Vasut1-1/+2
2018-11-16fdt_region: Ensure that depth never goes below -1Konrad Beckmann1-0/+3
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-11-14kconfig: Introduce HAVE_ARCH_IOMAPBin Meng1-0/+6