aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* [linux] Add missing pci_num_bus() stubMichael Brown2021-03-021-0/+11
* [slirp] Add libslirp driver for LinuxMichael Brown2021-03-023-0/+175
* [linux] Provide ACPI settings via /sys/firmware/acpi/tablesMichael Brown2021-03-012-0/+19
* [acpi] Allow for platforms that provide ACPI tables individuallyMichael Brown2021-03-013-3/+28
* [linux] Use host glibc system call wrappersMichael Brown2021-02-283-112/+86
* [efi] Record cached DHCPACK from loaded image's device handle, if presentMichael Brown2021-02-172-0/+17
* [efi] Split out autoexec script portions of efi_autoboot.cMichael Brown2021-02-173-1/+20
* [pxe] Split out platform-independent portions of cachedhcp.cMichael Brown2021-02-172-0/+18
* [build] Use .balign directive instead of .alignMichael Brown2021-02-121-2/+2
* [build] Remove support for building with the Intel C compilerMichael Brown2021-02-122-76/+0
* [infiniband] Require drivers to specify the number of portsChristian Iversen2021-01-271-1/+2
* [cmdline] Expose "iflinkwait" as a commandMichael Brown2021-01-261-1/+2
* [efi] Automatically load "/autoexec.ipxe" when booted from a filesystemMichael Brown2021-01-251-0/+1
* [image] Provide image_memory()Michael Brown2021-01-252-2/+3
* [image] Add the "imgmem" commandMichael Brown2021-01-221-0/+2
* [image] Provide image_set_data()Michael Brown2021-01-221-0/+1
* [eap] Treat an EAP Request-Identity as indicating a blocked linkMichael Brown2021-01-193-0/+73
* [eapol] Replace EAPoL codeMichael Brown2021-01-191-90/+34
* [efi] Use segment and bus number to identify PCI root bridge I/O protocolv1.21.1Michael Brown2020-12-311-0/+3
* [smbios] Add support for the 64-bit SMBIOS3 entry pointMichael Brown2020-12-291-4/+47
* [efi] Allow EFI_USB_IO_PROTOCOL interfaces to be nullified and leakedMichael Brown2020-12-171-0/+2
* [iphone] Add iPhone tethering driverMichael Brown2020-12-161-0/+1
* [crypto] Allow private key to be specified as a TLS connection parameterMichael Brown2020-12-153-3/+62
* [tls] Include root of trust within definition of TLS sessionMichael Brown2020-12-151-1/+4
* [x509] Make root of trust a reference-counted structureMichael Brown2020-12-091-1/+26
* [x509] Record root of trust used when validating a certificateMichael Brown2020-12-083-16/+13
* [http] Hide HTTP transport-layer filter implementation detailsMichael Brown2020-12-081-3/+3
* [asn1] Define ASN1_SHORT() for constructing short tagged valuesMichael Brown2020-12-081-0/+5
* [asn1] Rename ASN1_OID_CURSOR to ASN1_CURSORMichael Brown2020-12-081-4/+4
* [asn1] Add constant for UTF-8 string tagMichael Brown2020-12-071-0/+3
* [tls] Allow provision of a client certificate chainMichael Brown2020-12-071-2/+2
* [tls] Use intf_insert() to add TLS to an interfaceMichael Brown2020-12-072-5/+2
* [interface] Provide intf_insert() to insert a filter interfaceMichael Brown2020-12-071-0/+2
* [efi] Allow vetoing of drivers that cannot be unloadedMichael Brown2020-11-301-1/+1
* [efi] Split out dbg_efi_opener() as a standalone functionMichael Brown2020-11-301-0/+22
* [xhci] Update driver to use DMA APIMichael Brown2020-11-291-4/+18
* [dma] Provide dma_umalloc() for allocating large DMA-coherent buffersMichael Brown2020-11-291-0/+93
* [dma] Move I/O buffer DMA operations to iobuf.hMichael Brown2020-11-283-22/+61
* [dma] Record DMA device as part of DMA mapping if neededMichael Brown2020-11-281-51/+70
* [dma] Modify DMA API to simplify calculation of medial addressesMichael Brown2020-11-251-10/+64
* [efi] Avoid dropping below TPL as at entry to iPXEMichael Brown2020-11-201-0/+11
* [efi] Rename efi_blacklist to efi_vetoMichael Brown2020-11-073-14/+14
* [efi] Provide DMA operations for EFI PCI devicesMichael Brown2020-11-052-0/+5
* [dma] Define a DMA API to allow for non-flat device address spacesMichael Brown2020-11-052-0/+335
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-051-18/+14
* [efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instanceMichael Brown2020-11-041-2/+10
* [efi] Avoid dragging in USB subsystem via efi_usb_path()Michael Brown2020-10-301-1/+17
* [efi] Nullify interfaces and leak memory on uninstallation failureMichael Brown2020-10-262-1/+32
* [infiniband] Allow SRP device to be described using an EFI device pathMichael Brown2020-10-232-0/+38
* [fcp] Allow Fibre Channel device to be described using an EFI device pathMichael Brown2020-10-222-0/+10