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
...
|
*
[test] Test signature verification independently of signing
Michael Brown
2025-12-17
1
-13
/
+17
|
*
[intel] Add PCI ID for I219-V and -LM 24
Christian I. Nilsson
2025-12-15
1
-0
/
+2
|
*
[efi] Retry calls to GetRNG() as needed
Michael Brown
2025-12-12
1
-15
/
+30
|
*
[crypto] Generalise rsa_parse_integer() to asn1_enter_unsigned()
Michael Brown
2025-12-11
3
-30
/
+28
|
*
[crypto] Allow for addition of arbitrary Weierstrass curve points
Michael Brown
2025-12-08
8
-2
/
+363
|
*
[crypto] Split out Weierstrass point initialisation and finalisation
Michael Brown
2025-12-05
1
-52
/
+141
|
*
[crypto] Expose the (prime) group order as an elliptic curve property
Michael Brown
2025-12-05
8
-3
/
+82
|
*
[crypto] Verify that weierstrass_multiply() result is not point at infinity
Michael Brown
2025-12-05
1
-0
/
+4
|
*
[test] Allow for elliptic curve tests other than multiplication
Michael Brown
2025-12-05
4
-270
/
+271
|
*
[crypto] Expose the base point as an explicit elliptic curve property
Michael Brown
2025-12-05
6
-14
/
+11
|
*
[http] Abort connections after a long period of inactivity
Michael Brown
2025-12-04
2
-1
/
+46
|
*
[http] Rename connection retry timer
Michael Brown
2025-12-04
2
-8
/
+9
|
*
[crypto] Allow for OID-identified elliptic curve algorithms
Michael Brown
2025-12-03
3
-6
/
+75
|
*
[test] Include key matching in existing public-key tests
Michael Brown
2025-12-03
1
-0
/
+8
|
*
[crypto] Remove obsolete maximum output length method
Michael Brown
2025-12-02
3
-40
/
+0
|
*
[crypto] Construct asymmetric ciphered data using ASN.1 builders
Michael Brown
2025-12-02
7
-129
/
+156
|
*
[crypto] Construct signatures using ASN.1 builders
Michael Brown
2025-12-01
6
-79
/
+74
|
*
[crypto] Pass signatures for verification as ASN.1 cursors
Michael Brown
2025-12-01
9
-38
/
+35
|
*
[crypto] Restructure handling of ASN.1 bit strings
Michael Brown
2025-12-01
7
-121
/
+87
|
*
[intel] Add PCI IDs for I225 and I226 chipsets
Bert Ezendam
2025-11-26
1
-0
/
+7
|
*
[efi] Allow for creating devices with no EFI parent device
Michael Brown
2025-11-25
3
-37
/
+76
|
*
[pci] Use runtime selectable PCI I/O API for EFI cloud builds
Michael Brown
2025-11-25
4
-3
/
+18
|
*
[pci] Allow probing permission to vary by range
Michael Brown
2025-11-25
10
-22
/
+33
|
*
[pci] Use linker tables for runtime selectable PCI APIs
Michael Brown
2025-11-24
12
-43
/
+59
|
*
[pci] Allow PCI configuration space access mechanism to vary by range
Michael Brown
2025-11-24
1
-48
/
+121
|
*
[arm] Avoid unaligned accesses for memcpy() and memset()
Michael Brown
2025-11-19
1
-74
/
+100
|
*
[efi] Wrap a selection of runtime services calls
Michael Brown
2025-11-13
2
-7
/
+249
|
*
[efi] Allow SAN-booted images to be traced via DEBUG=efi_wrap
Michael Brown
2025-11-13
1
-0
/
+7
|
*
[efi] Add image security database GUID definition
Michael Brown
2025-11-12
2
-0
/
+6
|
*
[efi] Add Microsoft vendor GUID definition
Michael Brown
2025-11-12
4
-1
/
+66
|
*
[efi] Add storage security command protocol header and GUID definition
Michael Brown
2025-11-12
3
-0
/
+220
|
*
[efi] Update to current EDK2 headers
Michael Brown
2025-11-12
20
-66
/
+250
|
*
[efi] Mark Arm/ProcessorBind.h as a non-imported header
Michael Brown
2025-11-11
1
-0
/
+6
|
*
[efi] Mark Ip4Config.h as a non-imported header
Michael Brown
2025-11-11
1
-0
/
+5
|
*
[efi] Mark UgaDraw.h as a non-imported header
Michael Brown
2025-11-11
1
-0
/
+5
|
*
[efi] Switch back to VA_START() etc macros for EFIAPI functions
Michael Brown
2025-11-11
1
-12
/
+12
|
*
[efi] Skip including the EDK2 ProcessorBind.h header for 32-bit RISC-V
Michael Brown
2025-11-11
1
-33
/
+40
|
*
[pci] Move ECAM pci_can_probe() definition to correct header file
Michael Brown
2025-11-11
2
-10
/
+10
|
*
[spcr] Accept alternative type value for a 16550-compatible UART
Michael Brown
2025-11-05
2
-0
/
+2
|
*
[acpi] Allow acpi_ioremap() to map a port I/O address
Michael Brown
2025-11-05
1
-0
/
+2
|
*
[ioapi] Allow iounmap() to be called for port I/O addresses
Michael Brown
2025-11-05
3
-10
/
+20
|
*
[spcr] Use the serial port defined by the ACPI SPCR by default
Michael Brown
2025-11-05
3
-2
/
+6
|
*
[spcr] Add support for the ACPI Serial Port Console Redirection table
Michael Brown
2025-11-05
6
-2
/
+260
|
*
[acpi] Add acpi_ioremap() to map an ACPI-described address
Michael Brown
2025-11-05
2
-6
/
+43
|
*
[uart] Make baud rate a property of the UART
Michael Brown
2025-11-05
5
-16
/
+23
|
*
[uart] Support 16550 UARTs accessed via either MMIO or port I/O
Michael Brown
2025-11-04
2
-4
/
+4
|
*
[ioapi] Provide combined MMIO and port I/O accessors
Michael Brown
2025-11-04
3
-0
/
+154
|
*
[pci] Disable decoding while setting a BAR value
Michael Brown
2025-10-30
1
-0
/
+10
|
*
[cloud] Display instance type in AWS EC2
Michael Brown
2025-10-29
1
-1
/
+1
|
*
[ena] Leave queue base address empty when creating a low latency queue
Michael Brown
2025-10-28
1
-1
/
+4
[prev]
[next]