aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* [riscv] Add support for the seed CSR as an entropy sourceMichael Brown2024-10-281-0/+3
* [riscv] Add support for RDTIME as a timer sourceMichael Brown2024-10-281-0/+3
* [pci] Drag in PCI settings mechanism only when PCI support is presentMichael Brown2024-10-252-3/+36
* [uaccess] Rename UACCESS_EFI to UACCESS_FLATMichael Brown2024-10-251-1/+1
* [riscv] Add support for the SBI debug consoleMichael Brown2024-10-222-0/+4
* [usb] Expose USB device descriptor and strings via settingsMichael Brown2024-10-182-0/+9
* [usb] Add "usbscan" command for iterating over USB devicesMichael Brown2024-10-172-0/+4
* [riscv] Add support for the RISC-V CPU architectureMichael Brown2024-09-151-0/+4
* [efi] Centralise definition of efi_cpu_nap()Michael Brown2024-09-131-3/+1
* [image] Add the "imgdecrypt" commandMichael Brown2024-08-292-0/+4
* [crypto] Add OID-identified algorithms for AES ciphersMichael Brown2024-08-141-0/+10
* [gve] Add driver for Google Virtual Ethernet NICMichael Brown2024-07-241-0/+3
* [form] Add support for dynamically created interactive formsMichael Brown2024-06-202-0/+4
* [dynui] Generalise the concept of a menu to a dynamic user interfaceMichael Brown2024-06-201-1/+1
* [ucode] Add support for updating x86 microcodeMichael Brown2024-03-152-0/+4
* [bios] Provide a multiprocessor API for BIOSMichael Brown2024-03-151-1/+1
* [efi] Provide a multiprocessor API for EFIMichael Brown2024-03-151-1/+1
* [mp] Define an API for multiprocessor functionsMichael Brown2024-03-153-0/+3
* [eap] Add support for the MS-CHAPv2 authentication methodMichael Brown2024-02-232-0/+4
* [eap] Allow MD5-Challenge authentication method to be disabledMichael Brown2024-02-232-0/+45
* [tls] Add ECDHE cipher suitesMichael Brown2024-01-312-0/+33
* [tls] Make key exchange algorithms selectable via build configurationMichael Brown2024-01-302-8/+38
* [crypto] Add X25519 OID-identified algorithm and TLS named curveMichael Brown2024-01-302-0/+8
* [build] Reduce scope of wildcard .gitignore rulesMark Rogalski2024-01-091-0/+1
* [loong64] Add support for building EFI binariesloong64Xiaotian Wu2023-06-291-0/+5
* [efi] Provide read-only access to EFI variables via settings mechanismMichael Brown2023-06-093-0/+7
* [efi] Implement "shim" as a dummy command on non-EFI platformsMichael Brown2023-05-242-2/+1
* [efi] Add "shim" commandMichael Brown2023-05-223-0/+5
* [params] Rename "form parameter" to "request parameter"Michael Brown2023-03-011-1/+1
* [efi] Split out EFI_RNG_PROTOCOL as a separate entropy sourceentropyMichael Brown2023-02-202-2/+6
* [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-174-0/+54
* [efi] Enable NET_PROTO_LLDP by defaultMichael Brown2023-02-052-1/+2
* [lldp] Add support for the Link Layer Discovery ProtocollldpMichael Brown2023-02-052-0/+4
* [tls] Add GCM cipher suitesMichael Brown2022-11-102-0/+15
* [pci] Select PCI I/O API at runtime for cloud imagesMichael Brown2022-09-181-1/+1
* [efi] Enable IMAGE_GZIP by default for AArch64Michael Brown2022-02-101-0/+4
* [efi] Include Secure Boot Advanced Targeting (SBAT) metadatasbatMichael Brown2022-01-131-0/+18
* [doc] Update user-visible ipxe.org URIs to use HTTPSMichael Brown2022-01-131-12/+12
* [cloud] Retry DHCP aggressively in AWS EC2Michael Brown2021-07-201-1/+16
* [cloud] Show ifstat output after a failed boot attemptMichael Brown2021-06-232-2/+4
* [image] Support archive image formats independently of "imgextract" commandMichael Brown2021-05-123-11/+11
* [gzip] Add support for gzip archive imagesimgextractMichael Brown2021-05-082-0/+4
* [zlib] Add support for zlib archive imagesMichael Brown2021-05-082-0/+5
* [image] Add "imgextract" command for extracting archive imagesMichael Brown2021-05-083-0/+36
* [cloud] Attempt to include CPUID_SETTINGS only for x86 buildsMichael Brown2021-05-021-0/+2
* [cloud] Enable "poweroff" command in cloud imagesMichael Brown2021-04-101-0/+5
* [linux] Provide ACPI settings via /sys/firmware/acpi/tablesMichael Brown2021-03-011-0/+1
* [cloud] Do not enable serial console on EFI platformsMichael Brown2021-02-171-0/+5
* [cloud] Enable IPv6 and HTTPS in cloud boot imagesMichael Brown2021-02-161-0/+4
* [cloud] Use PCIAPI_DIRECT for cloud imagesMichael Brown2021-02-135-0/+10