summaryrefslogtreecommitdiff
path: root/lib/efi_loader
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: Add a wchar_t cast in efi_file_open()Simon Glass2019-01-141-2/+2
* efi_loader: Make RTS relocation more robustAlexander Graf2018-12-231-3/+31
* 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_loader: fix simple network protocolHeinrich Schuchardt2018-12-021-59/+332
* efi_loader: correctly aligned transmit bufferHeinrich Schuchardt2018-12-021-11/+20
* efi_loader: macro efi_size_in_pages()Heinrich Schuchardt2018-12-021-3/+3
* efi_loader: eliminate sandbox addressesHeinrich Schuchardt2018-12-021-5/+4
* efi_loader: Reserve unaccessible memoryAlexander Graf2018-12-021-3/+29
* sandbox: smbios: Update to support sandboxSimon Glass2018-12-021-7/+13
* 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: 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_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-021-1/+2
* 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-021-9/+9
* efi_loader: delete handlesHeinrich Schuchardt2018-12-021-20/+61
* efi_loader: implement EFI_RESET_SHUTDOWN at boot timeHeinrich Schuchardt2018-12-021-1/+3
* efi_loader: efi_dp_get_next_instance() superfluous statementHeinrich Schuchardt2018-10-161-1/+0
* efi_loader: fix typo in efi_boottime.cHeinrich Schuchardt2018-10-161-1/+1
* efi_loader: Fix warning in efi_load_image()Tom Rini2018-10-161-1/+1
* efi_loader: remove lcd.h from efi_net.cHeinrich Schuchardt2018-10-161-1/+0
* efi_loader: memory leak in efi_set_variable()Heinrich Schuchardt2018-10-161-2/+4
* efi_loader: superfluous statement in is_dir()Heinrich Schuchardt2018-10-161-1/+8
* efi_loader: return type efi_console_register()Heinrich Schuchardt2018-10-161-1/+3
* efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)Heinrich Schuchardt2018-10-161-3/+3
* efi_loader: correct signature of GetPosition, SetPositionHeinrich Schuchardt2018-10-161-8/+31
* efi_loader: fix relocation on x86_64Heinrich Schuchardt2018-10-161-4/+12
* efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2018-09-232-58/+57
* efi_loader: remove efi_exit_caches()Heinrich Schuchardt2018-09-231-28/+0
* efi_loader: remove redundant statementHeinrich Schuchardt2018-09-231-1/+9
* efi_loader: create root nodeHeinrich Schuchardt2018-09-234-22/+80
* efi_loader: avoid out of bound access in efi_get_variable()Heinrich Schuchardt2018-09-231-1/+1
* efi_loader: query serial console size reliablyHeinrich Schuchardt2018-09-231-13/+37
* efi_loader: Merge memory map entriesAlexander Graf2018-09-231-0/+45
* efi_loader: check parameter new_handle of efi_file_open()Heinrich Schuchardt2018-09-231-1/+1
* efi_loader: terminal left upper corner is [1, 1]Heinrich Schuchardt2018-09-231-3/+21
* efi_loader: more debug info for efi_file_getinfo()Heinrich Schuchardt2018-09-231-1/+1
* efi: Correct the operation of efi_file_write()Simon Glass2018-09-231-4/+2
* efi: sandbox: Enable EFI loader build for sandboxSimon Glass2018-09-231-1/+1