summaryrefslogtreecommitdiffstats
path: root/src/interface
Commit message (Expand)AuthorAgeFilesLines
* [efi] Veto the Itautec Ip4ConfigDxe driverMichael Brown2021-06-111-8/+10
* [efi] Provide an "initrd.magic" file for use by UEFI kernelsMichael Brown2021-05-211-0/+88
* [efi] Allow for non-image-backed virtual filesMichael Brown2021-05-211-69/+221
* [efi] Show ACPI address space descriptor ranges in debug messagesMichael Brown2021-04-211-0/+3
* [efi] Always map full length of coherent DMA buffer allocationMichael Brown2021-04-201-1/+2
* [xen] Avoid infinite loop on allocation failure in xenstore_response()Michael Brown2021-04-201-6/+6
* [linux] Fail at link time if building slirp.linux without libslirpMichael Brown2021-03-111-29/+3Star
* [linux] Do not assume that stat() works on sysfs filesMichael Brown2021-03-031-29/+20Star
* [linux] Validate length of ACPI table read from sysfsMichael Brown2021-03-031-0/+10
* [linux] Use fstat() rather than statx()Michael Brown2021-03-032-8/+7Star
* [linux] Use generic sysfs mechanism to read SMBIOS tableMichael Brown2021-03-032-64/+86
* [linux] Use generic sysfs mechanism to read ACPI tablesMichael Brown2021-03-031-78/+21Star
* [linux] Add a generic function for reading files from sysfsMichael Brown2021-03-032-0/+123
* [linux] Free cached ACPI tables on shutdownMichael Brown2021-03-031-0/+22
* [build] Fix building on older versions of gccMichael Brown2021-03-021-0/+3
* [slirp] Add libslirp driver for LinuxMichael Brown2021-03-021-0/+158
* [linux] Provide ACPI settings via /sys/firmware/acpi/tablesMichael Brown2021-03-011-0/+173
* [acpi] Allow for platforms that provide ACPI tables individuallyMichael Brown2021-03-011-0/+1
* [linux] Use host glibc system call wrappersMichael Brown2021-03-0110-8/+419
* [efi] Record cached DHCPACK from loaded image's device handle, if presentMichael Brown2021-02-172-0/+98
* [efi] Defer autoboot link-layer address and autoexec script probingMichael Brown2021-02-171-6/+20
* [efi] Split out autoexec script portions of efi_autoboot.cMichael Brown2021-02-173-189/+214
* [efi] Fix erroneous comparison of a pointer against userptr_tMichael Brown2021-02-031-1/+1
* [efi] Use EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL if availableMichael Brown2021-01-271-11/+66
* [efi] Fix misleading debug messageMichael Brown2021-01-261-1/+2
* [efi] Fix use of uninitialised variableMichael Brown2021-01-261-0/+3
* [efi] Automatically load "/autoexec.ipxe" when booted from a filesystemMichael Brown2021-01-251-10/+200
* [efi] Leave asynchronous USB endpoints open until device is removedMichael Brown2021-01-031-11/+13
* [efi] Use segment and bus number to identify PCI root bridge I/O protocolMichael Brown2020-12-311-4/+68
* [smbios] Add support for the 64-bit SMBIOS3 entry pointMichael Brown2020-12-292-18/+35
* [efi] Allow for longer device paths in debug messagesb1f6c1c42020-12-291-1/+1
* [efi] Allow EFI_USB_IO_PROTOCOL interfaces to be nullified and leakedMichael Brown2020-12-172-9/+179
* [efi] Skip interface uninstallation during shutdownMichael Brown2020-12-174-18/+23
* [efi] Nullify interfaces unconditionally on error and shutdown pathsMichael Brown2020-12-174-16/+16
* [efi] Avoid using potentially uninitialised driver name in veto checksMichael Brown2020-12-081-2/+4
* [efi] Veto the HP XhciDxe DriverMichael Brown2020-11-301-0/+46
* [efi] Allow vetoing of drivers that cannot be unloadedMichael Brown2020-11-302-8/+311
* [efi] Provide manufacturer and driver names to all veto checking methodsMichael Brown2020-11-301-19/+40
* [efi] Split out dbg_efi_opener() as a standalone functionMichael Brown2020-11-301-15/+24
* [dma] Provide dma_umalloc() for allocating large DMA-coherent buffersMichael Brown2020-11-291-0/+34
* [efi] Avoid requesting zero-length DMA mappingsMichael Brown2020-11-291-12/+16
* [dma] Move I/O buffer DMA operations to iobuf.hMichael Brown2020-11-281-0/+2
* [dma] Record DMA device as part of DMA mapping if neededMichael Brown2020-11-281-12/+13
* [dma] Modify DMA API to simplify calculation of medial addressesMichael Brown2020-11-251-3/+3
* [efi] Report correct error when failing to unload a vetoed driverMichael Brown2020-11-241-0/+1
* [efi] Allow initialisation via SNP interface even while claimedMichael Brown2020-11-231-7/+14
* [efi] Avoid dropping below TPL as at entry to iPXEMichael Brown2020-11-207-71/+99
* [efi] Rename efi_blacklist to efi_vetoMichael Brown2020-11-082-48/+47Star
* [efi] Provide DMA operations for EFI PCI devicesMichael Brown2020-11-051-0/+237
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-051-3/+3