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
...
|
*
[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
|
*
[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
|
*
[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
|
*
[bios] Rename memmap.c to int15.c
Michael Brown
2025-05-14
2
-1
/
+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
|
*
[build] Formalise mechanism for accessing absolute symbols
Michael Brown
2025-05-09
4
-10
/
+11
|
*
[riscv] Add support for disabling 64-bit and 32-bit paging
Michael Brown
2025-05-08
1
-0
/
+137
|
*
[riscv] Return virtual address offset from enable_paging()
Michael Brown
2025-05-08
1
-52
/
+58
|
*
[riscv] Restore temporarily modified PTE within 32-bit transition code
Michael Brown
2025-05-08
1
-9
/
+8
|
*
[uaccess] Generalise librm's virt_offset mechanism for RISC-V
Michael Brown
2025-05-08
7
-70
/
+10
|
*
[build] Constrain PHYS_CODE() and REAL_CODE() to use i386 registers
Michael Brown
2025-05-08
4
-12
/
+12
|
*
[riscv] Add debug printing of hexadecimal values in libprefix.S
Michael Brown
2025-05-07
1
-1
/
+93
|
*
[riscv] Move prefix system reset code to libprefix.S
Michael Brown
2025-05-07
2
-16
/
+43
|
*
[riscv] Add basic debug progress messages in libprefix.S
Michael Brown
2025-05-07
1
-0
/
+32
|
*
[riscv] Provide a millicode variant of print_message()
Michael Brown
2025-05-07
2
-20
/
+38
|
*
[riscv] Move prefix debug message printing to libprefix.S
Michael Brown
2025-05-06
2
-12
/
+65
|
*
[riscv] Place prefix debug strings in .rodata
Michael Brown
2025-05-06
1
-1
/
+1
|
*
[riscv] Use compressed relocation records
Michael Brown
2025-05-06
4
-71
/
+78
|
*
[riscv] Place .got and .got.plt in .data
Michael Brown
2025-05-06
1
-0
/
+2
|
*
[riscv] Discard ELF hash tables
Michael Brown
2025-05-06
1
-0
/
+2
[prev]
[next]