summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_wrap.c
Commit message (Expand)AuthorAgeFilesLines
* [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