summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [xen] Import selected public headersMichael Brown2014-07-2919-0/+5650
* [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
* [autoboot] Allow autoboot device to be identified by link-layer addressMichael Brown2014-07-081-2/+4
* [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
* [build] Allow for a debug level of zeroMichael Brown2014-04-281-15/+2Star
* [cmdline] Add "profstat" command to display profiling statisticsMichael Brown2014-04-281-0/+14
* [profile] Add generic profiling infrastructureMichael Brown2014-04-281-47/+61
* [libc] Add flsll()Michael Brown2014-04-271-4/+11
* [libc] Add isqrt() function to find integer square rootsMichael Brown2014-04-261-0/+14
* [libc] Add inline assembly implementation of flsl() using BSR instructionMichael Brown2014-04-241-2/+2
* [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
* [crypto] Add pubkey_match() to check for matching public/private key pairsMichael Brown2014-03-271-0/+18
* [crypto] Remove dynamically-allocated storage for certificate OCSP URIMichael Brown2014-03-251-1/+1
* [crypto] Remove dynamically-allocated storage for certificate nameMichael Brown2014-03-251-1/+4
* [efi] Disable SNP devices when running iPXE as the applicationMichael Brown2014-03-141-0/+4
* [netdevice] Notify upper-layer drivers when RX processing is (un)frozenMichael Brown2014-03-141-20/+2Star