summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi
Commit message (Expand)AuthorAgeFilesLines
* [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
* [legal] Add missing FILE_LICENCE declarationsMarin Hannache2013-07-152-0/+4
* [efi] Perform meaningful error code conversionsMichael Brown2013-04-193-16/+14Star
* [efi] Remove obsolete EFI I/O implementation using EFI_CPU_IO_PROTOCOLMichael Brown2013-04-193-372/+0Star
* [efi] Fetch device path for loaded image during initialisationMichael Brown2013-03-271-0/+1
* [efi] Add "reboot" command for EFIMichael Brown2013-03-221-0/+18
* [efi] Provide efi_guid_ntoa() for printing EFI GUIDsMichael Brown2013-03-201-14/+5Star
* [efi] Add EFI-specific debugging macrosMichael Brown2013-03-202-0/+121
* [efi] Add our own EFI_LOAD_FILE_PROTOCOL implementationMichael Brown2013-03-141-0/+3
* [efi] Expose downloaded images via EFI_SIMPLE_FILE_SYSTEM_PROTOCOLMichael Brown2013-03-137-2/+800
* [efi] Add last_opened_snpdev()Michael Brown2013-03-131-0/+1
* [efi] Update to latest EDK2 headersMichael Brown2013-03-138-73/+125
* [uaccess] Add userptr_sub() to find the difference between two user pointersMichael Brown2012-11-051-0/+6
* [efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP deviceMichael Brown2012-10-231-0/+7
* [efi] Expose net device non-volatile settings via HIIMichael Brown2012-10-161-123/+74Star
* [efi] Split SNP HII functionality into a separate fileMichael Brown2012-10-161-0/+68
* [efi] Mark SNP formset compliant with IBM's Unified Configuration ManagerMichael Brown2012-10-051-0/+5
* [efi] Add EFI_LOAD_FILE_PROTOCOL headerMichael Brown2012-07-191-0/+90