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
*
[efi] Use current boot option as a fallback for obtaining the boot URI
Michael Brown
2025-08-29
1
-0
/
+9
*
[efi] Add ability to extract device path from an EFI load option
Michael Brown
2025-08-29
1
-0
/
+199
*
[efi] Check only the non-extended WaitForKey event
Michael Brown
2025-07-16
1
-4
/
+1
*
[efi] Allow compiler to perform type checks on EFI_EVENT
Michael Brown
2025-07-15
2
-2
/
+2
*
[init] Show initialisation function names in debug messages
Michael Brown
2025-07-15
5
-0
/
+5
*
[efi] Drop to external TPL for calls to ConnectController()
Michael Brown
2025-07-14
5
-41
/
+122
*
[efi] Provide efi_tpl_name() for transcribing TPLs in debug messages
Michael Brown
2025-07-14
2
-28
/
+28
*
[riscv] Invalidate data cache on completed RX DMA buffers
Michael Brown
2025-07-10
1
-3
/
+4
*
[dma] Use virtual addresses for dma_map()
Michael Brown
2025-07-08
1
-9
/
+10
*
[initrd] Rename bzimage_align() to initrd_align()
Michael Brown
2025-05-22
1
-0
/
+1
*
[fdt] Allow an initrd to be specified when creating a device tree
Michael Brown
2025-05-21
1
-1
/
+1
*
[uaccess] Reduce scope of included uaccess.h header
Michael Brown
2025-04-30
1
-0
/
+1
*
[image] Make image data read-only to most consumers
Michael Brown
2025-04-30
1
-1
/
+1
*
[image] Add the concept of a static image
Michael Brown
2025-04-30
1
-0
/
+2
*
[uaccess] Remove redundant copy_from_user() and copy_to_user()
Michael Brown
2025-04-30
3
-0
/
+3
*
[xferbuf] Simplify and generalise data transfer buffers
Michael Brown
2025-04-29
1
-45
/
+2
*
[efi] Add ability to reboot to firmware setup menu
Michael Brown
2025-04-28
1
-0
/
+23
*
[reboot] Generalise warm reboot indicator to a flags bitmask
Michael Brown
2025-04-28
1
-3
/
+5
*
[build] Prevent the use of reserved words in C23
Miao Wang
2025-04-27
1
-6
/
+6
*
[fbcon] Remove userptr_t from framebuffer console drivers
Michael Brown
2025-04-25
1
-12
/
+10
*
[block] Remove userptr_t from block device abstraction
Michael Brown
2025-04-24
1
-2
/
+3
*
[uaccess] Remove trivial uses of userptr_t
Michael Brown
2025-04-24
4
-20
/
+13
*
[umalloc] Remove userptr_t from user memory allocations
Michael Brown
2025-04-23
2
-47
/
+14
*
[smbios] Remove userptr_t from SMBIOS structure parsing
Michael Brown
2025-04-23
1
-0
/
+1
*
[acpi] Remove userptr_t from ACPI table parsing
Michael Brown
2025-04-22
1
-3
/
+4
*
[crypto] Remove userptr_t from ASN.1 parsers
Michael Brown
2025-04-22
1
-2
/
+2
*
[uaccess] Remove user_to_phys() and phys_to_user()
Michael Brown
2025-04-21
4
-8
/
+8
*
[uaccess] Remove redundant user_to_virt()
Michael Brown
2025-04-21
1
-1
/
+1
*
[uaccess] Remove redundant memcpy_user() and related string functions
Michael Brown
2025-04-21
2
-4
/
+4
*
[uaccess] Add explicit casts to and from userptr_t where needed
Michael Brown
2025-04-20
1
-1
/
+1
*
[efi] Allow for custom methods for disconnecting existing drivers
Michael Brown
2025-04-17
2
-10
/
+28
*
[fdt] Populate boot arguments in constructed device tree
Michael Brown
2025-04-01
1
-2
/
+3
*
[efi] Check correct return value from efi_pxe_find()
Michael Brown
2025-03-29
1
-1
/
+1
*
[efi] Disconnect existing drivers on a per-protocol basis
Michael Brown
2025-03-29
2
-7
/
+79
*
[efi] Define an attachment priority order for EFI drivers
Michael Brown
2025-03-29
1
-1
/
+1
*
[efi] Show all drivers claiming support for a handle in debug messages
Michael Brown
2025-03-29
1
-5
/
+12
*
[efi] Return success from Stop() if driver is already stopped
Michael Brown
2025-03-29
1
-1
/
+1
*
[efi] Add various well-known GUIDs encountered in WiFi boot
Michael Brown
2025-03-28
1
-0
/
+36
*
[efi] Install a device tree for the booted OS, if available
Michael Brown
2025-03-28
1
-0
/
+82
*
[efi] Create a copy of the system flattened device tree, if present
Michael Brown
2025-03-28
1
-0
/
+11
*
[fdt] Allow for parsing device trees where the length is known in advance
Michael Brown
2025-03-28
1
-1
/
+1
*
[fdt] Allow for the existence of multiple device trees
Michael Brown
2025-03-28
1
-3
/
+3
*
[efi] Add support for installing EFI configuration tables
Michael Brown
2025-03-27
2
-18
/
+179
*
[efi] Add flattened device tree header and GUID definitions
Michael Brown
2025-03-27
2
-6
/
+10
*
[efi] Add ACPI and SMBIOS tables as well-known GUIDs
Michael Brown
2025-03-27
1
-0
/
+26
*
[efi] Allow use of typed pointers for efi_open() et al
Michael Brown
2025-03-24
17
-211
/
+113
*
[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
[next]