summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-12-03Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-12-03rsa: add support of padding pssPhilippe Reynes
2018-12-03rsa: add a structure for the paddingPhilippe Reynes
2018-12-03rsa: use new openssl API to create signaturePhilippe Reynes
2018-12-03efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro
2018-12-03efi_loader: allow device == NULL in efi_dp_from_name()AKASHI Takahiro
2018-12-02efi_loader: Align runtime section to 64kbAlexander Graf
2018-12-02efi_selftest: rename setup_okHeinrich Schuchardt
2018-12-02efi_loader: fix simple network protocolHeinrich Schuchardt
2018-12-02efi_loader: correctly aligned transmit bufferHeinrich Schuchardt
2018-12-02efi_selftest: fix simple network protocol testHeinrich Schuchardt
2018-12-02efi_selftest: check fdt is marked as runtime dataHeinrich Schuchardt
2018-12-02fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt
2018-12-02efi_selftest: building sandbox with EFI_SELFTESTHeinrich Schuchardt
2018-12-02efi_selftest: add test for memory allocationHeinrich Schuchardt
2018-12-02efi_loader: eliminate sandbox addressesHeinrich Schuchardt
2018-12-02efi_loader: Reserve unaccessible memoryAlexander Graf
2018-12-02efi_selftest: incorrect use of bitwise orHeinrich Schuchardt
2018-12-02sandbox: smbios: Update to support sandboxSimon Glass
2018-12-02Revert "efi_loader: remove efi_exit_caches()"Alexander Graf
2018-12-02efi_loader: use u16* for UTF16 stringsHeinrich Schuchardt
2018-12-02efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTEDAKASHI Takahiro
2018-12-02efi_loader: correct a function prototype of QueryCapsuleCapabilities()AKASHI Takahiro
2018-12-02efi_loader: correct efi_add_known_memory()Heinrich Schuchardt
2018-12-02efi_loader: do not use unsupported printf codeHeinrich Schuchardt
2018-12-02efi_loader: Ensure memory allocations are page alignedAlexander Graf
2018-12-02efi_loader: Handle RELA absolute relocations properlyAlexander Graf
2018-12-02efi_loader: fix typosHeinrich Schuchardt
2018-12-02efi_selftest: do not write to linker generated arrayHeinrich Schuchardt
2018-12-02efi_loader: fix typos in efi_device_path.cHeinrich Schuchardt
2018-12-02efi_loader: add efi_dp_from_name()AKASHI Takahiro
2018-12-02efi_loader: UninstallMultipleProtocolInterfaces error codeHeinrich Schuchardt
2018-12-02efi_selftest: use CR LF in helloworldHeinrich Schuchardt
2018-12-02efi_loader: rename parent to headerHeinrich Schuchardt
2018-12-02efi_loader: eliminate handle memberHeinrich Schuchardt
2018-12-02efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt
2018-12-02efi_selftest: fix typosHeinrich Schuchardt
2018-12-02efi_loader: delete handlesHeinrich Schuchardt
2018-12-02efi_loader: implement EFI_RESET_SHUTDOWN at boot timeHeinrich Schuchardt
2018-12-02efi_selftest: test handling of exceptionsHeinrich Schuchardt
2018-12-02efi_selftest: simplify lib/efi_selftest/MakefileHeinrich Schuchardt
2018-11-29tpm: Convert to use a device parameterSimon Glass
2018-11-29tpm: Export the open/close functionsSimon Glass
2018-11-20string: Include the config headerSimon Glass
2018-11-20spl: lz4: Allow use of lz4 compression in SPLSimon Glass
2018-11-20fdt: Fix uncompress_blob() for U-Boot properMarek Vasut
2018-11-16fdt_region: Ensure that depth never goes below -1Konrad Beckmann
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14kconfig: Introduce HAVE_ARCH_IOMAPBin Meng