aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [cachedhcp] Allow cached DHCPACK to override a temporary MAC addresshwmacMichael Brown2022-05-231-9/+42
* [ecm] Treat ACPI MAC address as being a non-permanent MAC addressMichael Brown2022-05-233-14/+18
* [cloud] Allow aws-import script to run on Python 3.6Michael Brown2022-04-061-1/+1
* [acpi] Support the "_RTXMAC_" format for ACPI-based MAC addressesMichael Brown2022-03-252-28/+144
* [acpi] Add MAC address extraction self-testsMichael Brown2022-03-242-0/+239
* [linux] Add stub phys_to_user() implementationMichael Brown2022-03-241-1/+14
* [acpi] Allow for the possibility of overriding ACPI tables at link timeMichael Brown2022-03-245-5/+26
* [efi] Support Unicode character output via framebuffer consoleMichael Brown2022-03-151-3/+48
* [fbcon] Support Unicode character outputMichael Brown2022-03-154-74/+161
* [efi] Support Unicode character output via text consoleMichael Brown2022-03-151-1/+17
* [utf8] Add UTF-8 accumulation self-testsMichael Brown2022-03-152-0/+165
* [utf8] Add ability to accumulate Unicode characters from UTF-8 bytesMichael Brown2022-03-012-0/+206
* [dns] Always start DNS queries using the first configured DNS serverdns_primaryMichael Brown2022-02-231-5/+4
* [console] Include mappings for AltGr-Shift-<key>Michael Brown2022-02-1620-3/+118
* [console] Support changing keyboard map at runtimeMichael Brown2022-02-164-2/+174
* [settings] Always process all settings applicatorsMichael Brown2022-02-161-7/+3
* [console] Ensure that US keyboard map appears at start of linker tableMichael Brown2022-02-163-3/+7
* [xsigo] Avoid storing unused uninitialised fields in gateway addressMichael Brown2022-02-161-0/+1
* [pci] Ensure that pci_read_config() initialises all fieldsMichael Brown2022-02-161-0/+5
* [image] Do not clear current working URI when executing embedded imageMichael Brown2022-02-161-2/+5
* [console] Fix definition of unreachability for remapped keysMichael Brown2022-02-1519-23/+137
* [console] Add Swedish "se" keymapMichael Brown2022-02-151-0/+53
* [build] Avoid invoking genkeymap.py via PerlMichael Brown2022-02-152-1/+2
* [console] Ensure that all ASCII characters are reachable in all keymapsMichael Brown2022-02-151-0/+6
* [console] Remove "az" keymapMichael Brown2022-02-151-40/+0
* [console] Fix unreachable characters in "mt" keymapMichael Brown2022-02-152-1/+5
* [console] Fix unreachable characters in "il" keymapMichael Brown2022-02-152-0/+7
* [console] Treat dead keys as producing their ASCII equivalentsMichael Brown2022-02-1515-7/+61
* [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-1537-5/+332
* [console] Centralise handling of key modifiersMichael Brown2022-02-156-37/+116
* [console] Allow for named keyboard mappingsMichael Brown2022-02-1533-130/+373
* [tables] Add ability to declare static table start and end markersMichael Brown2022-02-141-0/+27
* [console] Handle remapping of scancode 86Michael Brown2022-02-1028-6/+93
* [console] Update genkeymap to work with current databasesMichael Brown2022-02-1025-485/+434
* [efi] Support keyboard remapping via the EFI consoleMichael Brown2022-02-101-0/+8
* [usb] Handle upper/lower case and Ctrl-<key> after applying remappingMichael Brown2022-02-101-6/+11
* [usb] Support keyboard remapping via the native USB keyboard driverMichael Brown2022-02-101-0/+5
* [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-103-17/+55
* [efi] Enable IMAGE_GZIP by default for AArch64Michael Brown2022-02-101-0/+4
* [prefix] Fix use of writable code segment on 486 and earlier CPUsfix486Michael Brown2022-02-021-4/+10
* [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
* [uri] Allow for relative URIs that include colons within the pathMichael Brown2022-01-132-5/+20
* [efi] Include Secure Boot Advanced Targeting (SBAT) metadatasbatMichael Brown2022-01-139-0/+139
* [build] Ensure version.%.o is always rebuilt as expectedMichael Brown2022-01-131-2/+2
* [doc] Update user-visible ipxe.org URIs to use HTTPSMichael Brown2022-01-137-20/+20
* [efi] Do not align VirtualSize for .reloc and .debug sectionsMichael Brown2022-01-111-9/+9
* [settings] Support formatting UUIDs as little-endian GUIDsMichael Brown2022-01-044-6/+31
* [efi] Disable EFI watchdog timer when shutting down to boot an OSMichael Brown2021-11-251-0/+34