]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Allow for interception of boot services calls by loaded image
authorMichael Brown <mcb30@ipxe.org>
Wed, 16 Jul 2014 00:25:37 +0000 (01:25 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 16 Jul 2014 00:58:19 +0000 (01:58 +0100)
commitc3b6ccf65b21e7f3abda5317b16cb3105af3f272
treea9fa5606b85fd5106dd5116d054d70069b24d8ae
parent8a380987c16b5b7269ed98efa8d8055c01638047
[efi] Allow for interception of boot services calls by loaded image

When building with DEBUG=efi_wrap, print details of calls made by the
loaded image to selected boot services functions.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/image/efi_image.c
src/include/ipxe/efi/efi_wrap.h [new file with mode: 0644]
src/interface/efi/efi_wrap.c [new file with mode: 0644]