index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
ipxe
/
efi
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Add ability to extract device path from an EFI load option
Michael Brown
2025-08-29
1
-0
/
+5
*
[efi] Allow compiler to perform type checks on EFI_EVENT
Michael Brown
2025-07-15
1
-4
/
+7
*
[efi] Drop to external TPL for calls to ConnectController()
Michael Brown
2025-07-14
1
-0
/
+2
*
[efi] Provide efi_tpl_name() for transcribing TPLs in debug messages
Michael Brown
2025-07-14
1
-0
/
+2
*
[acpi] Remove userptr_t from ACPI table parsing
Michael Brown
2025-04-22
1
-2
/
+2
*
[crypto] Remove userptr_t from ASN.1 parsers
Michael Brown
2025-04-22
1
-2
/
+1
*
[efi] Allow for custom methods for disconnecting existing drivers
Michael Brown
2025-04-17
1
-2
/
+8
*
[fdt] Populate boot arguments in constructed device tree
Michael Brown
2025-04-01
1
-1
/
+1
*
[efi] Disconnect existing drivers on a per-protocol basis
Michael Brown
2025-03-29
1
-0
/
+2
*
[efi] Define an attachment priority order for EFI drivers
Michael Brown
2025-03-29
1
-2
/
+4
*
[efi] Add various well-known GUIDs encountered in WiFi boot
Michael Brown
2025-03-28
5
-0
/
+1285
*
[efi] Install a device tree for the booted OS, if available
Michael Brown
2025-03-28
1
-0
/
+17
*
[efi] Add support for installing EFI configuration tables
Michael Brown
2025-03-27
1
-0
/
+37
*
[efi] Add flattened device tree header and GUID definitions
Michael Brown
2025-03-27
3
-2
/
+27
*
[efi] Add ACPI and SMBIOS tables as well-known GUIDs
Michael Brown
2025-03-27
1
-0
/
+5
*
[efi] Allow use of typed pointers for efi_open() et al
Michael Brown
2025-03-24
1
-8
/
+79
*
[efi] Create safe wrappers for OpenProtocol() and CloseProtocol()
Michael Brown
2025-03-24
1
-0
/
+12
*
[efi] Remove the efipci_open() and efipci_close() wrappers
Michael Brown
2025-03-24
1
-3
/
+0
*
[efi] Allow wrapping the global boot services table in situ
Michael Brown
2025-03-20
1
-2
/
+5
*
[efi] Add EFI_RNG_PROTOCOL_GUID as a well-known GUID
Michael Brown
2025-03-18
1
-0
/
+1
*
[efi] Add TLS authentication header and GUID definitions
Michael Brown
2025-03-13
3
-1
/
+28
*
[efi] Add EFI_GLOBAL_VARIABLE as a well-known GUID
Michael Brown
2025-03-13
1
-0
/
+1
*
[crypto] Support extracting certificates from EFI signature list images
Michael Brown
2025-03-11
1
-0
/
+22
*
[efi] Add EFI_SIGNATURE_LIST header and GUID definitions
Michael Brown
2025-03-10
4
-0
/
+753
*
[efi] Update to current EDK2 headers
Michael Brown
2025-03-10
12
-159
/
+265
*
[efi] Mark UsbHostController.h as a non-imported header
Michael Brown
2025-03-10
1
-0
/
+5
*
[efi] Add EFI_TCG2_PROTOCOL header and GUID definition
Michael Brown
2024-12-17
2
-0
/
+338
*
[efi] Update to current EDK2 headers
Michael Brown
2024-12-17
19
-84
/
+535
*
[uaccess] Rename UACCESS_EFI to UACCESS_FLAT
Michael Brown
2024-10-25
1
-103
/
+0
*
[riscv] Add support for the RISC-V CPU architecture
Michael Brown
2024-09-15
2
-0
/
+179
*
[efi] Centralise definition of efi_cpu_nap()
Michael Brown
2024-09-13
1
-0
/
+18
*
[efi] Allow discovery of PCI bus:dev.fn address ranges
Michael Brown
2024-08-15
1
-14
/
+0
*
[pci] Separate permission to probe buses from bus:dev.fn range discovery
Michael Brown
2024-08-15
1
-0
/
+10
*
[efi] Restructure handling of autoexec.ipxe script
Michael Brown
2024-04-03
1
-4
/
+1
*
[efi] Add the ability to create a temporary MNP network device
Michael Brown
2024-03-29
1
-0
/
+20
*
[efi] Allow for allocating EFI devices from arbitrary handles
Michael Brown
2024-03-29
1
-0
/
+2
*
[efi] Add efi_path_mac() to parse a MAC address from an EFI device path
Michael Brown
2024-03-26
1
-0
/
+1
*
[efi] Allow for drivers to be located via child handles
Michael Brown
2024-03-25
1
-0
/
+2
*
[efi] Add helper functions for service binding protocols
Michael Brown
2024-03-25
2
-0
/
+109
*
[efi] Add efi_path_uri() to parse a URI from an EFI device path
Michael Brown
2024-03-19
1
-0
/
+1
*
[efi] Provide a multiprocessor API for EFI
Michael Brown
2024-03-15
2
-0
/
+706
*
[efi] Update to current EDK2 headers
Michael Brown
2024-03-13
12
-11
/
+421
*
[efi] Add efi_path_guid() utility function
Michael Brown
2024-03-06
1
-0
/
+2
*
[efi] Fix dependency list construction in EDK2 header import script
Michael Brown
2023-11-24
1
-1
/
+1
*
[efi] Update to current EDK2 headers
Michael Brown
2023-11-23
6
-26
/
+65
*
[efi] Include protocol interface address in debug output
Michael Brown
2023-06-08
1
-0
/
+13
*
[efi] Add HTTP header and GUID definitions
Michael Brown
2023-06-07
2
-0
/
+518
*
[efi] Add DNS headers and GUID definitions
Michael Brown
2023-06-07
3
-0
/
+1077
*
[efi] Add Ip4Config2 header and GUID definition
Michael Brown
2023-06-07
2
-0
/
+319
*
[efi] Add IPv6 versions of existing IPv4 headers and GUID definitions
Michael Brown
2023-06-07
7
-0
/
+4364
[next]