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
/
interface
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Eliminate uses of HandleProtocol()
Michael Brown
2025-03-24
2
-9
/
+3
*
[efi] Use efi_open() for all ephemeral protocol opens
Michael Brown
2025-03-24
13
-352
/
+104
*
[efi] Use efi_open_unsafe() for all explicitly unsafe protocol opens
Michael Brown
2025-03-24
3
-20
/
+15
*
[efi] Use efi_open_by_driver() for all by-driver protocol opens
Michael Brown
2025-03-24
3
-42
/
+19
*
[efi] Use efi_open_by_child() for all by-child protocol opens
Michael Brown
2025-03-24
1
-12
/
+3
*
[efi] Create safe wrappers for OpenProtocol() and CloseProtocol()
Michael Brown
2025-03-24
1
-0
/
+358
*
[efi] Remove the efipci_open() and efipci_close() wrappers
Michael Brown
2025-03-24
2
-48
/
+42
*
[efi] Avoid function name near-collision
Michael Brown
2025-03-23
1
-3
/
+3
*
[efi] Remove spurious close of SNP device parent's device path
Michael Brown
2025-03-23
1
-4
/
+0
*
[efi] Use driver name only from driver binding handles in debug messages
Michael Brown
2025-03-21
1
-6
/
+0
*
[efi] Get veto candidate driver name via either component name protocol
Michael Brown
2025-03-20
1
-15
/
+26
*
[efi] Get veto candidate driver name from image handle
Michael Brown
2025-03-20
1
-5
/
+5
*
[efi] Show image address range in veto debug messages
Michael Brown
2025-03-20
1
-3
/
+3
*
[efi] Prefer driver name to device path for debug messages
Michael Brown
2025-03-20
1
-3
/
+3
*
[efi] Attempt to retrieve driver name from image handle for debug messages
Michael Brown
2025-03-20
1
-0
/
+91
*
[efi] Allow wrapping the global boot services table in situ
Michael Brown
2025-03-20
1
-63
/
+123
*
[efi] Fix debug wrappers for CloseEvent() and CheckEvent()
Michael Brown
2025-03-19
1
-2
/
+2
*
[efi] Ignore path separator characters in virtual filenames
Michael Brown
2025-03-18
1
-1
/
+5
*
[efi] Prescroll the display after a failed wrapped ExitBootServices() call
Michael Brown
2025-03-18
1
-0
/
+44
*
[efi] Add EFI_RNG_PROTOCOL_GUID as a well-known GUID
Michael Brown
2025-03-18
1
-0
/
+7
*
[efi] Accept and trust CA certificates in the TlsCaCertificates variable
Michael Brown
2025-03-13
1
-0
/
+200
*
[efi] Add TLS authentication header and GUID definitions
Michael Brown
2025-03-13
1
-0
/
+6
*
[efi] Add EFI_GLOBAL_VARIABLE as a well-known GUID
Michael Brown
2025-03-13
1
-0
/
+6
*
[efi] Allow efi_guid_ntoa() to be used in non-EFI builds
Michael Brown
2025-03-11
2
-236
/
+236
*
[efi] Add EFI_SIGNATURE_LIST header and GUID definitions
Michael Brown
2025-03-10
2
-0
/
+6
*
[cpio] Allow for construction of parent directories as needed
Michael Brown
2025-02-24
1
-7
/
+9
*
[efi] Increase download timeout for autoexec.ipxe
Michael Brown
2025-02-17
1
-2
/
+5
*
[efi] Add EFI_TCG2_PROTOCOL header and GUID definition
Michael Brown
2024-12-17
2
-0
/
+7
*
[efi] Ensure local drives are connected when attempting a SAN boot
Michael Brown
2024-11-20
1
-0
/
+3
*
[uaccess] Rename UACCESS_EFI to UACCESS_FLAT
Michael Brown
2024-10-25
1
-44
/
+0
*
[efi] Use standard va_args macros instead of VA_START() etc
Michael Brown
2024-09-15
1
-12
/
+12
*
[efi] Centralise definition of efi_cpu_nap()
Michael Brown
2024-09-13
1
-0
/
+57
*
[efi] Allow discovery of PCI bus:dev.fn address ranges
Michael Brown
2024-08-15
1
-64
/
+176
*
[pci] Separate permission to probe buses from bus:dev.fn range discovery
Michael Brown
2024-08-15
2
-0
/
+2
*
[smbios] Allow reading an entire SMBIOS data structure as a setting
Michael Brown
2024-07-31
1
-1
/
+9
*
[smbios] Avoid reading beyond end of constructed SMBIOS setting
Michael Brown
2024-07-31
1
-0
/
+7
*
[efi] Veto the Dhcp6Dxe driver on all platforms
Michael Brown
2024-04-16
1
-0
/
+30
*
[efi] Do not attempt to download autoexec.ipxe without a valid base URI
Michael Brown
2024-04-15
1
-0
/
+10
*
[efi] Restructure handling of autoexec.ipxe script
Michael Brown
2024-04-03
2
-378
/
+122
*
[efi] Allow for allocating EFI devices from arbitrary handles
Michael Brown
2024-03-29
1
-42
/
+65
*
[efi] Add error table entry for local filesystem EFI_NOT_FOUND error
Michael Brown
2024-03-29
1
-1
/
+18
*
[efi] Report local file errors during download, rather than on opening
Michael Brown
2024-03-29
1
-124
/
+130
*
[efi] Extract basic network settings from loaded image device path
Michael Brown
2024-03-26
1
-0
/
+241
*
[efi] Add efi_path_mac() to parse a MAC address from an EFI device path
Michael Brown
2024-03-26
1
-0
/
+24
*
[efi] Allow for drivers to be located via child handles
Michael Brown
2024-03-25
1
-2
/
+8
*
[efi] Add helper functions for service binding protocols
Michael Brown
2024-03-25
1
-0
/
+138
*
[efi] Set current working URI from our own device path URI, if present
Michael Brown
2024-03-19
1
-0
/
+11
*
[efi] Add efi_path_uri() to parse a URI from an EFI device path
Michael Brown
2024-03-19
1
-0
/
+40
*
[efi] Provide a multiprocessor API for EFI
Michael Brown
2024-03-15
1
-0
/
+112
*
[efi] Do not report return status from efi_block_local()
Michael Brown
2024-03-07
1
-1
/
+5
[next]