summaryrefslogtreecommitdiffstats
path: root/src/interface
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxSimon Rettberg2022-10-212-1/+10
|\
| * [pci] Generalise pci_num_bus() to pci_discover()Michael Brown2022-09-152-2/+2
| * [linux] Add missing PROVIDE_PCIAPI_INLINE() macrosMichael Brown2022-09-151-0/+9
* | Merge branch 'master' into openslxSimon Rettberg2022-05-119-156/+566
|\|
| * [efi] Support Unicode character output via framebuffer consoleMichael Brown2022-03-151-3/+48
| * [fbcon] Support Unicode character outputMichael Brown2022-03-151-70/+128
| * [efi] Support Unicode character output via text consoleMichael Brown2022-03-151-1/+17
| * [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-151-0/+3
| * [console] Centralise handling of key modifiersMichael Brown2022-02-151-16/+28
| * [efi] Support keyboard remapping via the EFI consoleMichael Brown2022-02-101-0/+8
| * [efi] Attempt to fetch autoexec script via TFTPMichael Brown2022-01-181-0/+176
| * [efi] Allow for autoexec scripts that are not located in a filesystemMichael Brown2022-01-181-21/+41
| * [settings] Support formatting UUIDs as little-endian GUIDsMichael Brown2022-01-041-1/+2
| * [efi] Disable EFI watchdog timer when shutting down to boot an OSMichael Brown2021-11-251-0/+34
| * [efi] Run ExitBootServices shutdown hook at TPL_NOTIFYMichael Brown2021-11-233-6/+20
| * [efi] Raise TPL during driver unload entry pointMichael Brown2021-11-221-0/+7
| * [efi] Modify global system table when wrapping a loaded imageMichael Brown2021-11-211-43/+56
| * [efi] Do not attempt to use console output after ExitBootServices()Michael Brown2021-11-211-3/+6
* | Local UEFI disk boot supportSimon Rettberg2021-10-052-1/+482
* | [efi] local: Allow loading from any volume by using file://*/...Simon Rettberg2021-10-051-7/+82
* | Merge branch 'master' into openslxSimon Rettberg2021-10-051-3/+26
|\|
| * [efi] Record cached ProxyDHCPOFFER and PXEBSACK, if presentMichael Brown2021-07-271-3/+26
* | Merge branch 'master' into openslxSimon Rettberg2021-07-224-84/+330
|\|
| * [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
* | Merge branch 'master' into openslxSimon Rettberg2021-04-151-29/+3Star
|\|
| * [linux] Fail at link time if building slirp.linux without libslirpMichael Brown2021-03-111-29/+3Star
* | Merge branch 'master' into openslxSimon Rettberg2021-03-0841-835/+4851
|\|
| * [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