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
...
|
*
[build] Allow default platform to vary by architecture
Michael Brown
2024-10-28
1
-5
/
+12
|
*
[pci] Provide a null PCI API for platforms with no PCI bus
Michael Brown
2024-10-28
3
-0
/
+198
|
*
[riscv] Add missing volatile qualifiers on timer and seed CSR accesses
Michael Brown
2024-10-28
2
-9
/
+11
|
*
[riscv] Add support for the seed CSR as an entropy source
Michael Brown
2024-10-28
3
-0
/
+114
|
*
[riscv] Add support for RDTIME as a timer source
Michael Brown
2024-10-28
3
-0
/
+197
|
*
[riscv] Add support for checking CPU extensions reported via device tree
Michael Brown
2024-10-28
3
-0
/
+117
|
*
[fdt] Add ability to parse unsigned integer properties
Michael Brown
2024-10-28
2
-0
/
+39
|
*
[pci] Drag in PCI settings mechanism only when PCI support is present
Michael Brown
2024-10-25
3
-3
/
+42
|
*
[uaccess] Rename UACCESS_EFI to UACCESS_FLAT
Michael Brown
2024-10-25
4
-118
/
+89
|
*
[smbios] Provide a null SMBIOS API for platforms with no concept of SMBIOS
Michael Brown
2024-10-25
4
-0
/
+67
|
*
[riscv] Add support for reboot and power off via SBI
Michael Brown
2024-10-22
5
-0
/
+120
|
*
[riscv] Add support for the SBI debug console
Michael Brown
2024-10-22
5
-0
/
+263
|
*
[crypto] Add bigint_mod_invert() to calculate inverse modulo a power of two
Michael Brown
2024-10-21
3
-0
/
+143
|
*
[usb] Expose USB device descriptor and strings via settings
Michael Brown
2024-10-18
6
-6
/
+191
|
*
[usb] Add "usbscan" command for iterating over USB devices
Michael Brown
2024-10-17
6
-2
/
+225
|
*
[crypto] Separate out bigint_reduce() from bigint_mod_multiply()
Michael Brown
2024-10-15
3
-37
/
+296
|
*
[crypto] Use architecture-independent bigint_is_set()
Michael Brown
2024-10-10
6
-95
/
+19
|
*
[crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()
Michael Brown
2024-10-07
8
-60
/
+60
|
*
[crypto] Eliminate temporary carry space for big integer multiplication
Michael Brown
2024-09-27
9
-197
/
+111
|
*
[arm] Support building as a Linux userspace binary for AArch32
Michael Brown
2024-09-24
1
-0
/
+25
|
*
[arm] Check PMCCNTR availability before use for profiling
Michael Brown
2024-09-24
2
-3
/
+99
|
*
[profile] Standardise return type of profile_timestamp()
Michael Brown
2024-09-24
8
-45
/
+11
|
*
[crypto] Use constant-time big integer multiplication
Michael Brown
2024-09-23
14
-612
/
+355
|
*
[gve] Allocate all possible event counters
Michael Brown
2024-09-17
2
-64
/
+76
|
*
[efi] Remove redundant EFI_BOOT_FILE definitions
Michael Brown
2024-09-16
7
-28
/
+0
|
*
[riscv] Add support for the RISC-V CPU architecture
Michael Brown
2024-09-15
42
-0
/
+2405
|
*
[linux] Allow a sysroot to be specified via SYSROOT=...
Michael Brown
2024-09-15
1
-0
/
+3
|
*
[efi] Use standard va_args macros instead of VA_START() etc
Michael Brown
2024-09-15
1
-12
/
+12
|
*
[test] Add tests for 64-bit logical and arithmetic shifts
Michael Brown
2024-09-15
1
-0
/
+117
|
*
[efi] Centralise definition of efi_cpu_nap()
Michael Brown
2024-09-13
12
-179
/
+53
|
*
[libc] Centralise architecture-independent portions of setjmp.h
Michael Brown
2024-09-12
6
-54
/
+36
|
*
[ena] Change reported operating system type to "iPXE"
Michael Brown
2024-09-05
2
-8
/
+14
|
*
[gdb] Allow CPU architectures to omit support for GDB
Michael Brown
2024-09-05
8
-99
/
+7
|
*
[build] Centralise dummy architecture-specific headers
Michael Brown
2024-09-03
45
-336
/
+238
|
*
[aqc1xx] Add support for Marvell AQtion Ethernet controller
Animesh Bhatt
2024-09-02
8
-0
/
+1618
|
*
[etherfabric] Fix use of uninitialised variable in falcon_xaui_link_ok()
Michael Brown
2024-09-02
1
-6
/
+9
|
*
[test] Add CMS decryption self-tests
Michael Brown
2024-08-30
1
-2
/
+353
|
*
[crypto] Allow cms_decrypt() to be called on unregistered images
Michael Brown
2024-08-30
1
-9
/
+15
|
*
[image] Add the "imgdecrypt" command
Michael Brown
2024-08-29
5
-0
/
+220
|
*
[crypto] Support decryption of images via CMS envelopes
Michael Brown
2024-08-29
3
-17
/
+529
|
*
[image] Split image_strip_suffix() out from image_extract()
Michael Brown
2024-08-29
3
-5
/
+22
|
*
[test] Update CMS self-test terminology
Michael Brown
2024-08-28
1
-59
/
+58
|
*
[crypto] Allow for extraction of ASN.1 algorithm parameters
Michael Brown
2024-08-28
4
-11
/
+92
|
*
[crypto] Hold CMS message as a single ASN.1 object
Michael Brown
2024-08-23
2
-29
/
+15
|
*
[crypto] Remove the concept of a public-key algorithm reusable context
Michael Brown
2024-08-21
11
-398
/
+304
|
*
[tls] Group client and server state in TLS connection structure
Michael Brown
2024-08-21
2
-128
/
+147
|
*
[tls] Group transmit and receive state in TLS connection structure
Michael Brown
2024-08-21
2
-108
/
+119
|
*
[gve] Add missing error codes in EUNIQ() list of potential errors
Michael Brown
2024-08-20
1
-4
/
+5
|
*
[test] Generalise public-key algorithm tests and use okx()
Michael Brown
2024-08-19
3
-309
/
+336
|
*
[crypto] Pass asymmetric keys as ASN.1 cursors
Michael Brown
2024-08-18
10
-112
/
+74
[prev]
[next]