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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legacy] Allocate legacy driver .bss-like segments at probe time
Michael Brown
2025-06-24
2
-29
/
+20
*
[legacy] Rename the global legacy NIC to "legacy_nic"
Michael Brown
2025-06-24
1
-3
/
+5
*
[dwuart] Read input clock frequency from the device tree
Michael Brown
2025-06-23
1
-3
/
+8
*
[serial] Allow platform to specify mechanism for identifying console
Michael Brown
2025-06-23
1
-0
/
+54
*
[dwuart] Add a basic driver for the Synopsys DesignWare UART
Michael Brown
2025-06-22
1
-0
/
+1
*
[uart] Allow for dynamically registered 16550 UARTs
Michael Brown
2025-06-22
1
-2
/
+0
*
[uart] Add support for MMIO-accessible 16550 UARTs
Michael Brown
2025-06-20
2
-4
/
+33
*
[uart] Allow for the existence of non-16550 UARTs
Michael Brown
2025-06-20
6
-90
/
+249
*
[uart] Remove ability to use frame formats other than 8n1
Michael Brown
2025-06-17
2
-7
/
+2
*
[dt] Allow for creation of standalone devices
Michael Brown
2025-06-11
1
-2
/
+4
*
[ipv4] Add support for classless static routes
Michael Brown
2025-06-10
2
-0
/
+5
*
[ipv4] Extend routing mechanism to handle non-default routes
Michael Brown
2025-06-10
1
-16
/
+61
*
[ipv4] Add self-tests for IPv4 routing
Michael Brown
2025-06-10
1
-0
/
+2
*
[dt] Locate parent node at point of use in dt_ioremap()
Michael Brown
2025-05-30
1
-3
/
+0
*
[fdt] Provide ability to locate the parent device node
Michael Brown
2025-05-30
1
-0
/
+2
*
[memmap] Allow explicit colour selection for memory map debug messages
Michael Brown
2025-05-25
1
-22
/
+25
*
[memmap] Rename addr/last fields to min/max for clarity
Michael Brown
2025-05-23
2
-25
/
+20
*
[lkrn] Support initrd construction for RISC-V bare-metal kernels
Michael Brown
2025-05-23
1
-4
/
+2
*
[initrd] Split out initrd construction from bzimage.c
Michael Brown
2025-05-23
1
-3
/
+16
*
[initrd] Rename bzimage_align() to initrd_align()
Michael Brown
2025-05-22
2
-3
/
+15
*
[initrd] Swap initrds entirely in-place via triple reversal
Michael Brown
2025-05-22
1
-6
/
+0
*
[uheap] Expose external heap region directly
Michael Brown
2025-05-22
2
-2
/
+4
*
[lkrn] Allow a single initrd to be passed to the booted kernel
Michael Brown
2025-05-21
1
-0
/
+4
*
[fdt] Allow an initrd to be specified when creating a device tree
Michael Brown
2025-05-21
1
-1
/
+2
*
[initrd] Move initrd reshuffling to be architecture-independent code
Michael Brown
2025-05-21
2
-0
/
+24
*
[lkrn] Add support for EFI zboot compressed kernel images
Michael Brown
2025-05-20
1
-0
/
+34
*
[lkrn] Add basic support for the RISC-V Linux kernel image format
Michael Brown
2025-05-20
3
-0
/
+87
*
[bios] Use generic external heap based on the system memory map
Michael Brown
2025-05-19
2
-17
/
+1
*
[uheap] Add a generic external heap based on the system memory map
Michael Brown
2025-05-19
3
-0
/
+20
*
[malloc] Allow heap to specify block and pointer alignments
Michael Brown
2025-05-19
1
-0
/
+5
*
[malloc] Allow for the existence of multiple heaps
Michael Brown
2025-05-19
2
-60
/
+47
*
[memmap] Remove now-obsolete get_memmap()
Michael Brown
2025-05-16
1
-26
/
+0
*
[bios] Describe umalloc() heap as an in-use memory area
Michael Brown
2025-05-16
2
-17
/
+2
*
[fdtmem] Update to use the generic system memory map API
Michael Brown
2025-05-16
2
-3
/
+20
*
[memmap] Define an API for managing the system memory map
Michael Brown
2025-05-16
3
-0
/
+294
*
[fdtmem] Record size of accessible physical address space
Michael Brown
2025-05-14
1
-1
/
+1
*
[riscv] Avoid potentially overwriting the scratch area during relocation
Michael Brown
2025-05-13
1
-0
/
+1
*
[fdtmem] Add ability to parse FDT memory map for a relocation address
Michael Brown
2025-05-11
2
-0
/
+42
*
[riscv] Hold virtual address offset in the thread pointer register
Michael Brown
2025-05-11
2
-36
/
+22
*
[fdt] Generalise access to "reg" property
Michael Brown
2025-05-09
2
-10
/
+29
*
[build] Formalise mechanism for accessing absolute symbols
Michael Brown
2025-05-09
1
-0
/
+91
*
[libc] Display assertion failure message before incrementing counter
Michael Brown
2025-05-09
1
-1
/
+1
*
[uaccess] Generalise librm's virt_offset mechanism for RISC-V
Michael Brown
2025-05-08
2
-0
/
+141
*
[uaccess] Remove redundant virt_to_user() and userptr_t
Michael Brown
2025-04-30
2
-50
/
+0
*
[uaccess] Reduce scope of included uaccess.h header
Michael Brown
2025-04-30
5
-4
/
+1
*
[image] Make image data read-only to most consumers
Michael Brown
2025-04-30
1
-1
/
+6
*
[image] Add the concept of a static image
Michael Brown
2025-04-30
1
-2
/
+17
*
[uaccess] Remove redundant copy_from_user() and copy_to_user()
Michael Brown
2025-04-30
3
-27
/
+4
*
[bofm] Remove userptr_t from BOFM table parsing and updating
Michael Brown
2025-04-29
1
-1
/
+1
*
[bofm] Allow BOFM tests to be run without a BOFM-capable device driver
Michael Brown
2025-04-29
1
-0
/
+3
[next]