summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/interface/pcbios
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxopenslxSimon Rettberg2024-04-121-0/+173
|\
| * [build] Fix building on older versions of gccMichael Brown2024-03-171-0/+1
| * [bios] Provide a multiprocessor API for BIOSMichael Brown2024-03-151-0/+172
* | Merge branch 'aqc1xx' into openslxSimon Rettberg2024-04-124-118/+180
|\|
| * [block] Allow for additional SAN boot parameters alongside filenameMichael Brown2024-03-061-2/+3
| * [block] Use drive number as debug message stream IDMichael Brown2024-03-041-101/+109
| * [build] Fix building with newer binutilsMichael Brown2024-01-141-1/+1
| * [build] Remove unnecessary ".text" directivesMichael Brown2024-01-141-1/+0Star
| * [smbios] Support scanning for the 64-bit SMBIOS3 entry pointMichael Brown2023-12-291-2/+53
| * [pci] Require discovery of a PCI device when determining usable PCI APIsMichael Brown2023-11-021-11/+14
* | Merge branch 'master' into openslxSimon Rettberg2023-10-062-24/+36
|\|
| * [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-301-0/+1
* | Merge branch 'master' into openslxSimon Rettberg2023-04-042-12/+42
|\|
| * [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
| * [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-114-23/+77
|\|
| * [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
* | 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-086-3/+81
|\|
| * [build] Allow __asmcall to be used as a type attributeMichael Brown2021-03-022-2/+2
| * [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-131-1/+1
| * [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
|/