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
/
image
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] Mark known reviewed files as permitted for UEFI Secure Boot
Michael Brown
2026-01-14
4
-0
/
+4
*
[build] Mark core files as permitted for UEFI Secure Boot
Michael Brown
2026-01-14
3
-0
/
+3
*
[cmdline] Show commands in alphabetical order
Michael Brown
2025-08-06
1
-8
/
+2
*
[init] Show initialisation function names in debug messages
Michael Brown
2025-07-15
1
-0
/
+1
*
[image] Use image name rather than pointer value in all debug messages
Michael Brown
2025-05-26
2
-22
/
+22
*
[memmap] Allow explicit colour selection for memory map debug messages
Michael Brown
2025-05-25
2
-6
/
+6
*
[memmap] Rename addr/last fields to min/max for clarity
Michael Brown
2025-05-23
3
-8
/
+8
*
[lkrn] Support initrd construction for RISC-V bare-metal kernels
Michael Brown
2025-05-23
1
-99
/
+95
*
[initrd] Squash and shuffle only initrds within the external heap
Michael Brown
2025-05-23
1
-33
/
+35
*
[initrd] Split out initrd construction from bzimage.c
Michael Brown
2025-05-23
1
-15
/
+116
*
[initrd] Allow for images straddling the top of the reshuffle region
Michael Brown
2025-05-22
1
-1
/
+8
*
[initrd] Rename bzimage_align() to initrd_align()
Michael Brown
2025-05-22
1
-13
/
+5
*
[initrd] Swap initrds entirely in-place via triple reversal
Michael Brown
2025-05-22
1
-49
/
+42
*
[uheap] Expose external heap region directly
Michael Brown
2025-05-22
1
-21
/
+16
*
[lkrn] Shut down devices before jumping to kernel entry point
Michael Brown
2025-05-21
1
-0
/
+4
*
[lkrn] Allow a single initrd to be passed to the booted kernel
Michael Brown
2025-05-21
1
-1
/
+13
*
[fdt] Allow an initrd to be specified when creating a device tree
Michael Brown
2025-05-21
1
-1
/
+1
*
[initrd] Move initrd reshuffling to be architecture-independent code
Michael Brown
2025-05-21
1
-0
/
+309
*
[lkrn] Add support for EFI zboot compressed kernel images
Michael Brown
2025-05-20
1
-0
/
+102
*
[lkrn] Add basic support for the RISC-V Linux kernel image format
Michael Brown
2025-05-20
1
-0
/
+254
*
[image] Use memmap_describe() to check loadable image segments
Michael Brown
2025-05-16
1
-23
/
+30
*
[build] Formalise mechanism for accessing absolute symbols
Michael Brown
2025-05-09
1
-2
/
+2
*
[uaccess] Reduce scope of included uaccess.h header
Michael Brown
2025-04-30
1
-0
/
+1
*
[image] Make image data read-only to most consumers
Michael Brown
2025-04-30
3
-17
/
+17
*
[image] Add the concept of a static image
Michael Brown
2025-04-30
1
-1
/
+2
*
[image] Move embedded images from .rodata to .data
Michael Brown
2025-04-30
1
-1
/
+1
*
[uaccess] Remove redundant copy_from_user() and copy_to_user()
Michael Brown
2025-04-30
6
-0
/
+6
*
[multiboot] Remove userptr_t from Multiboot and ELF image parsing
Michael Brown
2025-04-28
1
-16
/
+23
*
[multiboot] Use image name in Multiboot and ELF debug messages
Michael Brown
2025-04-28
1
-16
/
+16
*
[pnm] Remove userptr_t from PNM image parsing
Michael Brown
2025-04-25
1
-30
/
+25
*
[png] Remove userptr_t from PNG image parsing
Michael Brown
2025-04-25
1
-99
/
+78
*
[efi] Remove userptr_t from EFI PE image parsing
Michael Brown
2025-04-25
1
-13
/
+11
*
[script] Remove userptr_t from script image parsing
Michael Brown
2025-04-24
1
-15
/
+21
*
[uaccess] Remove trivial uses of userptr_t
Michael Brown
2025-04-24
1
-1
/
+1
*
[deflate] Remove userptr_t from decompression code
Michael Brown
2025-04-22
3
-62
/
+64
*
[crypto] Remove userptr_t from ASN.1 parsers
Michael Brown
2025-04-22
3
-55
/
+44
*
[uaccess] Remove user_to_phys() and phys_to_user()
Michael Brown
2025-04-21
2
-4
/
+4
*
[uaccess] Remove redundant user_to_virt()
Michael Brown
2025-04-21
1
-4
/
+4
*
[uaccess] Remove redundant memcpy_user() and related string functions
Michael Brown
2025-04-21
2
-2
/
+2
*
[uaccess] Remove redundant userptr_add() and userptr_diff()
Michael Brown
2025-04-20
1
-1
/
+1
*
[fdt] Populate boot arguments in constructed device tree
Michael Brown
2025-04-01
1
-2
/
+3
*
[efi] Allow for fact that SNP device may be removed by executed image
Michael Brown
2025-03-29
1
-10
/
+14
*
[efi] Install a device tree for the booted OS, if available
Michael Brown
2025-03-28
1
-0
/
+28
*
[efi] Allow use of typed pointers for efi_open() et al
Michael Brown
2025-03-24
1
-14
/
+11
*
[efi] Use efi_open() for all ephemeral protocol opens
Michael Brown
2025-03-24
1
-5
/
+2
*
[efi] Allow wrapping the global boot services table in situ
Michael Brown
2025-03-20
1
-1
/
+2
*
[crypto] Support extracting certificates from EFI signature list images
Michael Brown
2025-03-11
1
-0
/
+253
*
[crypto] Allow for parsing of DER data separate from DER images
Michael Brown
2025-03-11
1
-16
/
+53
*
[crypto] Extend asn1_enter() to handle partial object cursors
Michael Brown
2024-08-07
1
-11
/
+4
*
[libc] Make static_assert() available via assert.h
Michael Brown
2024-01-16
1
-2
/
+1
[next]