aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)AuthorFilesLines
2023-01-23[efi] Add efi_path_terminate() utility functionMichael Brown1-3/+1
2021-05-12[image] Allow single-member archive images to be executed transparentlyMichael Brown2-0/+2
2021-05-08[gzip] Add support for gzip archive imagesimgextractMichael Brown1-0/+166
2021-05-08[zlib] Add support for zlib archive imagesMichael Brown1-0/+162
2021-01-27[image] Implicitly trust first embedded imageJoe Groocock1-0/+3
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
2020-06-04[png] Fix potential integer overflowMichael Brown1-6/+6
2017-06-20[crypto] Expose pem_asn1() for use with non-image dataMichael Brown1-41/+74
2017-03-21[crypto] Free correct pointer on the error pathMichael Brown1-3/+4
2016-07-29[crypto] Add PEM image formatMichael Brown1-0/+208
2016-07-29[crypto] Add DER image formatMichael Brown1-0/+120
2016-03-13[build] Allow assembler section type character to vary by architectureMichael Brown1-1/+1
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
2015-07-29[elf] Reject ELFBoot images requiring virtual addressingMichael Brown1-51/+88
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown5-5/+25
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
2014-01-12[png] Add support for PNG imagesMichael Brown1-0/+1007
2013-11-27[pnm] Add support for PNM imagesMichael Brown1-0/+415
2013-11-07[cmdline] Generate command option help text automaticallyMichael Brown1-1/+1
2013-11-01[parseopt] Add parse_timeout()Michael Brown1-2/+2
2013-07-25[script] Allow commands following a script labelMichael Brown1-43/+53
2013-07-25[script] Allow initial whitespace on lines containing labelsMichael Brown1-4/+29
2013-07-15[script] Avoid trying to read final character of a zero-length stringMichael Brown1-2/+2
2013-07-15[script] Allow for backslash continuation of script linesMichael Brown1-13/+41
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 Brown4-4/+8
2012-04-23[script] Avoid using stack-allocated memory in process_line()Michael Brown1-14/+15
2012-04-19[multiboot] Place multiboot modules low in memoryMichael Brown1-3/+15
2012-04-09[elf] Avoid attempting to load 64-bit ELF binariesMichael Brown1-1/+10
2012-03-29[parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown1-1/+1
2012-02-15[efi] Add iPXE download protocolJarrod Johnson1-2/+124
2011-08-08[script] Accept labels on lines terminated with CRLFMichael Brown1-1/+7
2011-03-29[efi] Ensure that all drivers are shut down before the OS bootsMichael Brown1-30/+0