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] 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
*
[efi] Update to current EDK2 headers
Michael Brown
2023-06-07
8
-40
/
+266
*
[efi] Disable static assertions in EFI headers on non-EFI platforms
Michael Brown
2023-06-07
1
-0
/
+9
*
[efi] Support versions of shim that perform SBAT verification
Michael Brown
2023-05-23
1
-0
/
+1
*
[efi] Add support for executing images via a shim
Michael Brown
2023-05-22
2
-0
/
+50
*
[efi] Add definitions for the UEFI shim lock protocol
Michael Brown
2023-05-22
2
-0
/
+32
*
[efi] Add efi_asprintf() and efi_vasprintf()
Michael Brown
2023-05-22
1
-0
/
+2
*
[rng] Allow entropy source to be selected at runtime
Michael Brown
2023-02-17
1
-35
/
+0
*
[efi] Allow autoexec script to be located alongside iPXE binary
Michael Brown
2023-02-02
1
-1
/
+2
*
[efi] Update to current EDK2 headers
Michael Brown
2023-02-01
2
-12
/
+12
*
[efi] Accept a command line passed to an iPXE image via LoadOptions
Michael Brown
2023-01-29
1
-0
/
+18
*
[la64] Import LoongArch64 ProcessorBind.h from EDK2 headers
Michael Brown
2023-01-28
3
-2
/
+128
*
[efi] Update to current EDK2 headers
Michael Brown
2023-01-28
95
-15321
/
+14255
*
[efi] Mark ConsoleControl.h as a non-imported header
Michael Brown
2023-01-28
1
-0
/
+5
*
[efi] Remove deleted directories from EDK2 header import script
Michael Brown
2023-01-28
1
-2
/
+1
*
[efi] Allow for whitespace before #include in imported EDK2 header files
Michael Brown
2023-01-28
1
-1
/
+1
*
[efi] Detect SPDX licence identifiers in imported EDK2 headers
Michael Brown
2023-01-28
1
-2
/
+2
*
[efi] Build util/efirom as a host-only binary
Michael Brown
2023-01-28
1
-0
/
+3
*
[efi] Extend efi_locate_device() to allow searching up the device path
Michael Brown
2023-01-23
1
-1
/
+1
*
[efi] Add efi_path_prev() utility function
Michael Brown
2023-01-23
1
-0
/
+3
*
[efi] Add efi_path_terminate() utility function
Michael Brown
2023-01-23
1
-0
/
+13
*
[efi] Do not rely on ProcessorBind.h when building host binaries
Michael Brown
2023-01-20
1
-4
/
+38
*
[autoboot] Include VLAN tag in filter for identifying autoboot device
Michael Brown
2023-01-15
1
-1
/
+2
*
[cachedhcp] Include VLAN tag in filter for applying cached DHCPACK
Michael Brown
2022-12-22
1
-1
/
+2
*
[efi] Add efi_path_vlan() utility function
Michael Brown
2022-12-22
1
-0
/
+1
*
[efi] Expose efi_path_next() utility function
Michael Brown
2022-12-22
1
-0
/
+2
*
[efi] Provide VLAN configuration protocol
Michael Brown
2022-12-14
2
-0
/
+5
*
[pci] Generalise pci_num_bus() to pci_discover()
Michael Brown
2022-09-15
1
-5
/
+8
*
[efi] Run ExitBootServices shutdown hook at TPL_NOTIFY
Michael Brown
2021-11-23
1
-0
/
+1
*
[efi] Modify global system table when wrapping a loaded image
Michael Brown
2021-11-21
1
-1
/
+1
*
[acpi] Allow for platforms that provide ACPI tables individually
Michael Brown
2021-03-01
1
-0
/
+13
*
[efi] Record cached DHCPACK from loaded image's device handle, if present
Michael Brown
2021-02-17
1
-0
/
+16
*
[efi] Split out autoexec script portions of efi_autoboot.c
Michael Brown
2021-02-17
2
-1
/
+19
*
[build] Remove support for building with the Intel C compiler
Michael Brown
2021-02-12
1
-5
/
+0
[next]