aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-23[cachedhcp] Allow cached DHCPACK to override a temporary MAC addresshwmacMichael Brown1-9/+42
2022-05-23[ecm] Treat ACPI MAC address as being a non-permanent MAC addressMichael Brown3-14/+18
2022-04-06[cloud] Allow aws-import script to run on Python 3.6Michael Brown1-1/+1
2022-03-25[acpi] Support the "_RTXMAC_" format for ACPI-based MAC addressesMichael Brown2-28/+144
2022-03-24[acpi] Add MAC address extraction self-testsMichael Brown2-0/+239
2022-03-24[linux] Add stub phys_to_user() implementationMichael Brown1-1/+14
2022-03-24[acpi] Allow for the possibility of overriding ACPI tables at link timeMichael Brown5-5/+26
2022-03-15[efi] Support Unicode character output via framebuffer consoleMichael Brown1-3/+48
2022-03-15[fbcon] Support Unicode character outputMichael Brown4-74/+161
2022-03-15[efi] Support Unicode character output via text consoleMichael Brown1-1/+17
2022-03-15[utf8] Add UTF-8 accumulation self-testsMichael Brown2-0/+165
2022-03-01[utf8] Add ability to accumulate Unicode characters from UTF-8 bytesMichael Brown2-0/+206
2022-02-23[dns] Always start DNS queries using the first configured DNS serverdns_primaryMichael Brown1-5/+4
2022-02-16[console] Include mappings for AltGr-Shift-<key>Michael Brown20-3/+118
2022-02-16[console] Support changing keyboard map at runtimeMichael Brown4-2/+174
2022-02-16[settings] Always process all settings applicatorsMichael Brown1-7/+3
2022-02-16[console] Ensure that US keyboard map appears at start of linker tableMichael Brown3-3/+7
2022-02-16[xsigo] Avoid storing unused uninitialised fields in gateway addressMichael Brown1-0/+1
2022-02-16[pci] Ensure that pci_read_config() initialises all fieldsMichael Brown1-0/+5
2022-02-16[image] Do not clear current working URI when executing embedded imageMichael Brown1-2/+5
2022-02-15[console] Fix definition of unreachability for remapped keysMichael Brown19-23/+137
2022-02-15[console] Add Swedish "se" keymapMichael Brown1-0/+53
2022-02-15[build] Avoid invoking genkeymap.py via PerlMichael Brown2-1/+2
2022-02-15[console] Ensure that all ASCII characters are reachable in all keymapsMichael Brown1-0/+6
2022-02-15[console] Remove "az" keymapMichael Brown1-40/+0
2022-02-15[console] Fix unreachable characters in "mt" keymapMichael Brown2-1/+5
2022-02-15[console] Fix unreachable characters in "il" keymapMichael Brown2-0/+7
2022-02-15[console] Treat dead keys as producing their ASCII equivalentsMichael Brown15-7/+61
2022-02-15[console] Support AltGr to access ASCII characters via remappingMichael Brown37-5/+332
2022-02-15[console] Centralise handling of key modifiersMichael Brown6-37/+116
2022-02-15[console] Allow for named keyboard mappingsMichael Brown33-130/+373
2022-02-14[tables] Add ability to declare static table start and end markersMichael Brown1-0/+27
2022-02-10[console] Handle remapping of scancode 86Michael Brown28-6/+93
2022-02-10[console] Update genkeymap to work with current databasesMichael Brown25-485/+434
2022-02-10[efi] Support keyboard remapping via the EFI consoleMichael Brown1-0/+8
2022-02-10[usb] Handle upper/lower case and Ctrl-<key> after applying remappingMichael Brown1-6/+11
2022-02-10[usb] Support keyboard remapping via the native USB keyboard driverMichael Brown1-0/+5
2022-02-10[console] Avoid attempting to remap numeric keypad on BIOS consoleMichael Brown1-3/+18
2022-02-10[console] Generalise bios_keymap() as key_remap()Michael Brown3-17/+55
2022-02-10[efi] Enable IMAGE_GZIP by default for AArch64Michael Brown1-0/+4
2022-02-02[prefix] Fix use of writable code segment on 486 and earlier CPUsfix486Michael Brown1-4/+10
2022-01-18[efi] Attempt to fetch autoexec script via TFTPMichael Brown1-0/+176
2022-01-18[efi] Allow for autoexec scripts that are not located in a filesystemMichael Brown1-21/+41
2022-01-13[uri] Allow for relative URIs that include colons within the pathuricolonMichael Brown2-5/+20
2022-01-13[efi] Include Secure Boot Advanced Targeting (SBAT) metadatasbatMichael Brown9-0/+139
2022-01-13[build] Ensure version.%.o is always rebuilt as expectedMichael Brown1-2/+2
2022-01-13[doc] Update user-visible ipxe.org URIs to use HTTPSMichael Brown7-20/+20
2022-01-11[efi] Do not align VirtualSize for .reloc and .debug sectionsMichael Brown1-9/+9
2022-01-04[settings] Support formatting UUIDs as little-endian GUIDsguidMichael Brown4-6/+31
2021-11-25[efi] Disable EFI watchdog timer when shutting down to boot an OSMichael Brown1-0/+34