| Commit message (Expand) | Author | Age | Files | Lines |
* | efi_loader: Clean up file size calculations | Ilias Apalodimas | 2021-03-25 | 1 | -15/+1 |
* | efi: Add ESRT to the EFI system table | Jose Marinho | 2021-03-25 | 1 | -4/+3 |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 1 | -0/+1 |
* | efi_loader: notification with TPL_APPLICATION not allowed | Heinrich Schuchardt | 2021-01-23 | 1 | -1/+8 |
* | efi_loader: fix efi_load_image_from_path() | Heinrich Schuchardt | 2021-01-23 | 1 | -4/+1 |
* | efi_loader: event queueing | Heinrich Schuchardt | 2020-12-31 | 1 | -1/+1 |
* | efi_loader: use after free in efi_exit() | Heinrich Schuchardt | 2020-12-31 | 1 | -5/+12 |
* | efi_loader: efi_signal_event() fix comment typos | Heinrich Schuchardt | 2020-12-31 | 1 | -2/+2 |
* | efi_loader: missing parentheses after if | Heinrich Schuchardt | 2020-12-31 | 1 | -1/+1 |
* | efi_loader: make efi_protocol_open() non-static | Heinrich Schuchardt | 2020-12-10 | 1 | -1/+1 |
* | efi_loader: support EFI_LOAD_FILE_PROTOCOL | Heinrich Schuchardt | 2020-12-10 | 1 | -1/+48 |
* | efi_loader: carve out efi_load_image_from_file() | Heinrich Schuchardt | 2020-12-10 | 1 | -9/+36 |
* | efi_loader: pass boot_policy to efi_load_image_from_path | Heinrich Schuchardt | 2020-12-10 | 1 | -7/+9 |
* | efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID | Heinrich Schuchardt | 2020-12-10 | 1 | -0/+3 |
* | efi_loader: resequence functions in efi_boottime.c | Heinrich Schuchardt | 2020-12-10 | 1 | -82/+82 |
* | efi_selftest: keep devices in ExitBootServices() | Heinrich Schuchardt | 2020-11-14 | 1 | -4/+9 |
* | efi_loader: fix DisconnectController() for sole child | Heinrich Schuchardt | 2020-10-30 | 1 | -8/+11 |
* | efi_loader: Disable devices before handing over control | Ilias Apalodimas | 2020-10-27 | 1 | -0/+6 |
* | efi_loader: Sort header file ordering | Ilias Apalodimas | 2020-10-27 | 1 | -4/+3 |
* | efi_loader: save global data pointer on RISC-V | Heinrich Schuchardt | 2020-09-14 | 1 | -9/+9 |
* | efi_loader: remove duplicate image size check | Heinrich Schuchardt | 2020-09-06 | 1 | -4/+0 |
* | efi_loader: document efi_save_gd(), efi_restore_gd() | Heinrich Schuchardt | 2020-07-22 | 1 | -5/+15 |
* | efi_loader: fix efi_get_child_controllers() | Heinrich Schuchardt | 2020-07-11 | 1 | -4/+8 |
* | efi_loader: allow compiling with clang | Heinrich Schuchardt | 2020-06-03 | 1 | -5/+5 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | efi_loader: image_loader: support image authentication | AKASHI Takahiro | 2020-04-16 | 1 | -2/+8 |
* | efi_loader: export a couple of protocol related functions | AKASHI Takahiro | 2020-03-17 | 1 | -8/+8 |
* | efi_loader: unnecessary assignment in efi_queue_event | Heinrich Schuchardt | 2020-03-11 | 1 | -1/+1 |
* | efi_loader: describe returning of control | Heinrich Schuchardt | 2020-01-15 | 1 | -4/+4 |
* | efi_loader: Add guidcpy function | Sughosh Ganu | 2020-01-07 | 1 | -2/+2 |
* | common: Move enable/disable_interrupts out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move get_ticks() function out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | efi_loader: incorrect return value form DisconnectController | Heinrich Schuchardt | 2019-09-20 | 1 | -12/+14 |
* | env: Drop environment.h header file where not needed | Simon Glass | 2019-08-11 | 1 | -1/+0 |
* | efi_loader: re-enable GRUB workaround on 32bit ARM | Heinrich Schuchardt | 2019-07-30 | 1 | -15/+13 |
* | efi_loader: fix comments for efi_update_exit_data() | Heinrich Schuchardt | 2019-07-16 | 1 | -3/+3 |
* | efi_loader: fix function comments in efi_boottime.c | Heinrich Schuchardt | 2019-07-16 | 1 | -3/+4 |
* | efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE | Heinrich Schuchardt | 2019-07-16 | 1 | -6/+19 |
* | efi_loader: detach runtime in ExitBootServices() | Heinrich Schuchardt | 2019-07-06 | 1 | -0/+3 |
* | efi_loader: let the variable driver patch out the runtime | Heinrich Schuchardt | 2019-07-06 | 1 | -1/+2 |
* | efi_loader: remove NULL entries from runtime detach list | Heinrich Schuchardt | 2019-07-06 | 1 | -4/+9 |
* | efi_loader: remove superfluous spaces in comments | Heinrich Schuchardt | 2019-07-06 | 1 | -4/+4 |
* | efi_loader: system table setup | Heinrich Schuchardt | 2019-06-20 | 1 | -5/+5 |
* | efi_loader: correct ExitBootServices() | Heinrich Schuchardt | 2019-06-14 | 1 | -5/+8 |
* | efi_loader: loaded images cannot be started twice | Heinrich Schuchardt | 2019-06-14 | 1 | -0/+3 |
* | efi_loader: LoadImage must return EFI_NOT_FOUND | Heinrich Schuchardt | 2019-06-14 | 1 | -1/+1 |
* | efi_loader: LoadImage w/o SourceBuffer and DevicePath | Heinrich Schuchardt | 2019-06-14 | 1 | -11/+4 |
* | efi_loader: implement event queue | Heinrich Schuchardt | 2019-06-10 | 1 | -26/+68 |
* | efi_loader: event signaling in ExitBootServices | Heinrich Schuchardt | 2019-06-10 | 1 | -18/+24 |