summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_wrap.c
Commit message (Expand)AuthorAgeFilesLines
* [build] Mark core files as permitted for UEFI Secure BootMichael Brown2026-01-141-0/+1
* [efi] Wrap a selection of runtime services callsMichael Brown2025-11-131-7/+248
* [efi] Switch back to VA_START() etc macros for EFIAPI functionsMichael Brown2025-11-111-12/+12
* [efi] Provide efi_tpl_name() for transcribing TPLs in debug messagesMichael Brown2025-07-141-28/+7Star
* [efi] Allow use of typed pointers for efi_open() et alMichael Brown2025-03-241-9/+6Star
* [efi] Use efi_open() for all ephemeral protocol opensMichael Brown2025-03-241-11/+2Star
* [efi] Allow wrapping the global boot services table in situMichael Brown2025-03-201-63/+123
* [efi] Fix debug wrappers for CloseEvent() and CheckEvent()Michael Brown2025-03-191-2/+2
* [efi] Prescroll the display after a failed wrapped ExitBootServices() callMichael Brown2025-03-181-0/+44
* [efi] Use standard va_args macros instead of VA_START() etcMichael Brown2024-09-151-12/+12
* [efi] Modify global system table when wrapping a loaded imageMichael Brown2021-11-211-43/+56
* [efi] Do not attempt to use console output after ExitBootServices()Michael Brown2021-11-211-3/+6
* [efi] Allow DEBUG=efi_wrap to be used independently of a loaded imageMichael Brown2020-10-011-25/+34
* [efi] Show memory map returned by wrapped calls to GetMemoryMapMichael Brown2020-09-221-2/+20
* [efi] Add debug wrappers for all boot services functions of interestMichael Brown2020-09-191-0/+602
* [efi] Improve efi_wrap debuggingMichael Brown2015-08-271-12/+318
* [efi] Remove raw EFI_HANDLE values from debug messagesMichael Brown2015-08-271-27/+22Star
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [efi] Wrap any images loaded by our wrapped imageMichael Brown2014-08-291-21/+67
* [efi] Show details of intercepted LoadImage() callsMichael Brown2014-08-271-0/+30
* [efi] Use efi_handle_name() instead of efi_handle_devpath_text()Michael Brown2014-07-311-8/+8
* [efi] Show more diagnostic information when building with DEBUG=efi_wrapMichael Brown2014-07-261-3/+5
* [efi] Allow for interception of boot services calls by loaded imageMichael Brown2014-07-161-0/+237