wolfBoot/src
Daniele Lacamera 6681e54a6a Working TZ supervisor 2025-01-27 10:29:28 +01:00
..
x86 gpt: fix spelling error 2024-12-19 20:12:16 +01:00
boot_aarch64.c Added QSPI DMA support. 2024-12-30 15:36:43 +01:00
boot_aarch64_start.S Make `flush_dcache_range` available even with `USE_BUILTIN_STARTUP`. Remove unused variable. 2024-12-30 15:36:43 +01:00
boot_arm.c Working TZ supervisor 2025-01-27 10:29:28 +01:00
boot_arm32.c [SAMA5D3] Port for 32bit Cortex-A 2024-09-30 14:05:50 +02:00
boot_arm32_start.S [SAMA5D3] Port for 32bit Cortex-A 2024-09-30 14:05:50 +02:00
boot_ppc.c Added QSPI DMA support. 2024-12-30 15:36:43 +01:00
boot_ppc_mp.S Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
boot_ppc_start.S Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
boot_renesas.c fix ccrx use case for rx72n 2024-09-20 20:20:55 +02:00
boot_renesas_start.S * Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler. 2024-07-17 06:08:31 +02:00
boot_riscv.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
boot_x86_64.c Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
boot_x86_fsp.c fsp: move TempRamInitExit and later APIs in stage2 2024-12-19 20:12:16 +01:00
boot_x86_fsp_payload.c refactor: rename stage1.{h,c} in stage2_params.{h,c} 2024-04-29 09:53:49 +02:00
boot_x86_fsp_start.S x86_fsp: enable linker sections garbage collection 2024-04-29 09:53:49 +02:00
delta.c Removed all compile-time dependency from keytools 2024-11-26 13:17:00 +01:00
elf.c x86: misc fixes 2024-06-19 09:47:06 +02:00
fdt.c Fixes for Xilinx Zynq UltraScale+ MPSoC: 2024-12-30 15:36:43 +01:00
flash_otp_keystore.c Renamed FLASH_OTP_ROT to FLASH_OTP_KEYSTORE 2024-05-15 10:55:47 +02:00
image.c - support for wolfHSM ML-DSA on simulator and AURIX (DMA only) 2024-12-16 19:12:23 +01:00
libwolfboot.c remove sector alignment check 2024-12-30 15:31:32 +01:00
loader.c Initial wolfHSM support for simulator and AURIX TC3xx 2024-11-13 09:52:49 +01:00
multiboot.c Xilinx zynqmp documentation cleanups. Fixes for building with Eclipse wildcard .c include pains. 2024-08-14 18:06:12 +02:00
pci.c Xilinx zynqmp documentation cleanups. Fixes for building with Eclipse wildcard .c include pains. 2024-08-14 18:06:12 +02:00
pkcs11_callable.c Xilinx zynqmp documentation cleanups. Fixes for building with Eclipse wildcard .c include pains. 2024-08-14 18:06:12 +02:00
pkcs11_store.c Unit tests: cleanup warnings 2024-09-06 11:36:16 +02:00
qspi_flash.c Switch network core to use external flash HAL, but map to shared memory. Allows using update_flash logic including encrypted and delta updates. 2024-10-11 10:29:59 +02:00
spi_flash.c Fix to make sure wolfBoot leaves IRQ's disabled. The TSIP driver will leave IRQ's on which could cause customer issues. Added new `spi_flash_chip_erase` API for the SPI flash driver. 2024-07-23 18:37:06 +02:00
stage2_params.c minor fixes 2024-05-09 16:33:30 +02:00
string.c Fixes for Xilinx Zynq UltraScale+ MPSoC: 2024-12-30 15:36:43 +01:00
tpm.c Fixes to properly support TPM policy with more than one PCR. 2024-09-10 20:53:10 +02:00
uart_flash.c Xilinx zynqmp documentation cleanups. Fixes for building with Eclipse wildcard .c include pains. 2024-08-14 18:06:12 +02:00
update_disk.c Initial wolfHSM support for simulator and AURIX TC3xx 2024-11-13 09:52:49 +01:00
update_flash.c Using CMake from IDE directory 2025-01-24 13:06:08 +01:00
update_flash_hwswap.c Initial wolfHSM support for simulator and AURIX TC3xx 2024-11-13 09:52:49 +01:00
update_ram.c Fixes for Xilinx Zynq UltraScale+ MPSoC: 2024-12-30 15:36:43 +01:00
vector_riscv.S Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
wc_callable.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
xmalloc.c Updated wolfSSL to latest version 2024-10-21 15:09:16 +02:00