~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* efi_loader: delete handle from events when a protocol is uninstalledIlias Apalodimas2023-08-27
* efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas2023-07-28
* efi_loader: make efi_remove_protocol() staticIlias Apalodimas2023-07-20
* efi_loader: simplify efi_uninstall_protocol()Heinrich Schuchardt2023-07-20
* efi_loader: fix the return codes of UninstallProtocolIlias Apalodimas2023-07-15
* efi_loader: check the status of disconnected driversIlias Apalodimas2023-07-15
* efi_loader: reconnect drivers on failureIlias Apalodimas2023-07-15
* efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng2023-04-08
* efi_loader: static functions in efi_boottime.cHeinrich Schuchardt2023-02-10
* efi_loader: don't use HandleProtocolHeinrich Schuchardt2023-01-27
* efi_loader: populate console handles in system tableHeinrich Schuchardt2023-01-04
* efi_loader: initialize return values in efi_uninstall_multiple_protocol_inter...Ilias Apalodimas2022-11-16
* efi_loader: internal CloseProtocolHeinrich Schuchardt2022-10-10
* efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas2022-10-06
* Merge branch 'master' into nextTom Rini2022-09-19
|\
| * lib: efi_loader: don't delete invalid handlesEtienne Carriere2022-09-09
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-18
* | eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima2022-09-14
|/
* efi_loader: export efi_locate_device_handle()AKASHI Takahiro2022-05-03
* efi_loader: support booting via short-form device-pathHeinrich Schuchardt2022-03-20
* efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt2022-03-20
* efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt2022-03-12
* efi_loader: use %zu not %zd to print efi_uintn_tHeinrich Schuchardt2022-02-05
* efi: Use 16-bit unicode stringsSimon Glass2022-02-03
* efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt2022-01-19
* efi_loader: correctly handle no tpm device errorMasahisa Kojima2021-12-09
* efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini2021-11-26
* efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICESHeinrich Schuchardt2021-11-20
* efi_loader: add UEFI GPT measurementMasahisa Kojima2021-10-26
* efi_loader: add SMBIOS table measurementMasahisa Kojima2021-10-26
* efi_loader: add missing const qualifierMasahisa Kojima2021-10-25
* efi_loader: add ExitBootServices() measurementMasahisa Kojima2021-08-14
* efi_loader: add boot variable measurementMasahisa Kojima2021-08-14
* efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro2021-07-24
* efi_loader: TPL_HIGH_LEVEL not allowed for CreateEventHeinrich Schuchardt2021-06-28
* efi_loader: Clean up file size calculationsIlias Apalodimas2021-03-25
* efi: Add ESRT to the EFI system tableJose Marinho2021-03-25
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* efi_loader: notification with TPL_APPLICATION not allowedHeinrich Schuchardt2021-01-23
* efi_loader: fix efi_load_image_from_path()Heinrich Schuchardt2021-01-23
* efi_loader: event queueingHeinrich Schuchardt2020-12-31
* efi_loader: use after free in efi_exit()Heinrich Schuchardt2020-12-31
* efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt2020-12-31
* efi_loader: missing parentheses after ifHeinrich Schuchardt2020-12-31
* efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt2020-12-10
* efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2020-12-10
* efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt2020-12-10
* efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt2020-12-10
* efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt2020-12-10
* efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt2020-12-10