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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[lkrn] Allow a single initrd to be passed to the booted kernel
Michael Brown
2025-05-21
2
-1
/
+17
|
*
[fdt] Allow an initrd to be specified when creating a device tree
Michael Brown
2025-05-21
4
-18
/
+41
|
*
[initrd] Move initrd reshuffling to be architecture-independent code
Michael Brown
2025-05-21
5
-6
/
+6
|
*
[image] Use image replacement when executing extracted images
Michael Brown
2025-05-20
1
-2
/
+7
|
*
[lkrn] Add support for EFI zboot compressed kernel images
Michael Brown
2025-05-20
2
-0
/
+136
|
*
[lkrn] Add basic support for the RISC-V Linux kernel image format
Michael Brown
2025-05-20
10
-1
/
+460
|
*
[bios] Use generic external heap based on the system memory map
Michael Brown
2025-05-19
9
-303
/
+8
|
*
[riscv] Use generic external heap based on the system memory map
Michael Brown
2025-05-19
4
-84
/
+1
|
*
[uheap] Add a generic external heap based on the system memory map
Michael Brown
2025-05-19
5
-0
/
+240
|
*
[malloc] Allow heap to specify block and pointer alignments
Michael Brown
2025-05-19
2
-31
/
+50
|
*
[malloc] Allow for the existence of multiple heaps
Michael Brown
2025-05-19
3
-156
/
+219
|
*
[memmap] Remove now-obsolete get_memmap()
Michael Brown
2025-05-16
2
-50
/
+0
|
*
[bios] Use memmap_describe() to find an external heap location
Michael Brown
2025-05-16
1
-16
/
+14
|
*
[settings] Use memmap_describe() to construct memory map settings
Michael Brown
2025-05-16
1
-26
/
+30
|
*
[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
|
*
[image] Use memmap_describe() to check loadable image segments
Michael Brown
2025-05-16
1
-23
/
+30
|
*
[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
7
-34
/
+43
|
*
[bios] Update to use the generic system memory map API
Michael Brown
2025-05-16
7
-64
/
+157
|
*
[fdtmem] Update to use the generic system memory map API
Michael Brown
2025-05-16
5
-148
/
+151
|
*
[memmap] Define an API for managing the system memory map
Michael Brown
2025-05-16
8
-0
/
+412
|
*
[tests] Remove prehistoric umalloc() test code
Michael Brown
2025-05-15
1
-25
/
+0
|
*
[fdtmem] Record size of accessible physical address space
Michael Brown
2025-05-14
3
-2
/
+10
|
*
[bios] Rename memmap.c to int15.c
Michael Brown
2025-05-14
2
-1
/
+1
|
*
[bnxt] Use updated DMA APIs
Joseph Wong
2025-05-14
2
-101
/
+118
|
*
[bnxt] Return proper error codes in probe
Joseph Wong
2025-05-14
1
-3
/
+6
|
*
[crypto] Remove redundant null pointer check
Michael Brown
2025-05-14
1
-7
/
+2
|
*
[riscv] Add a .pf32 build target for padded parallel flash images
Michael Brown
2025-05-13
2
-0
/
+8
|
*
[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
3
-22
/
+56
|
*
[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
4
-65
/
+230
|
*
[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
5
-0
/
+413
|
*
[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
8
-155
/
+143
|
*
[fdt] Generalise access to "reg" property
Michael Brown
2025-05-09
4
-26
/
+141
|
*
[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
9
-20
/
+112
|
*
[libc] Display assertion failure message before incrementing counter
Michael Brown
2025-05-09
1
-1
/
+1
|
*
[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
12
-72
/
+189
|
*
[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
[prev]
[next]