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
/
riscv
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ioapi] Allow iounmap() to be called for port I/O addresses
Michael Brown
2025-11-05
1
-5
/
+10
*
[riscv] Correct page table stride calculation
Michael Brown
2025-10-27
1
-1
/
+1
*
[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
*
[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
1
-0
/
+6
*
[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
*
[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
*
[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
*
[riscv] Support older SBI implementations
Michael Brown
2025-05-25
4
-18
/
+111
*
[riscv] Speed up memmove() when copying in forwards direction
Michael Brown
2025-05-21
2
-59
/
+13
*
[lkrn] Add basic support for the RISC-V Linux kernel image format
Michael Brown
2025-05-20
1
-0
/
+34
*
[riscv] Use generic external heap based on the system memory map
Michael Brown
2025-05-19
3
-83
/
+0
*
[fdtmem] Update to use the generic system memory map API
Michael Brown
2025-05-16
1
-2
/
+2
*
[fdtmem] Record size of accessible physical address space
Michael Brown
2025-05-14
1
-0
/
+1
*
[riscv] Add a .pf32 build target for padded parallel flash images
Michael Brown
2025-05-13
1
-0
/
+7
*
[riscv] Perform a writability test before applying relocations
Michael Brown
2025-05-13
1
-8
/
+37
*
[riscv] Avoid potentially overwriting the scratch area during relocation
Michael Brown
2025-05-13
1
-5
/
+18
*
[riscv] Add a .lkrn build target resembling a Linux kernel binary
Michael Brown
2025-05-13
3
-0
/
+131
*
[riscv] Relocate to a safe physical address on startup
Michael Brown
2025-05-12
3
-64
/
+217
*
[riscv] Construct page tables based on link-time virtual addresses
Michael Brown
2025-05-12
1
-3
/
+13
*
[riscv] Allow apply_relocs() to use non-inline relocation records
Michael Brown
2025-05-12
2
-10
/
+12
*
[riscv] Return accessible physical address space size from enable_paging()
Michael Brown
2025-05-12
1
-2
/
+20
*
[fdtmem] Add ability to parse FDT memory map for a relocation address
Michael Brown
2025-05-11
2
-0
/
+14
*
[riscv] Ensure that prefix_virt is aligned on an xlen boundary
Michael Brown
2025-05-11
1
-0
/
+1
*
[riscv] Hold virtual address offset in the thread pointer register
Michael Brown
2025-05-11
3
-81
/
+113
*
[riscv] Use load and store pseudo-instructions where possible
Michael Brown
2025-05-09
2
-10
/
+5
*
[riscv] Add support for disabling 64-bit and 32-bit paging
Michael Brown
2025-05-08
1
-0
/
+137
[next]