| .. |
|
dice
|
Fixed DICE test failures
|
2026-02-11 13:06:43 +01:00 |
|
x86
|
wolfBoot_unseal_auth(): secretSz is now in/out param
|
2026-03-12 09:28:51 +01:00 |
|
arm_tee_psa_ipc.c
|
Add support for DICE attestation + PSA attestation
|
2026-02-06 18:36:47 +01:00 |
|
arm_tee_psa_veneer.c
|
Add support for DICE attestation + PSA attestation
|
2026-02-06 18:36:47 +01:00 |
|
boot_aarch64.c
|
Support for wolfBoot ZynqMP (UltraScale+ MPSoC) SD Card
|
2026-03-05 10:12:02 +01:00 |
|
boot_aarch64_start.S
|
Versal SDCard support
|
2026-02-05 13:52:15 +01:00 |
|
boot_arm.c
|
Fixes for unused variables. Also repaired STM32WB55 build with PKA
|
2025-11-20 18:26:58 +01:00 |
|
boot_arm32.c
|
Support for Microchip PolarFire SoC (MPFS250)
|
2025-12-24 18:31:55 +01:00 |
|
boot_arm32_start.S
|
…
|
|
|
boot_ppc.c
|
NXP T2080 Port Refresh
|
2026-03-05 17:49:37 +01:00 |
|
boot_ppc_mp.S
|
NXP T2080 Port Refresh
|
2026-03-05 17:49:37 +01:00 |
|
boot_ppc_start.S
|
NXP T2080 Port Refresh
|
2026-03-05 17:49:37 +01:00 |
|
boot_renesas.c
|
RA6M4 update
|
2026-03-04 19:05:31 +09:00 |
|
boot_renesas_start.S
|
…
|
|
|
boot_riscv.c
|
Fix CI build errors
|
2026-03-09 07:29:27 +01:00 |
|
boot_riscv_start.S
|
Fix CI build errors
|
2026-03-09 07:29:27 +01:00 |
|
boot_x86_64.c
|
…
|
|
|
boot_x86_fsp.c
|
Add upper limit for PCI capabilities
|
2026-03-09 11:31:44 +01:00 |
|
boot_x86_fsp_payload.c
|
Fix issue with Intel FSP ELF size
|
2026-02-06 22:01:40 +01:00 |
|
boot_x86_fsp_start.S
|
…
|
|
|
delta.c
|
Addressed copilot's comments
|
2026-03-16 10:34:41 +01:00 |
|
disk.c
|
disk.c: part_read/write remove len and simplify casting
|
2026-02-27 15:09:36 +01:00 |
|
elf.c
|
Peer review fixes
|
2026-02-06 22:01:40 +01:00 |
|
fdt.c
|
Working Secure boot of PolarFire SoC
|
2025-12-24 18:31:55 +01:00 |
|
flash_otp_keystore.c
|
…
|
|
|
gpt.c
|
GPT: verify the header CRC32 checksum stored in the header
|
2026-03-09 09:58:56 +01:00 |
|
image.c
|
Remove NO_DIRECT_READ_OF_ERASED_SECTOR option; write after erase instead
|
2026-03-18 11:53:26 +01:00 |
|
libwolfboot.c
|
Remove NO_DIRECT_READ_OF_ERASED_SECTOR option; write after erase instead
|
2026-03-18 11:53:26 +01:00 |
|
loader.c
|
Add generic hook framework with provision for pre-init, post-init, and
|
2026-03-05 10:14:04 +01:00 |
|
multiboot.c
|
multiboot.c: remove duplicate check on tag->size
|
2026-03-05 09:43:32 +01:00 |
|
pci.c
|
pci: minor formatting
|
2026-02-25 18:30:26 +01:00 |
|
pkcs11_callable.c
|
…
|
|
|
pkcs11_store.c
|
fix store sbrk heap bounds handling
|
2026-03-16 09:32:51 +01:00 |
|
psa_store.c
|
fix store sbrk heap bounds handling
|
2026-03-16 09:32:51 +01:00 |
|
qspi_flash.c
|
Addressed Copilot's comments
|
2026-03-09 15:22:11 +01:00 |
|
sdhci.c
|
Documentation improvements. Peer review fixes
|
2026-03-09 07:29:27 +01:00 |
|
spi_flash.c
|
Fix spi_flash_write_page to stop at len or page boundary
|
2026-02-23 17:56:27 +01:00 |
|
stage2_params.c
|
Peer review fixes
|
2025-12-24 18:31:55 +01:00 |
|
store_sbrk.c
|
Addressed copilot's comments
|
2026-03-16 10:34:41 +01:00 |
|
store_sbrk.h
|
Addressed copilot's comments
|
2026-03-16 10:34:41 +01:00 |
|
string.c
|
strings.c: enforce null-termination on strncpy, optimize strcat
|
2026-03-12 09:28:51 +01:00 |
|
tpm.c
|
Fixes for X86 FSP QEMU test
|
2026-03-17 22:19:32 +01:00 |
|
uart_flash.c
|
…
|
|
|
update_disk.c
|
Addressed reviewers comments
|
2026-03-12 11:52:19 +01:00 |
|
update_flash.c
|
Remove NO_DIRECT_READ_OF_ERASED_SECTOR option; write after erase instead
|
2026-03-18 11:53:26 +01:00 |
|
update_flash_hwswap.c
|
add build option to skip verification of boot image
|
2026-03-06 17:05:45 +01:00 |
|
update_ram.c
|
add build option to skip verification of boot image
|
2026-03-06 17:05:45 +01:00 |
|
vector_riscv.S
|
PolarFire SoC M-Mode, QSPI and L2-LIM support
|
2026-03-09 07:29:27 +01:00 |
|
wc_callable.c
|
…
|
|
|
xmalloc.c
|
xmalloc: Add extra pools to fix SPMATHALL=1 WOLFBOOT_SMALL_STACK=1 builds
|
2026-03-12 09:28:51 +01:00 |