aboutsummaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)AuthorFilesLines
2021-01-19[dhcp] Allow for links that remained blocked for up to three minutesMichael Brown1-1/+1
2021-01-19[eap] Treat an EAP Request-Identity as indicating a blocked linkMichael Brown2-0/+4
2020-11-05[dma] Define a DMA API to allow for non-flat device address spacesMichael Brown3-0/+3
2020-10-14[efi] Enable NET_PROTO_IPV6 by defaultTore Anderson2-1/+3
2020-10-13[usbblk] Add support for USB mass storage devicesMichael Brown4-0/+6
2020-07-07[efi] Avoid setting direction flag on EFI platformsMichael Brown1-0/+1
2020-06-16[crypto] Disable MD5 as an OID-identifiable algorithm by defaultMichael Brown1-1/+1
2020-06-16[crypto] Allow algorithms to be included without being OID-identifiableMichael Brown2-12/+62
2020-06-16[tls] Default to supporting only TLSv1.1 or aboveMichael Brown1-1/+1
2020-06-12[tls] Allow a minimum TLS protocol version to be specifiedMichael Brown1-0/+3
2019-07-19[build] Add named configuration for Raspberry PiMichael Brown8-0/+13
2019-07-19[efi] Register a device tree if provided by the platform firmwareMichael Brown2-0/+4
2019-07-19[fdt] Add ability to parse a MAC address from a flattened device treeMichael Brown2-0/+54
2018-03-20[time] Add support for the ACPI power management timerMichael Brown1-0/+3
2018-03-18[ocsp] Allow OCSP checks to be disabledMichael Brown1-0/+8
2017-11-12[http] Add support for NTLM authenticationMichael Brown2-0/+4
2017-08-01[shell] Enable "shell" command even when BANNER_TIMEOUT is zeroMichael Brown2-0/+4
2017-05-23[acpi] Expose ACPI tables via settings mechanismMichael Brown2-0/+4
2017-05-23[efi] Provide access to ACPI tablesMichael Brown1-1/+1
2017-05-23[acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2-0/+2
2017-03-28[linux] Use dummy SAN deviceMichael Brown1-1/+7
2017-03-07[efi] Add missing SANBOOT_PROTO_HTTP to EFI default configurationMichael Brown1-0/+1
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown1-0/+48
2017-01-24[cloud] Show CPU vendor and model in example cloud boot scriptsMichael Brown3-0/+6
2017-01-23[cloud] Add ability to retrieve Google Compute Engine metadataMichael Brown4-0/+15
2016-11-16[efi] Add basic EFI SAN booting capabilityMichael Brown1-1/+6
2016-11-08[build] Disable TIVOLI_VMM_WORKAROUND in the qemu configurationLaszlo Ersek1-0/+5
2016-11-08[librm] Conditionalize the workaround for the Tivoli VMM's SSE garblingLaszlo Ersek1-0/+3
2016-08-31[cmdline] Add certificate management commandsMichael Brown2-0/+4
2016-07-29[pixbuf] Enable PNG format by defaultMichael Brown3-7/+40
2016-07-29[crypto] Enable both DER and PEM formats by defaultMichael Brown3-8/+41
2016-07-29[crypto] Add PEM image formatMichael Brown2-0/+4
2016-07-29[crypto] Add DER image formatMichael Brown2-0/+4
2016-06-13[cmdline] Add "ntp" commandMichael Brown2-0/+4
2016-05-08[arm] Add support for 64-bit ARM (Aarch64)Michael Brown1-1/+1
2016-05-06[arm] Add support for 32-bit ARMMichael Brown1-2/+10
2016-04-18[ethernet] Make LACP support configurable at build timeMichael Brown2-0/+4
2016-03-24[crypto] Allow cross-certificate source to be configured at build timeMichael Brown1-0/+8
2016-03-14[efi] Provide access to files stored on EFI filesystemsMichael Brown3-0/+7
2016-03-09[xsigo] Add support for Xsigo virtual Ethernet (XVE) EoIB devicesMichael Brown2-0/+4
2016-03-09[infiniband] Make IPoIB support configurable at build timeMichael Brown2-0/+13
2016-03-08[infiniband] Add "ibstat" commandMichael Brown2-0/+8
2016-02-26[librm] Support ioremap() for addresses above 4GB in a 64-bit buildMichael Brown1-1/+6
2016-02-26[ioapi] Split ioremap() out to a separate IOMAP APIMichael Brown2-0/+2
2016-01-18[build] Add named configuration for public cloud environmentsMichael Brown9-0/+38
2015-11-10[dhcp] Limit maximum number of DHCP discovery deferralsMichael Brown1-0/+6
2015-10-16[efi] Add support for EFI_GRAPHICS_OUTPUT_PROTOCOL frame buffer consolesMichael Brown1-0/+6
2015-10-16[build] Generalise CONSOLE_VESAFB to CONSOLE_FRAMEBUFFERMichael Brown5-10/+133
2015-10-16[console] Tidy up config/console.hMichael Brown1-7/+39
2015-09-14[efi] Expose unused USB devices via EFI_USB_IO_PROTOCOLMichael Brown3-5/+23