wolfBoot/hal
David Garske eb175cdfec 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 QSPI Power control (active low). 2024-10-11 10:29:59 +02:00
uart Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
aurix_tc3xx.c fix variable name typo 2024-07-31 12:32:13 -06:00
cc26x2.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
cc26x2.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
hal.c Consolidate duplicate TEST_FLASH code. 2024-10-11 10:29:59 +02:00
hifive1.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
hifive1.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
imx_rt.c Consolidate duplicate TEST_FLASH code. 2024-10-11 10:29:59 +02:00
imx_rt.ld Added custom DCD for i.mx-RT10XX 2023-11-16 09:56:44 +01:00
imx_rt_hab.ld Add support for building for HAB for i.MX RT targets 2024-07-22 08:14:33 +02:00
kinetis.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
kinetis.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
kontron_vx3060_s2.c fsp: tgl: flash BIOS read/write protection 2024-04-29 09:53:49 +02:00
kontron_vx3060_s2_loader.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
library.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
lpc.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
lpc.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
mcxa.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
mcxa.ld Added support for NXP MCXA153 2024-03-29 10:25:08 +01:00
nrf52.c Support for the Nordic nRF5340 (application and network cores): 2024-10-11 10:29:59 +02:00
nrf52.h Support for the Nordic nRF5340 (application and network cores): 2024-10-11 10:29:59 +02:00
nrf52.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
nrf5340.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
nrf5340.h Support for the Nordic nRF5340 (application and network cores): 2024-10-11 10:29:59 +02:00
nrf5340.ld Support for the Nordic nRF5340 (application and network cores): 2024-10-11 10:29:59 +02:00
nrf5340_net.c Support for the Nordic nRF5340 (application and network cores): 2024-10-11 10:29:59 +02:00
nrf5340_net.ld Support for the Nordic nRF5340 (application and network cores): 2024-10-11 10:29:59 +02:00
nxp_p1021.c Consolidate duplicate TEST_FLASH code. 2024-10-11 10:29:59 +02: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 Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
nxp_ppc.h Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
nxp_t1024.c Consolidate duplicate TEST_FLASH code. 2024-10-11 10:29:59 +02: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 Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
nxp_t2080.ld Fixes for NXP T1024 and booting Integrity OS: 2024-01-17 14:16:15 +01:00
psoc6.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
psoc6.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
raspi3.c addressed review comments 2024-09-02 14:02:36 +02:00
raspi3.ld add raspi3b uart 2024-09-02 14:02:36 +02:00
renesas-ra.c * Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler. 2024-07-17 06:08:31 +02:00
renesas-rx.c Consolidate duplicate TEST_FLASH code. 2024-10-11 10:29:59 +02:00
renesas-rx.h 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
renesas-rz.c Merge pull request #444 from miyazakh/renesas_rz_rsip 2024-05-10 11:52:12 -07:00
rx65n.c * Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler. 2024-07-17 06:08:31 +02:00
rx65n.ld * Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler. 2024-07-17 06:08:31 +02:00
rx72n.c * Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler. 2024-07-17 06:08:31 +02:00
rx72n.ld * Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler. 2024-07-17 06:08:31 +02:00
sama5d3.c Addressed reviewer's comments 2024-10-02 10:25:36 +02:00
sama5d3.h Addressed reviewer's comments 2024-10-02 10:25:36 +02:00
sama5d3.ld [SAMA5D3] Added test-app, moved to SP_ASM 2024-09-30 14:06:17 +02:00
same51.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
same51.ld Added support for Microchip SAM E51 2024-02-15 17:30:11 +01:00
samr21.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
samr21.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
sim.c Added unit tests for FLAGS_HOME + fix NVM election 2024-07-17 11:28:40 +02:00
sim.ld NXP QorIQ refactor for shared PPC (e500 / e6500) registers 2023-04-21 16:41:00 +02:00
skeleton.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stm32_tz.c Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
stm32_tz.h STM32H5: added support for TrustZone 2024-05-09 16:33:40 +02:00
stm32c0.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stm32c0.ld Peer review cleanups and added CI test. 2023-10-13 14:34:01 +02:00
stm32f4.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stm32f4.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32f7.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stm32f7.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32g0.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stm32g0.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32h5-ns.ld STM32H5: added support for TrustZone 2024-05-09 16:33:40 +02:00
stm32h5.c Removed debug print, added PKCS11_SMALL, fixes 2024-07-09 10:22:43 -07:00
stm32h5.h Don't hide the bank swap registers behind `DUALBANK_SWAP`. 2024-07-09 10:22:43 -07:00
stm32h5.ld STM32H5: added support for TrustZone 2024-05-09 16:33:40 +02:00
stm32h7.c otp_keystore_primer: fixed provisioning + readonly 2024-05-20 10:58:43 +02:00
stm32h7.h Added instructions for STM32H5 demo to `docs/flash-OTP.md`. 2024-07-09 10:27:52 -07:00
stm32h7.ld Improvements and fixes for CMake 2022-12-15 00:56:57 -07:00
stm32l0.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02: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 Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stm32l4.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
stm32l4xx_hal_conf.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stm32l5-ns.ld Fixed merge of user_settings with new TPM logic 2023-09-21 08:31:28 +02:00
stm32l5.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stm32l5.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stm32l5.ld Fixed PKCS11 store functions. 2023-09-21 08:28:23 +02:00
stm32u5-ns.ld STM32H5: added support for TrustZone 2024-05-09 16:33:40 +02:00
stm32u5.c STM32U5: Only try and invalidate cache if enabled. 2024-06-25 21:57:54 +02:00
stm32u5.h STM32U5 cache support. Including cache invalidate on `nvm_select_fresh_sector`. ZD 18210 2024-06-25 18:12:47 +02:00
stm32u5.ld STM32H5: added support for TrustZone 2024-05-09 16:33:40 +02:00
stm32u5_partition.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stm32wb.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stm32wb.ld Fixes for stm32wb test 2022-12-16 17:49:46 +01:00
stm32wbxx_hal_conf.h
ti_hercules.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
ti_hercules.ld wolfBoot cmake support 2022-12-07 13:00:10 -08:00
x86_64_efi.c Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
x86_64_efi.ld
x86_fsp_qemu.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +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 Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
x86_fsp_qemu_stage1.ld.in x86_fsp: linker: remove unused .eh_frame from linking 2024-04-29 09:53:49 +02:00
x86_fsp_tgl.c Update license GPL2 -> GPL3 2024-04-16 16:46: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 x86_fsp: linker: remove unused .eh_frame from linking 2024-04-29 09:53:49 +02:00
x86_uart.c x86: misc fixes 2024-06-19 09:47:06 +02:00
zynq.c Fixes for building wolfBoot with XMSS/LMS. 2024-08-14 18:06:12 +02:00
zynq.ld Fixes for Xilinx zynqmp. 2024-08-14 18:06:12 +02:00