aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Use Montgomery reduction for modular exponentiationMichael Brown2024-11-285-29/+164
* [crypto] Add bigint_montgomery() to perform Montgomery reductionMichael Brown2024-11-273-0/+174
* [crypto] Use inverse size as effective size for bigint_mod_invert()Michael Brown2024-11-272-6/+11
* [crypto] Eliminate temporary working space for bigint_mod_invert()Michael Brown2024-11-273-46/+65
* [crypto] Eliminate temporary working space for bigint_reduce()Michael Brown2024-11-263-117/+72
* [crypto] Expose carry flag from big integer addition and subtractionMichael Brown2024-11-268-85/+140
* [crypto] Add bigint_msb_is_set() to clarify codeMichael Brown2024-11-203-5/+30
* [efi] Ensure local drives are connected when attempting a SAN bootMichael Brown2024-11-201-0/+3
* [build] Allow for per-architecture cross-compilation prefixesMichael Brown2024-10-292-128/+139
* [riscv] Check if seed CSR is accessible from S-modeMichael Brown2024-10-282-0/+82
* [sbi] Add support for running as a RISC-V SBI payloadMichael Brown2024-10-2816-0/+532
* [build] Allow default platform to vary by architectureMichael Brown2024-10-281-5/+12
* [pci] Provide a null PCI API for platforms with no PCI busMichael Brown2024-10-283-0/+198
* [riscv] Add missing volatile qualifiers on timer and seed CSR accessesMichael Brown2024-10-282-9/+11
* [riscv] Add support for the seed CSR as an entropy sourceMichael Brown2024-10-283-0/+114
* [riscv] Add support for RDTIME as a timer sourceMichael Brown2024-10-283-0/+197
* [riscv] Add support for checking CPU extensions reported via device treeMichael Brown2024-10-283-0/+117
* [fdt] Add ability to parse unsigned integer propertiesMichael Brown2024-10-282-0/+39
* [pci] Drag in PCI settings mechanism only when PCI support is presentMichael Brown2024-10-253-3/+42
* [uaccess] Rename UACCESS_EFI to UACCESS_FLATMichael Brown2024-10-254-118/+89
* [smbios] Provide a null SMBIOS API for platforms with no concept of SMBIOSMichael Brown2024-10-254-0/+67
* [riscv] Add support for reboot and power off via SBIMichael Brown2024-10-225-0/+120
* [riscv] Add support for the SBI debug consoleMichael Brown2024-10-225-0/+263
* [crypto] Add bigint_mod_invert() to calculate inverse modulo a power of twoMichael Brown2024-10-213-0/+143
* [usb] Expose USB device descriptor and strings via settingsMichael Brown2024-10-186-6/+191
* [usb] Add "usbscan" command for iterating over USB devicesMichael Brown2024-10-176-2/+225
* [crypto] Separate out bigint_reduce() from bigint_mod_multiply()Michael Brown2024-10-153-37/+296
* [crypto] Use architecture-independent bigint_is_set()Michael Brown2024-10-106-95/+19
* [crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()Michael Brown2024-10-078-60/+60
* [crypto] Eliminate temporary carry space for big integer multiplicationMichael Brown2024-09-279-197/+111
* [arm] Support building as a Linux userspace binary for AArch32Michael Brown2024-09-241-0/+25
* [arm] Check PMCCNTR availability before use for profilingMichael Brown2024-09-242-3/+99
* [profile] Standardise return type of profile_timestamp()Michael Brown2024-09-248-45/+11
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-2314-612/+355
* [gve] Allocate all possible event countersMichael Brown2024-09-172-64/+76
* [efi] Remove redundant EFI_BOOT_FILE definitionsMichael Brown2024-09-167-28/+0
* [riscv] Add support for the RISC-V CPU architectureMichael Brown2024-09-1542-0/+2405
* [linux] Allow a sysroot to be specified via SYSROOT=...Michael Brown2024-09-151-0/+3
* [efi] Use standard va_args macros instead of VA_START() etcMichael Brown2024-09-151-12/+12
* [test] Add tests for 64-bit logical and arithmetic shiftsMichael Brown2024-09-151-0/+117
* [efi] Centralise definition of efi_cpu_nap()Michael Brown2024-09-1312-179/+53
* [libc] Centralise architecture-independent portions of setjmp.hMichael Brown2024-09-126-54/+36
* [cloud] Add ability to delete old AMI imagesMichael Brown2024-09-091-10/+30
* [cloud] Add family and architecture tags to AWS snapshots and imagesMichael Brown2024-09-061-5/+21
* [ena] Change reported operating system type to "iPXE"enaMichael Brown2024-09-052-8/+14
* [gdb] Allow CPU architectures to omit support for GDBMichael Brown2024-09-058-99/+7
* [build] Centralise dummy architecture-specific headersMichael Brown2024-09-0345-336/+238
* [aqc1xx] Add support for Marvell AQtion Ethernet controlleraqc1xxAnimesh Bhatt2024-09-028-0/+1618
* [etherfabric] Fix use of uninitialised variable in falcon_xaui_link_ok()Michael Brown2024-09-021-6/+9
* [test] Add CMS decryption self-testsMichael Brown2024-08-291-2/+353