summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2019-01-14efi_loader: Add a wchar_t cast in efi_file_open()Simon Glass
2018-12-23efi_loader: Make RTS relocation more robustAlexander Graf
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_loader: fix simple network protocolHeinrich Schuchardt
2018-12-02efi_loader: correctly aligned transmit bufferHeinrich Schuchardt
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt
2018-12-02efi_loader: eliminate sandbox addressesHeinrich Schuchardt
2018-12-02efi_loader: Reserve unaccessible memoryAlexander Graf
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: 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_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_loader: delete handlesHeinrich Schuchardt
2018-12-02efi_loader: implement EFI_RESET_SHUTDOWN at boot timeHeinrich Schuchardt
2018-10-16efi_loader: efi_dp_get_next_instance() superfluous statementHeinrich Schuchardt
2018-10-16efi_loader: fix typo in efi_boottime.cHeinrich Schuchardt
2018-10-16efi_loader: Fix warning in efi_load_image()Tom Rini
2018-10-16efi_loader: remove lcd.h from efi_net.cHeinrich Schuchardt
2018-10-16efi_loader: memory leak in efi_set_variable()Heinrich Schuchardt
2018-10-16efi_loader: superfluous statement in is_dir()Heinrich Schuchardt
2018-10-16efi_loader: return type efi_console_register()Heinrich Schuchardt
2018-10-16efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)Heinrich Schuchardt
2018-10-16efi_loader: correct signature of GetPosition, SetPositionHeinrich Schuchardt
2018-10-16efi_loader: fix relocation on x86_64Heinrich Schuchardt
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt
2018-09-23efi_loader: remove efi_exit_caches()Heinrich Schuchardt
2018-09-23efi_loader: remove redundant statementHeinrich Schuchardt
2018-09-23efi_loader: create root nodeHeinrich Schuchardt
2018-09-23efi_loader: avoid out of bound access in efi_get_variable()Heinrich Schuchardt
2018-09-23efi_loader: query serial console size reliablyHeinrich Schuchardt
2018-09-23efi_loader: Merge memory map entriesAlexander Graf
2018-09-23efi_loader: check parameter new_handle of efi_file_open()Heinrich Schuchardt
2018-09-23efi_loader: terminal left upper corner is [1, 1]Heinrich Schuchardt
2018-09-23efi_loader: more debug info for efi_file_getinfo()Heinrich Schuchardt
2018-09-23efi: Correct the operation of efi_file_write()Simon Glass
2018-09-23efi: sandbox: Enable EFI loader build for sandboxSimon Glass