aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-27[build] Fix build failures with random versions of gccgcmassertMichael Brown2-15/+18
2024-03-26[efi] Extract basic network settings from loaded image device pathMichael Brown2-0/+243
2024-03-26[efi] Add efi_path_mac() to parse a MAC address from an EFI device pathMichael Brown2-0/+25
2024-03-25[efi] Add support for driving EFI_MANAGED_NETWORK_PROTOCOL devicesMichael Brown9-54/+657
2024-03-25[efi] Allow for drivers to be located via child handlesMichael Brown2-2/+10
2024-03-25[efi] Add helper functions for service binding protocolsMichael Brown4-0/+248
2024-03-25[efi] Match chainloaded device by uppermost matching handleMichael Brown1-42/+70
2024-03-19[efi] Set current working URI from our own device path URI, if presentMichael Brown1-0/+11
2024-03-19[efi] Add efi_path_uri() to parse a URI from an EFI device pathMichael Brown2-0/+41
2024-03-19[settings] Expose current working URI and directory URI via settingsMichael Brown2-0/+123
2024-03-18[efi] Pad transmit buffer length to work around vendor driver bugsMichael Brown2-0/+14
2024-03-17[golan] Use ETH_HLEN for inline header sizeRabia Manaa1-1/+1
2024-03-17[build] Fix building on older versions of gccMichael Brown1-0/+1
2024-03-16[snp] Allocate additional padding for receive buffersMichael Brown1-1/+14
2024-03-15[ucode] Add support for updating x86 microcodeMichael Brown6-0/+1283
2024-03-15[bios] Provide a multiprocessor API for BIOSMichael Brown4-1/+207
2024-03-15[librm] Add support for installing a startup IPI handlerMichael Brown3-0/+113
2024-03-15[efi] Provide a multiprocessor API for EFIMichael Brown6-1/+821
2024-03-15[mp] Define an API for multiprocessor functionsMichael Brown11-0/+530
2024-03-13[efi] Update to current EDK2 headersMichael Brown12-11/+421
2024-03-07[ci] Update action versions to silence GitHub warningsMichael Brown2-8/+8
2024-03-07[efi] Do not report return status from efi_block_local()Michael Brown1-1/+5
2024-03-07[block] Allow SAN boot device to be identified by filesystem labelMichael Brown3-1/+81
2024-03-07[block] Allow SAN boot device to be identified by an extra filenameMichael Brown3-28/+68
2024-03-06[block] Allow SAN boot device to be identified by UUIDMichael Brown5-7/+41
2024-03-06[efi] Add efi_path_guid() utility functionMichael Brown3-0/+46
2024-03-06[block] Allow for additional SAN boot parameters alongside filenameMichael Brown8-23/+45
2024-03-05[efi] Allow booting from local disks via the "sanboot" commandMichael Brown3-31/+166
2024-03-05[block] Allow for iteration over SAN device list in drive number orderMichael Brown2-2/+24
2024-03-04[efi] Generalise block device boot to support arbitrary EFI handlesMichael Brown1-47/+66
2024-03-04[efi] Use file system protocol to check for SAN boot filename existenceMichael Brown1-86/+218
2024-03-04[block] Use drive number as debug message stream IDMichael Brown4-166/+173
2024-03-04[efi] Use long forms of device paths in debug messagesMichael Brown1-1/+1
2024-02-29[parseopt] Add parse_uuid() for parsing UUID command-line argumentsMichael Brown2-0/+25
2024-02-29[settings] Add parsing for UUID and GUID settings typesMichael Brown2-3/+44
2024-02-29[uuid] Add uuid_aton() to parse a UUID from a stringMichael Brown7-2/+203
2024-02-27[efi] Work around broken boot services table manipulation by UEFI shimMichael Brown1-49/+43
2024-02-23[eap] Add support for the MS-CHAPv2 authentication methodMichael Brown5-0/+285
2024-02-23[eap] Allow MD5-Challenge authentication method to be disabledMichael Brown6-82/+172
2024-02-23[eap] Add progress debug messagesMichael Brown1-1/+11
2024-02-22[efi] Ignore new LoongArch PC-relative relocations and relaxationsAlexey Sheplyakov1-0/+20
2024-02-22[drivers] Sort PCI_ROM() entries numericallyGeert Stappers21-137/+136
2024-02-22[crypto] Force inlining of trivial wrapper functionsMichael Brown1-44/+55
2024-02-22[crypto] Add implementation of MS-CHAPv2 authenticationmschapv2Michael Brown4-0/+567
2024-02-15[crypto] Allow for multiple cross-signed certificate download attemptsMichael Brown2-100/+249
2024-02-15[crypto] Add x509_is_self_signed() helper functionMichael Brown3-1/+15
2024-02-14[crypto] Add x509_truncate() to truncate a certificate chainMichael Brown3-9/+37
2024-02-14[list] Add list_for_each_entry_safe_continue()Michael Brown2-0/+48
2024-02-14[list] Add list_is_head_entry()Michael Brown2-0/+27
2024-02-10[build] Fix build failures with older versions of gcccentos7Michael Brown2-7/+10