| Commit message (Expand) | Author | Age | Files | Lines |
* | efi_loader: remove unused function efi_dp_from_dev() | Heinrich Schuchardt | 2019-11-19 | 1 | -1/+0 |
* | efi: Move inline functions to unconditional part of header | Simon Glass | 2019-10-08 | 1 | -5/+5 |
* | efi_loader: device_path: support Sandbox's "host" devices | AKASHI Takahiro | 2019-09-20 | 1 | -0/+8 |
* | efi_loader: eliminate inline function ascii2unicode() | Heinrich Schuchardt | 2019-09-09 | 1 | -16/+0 |
* | efi_loader: Extract adding a conventional memory in separate routine | Park, Aiden | 2019-09-05 | 1 | -0/+4 |
* | efi_loader: avoid alignment error | Heinrich Schuchardt | 2019-07-16 | 1 | -1/+1 |
* | efi_loader: Change return type of efi_add_memory_map() | Bryan O'Donoghue | 2019-07-16 | 1 | -2/+2 |
* | efi_loader: detach runtime in ExitBootServices() | Heinrich Schuchardt | 2019-07-06 | 1 | -0/+2 |
* | efi_loader: let the variable driver patch out the runtime | Heinrich Schuchardt | 2019-07-06 | 1 | -0/+2 |
* | efi_loader: initialization of variable services | Heinrich Schuchardt | 2019-07-06 | 1 | -0/+2 |
* | efi_loader: move efi_query_variable_info() | Heinrich Schuchardt | 2019-07-06 | 1 | -0/+5 |
* | efi_loader: add RuntimeServicesSupported variable | AKASHI Takahiro | 2019-06-14 | 1 | -0/+3 |
* | efi_loader: implement event queue | Heinrich Schuchardt | 2019-06-10 | 1 | -2/+2 |
* | efi_loader: event signaling in ExitBootServices | Heinrich Schuchardt | 2019-06-10 | 1 | -1/+1 |
* | efi_loader: export efi_set_time() | Heinrich Schuchardt | 2019-05-31 | 1 | -0/+2 |
* | efi_loader: correct notification of protocol installation | Heinrich Schuchardt | 2019-05-31 | 1 | -4/+22 |
* | efi_loader: comments for structs | Heinrich Schuchardt | 2019-05-24 | 1 | -5/+14 |
* | efi_loader: implement deprecated Unicode collation protocol | Heinrich Schuchardt | 2019-05-19 | 1 | -1/+6 |
* | efi_loader: rename Unicode collation protocol 2 variables | Heinrich Schuchardt | 2019-05-19 | 1 | -2/+2 |
* | efi_loader: LoadImage() check parent image | Heinrich Schuchardt | 2019-05-07 | 1 | -0/+1 |
* | efi_loader: implement RegisterProtocolNotify() | Heinrich Schuchardt | 2019-05-07 | 1 | -0/+19 |
* | efi_loader: unload applications upon Exit() | Heinrich Schuchardt | 2019-05-07 | 1 | -0/+1 |
* | efi_loader: mark started images | Heinrich Schuchardt | 2019-05-07 | 1 | -0/+13 |
* | efi_loader: implement support of exit data | Heinrich Schuchardt | 2019-05-02 | 1 | -0/+5 |
* | efi_loader: optional data in load options are binary | Heinrich Schuchardt | 2019-05-02 | 1 | -1/+1 |
* | efi_loader: rework bootmgr/bootefi using load_image API | AKASHI Takahiro | 2019-04-23 | 1 | -4/+1 |
* | efi_loader: export root node handle | AKASHI Takahiro | 2019-04-23 | 1 | -0/+3 |
* | efi_loader: export efi_install_multiple_protocol_interfaces | Heinrich Schuchardt | 2019-04-12 | 1 | -0/+3 |
* | efi_loader: boottime: export efi_[un]load_image() | AKASHI Takahiro | 2019-04-07 | 1 | -0/+9 |
* | efi_loader: boottime: add loaded image device path protocol to image handle | AKASHI Takahiro | 2019-04-07 | 1 | -0/+1 |
* | efi_loader: set image_base and image_size to correct values | AKASHI Takahiro | 2019-04-07 | 1 | -4/+0 |
* | efi_loader: use efi_start_image() for bootefi | Heinrich Schuchardt | 2019-02-16 | 1 | -0/+4 |
* | efi_loader: set entry point in efi_load_pe() | Heinrich Schuchardt | 2019-02-16 | 1 | -2/+2 |
* | efi_loader: LoadImage: always allocate new pages | Heinrich Schuchardt | 2019-02-16 | 1 | -1/+1 |
* | efi: hii: add HII config routing/access protocols | AKASHI Takahiro | 2019-02-13 | 1 | -0/+4 |
* | efi_loader: Initial HII database protocols | Leif Lindholm | 2019-02-13 | 1 | -0/+4 |
* | efi_loader: efi_set_variable use const void * | Heinrich Schuchardt | 2019-02-13 | 1 | -1/+1 |
* | efi_loader: use const efi_guid_t * for variable services | Heinrich Schuchardt | 2019-02-13 | 1 | -7/+7 |
* | efi_loader: move efi_init_obj_list() to a new efi_setup.c | AKASHI Takahiro | 2019-02-13 | 1 | -0/+2 |
* | efi_loader: bootmgr: add load option helper functions | AKASHI Takahiro | 2018-12-03 | 1 | -0/+23 |
* | efi_loader: macro efi_size_in_pages() | Heinrich Schuchardt | 2018-12-02 | 1 | -1/+10 |
* | efi_loader: add efi_dp_from_name() | AKASHI Takahiro | 2018-12-02 | 1 | -0/+4 |
* | efi_loader: rename parent to header | Heinrich Schuchardt | 2018-12-02 | 1 | -2/+7 |
* | efi_loader: eliminate handle member | Heinrich Schuchardt | 2018-12-02 | 1 | -9/+17 |
* | efi_loader: return type efi_console_register() | Heinrich Schuchardt | 2018-10-16 | 1 | -1/+1 |
* | efi_loader: refactor efi_setup_loaded_image() | Heinrich Schuchardt | 2018-09-23 | 1 | -7/+20 |
* | efi_loader: remove redundant statement | Heinrich Schuchardt | 2018-09-23 | 1 | -1/+9 |
* | efi_loader: create root node | Heinrich Schuchardt | 2018-09-23 | 1 | -0/+9 |
* | efi_loader: struct efi_simple_text_input_protocol | Heinrich Schuchardt | 2018-09-23 | 1 | -1/+1 |
* | efi_loader: EFI_UNICODE_COLLATION_PROTOCOL | Heinrich Schuchardt | 2018-09-23 | 1 | -0/+5 |