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] 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
19
-215
/
+1054
|
\
|
|
*
[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
2
-8
/
+31
|
*
[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
|
*
[efi] Allow passing a NULL device path to path utility functions
Michael Brown
2022-12-22
2
-5
/
+5
|
*
[efi] Provide VLAN configuration protocol
Michael Brown
2022-12-14
2
-2
/
+219
|
*
[efi] Clear DMA-coherent buffers before mapping
Michael Brown
2022-11-04
1
-0
/
+3
*
|
Merge branch 'master' into openslx
Simon Rettberg
2022-10-21
2
-1
/
+10
|
\
|
|
*
[pci] Generalise pci_num_bus() to pci_discover()
Michael Brown
2022-09-15
2
-2
/
+2
|
*
[linux] Add missing PROVIDE_PCIAPI_INLINE() macros
Michael Brown
2022-09-15
1
-0
/
+9
*
|
Merge branch 'master' into openslx
Simon Rettberg
2022-05-11
9
-156
/
+566
|
\
|
|
*
[efi] Support Unicode character output via framebuffer console
Michael Brown
2022-03-15
1
-3
/
+48
|
*
[fbcon] Support Unicode character output
Michael Brown
2022-03-15
1
-70
/
+128
|
*
[efi] Support Unicode character output via text console
Michael Brown
2022-03-15
1
-1
/
+17
|
*
[console] Support AltGr to access ASCII characters via remapping
Michael Brown
2022-02-15
1
-0
/
+3
|
*
[console] Centralise handling of key modifiers
Michael Brown
2022-02-15
1
-16
/
+28
|
*
[efi] Support keyboard remapping via the EFI console
Michael Brown
2022-02-10
1
-0
/
+8
|
*
[efi] Attempt to fetch autoexec script via TFTP
Michael Brown
2022-01-18
1
-0
/
+176
|
*
[efi] Allow for autoexec scripts that are not located in a filesystem
Michael Brown
2022-01-18
1
-21
/
+41
|
*
[settings] Support formatting UUIDs as little-endian GUIDs
Michael Brown
2022-01-04
1
-1
/
+2
|
*
[efi] Disable EFI watchdog timer when shutting down to boot an OS
Michael Brown
2021-11-25
1
-0
/
+34
|
*
[efi] Run ExitBootServices shutdown hook at TPL_NOTIFY
Michael Brown
2021-11-23
3
-6
/
+20
|
*
[efi] Raise TPL during driver unload entry point
Michael Brown
2021-11-22
1
-0
/
+7
|
*
[efi] Modify global system table when wrapping a loaded image
Michael Brown
2021-11-21
1
-43
/
+56
|
*
[efi] Do not attempt to use console output after ExitBootServices()
Michael Brown
2021-11-21
1
-3
/
+6
[prev]
[next]