aboutsummaryrefslogtreecommitdiff
path: root/src/image/efi_image.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-22[efi] Add support for executing images via a shimMichael Brown1-3/+28
2023-05-22[efi] Add efi_asprintf() and efi_vasprintf()Michael Brown1-10/+6
2023-05-17[efi] Attempt to detect EFI images that fail Secure Boot verificationMichael Brown1-5/+71
2023-05-05[efi] Allow currently executing image to be opened via virtual filesystemMichael Brown1-0/+10
2023-03-07[efi] Use image name instead of pointer value in debug messagesMichael Brown1-21/+21
2023-01-23[efi] Add efi_path_terminate() utility functionMichael Brown1-3/+1
2020-10-16[efi] Split device path functions out to efi_path.cMichael Brown1-2/+2
2020-10-02[efi] Connect controllers after loading an EFI driverMichael Brown1-0/+11
2020-06-04[efi] Work around UEFI specification bug in LoadImageMichael Brown1-2/+18
2015-10-16[efi] Add support for EFI_GRAPHICS_OUTPUT_PROTOCOL frame buffer consolesMichael Brown1-0/+4
2015-09-13[efi] Provide efi_devpath_len()Michael Brown1-2/+1
2015-09-02[efi] Implement the EFI_PXE_BASE_CODE_PROTOCOLMichael Brown1-0/+10
2014-09-19[efi] Provide dummy device path in efi_image_probe()Michael Brown1-1/+6
2014-08-29[efi] Wrap any images loaded by our wrapped imageMichael Brown1-1/+1
2014-08-06[efi] Move abstract device path and handle functions to efi_utils.cMichael Brown1-1/+1
2014-08-05[efi] Open device path protocol only at point of useMichael Brown1-1/+1
2014-08-05[efi] Provide centralised definitions of commonly-used GUIDsMichael Brown1-4/+0
2014-07-31[efi] Avoid unnecessarily passing pointers to EFI_HANDLEsMichael Brown1-2/+2
2014-07-30[efi] Fill in loaded image's DeviceHandle if firmware fails to do soMichael Brown1-0/+7
2014-07-30[efi] Unload started images only on failureMichael Brown1-9/+17
2014-07-16[efi] Allow for interception of boot services calls by loaded imageMichael Brown1-0/+4
2014-03-14[efi] Disable SNP devices when running iPXE as the applicationMichael Brown1-0/+4
2013-04-19[efi] Add sample platform-generated error disambiguationsMichael Brown1-3/+19
2013-04-19[efi] Perform meaningful error code conversionsMichael Brown1-8/+11
2013-03-19[efi] Fix minor typos in efi_image.cMichael Brown1-3/+3
2013-03-13[efi] Expose downloaded images via EFI_SIMPLE_FILE_SYSTEM_PROTOCOLMichael Brown1-92/+139
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-02-15[efi] Add iPXE download protocolJarrod Johnson1-2/+124
2011-03-29[efi] Ensure that all drivers are shut down before the OS bootsMichael Brown1-30/+0
2011-03-07[image] Simplify image managementMichael Brown1-9/+3
2011-01-27[init] Remove concept of "shutdown exit flags"Michael Brown1-1/+1
2010-06-02[efi] Add the "snpnet" driverGeoff Lywood1-3/+34
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-3/+3
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-11-19[efi] Add efi_strerror()Michael Brown1-6/+6
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown1-3/+3
2008-10-13[efi] Add EFI image format and basic runtime environmentMichael Brown1-0/+106