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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cmdline] Show commands in alphabetical order
Michael Brown
2025-08-06
2
-14
/
+3
*
[riscv] Place explicitly zero-initialised variables in the .data section
Michael Brown
2025-07-30
1
-0
/
+7
*
[riscv] Allow for poisoning .bss section before early initialisation
Michael Brown
2025-07-30
1
-0
/
+51
*
[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
*
[riscv] Ensure coherent DMA allocations do not cross cacheline boundaries
Michael Brown
2025-07-11
1
-0
/
+15
*
[riscv] Support the standard Svpbmt extension for page-based memory types
Michael Brown
2025-07-11
1
-0
/
+20
*
[riscv] Create coherent DMA mapping of 32-bit address space on demand
Michael Brown
2025-07-11
4
-70
/
+77
*
[riscv] Use 1GB pages for I/O device mappings
Michael Brown
2025-07-11
1
-9
/
+9
*
[riscv] Invalidate data cache on completed RX DMA buffers
Michael Brown
2025-07-10
2
-16
/
+47
*
[riscv] Add optimised TCP/IP checksumming
Michael Brown
2025-07-10
2
-0
/
+153
*
[riscv] Provide a DMA API implementation for RISC-V bare-metal systems
Michael Brown
2025-07-09
6
-12
/
+221
*
[riscv] Support explicit cache management operations on I/O buffers
Michael Brown
2025-07-07
2
-0
/
+273
*
[riscv] Add support for detecting T-Head vendor extensions
Michael Brown
2025-07-07
3
-0
/
+90
*
[riscv] Create coherent DMA mapping for low 4GB of address space
Michael Brown
2025-07-04
1
-2
/
+30
*
[riscv] Construct invariant portions of page table outside the loop
Michael Brown
2025-07-04
1
-48
/
+49
*
[build] Allow for the existence of small-data sections
Michael Brown
2025-06-24
3
-0
/
+18
*
[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
*
[riscv] Inhibit SBI console when a serial console is active
Michael Brown
2025-06-23
1
-0
/
+12
*
[riscv] Serialise MMIO accesses with respect to each other
Michael Brown
2025-06-22
1
-4
/
+8
*
[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
*
[riscv] Write SBI console output to early UART, if enabled
Michael Brown
2025-06-12
2
-0
/
+31
*
[riscv] Maximise barrier effects of memory fences
Michael Brown
2025-06-12
1
-1
/
+1
*
[riscv] Support T-Head CPUs using non-standard Memory Attribute Extension
Michael Brown
2025-06-02
1
-7
/
+59
*
[riscv] Do not set executable bit in early UART page mapping
Michael Brown
2025-06-02
1
-1
/
+1
*
[riscv] Add fences around early UART writes
Michael Brown
2025-06-02
1
-0
/
+2
*
[riscv] Zero SATP after any failed attempt to enable paging
Michael Brown
2025-06-02
1
-5
/
+7
*
[riscv] Add support for a SiFive-compatible early UART
Michael Brown
2025-05-27
1
-2
/
+33
*
[riscv] Support mapping early UARTs outside of the identity map
Michael Brown
2025-05-27
1
-4
/
+48
*
[riscv] Add support for writing prefix debug messages direct to a UART
Michael Brown
2025-05-27
1
-0
/
+79
*
[riscv] Create macros for writing characters to the debug console
Michael Brown
2025-05-27
1
-17
/
+62
*
[riscv] Ignore riscv,isa property in favour of direct CSR testing
Michael Brown
2025-05-26
2
-13
/
+5
*
[image] Use image name rather than pointer value in all debug messages
Michael Brown
2025-05-26
4
-66
/
+65
*
[riscv] Support mapping I/O devices outside of the identity map
Michael Brown
2025-05-26
3
-0
/
+267
*
[riscv] Include carriage returns in libprefix.S debug messages
Michael Brown
2025-05-26
1
-8
/
+8
*
[memmap] Allow explicit colour selection for memory map debug messages
Michael Brown
2025-05-25
2
-2
/
+2
*
[riscv] Support older SBI implementations
Michael Brown
2025-05-25
4
-18
/
+111
*
[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
*
[riscv] Speed up memmove() when copying in forwards direction
Michael Brown
2025-05-21
2
-59
/
+13
*
[initrd] Move initrd reshuffling to be architecture-independent code
Michael Brown
2025-05-21
4
-334
/
+1
*
[lkrn] Add basic support for the RISC-V Linux kernel image format
Michael Brown
2025-05-20
2
-0
/
+64
*
[bios] Use generic external heap based on the system memory map
Michael Brown
2025-05-19
6
-285
/
+6
*
[riscv] Use generic external heap based on the system memory map
Michael Brown
2025-05-19
3
-83
/
+0
*
[bios] Use memmap_describe() to find an external heap location
Michael Brown
2025-05-16
1
-16
/
+14
[next]