summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [efi] Add NII / UNDI driverMichael Brown2014-10-164-0/+843
* [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-292-2/+2
* [efi] Add definitions of GUIDs observed during Windows bootMichael Brown2014-08-216-0/+3773
* [xen] Cope with unexpected initial backend statesMichael Brown2014-08-141-0/+1
* [xen] Use version 1 grant tables by defaultMichael Brown2014-08-132-12/+144
* [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-063-4/+20
* [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
* [netdevice] Avoid registering duplicate network devicesMichael Brown2014-07-301-0/+2
* [efi] Default to releasing network devices for use via SNPMichael Brown2014-07-301-2/+17
* [xen] Add support for Xen netfront virtual NICsMichael Brown2014-07-291-0/+1
* [xen] Add basic support for PV-HVM domainsMichael Brown2014-07-299-0/+444
* [ioapi] Centralise notion of PAGE_SIZEMichael Brown2014-07-282-3/+6
* [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
* [crypto] Add support for iPAddress subject alternative namesMichael Brown2014-07-111-0/+1
* [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-035-34/+56
* [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
* [build] Expose build timestamp, build name, and product namesMichael Brown2014-06-241-1/+12
* [smbios] Expose board serial number as ${board-serial}Dale Hamel2014-06-121-0/+17
* [iscsi] Include IP address origin in iBFTMichael Brown2014-06-121-0/+8
* [scsi] Improve sense code parsingMichael Brown2014-06-031-4/+47
* [ethernet] Provide eth_random_addr() to generate random Ethernet addressesHannes Reinecke2014-06-021-0/+1
* [ipv6] Fix definition of IN6_IS_ADDR_LINKLOCAL()Michael Brown2014-05-211-1/+1
* [efi] Allow for optional protocolsMichael Brown2014-05-191-0/+17
* [nfs] Rewrite NFS URI handlingMarin Hannache2014-05-182-0/+30
* [profile] Allow interrupts to be excluded from profiling resultsMichael Brown2014-05-041-12/+79
* [profile] Provide methods for profiling individual stages of operationsMichael Brown2014-05-031-7/+35
* [profile] Add generic profiling infrastructureMichael Brown2014-04-281-47/+61
* [libc] Add isqrt() function to find integer square rootsMichael Brown2014-04-261-0/+14
* [crypto] Add support for subjectAltName and wildcard certificatesMichael Brown2014-03-312-0/+19
* [crypto] Allow signed timestamp error margin to be configured at build timeMichael Brown2014-03-301-8/+0Star
* [crypto] Generalise X.509 cache to a full certificate storeMichael Brown2014-03-286-65/+63Star