wolfBoot/hal
Daniele Lacamera 9bf80ab8cd Initial draft: wolfcrypt secure mode 2023-09-21 07:57:18 +02:00
..
spi Fixes and improvements for NXP QorIQ: 2023-08-04 16:31:09 +02:00
uart
cc26x2.c
cc26x2.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
hifive1.c
hifive1.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
imx_rt.c Added GitHub action build tests for NXP parts (iMX RT, Kinetis and LPC). 2023-08-21 11:08:48 +02:00
imx_rt.ld Fixes to get RT1050 QSPI working. Use boot flash config (not get_config/init). Support to enable/disable QUAD mode. Add SFDP. Enable support for using RAM_CODE by fixing linker script. 2023-08-21 11:08:48 +02: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 x86: support Intel FSP (TigerLake and QEMU) 2023-07-24 18:12:32 +00: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
lpc.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
nrf52.c
nrf52.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
nxp_p1021.c Added flash test case for iMX RT. Fixed CRLF. Fixed test app LED IO configuration. 2023-08-21 11:08:48 +02:00
nxp_p1021.ld Further NXP P1021 fixes and improvements: 2023-07-05 17:03:57 +02:00
nxp_p1021_stage1.bin Fixes and improvements for NXP QorIQ: 2023-08-04 16:31:09 +02:00
nxp_p1021_stage1.ld Fixes and improvements for NXP QorIQ: 2023-08-04 16:31:09 +02:00
nxp_ppc.h Fixes and improvements for NXP QorIQ: 2023-08-04 16:31:09 +02:00
nxp_t2080.c For the hal_flash API's make the change to uintptr_t to support 64-bit explicit using `ARCH_64BIT` or known 64-bit architectures. 2023-08-07 20:54:18 +02:00
nxp_t2080.ld Further fixes and improvements with NXP T2080 regression testing. Added required LAW's to startup assembly. Moved LAW definitions to header. Move isr_empty so other boot functions go in the boot section. 2023-07-05 17:03:57 +02:00
psoc6.c
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
samr21.c
samr21.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
sim.c Merge pull request #343 from jpbland1/add-nvm-configs 2023-08-17 07:02:51 -07:00
sim.ld NXP QorIQ refactor for shared PPC (e500 / e6500) registers 2023-04-21 16:41:00 +02:00
skeleton.c
stm32f4.c Fixed regressions on TPM SPI communication 2022-12-29 16:11:34 +01:00
stm32f4.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32f7.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
stm32f7.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32g0.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
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
stm32l5.c Initial draft: wolfcrypt secure mode 2023-09-21 07:57:18 +02:00
stm32l5.ld Initial draft: wolfcrypt secure mode 2023-09-21 07:57:18 +02:00
stm32l5_ns.c
stm32l5_partition.h Adds STM32U5 support. Thank you ST. 2022-01-24 00:07:03 -08:00
stm32u5.c Fix typos found by codespell 2023-07-04 07:43:02 +02:00
stm32u5.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32u5_ns.c Fix typos found by codespell 2023-07-04 07:43:02 +02:00
stm32u5_partition.h Adds STM32U5 support. Thank you ST. 2022-01-24 00:07:03 -08:00
stm32wb.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
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 Simulator fixes and support for using MacOS: 2023-08-07 20:54:18 +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: remove unused stage2_params declaration 2023-09-19 10:12:59 +00: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 Moved keystore section to the end of the flash 2023-09-19 10:12:59 +00:00
x86_fsp_tgl.c Add function headers 2023-08-22 07:18:15 +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 Updated linker script files for tgl target 2023-09-19 10:12:59 +00:00
x86_uart.c x86: add support for 8250 UART 2023-07-24 18:12:14 +00:00
zynq.c Simulator fixes and support for using MacOS: 2023-08-07 20:54:18 +02:00
zynq.ld