summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/interface
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxSimon Rettberg2023-10-066-63/+48Star
|\
| * [vmware] Use driver-private data to hold GuestInfo settings blockMichael Brown2023-09-141-41/+7Star
| * [netdevice] Allocate private data for each network upper-layer driverMichael Brown2023-09-132-3/+8
| * [console] Avoid overlap between special keys and Unicode charactersMichael Brown2023-07-041-24/+35
| * [build] Inhibit linker warnings about an implied executable stackGeert Stappers2023-06-303-0/+3
* | Merge branch 'master' into openslxSimon Rettberg2023-04-043-12/+68
|\|
| * [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-171-8/+30
| * [rng] Check for several functioning RTC interruptsMichael Brown2023-02-111-3/+11
| * [pxe] Discard queued PXE UDP packets when under memory pressureMichael Brown2023-01-251-0/+26
| * [cachedhcp] Include VLAN tag in filter for applying cached DHCPACKMichael Brown2022-12-221-1/+1
* | [vesafb] Map Unicode characters to CP437 if possibleSimon Rettberg2022-10-211-2/+134
* | Merge branch 'master' into openslxSimon Rettberg2022-10-212-7/+206
|\|
| * [pci] Select PCI I/O API at runtime for cloud imagesMichael Brown2022-09-182-0/+193
| * [bios] Allow pcibios_discover() to return an empty rangeMichael Brown2022-09-181-3/+5
| * [pci] Generalise pci_num_bus() to pci_discover()Michael Brown2022-09-151-5/+9
* | Merge branch 'master' into openslxSimon Rettberg2022-05-115-24/+78
|\|
| * [acpi] Allow for the possibility of overriding ACPI tables at link timeMichael Brown2022-03-242-2/+2
| * [fbcon] Support Unicode character outputMichael Brown2022-03-151-2/+23
| * [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-151-0/+12
| * [console] Centralise handling of key modifiersMichael Brown2022-02-151-5/+18
| * [console] Handle remapping of scancode 86Michael Brown2022-02-101-0/+9
| * [console] Avoid attempting to remap numeric keypad on BIOS consoleMichael Brown2022-02-101-3/+18
| * [console] Generalise bios_keymap() as key_remap()Michael Brown2022-02-101-17/+1Star
| * [doc] Update user-visible ipxe.org URIs to use HTTPSMichael Brown2022-01-131-1/+1
* | Merge branch 'master' into openslxSimon Rettberg2021-10-052-5/+68
|\|
| * [acpi] Generalise DSDT/SSDT data extraction logicMichael Brown2021-09-081-4/+66
| * [efi] Record cached ProxyDHCPOFFER and PXEBSACK, if presentMichael Brown2021-07-271-1/+2
* | Merge branch 'master' into openslxSimon Rettberg2021-07-221-0/+11
|\|
| * [rng] Check for TSC support before using RTC entropy sourceMichael Brown2021-05-121-0/+11
* | Merge branch 'master' into openslxSimon Rettberg2021-04-151-2/+2
|\|
| * [int13] Do not report INT 13 extension support for emulated floppiesMichael Brown2021-04-131-2/+2
* | Merge branch 'master' into openslxSimon Rettberg2021-03-088-8/+86
|\|
| * [build] Allow __asmcall to be used as a type attributeMichael Brown2021-03-023-5/+5
| * [acpi] Allow for platforms that provide ACPI tables individuallyMichael Brown2021-03-011-0/+1
| * [pxe] Split out platform-independent portions of cachedhcp.cMichael Brown2021-02-171-0/+76
| * [build] Use .balign directive instead of .alignMichael Brown2021-02-132-3/+3
| * [pci] Define pci_ioremap() for mapping PCI bus addressesMichael Brown2020-09-241-0/+1
* | Merge branch 'master' into openslxSimon Rettberg2020-08-121-4/+4
|\|
| * [pcbios] Take alignment into account when checking for available spaceDavid Decotigny2020-07-211-4/+4
| * [pcbios] Fix "out of memory" detection when expanding bottom areaDavid Decotigny2020-07-211-1/+1
* | Merge branch 'master' into openslxSimon Rettberg2019-02-152-0/+2
|\|
| * [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-252-0/+2
* | [vesafb] Fix resetting console to text mode by passing NULL configSimon Rettberg2018-05-281-5/+3Star
* | [console] Add option to update margins and bg-image of vesa mode consoleSimon Rettberg2018-05-281-37/+64
|/
* [librm] Ensure that inline code symbols are uniqueMichael Brown2018-03-213-6/+6
* [time] Add support for the ACPI power management timerMichael Brown2018-03-201-0/+136
* [acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2017-05-232-16/+127
* [block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown2017-04-261-27/+23Star
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-121-1/+2
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-281-52/+65