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
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into openslx
openslx
Simon Rettberg
2026-01-28
110
-2502
/
+1584
|
\
|
*
[prefix] Make unlzma.S compatible with 386 class CPUs
Jaromir Capik
2026-01-25
1
-2
/
+4
|
*
[build] Mark known reviewed files as permitted for UEFI Secure Boot
Michael Brown
2026-01-14
5
-0
/
+5
|
*
[build] Mark core files as permitted for UEFI Secure Boot
Michael Brown
2026-01-14
30
-0
/
+30
|
*
[crypto] Allow for zero-length big integer literals
Michael Brown
2025-12-29
1
-2
/
+6
|
*
[pci] Allow probing permission to vary by range
Michael Brown
2025-11-25
2
-2
/
+4
|
*
[pci] Use linker tables for runtime selectable PCI APIs
Michael Brown
2025-11-24
7
-306
/
+2
|
*
[pci] Allow PCI configuration space access mechanism to vary by range
Michael Brown
2025-11-24
1
-48
/
+121
|
*
[ioapi] Allow iounmap() to be called for port I/O addresses
Michael Brown
2025-11-05
2
-5
/
+10
|
*
[uart] Support 16550 UARTs accessed via either MMIO or port I/O
Michael Brown
2025-11-04
1
-2
/
+2
|
*
[ioapi] Provide combined MMIO and port I/O accessors
Michael Brown
2025-11-04
1
-0
/
+69
|
*
[librm] Correct page table stride calculation
Michael Brown
2025-10-27
1
-1
/
+1
|
*
[cmdline] Show commands in alphabetical order
Michael Brown
2025-08-06
2
-14
/
+3
|
*
[undi] Assume that legacy interrupts are broken for any PCIe device
Michael Brown
2025-07-24
1
-3
/
+21
|
*
[pxeprefix] Display PCI vendor and device ID in PXE startup banner
Michael Brown
2025-07-23
1
-0
/
+8
|
*
[init] Show initialisation function names in debug messages
Michael Brown
2025-07-15
10
-0
/
+10
|
*
[build] Allow for the existence of small-data sections
Michael Brown
2025-06-24
1
-0
/
+6
|
*
[pxe] Use a weak symbol for isapnp_read_port
Michael Brown
2025-06-24
1
-1
/
+1
|
*
[dwuart] Read input clock frequency from the device tree
Michael Brown
2025-06-23
1
-0
/
+1
|
*
[uart] Allow for dynamically registered 16550 UARTs
Michael Brown
2025-06-22
3
-17
/
+16
|
*
[uart] Allow for the existence of non-16550 UARTs
Michael Brown
2025-06-20
4
-74
/
+102
|
*
[image] Use image name rather than pointer value in all debug messages
Michael Brown
2025-05-26
4
-66
/
+65
|
*
[memmap] Allow explicit colour selection for memory map debug messages
Michael Brown
2025-05-25
2
-2
/
+2
|
*
[memmap] Rename addr/last fields to min/max for clarity
Michael Brown
2025-05-23
4
-9
/
+9
|
*
[initrd] Split out initrd construction from bzimage.c
Michael Brown
2025-05-23
1
-143
/
+44
|
*
[initrd] Rename bzimage_align() to initrd_align()
Michael Brown
2025-05-22
1
-14
/
+3
|
*
[uheap] Expose external heap region directly
Michael Brown
2025-05-22
1
-6
/
+7
|
*
[initrd] Move initrd reshuffling to be architecture-independent code
Michael Brown
2025-05-21
4
-334
/
+1
|
*
[bios] Use generic external heap based on the system memory map
Michael Brown
2025-05-19
6
-285
/
+6
|
*
[bios] Use memmap_describe() to find an external heap location
Michael Brown
2025-05-16
1
-16
/
+14
|
*
[bios] Use memmap_describe() to find a relocation address
Michael Brown
2025-05-16
1
-52
/
+44
|
*
[comboot] Use memmap_describe() to obtain available memory
Michael Brown
2025-05-16
1
-15
/
+5
|
*
[multiboot] Use memmap_describe() to construct Multiboot memory map
Michael Brown
2025-05-16
1
-22
/
+35
|
*
[memmap] Use memmap_dump_all() to dump debug memory maps
Michael Brown
2025-05-16
2
-9
/
+6
|
*
[bios] Describe umalloc() heap as an in-use memory area
Michael Brown
2025-05-16
5
-17
/
+41
|
*
[bios] Update to use the generic system memory map API
Michael Brown
2025-05-16
5
-63
/
+131
|
*
[bios] Rename memmap.c to int15.c
Michael Brown
2025-05-14
2
-1
/
+1
|
*
[build] Formalise mechanism for accessing absolute symbols
Michael Brown
2025-05-09
4
-10
/
+11
|
*
[uaccess] Generalise librm's virt_offset mechanism for RISC-V
Michael Brown
2025-05-08
6
-70
/
+3
|
*
[build] Constrain PHYS_CODE() and REAL_CODE() to use i386 registers
Michael Brown
2025-05-08
4
-12
/
+12
|
*
[uaccess] Remove redundant virt_to_user() and userptr_t
Michael Brown
2025-04-30
2
-6
/
+0
|
*
[uaccess] Reduce scope of included uaccess.h header
Michael Brown
2025-04-30
3
-2
/
+1
|
*
[image] Make image data read-only to most consumers
Michael Brown
2025-04-30
2
-7
/
+6
|
*
[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
18
-0
/
+18
|
*
[build] Remove some long-obsolete unused header files
Michael Brown
2025-04-29
1
-69
/
+0
|
*
[prefix] Remove userptr_t from command line image construction
Michael Brown
2025-04-29
1
-9
/
+3
|
*
[comboot] Remove userptr_t from COM32 API implementation
Michael Brown
2025-04-29
3
-21
/
+22
|
*
[comboot] Remove userptr_t from COMBOOT API implementation
Michael Brown
2025-04-28
1
-39
/
+21
|
*
[comboot] Remove userptr_t from COMBOOT image parsing
Michael Brown
2025-04-28
2
-44
/
+30
[next]