summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi
Commit message (Expand)AuthorAgeFilesLines
* [efi] Import EFI_HII_FONT_PROTOCOL definitionsMichael Brown2015-10-073-0/+831
* [efi] Update to current EDK2 headersMichael Brown2015-10-0728-373/+12442
* [efi] Expose unused USB devices via EFI_USB_IO_PROTOCOLMichael Brown2015-09-141-0/+80
* [efi] Include a copy of the device path within struct efi_deviceMichael Brown2015-09-131-0/+2
* [efi] Provide efi_devpath_len()Michael Brown2015-09-131-0/+1
* [efi] Add USB headers and GUID definitionsMichael Brown2015-09-065-0/+1992
* [efi] Implement the EFI_PXE_BASE_CODE_PROTOCOLMichael Brown2015-09-021-0/+17
* [efi] Allow calls to efi_snp_claim() and efi_snp_release() to be nestedMichael Brown2015-09-011-3/+3
* [efi] Add definitions of GUIDs observed when booting wdsmgfw.efiMichael Brown2015-09-013-0/+358
* [efi] Improve efi_wrap debuggingMichael Brown2015-08-271-0/+4
* [efi] Mark EFI debug transcription functions as __attribute__ (( pure ))Michael Brown2015-08-271-3/+5
* [efi] Add definitions of GUIDs observed when booting shim.efi and grub.efiMichael Brown2015-08-274-0/+667
* [efi] Hold off watchdog timer while runningMichael Brown2015-08-031-0/+31
* [efi] Fix receive and transmit completion reportingMichael Brown2015-07-221-14/+13Star
* [efi] Use the EFI_RNG_PROTOCOL as an entropy source if availableMichael Brown2015-04-141-0/+158
* [efi] Add EFI time sourceMichael Brown2015-04-141-0/+20
* [efi] Add EFI entropy sourceMichael Brown2015-04-141-0/+35
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0214-14/+14
* [efi] Add NII / UNDI driverMichael Brown2014-10-162-0/+840
* [efi] Update to current EDK2 headersMichael Brown2014-10-165-15/+60
* [efi] Generalise snpnet_dev_info() to efi_device_info()Michael Brown2014-10-161-0/+4
* [efi] Add definitions of GUIDs observed when chainloading from Intel driverMichael Brown2014-09-2510-0/+4123
* [efi] Centralise definitions of more protocol GUIDsMichael Brown2014-09-251-0/+3
* [efi] Avoid returning uninitialised data from PCI configuration space readsMichael Brown2014-09-041-0/+3
* [efi] Wrap any images loaded by our wrapped imageMichael Brown2014-08-291-2/+1Star
* [efi] Add definitions of GUIDs observed during Windows bootMichael Brown2014-08-216-0/+3773
* [efi] Generalise snpnet_pci_info() to efi_locate_device()Michael Brown2014-08-061-0/+2
* [efi] Move abstract device path and handle functions to efi_utils.cMichael Brown2014-08-062-4/+19
* [efi] Open device path protocol only at point of useMichael Brown2014-08-062-8/+2Star
* [efi] Provide centralised definitions of commonly-used GUIDsMichael Brown2014-08-061-0/+16
* [efi] Avoid unnecessarily passing pointers to EFI_HANDLEsMichael Brown2014-07-312-3/+3
* [efi] Allow compiler to perform type checks on EFI_HANDLEMichael Brown2014-07-311-0/+10
* [efi] Use efi_handle_name() instead of efi_handle_devpath_text()Michael Brown2014-07-311-1/+0Star
* [efi] Add ability to dump all openers of a given protocol on a handleMichael Brown2014-07-311-1/+26
* [efi] Provide efi_handle_name() for debuggingMichael Brown2014-07-311-0/+1
* [efi] Expand the range of well-known EFI GUIDs in debug messagesMichael Brown2014-07-313-0/+292
* [efi] Default to releasing network devices for use via SNPMichael Brown2014-07-301-2/+17
* [efi] Include EFI_CONSOLE_CONTROL_PROTOCOL headerMichael Brown2014-07-162-1/+125
* [efi] Allow for interception of boot services calls by loaded imageMichael Brown2014-07-161-0/+16
* [efi] Install our own disk I/O protocol and claim exclusive use of itMichael Brown2014-07-141-0/+119
* [efi] Update EDK2 headersMichael Brown2014-07-1420-96/+533
* [efi] Identify autoboot device by MAC address when chainloadingMichael Brown2014-07-081-0/+14
* [efi] Allow network devices to be created on top of arbitrary SNP devicesMichael Brown2014-07-033-34/+52
* [efi] Restructure EFI driver modelMichael Brown2014-06-252-33/+38
* [efi] Provide a meaningful EFI SNP device nameMichael Brown2014-06-251-1/+1
* [efi] Allow device paths to be easily included in debug messagesMichael Brown2014-06-251-16/+2Star
* [efi] Allow for optional protocolsMichael Brown2014-05-191-0/+17
* [efi] Disable SNP devices when running iPXE as the applicationMichael Brown2014-03-141-0/+4
* [efi] Allow driver to be unloadedMichael Brown2014-03-101-0/+1
* [uaccess] Add memcmp_user()Michael Brown2014-01-121-0/+7