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
/
ipxe
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[fdt] Add fdt_cells() to read cell-based properties such as "reg"
Michael Brown
2025-04-15
1
-0
/
+5
|
*
[dt] Add basic concept of a devicetree bus
Michael Brown
2025-04-14
3
-0
/
+80
|
*
[fdt] Remove concept of a device tree cursor
Michael Brown
2025-04-14
1
-0
/
+18
|
*
[fdt] Provide fdt_strings() to read string list properties
Michael Brown
2025-04-14
1
-0
/
+2
|
*
[fdt] Populate boot arguments in constructed device tree
Michael Brown
2025-04-01
2
-2
/
+12
|
*
[fdt] Identify free space (if any) at end of parsed tree
Michael Brown
2025-04-01
1
-0
/
+4
|
*
[tls] Support fragmentation of transmitted records
Michael Brown
2025-03-31
1
-0
/
+11
|
*
[efi] Disconnect existing drivers on a per-protocol basis
Michael Brown
2025-03-29
1
-0
/
+2
|
*
[efi] Define an attachment priority order for EFI drivers
Michael Brown
2025-03-29
1
-2
/
+4
|
*
[efi] Add various well-known GUIDs encountered in WiFi boot
Michael Brown
2025-03-28
5
-0
/
+1285
|
*
[efi] Install a device tree for the booted OS, if available
Michael Brown
2025-03-28
1
-0
/
+17
|
*
[fdt] Provide the ability to create a device tree for a booted OS
Michael Brown
2025-03-28
1
-0
/
+2
|
*
[efi] Create a copy of the system flattened device tree, if present
Michael Brown
2025-03-28
1
-3
/
+3
|
*
[fdt] Allow for parsing device trees where the length is known in advance
Michael Brown
2025-03-28
1
-1
/
+2
|
*
[fdt] Allow for the existence of multiple device trees
Michael Brown
2025-03-28
1
-7
/
+13
|
*
[fdt] Add the concept of an FDT image
Michael Brown
2025-03-27
1
-0
/
+3
|
*
[efi] Add support for installing EFI configuration tables
Michael Brown
2025-03-27
2
-0
/
+38
|
*
[efi] Add flattened device tree header and GUID definitions
Michael Brown
2025-03-27
3
-2
/
+27
|
*
[efi] Add ACPI and SMBIOS tables as well-known GUIDs
Michael Brown
2025-03-27
1
-0
/
+5
|
*
[efi] Allow use of typed pointers for efi_open() et al
Michael Brown
2025-03-24
1
-8
/
+79
|
*
[efi] Create safe wrappers for OpenProtocol() and CloseProtocol()
Michael Brown
2025-03-24
2
-0
/
+13
|
*
[efi] Remove the efipci_open() and efipci_close() wrappers
Michael Brown
2025-03-24
1
-3
/
+0
|
*
[efi] Allow wrapping the global boot services table in situ
Michael Brown
2025-03-20
1
-2
/
+5
|
*
[efi] Add EFI_RNG_PROTOCOL_GUID as a well-known GUID
Michael Brown
2025-03-18
1
-0
/
+1
|
*
[efi] Accept and trust CA certificates in the TlsCaCertificates variable
Michael Brown
2025-03-13
3
-0
/
+5
|
*
[efi] Add TLS authentication header and GUID definitions
Michael Brown
2025-03-13
3
-1
/
+28
|
*
[efi] Add EFI_GLOBAL_VARIABLE as a well-known GUID
Michael Brown
2025-03-13
1
-0
/
+1
|
*
[crypto] Support extracting certificates from EFI signature list images
Michael Brown
2025-03-11
2
-0
/
+23
|
*
[crypto] Allow for parsing of DER data separate from DER images
Michael Brown
2025-03-11
1
-0
/
+5
|
*
[efi] Add EFI_SIGNATURE_LIST header and GUID definitions
Michael Brown
2025-03-10
4
-0
/
+753
|
*
[efi] Update to current EDK2 headers
Michael Brown
2025-03-10
12
-159
/
+265
|
*
[efi] Mark UsbHostController.h as a non-imported header
Michael Brown
2025-03-10
1
-0
/
+5
|
*
[cpio] Allow for construction of parent directories as needed
Michael Brown
2025-02-24
1
-3
/
+22
|
*
[menu] Allow a post-activity timeout to be defined
Michael Brown
2025-02-19
1
-1
/
+2
|
*
[crypto] Start up RBG on demand if needed
Michael Brown
2025-02-18
1
-19
/
+4
|
*
[crypto] Support direct reduction only for Montgomery constant R^2 mod N
Michael Brown
2025-02-14
1
-21
/
+64
|
*
[crypto] Expose shifted out bit from big integer shifts
Michael Brown
2025-02-13
1
-6
/
+8
|
*
[malloc] Ensure free memory blocks remain aligned
Michael Brown
2025-02-03
1
-1
/
+0
|
*
[crypto] Add definitions and tests for the NIST P-384 elliptic curve
Michael Brown
2025-01-30
3
-0
/
+25
|
*
[crypto] Add definitions and tests for the NIST P-256 elliptic curve
Michael Brown
2025-01-28
3
-0
/
+26
|
*
[crypto] Add support for Weierstrass elliptic curve point multiplication
Michael Brown
2025-01-28
2
-0
/
+167
|
*
[crypto] Add a generic implementation of a Montgomery ladder
Michael Brown
2025-01-28
1
-0
/
+40
|
*
[tls] Allow for NIST elliptic curve point formats
Michael Brown
2025-01-21
2
-1
/
+10
|
*
[crypto] Generalise elliptic curve key exchange to ecdhe_key()
Michael Brown
2025-01-21
1
-0
/
+17
|
*
[crypto] Add bigint_ntoa() for transcribing big integers
Michael Brown
2025-01-20
1
-0
/
+13
|
*
[crypto] Extract bigint_reduce_supremum() from bigint_mod_exp()
Michael Brown
2025-01-10
1
-3
/
+18
|
*
[crypto] Allow for relaxed Montgomery reduction
Michael Brown
2024-12-18
1
-10
/
+26
|
*
[efi] Add EFI_TCG2_PROTOCOL header and GUID definition
Michael Brown
2024-12-17
2
-0
/
+338
|
*
[efi] Update to current EDK2 headers
Michael Brown
2024-12-17
19
-84
/
+535
|
*
[crypto] Calculate inverse of modulus on demand in bigint_montgomery()
Michael Brown
2024-12-16
1
-5
/
+3
[prev]
[next]