Age | Commit message (Expand) | Author |
2019-04-23 | efi_loader: consistent naming of protocol GUIDs | Heinrich Schuchardt |
2019-04-07 | efi_loader: boottime: add loaded image device path protocol to image handle | AKASHI Takahiro |
2019-03-27 | efi_loader: TODO for the EFI file protocol | Heinrich Schuchardt |
2019-02-25 | efi_loader: define load option attributes | AKASHI Takahiro |
2019-02-13 | efi: hii: add HII config routing/access protocols | AKASHI Takahiro |
2019-02-13 | efi: hii: add keyboard layout package support | AKASHI Takahiro |
2019-02-13 | efi: hii: add guid package support | AKASHI Takahiro |
2019-02-13 | efi_loader: Initial HII database protocols | Leif Lindholm |
2019-02-13 | efi_loader: remove duplicate GUID definition | Heinrich Schuchardt |
2019-02-13 | efi_loader: use u16* for file name | Heinrich Schuchardt |
2019-02-13 | efi_loader: efi_set_variable use const void * | Heinrich Schuchardt |
2019-02-13 | efi_loader: use const efi_guid_t * for variable services | Heinrich Schuchardt |
2019-02-13 | efi_loader: signature of StartImage and Exit | Heinrich Schuchardt |
2019-02-13 | efi_loader: struct efi_configuration_table | Heinrich Schuchardt |
2018-12-02 | efi_loader: use u16* for UTF16 strings | Heinrich Schuchardt |
2018-12-02 | efi_loader: correct a function prototype of QueryCapsuleCapabilities() | AKASHI Takahiro |
2018-12-02 | efi_loader: typedef struct efi_object *efi_handle_t | Heinrich Schuchardt |
2018-10-16 | efi_loader: correct signature of GetPosition, SetPosition | Heinrich Schuchardt |
2018-09-23 | efi_loader: refactor efi_setup_loaded_image() | Heinrich Schuchardt |
2018-09-23 | efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL | Heinrich Schuchardt |
2018-09-23 | efi_loader: SPDX-License-Identifier for efi_api.h | Heinrich Schuchardt |
2018-09-23 | efi_loader: struct efi_simple_text_input_protocol | Heinrich Schuchardt |
2018-09-23 | efi_loader: EFI_UNICODE_COLLATION_PROTOCOL | Heinrich Schuchardt |
2018-07-25 | efi_loader: correct signature of CalculateCrc32() | Heinrich Schuchardt |
2018-07-25 | efi_loader: provide firmware revision | Heinrich Schuchardt |
2018-07-25 | efi_loader: correct EFI_RUNTIME_SERVICES_SIGNATURE | Heinrich Schuchardt |
2018-07-25 | efi_loader: specify UEFI spec revision | Heinrich Schuchardt |
2018-07-25 | efi_loader: set revision in loaded image protocol | Heinrich Schuchardt |
2018-07-02 | efi_loader: Install ACPI configuration tables | Bin Meng |
2018-06-03 | efi_loader: adjust definitions of variable services | Heinrich Schuchardt |
2018-04-23 | efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL | Heinrich Schuchardt |
2018-04-05 | efi_loader: implement EFI_FILE_SYSTEM_INFO | Heinrich Schuchardt |
2018-04-05 | efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL | Heinrich Schuchardt |
2018-04-04 | efi_loader: use correct types in EFI_FILE_PROTOCOL | Heinrich Schuchardt |
2018-04-04 | efi_loader: correct types for EFI_LOADED_IMAGE_PROTOCOL | Heinrich Schuchardt |
2018-04-04 | efi_loader: save image relocation address and size | Heinrich Schuchardt |
2018-04-04 | efi_loader: use efi_uintn_t for LoadImage | Heinrich Schuchardt |
2018-04-04 | efi_loader: complete efi_pxe_mode struct definition | Patrick Wildt |
2018-04-04 | efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC | Heinrich Schuchardt |
2018-04-04 | efi_loader: implement missing bit blit operations in gop | Heinrich Schuchardt |
2018-04-04 | efi_loader: define GUIDS for event groups | Heinrich Schuchardt |
2018-04-04 | efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL | Leif Lindholm |
2018-04-04 | efi_loader: remove deprecated ConsoleControlProtocol | Heinrich Schuchardt |
2018-02-10 | efi_loader: add missing runtime services stubs | Heinrich Schuchardt |
2018-02-10 | efi_loader: create stub for CreateEventEx | Heinrich Schuchardt |
2018-01-22 | efi_loader: fix ExitBootServices | Heinrich Schuchardt |
2018-01-22 | efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions | Heinrich Schuchardt |
2018-01-22 | efi_loader: consistently use efi_handle_t for handles | Heinrich Schuchardt |
2018-01-22 | efi_loader: fix signature of efi_disconnect_controller | Heinrich Schuchardt |
2018-01-22 | efi_loader: implement ConnectController | Heinrich Schuchardt |