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
/
efi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into openslx
Simon Rettberg
2023-10-06
8
-90
/
+1062
|
\
|
*
[netdevice] Allocate private data for each network upper-layer driver
Michael Brown
2023-09-13
1
-3
/
+6
|
*
[efi] Process veto objects in reverse order of enumeration
Michael Brown
2023-06-23
1
-7
/
+11
|
*
[efi] Check for protocols opened by vetoed driver and image handles
Michael Brown
2023-06-23
1
-1
/
+4
|
*
[efi] Unload vetoed drivers by image handle rather than driver handle
Michael Brown
2023-06-23
1
-3
/
+6
|
*
[efi] Pass more detailed driver information to veto methods
Michael Brown
2023-06-23
1
-36
/
+58
|
*
[efi] Show manufacturer in veto debug output
Michael Brown
2023-06-23
1
-0
/
+1
|
*
[efi] Provide read-only access to EFI variables via settings mechanism
Michael Brown
2023-06-09
1
-0
/
+236
|
*
[efi] Veto the VMware UefiPxeBcDxe driver
Michael Brown
2023-06-08
1
-0
/
+35
|
*
[efi] Include protocol interface address in debug output
Michael Brown
2023-06-08
1
-5
/
+29
|
*
[efi] Add UefiPxeBcDxe module GUID
Michael Brown
2023-06-07
1
-0
/
+8
|
*
[efi] Add HttpBootDxe module GUID
Michael Brown
2023-06-07
1
-0
/
+8
|
*
[efi] Add new IScsiDxe module GUID
Michael Brown
2023-06-07
1
-1
/
+9
|
*
[efi] Add HTTP header and GUID definitions
Michael Brown
2023-06-07
2
-0
/
+13
|
*
[efi] Add DNS headers and GUID definitions
Michael Brown
2023-06-07
2
-0
/
+26
|
*
[efi] Add Ip4Config2 header and GUID definition
Michael Brown
2023-06-07
2
-0
/
+7
|
*
[efi] Add IPv6 versions of existing IPv4 headers and GUID definitions
Michael Brown
2023-06-07
2
-0
/
+72
|
*
[efi] Support versions of shim that perform SBAT verification
Michael Brown
2023-05-23
1
-3
/
+147
|
*
[efi] Separate GetMemoryMap() wrapper from shim unlocker
Michael Brown
2023-05-23
1
-27
/
+34
|
*
[efi] Add support for executing images via a shim
Michael Brown
2023-05-22
1
-0
/
+251
|
*
[efi] Add definitions for the UEFI shim lock protocol
Michael Brown
2023-05-22
2
-0
/
+7
|
*
[efi] Add efi_asprintf() and efi_vasprintf()
Michael Brown
2023-05-22
1
-0
/
+44
|
*
[image] Generalise concept of selected image
Michael Brown
2023-05-17
1
-1
/
+1
|
*
[efi] Allow currently selected image to be opened as "grub*.efi"
Michael Brown
2023-05-05
1
-0
/
+11
|
*
[image] Allow for images to be hidden from lists of all images
Michael Brown
2023-05-05
1
-10
/
+26
|
*
[efi] Show original filenames in debug messages
Michael Brown
2023-05-05
1
-8
/
+16
|
*
[efi] Allow downloaded images to take precedence over constructed files
Michael Brown
2023-05-05
1
-22
/
+33
*
|
[efi] Remove old RDRAND hack; now officially supported
Simon Rettberg
2023-04-04
1
-47
/
+0
*
|
Merge branch 'master' into openslx
Simon Rettberg
2023-04-04
18
-211
/
+1038
|
\
|
|
*
[efi] Claim fixed device paths by uninstalling device path protocol
Michael Brown
2023-03-15
1
-122
/
+172
|
*
[image] Always unregister currently executing image
Michael Brown
2023-03-07
1
-5
/
+1
|
*
[image] Consistently use for_each_image() to iterate over images
Michael Brown
2023-03-06
1
-1
/
+1
|
*
[efi] Omit EFI_LOAD_FILE2_PROTOCOL for a zero-length initrd
Michael Brown
2023-02-28
1
-2
/
+11
|
*
[efi] Split out EFI_RNG_PROTOCOL as a separate entropy source
Michael Brown
2023-02-20
2
-90
/
+123
|
*
[rng] Allow entropy source to be selected at runtime
Michael Brown
2023-02-17
1
-4
/
+15
|
*
[efi] Support the initrd autodetection mechanism in newer Linux kernels
Michael Brown
2023-02-15
1
-0
/
+190
|
*
[efi] Fix debug message when reading from EFI virtual files
Michael Brown
2023-02-15
1
-1
/
+1
|
*
[efi] Do not attempt to drive PCI bridge devices
Michael Brown
2023-02-03
1
-0
/
+10
|
*
[efi] Allow autoexec script to be located alongside iPXE binary
Michael Brown
2023-02-02
2
-21
/
+73
|
*
[efi] Accept a command line passed to an iPXE image via LoadOptions
Michael Brown
2023-01-29
2
-0
/
+156
|
*
[legal] Add missing FILE_LICENCE declaration to efi_path.c
Michael Brown
2023-01-28
1
-0
/
+2
|
*
[efi] Extend efi_locate_device() to allow searching up the device path
Michael Brown
2023-01-23
1
-14
/
+42
|
*
[efi] Add efi_path_prev() utility function
Michael Brown
2023-01-23
1
-7
/
+20
|
*
[efi] Add efi_path_terminate() utility function
Michael Brown
2023-01-23
3
-30
/
+10
|
*
[efi] Create VLAN autoboot device automatically
Michael Brown
2023-01-15
1
-0
/
+9
|
*
[autoboot] Include VLAN tag in filter for identifying autoboot device
Michael Brown
2023-01-15
2
-3
/
+13
|
*
[netdevice] Separate concept of scope ID from network device name index
Michael Brown
2023-01-14
2
-3
/
+3
|
*
[cachedhcp] Include VLAN tag in filter for applying cached DHCPACK
Michael Brown
2022-12-22
2
-6
/
+14
|
*
[efi] Add efi_path_vlan() utility function
Michael Brown
2022-12-22
1
-0
/
+23
|
*
[efi] Expose efi_path_next() utility function
Michael Brown
2022-12-22
2
-15
/
+39
[next]