summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [efi] Update to current EDK2 headersMichael Brown2012-07-1924-156/+8026
* [efi] Standardise #include guard in ipxe_download.hMichael Brown2012-07-191-4/+4
* [efi] Add iPXE download protocolJarrod Johnson2012-02-152-0/+156
* [efi] Add support for HIIMichael Brown2011-04-086-0/+1316
* [efi] Include MdeModulePkg directory in header import listMichael Brown2011-04-081-1/+2
* [efi] Add EFI string formatting functionsMichael Brown2011-04-081-0/+23
* [efi] Synchronise EFI header filesMichael Brown2011-03-3112-33/+100
* [efi] Mark SNP devices as children of EFI PCI deviceMichael Brown2011-03-151-0/+6
* [efi] Provide space for storing the EFI driver nameMichael Brown2011-02-221-1/+1
* [efi] Allow EFI to control PCI bus enumerationMichael Brown2011-02-173-1/+89
* [efi] Rename efi_pci.h to efi_pci_api.hMichael Brown2011-02-171-5/+5
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-171-4/+4
* [efi] Add the "snpnet" driverGeoff Lywood2010-06-022-0/+90