wolfBoot/hal
Daniele Lacamera c70c8a470d Added support for Microchip SAM E51 2024-02-15 17:30:11 +01:00
..
spi cppcheck: added "--enable=warning" 2023-10-13 16:08:22 +02:00
uart Fix cppcheck warnings 2023-10-13 15:49:12 +02:00
cc26x2.c Update copyright year 2021-07-19 07:50:02 -07:00
cc26x2.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
hifive1.c Fix cppcheck warnings 2023-10-13 15:49:12 +02:00
hifive1.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
imx_rt.c Added new config option NXP_CUSTOM_DCD_OBJS 2023-11-22 15:19:09 +01:00
imx_rt.ld Added custom DCD for i.mx-RT10XX 2023-11-16 09:56:44 +01:00
kinetis.c Added GitHub action build tests for NXP parts (iMX RT, Kinetis and LPC). 2023-08-21 11:08:48 +02:00
kinetis.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
kontron_vx3060_s2.c fsp: defer SATA init in wolfBoot_start 2023-09-28 13:12:26 +02:00
kontron_vx3060_s2_loader.c fsp: remove unused stage2_params declaration 2023-09-19 10:12:59 +00:00
library.c Fix uninitialized pointers + segfault in test-lib 2022-07-20 20:18:16 +02:00
lpc.c Update copyright year 2021-07-19 07:50:02 -07:00
lpc.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
nrf52.c Update copyright year 2021-07-19 07:50:02 -07:00
nrf52.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
nxp_p1021.c Improve PCIe code. 2024-02-12 19:54:12 +01:00
nxp_p1021.ld Fixes for NXP T1024 and booting Integrity OS: 2024-01-17 14:16:15 +01:00
nxp_p1021_stage1.bin Fixes and improvements for NXP QorIQ: 2023-08-04 16:31:09 +02:00
nxp_p1021_stage1.ld Added flag WOLFSSL_PKCS11_RW_TOKENS 2023-09-21 08:31:30 +02:00
nxp_ppc.c NXP T1024 wolfBoot support: 2023-10-06 15:28:16 +02:00
nxp_ppc.h Fixes for NXP T1024 and booting Integrity OS: 2024-01-17 14:16:15 +01:00
nxp_t1024.c Fix for NXP T1024 to get MAC address from Integrity OS ethernet configuration area in flash. 2024-02-13 08:55:11 +01:00
nxp_t1024.ld Fixes for NXP T1024 and booting Integrity OS: 2024-01-17 14:16:15 +01:00
nxp_t1024_stage1.ld Refactor DDR law setup for use with stage 2 as stack. 2023-10-06 15:28:16 +02:00
nxp_t2080.c Improvements for CPLD. Patch for PCIe from TigerLake. 2024-02-12 19:54:12 +01:00
nxp_t2080.ld Fixes for NXP T1024 and booting Integrity OS: 2024-01-17 14:16:15 +01:00
psoc6.c Update copyright year 2021-07-19 07:50:02 -07:00
psoc6.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
raspi3.c Simulator fixes and support for using MacOS: 2023-08-07 20:54:18 +02:00
raspi3.ld Support encrypted images in MMU targets 2023-03-09 16:31:29 +01:00
renesas-ra.c update SW only case and fix SCE use case 2023-07-06 08:24:26 +02:00
renesas-rx.c fix compile error on the latest TSIP crypt-only 2023-08-03 08:01:25 +02:00
same51.c Added support for Microchip SAM E51 2024-02-15 17:30:11 +01:00
same51.ld Added support for Microchip SAM E51 2024-02-15 17:30:11 +01:00
samr21.c Update copyright year 2021-07-19 07:50:02 -07:00
samr21.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
sim.c Added cppcheck --enable-portability, fixed UBs 2023-10-13 16:14:07 +02:00
sim.ld NXP QorIQ refactor for shared PPC (e500 / e6500) registers 2023-04-21 16:41:00 +02:00
skeleton.c Fix cppcheck warnings 2023-10-13 15:49:12 +02:00
stm32_tz.c Fix nonsecure RAM area in SAU 2023-09-21 08:29:18 +02:00
stm32c0.c Fixed new cppcheck warning in hal/stm32c0.c 2023-10-13 15:49:42 +02:00
stm32c0.ld Peer review cleanups and added CI test. 2023-10-13 14:34:01 +02:00
stm32f4.c Fix cppcheck warnings 2023-10-13 15:49:12 +02:00
stm32f4.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32f7.c Fix cppcheck warnings 2023-10-13 15:49:12 +02:00
stm32f7.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32g0.c Fix cppcheck warnings 2023-10-13 15:49:12 +02:00
stm32g0.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32h7.c Fixed STM32H7 UART 5. Added CMake support for DEBUG_UART. Adjust example config to use correct QSPI offsets for update partition. 2023-03-06 16:25:06 +01:00
stm32h7.ld Improvements and fixes for CMake 2022-12-15 00:56:57 -07:00
stm32l0.c STM32 QSPI Flash support. Refactor SPI to allow different GPIO base/AF for each pin. Adds `DEBUG_UART` support for H7. 2022-12-20 13:31:28 +01:00
stm32l0.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32l0_chacha_ram.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32l4.c STM32L4: set clock speed to 80MHz 2023-07-13 11:41:29 -06:00
stm32l4.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32l4xx_hal_conf.h Minor cleanups. Add the required Cube HAL to app Makefile. 2021-08-26 13:03:49 -07:00
stm32l5-ns.ld Fixed merge of user_settings with new TPM logic 2023-09-21 08:31:28 +02:00
stm32l5.c Cleanup, config rename, documentation 2023-09-21 08:31:30 +02:00
stm32l5.h Fixed NS flash access + flash write unlock + misc 2023-09-21 08:28:23 +02:00
stm32l5.ld Fixed PKCS11 store functions. 2023-09-21 08:28:23 +02:00
stm32l5_ns.c Fix cppcheck warnings 2023-10-13 15:49:12 +02:00
stm32u5.c Fix cppcheck warnings 2023-10-13 15:49:12 +02:00
stm32u5.h Unified TZ support for STM32L5/U5 2023-09-21 07:57:18 +02:00
stm32u5.ld Unified TZ support for STM32L5/U5 2023-09-21 07:57:18 +02:00
stm32u5_ns.c Fix cppcheck warnings 2023-10-13 15:49:12 +02:00
stm32u5_partition.h Adds STM32U5 support. Thank you ST. 2022-01-24 00:07:03 -08:00
stm32wb.c Fix cppcheck warnings 2023-10-13 15:49:12 +02:00
stm32wb.ld Fixes for stm32wb test 2022-12-16 17:49:46 +01:00
stm32wbxx_hal_conf.h
ti_hercules.c Fix typos found by codespell 2023-07-04 07:43:02 +02:00
ti_hercules.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
x86_64_efi.c cppcheck: added "--enable=warning" 2023-10-13 16:08:22 +02:00
x86_64_efi.ld support booting EFI application on x86_64 architecture 2021-11-30 18:43:50 +01:00
x86_fsp_qemu.c fsp: defer SATA init in wolfBoot_start 2023-09-28 13:12:26 +02:00
x86_fsp_qemu.ld.in fsp: move _stage2_params symbol in wolfboot .bss 2023-09-19 10:12:59 +00:00
x86_fsp_qemu_loader.c fsp: remove unused stage2_params declaration 2023-09-19 10:12:59 +00:00
x86_fsp_qemu_stage1.ld.in fsp: tpm: support policy stored in the flash 2023-09-28 13:12:26 +02:00
x86_fsp_tgl.c fsp: defer SATA init in wolfBoot_start 2023-09-28 13:12:26 +02:00
x86_fsp_tgl.ld.in fsp: move _stage2_params symbol in wolfboot .bss 2023-09-19 10:12:59 +00:00
x86_fsp_tgl_stage1.ld.in fsp: tgl: linker script: load stage1 data at 1 mb 2023-09-28 13:12:26 +02:00
x86_uart.c x86: add support for 8250 UART 2023-07-24 18:12:14 +00:00
zynq.c NXP T1024 wolfBoot support: 2023-10-06 15:28:16 +02:00
zynq.ld Increase stack/heap for Zynq. Add additional Zynq debugging logs for update_ram.c. Pass return code from `wolfBoot_verify_signature` when calling `wolfBoot_verify_authenticity`. 2020-11-12 10:47:32 +01:00