wolfBoot icon indicating copy to clipboard operation
wolfBoot copied to clipboard

wolfBoot is a portable, OS-agnostic, secure bootloader for microcontrollers, supporting firmware authentication and firmware update mechanisms.

Results 46 wolfBoot issues
Sort by recently updated
recently updated
newest added

- [x] add unit tests for `pkcs11_store.c` - [x] defects detected by unit tests are fixed - [x] refactoring with a new powerfail-safe design This new design uses two sectors...

Add support for ATSAMA5D3. This is wolfBoot's first 32-bit Cortex-A target, using `boot_arm32.c` and a reset vector in assembly `boot_arm32_start.S`.

Adds wolfHSM client support to wolfBoot. Initial support for the following targets: - wolfBoot simulator (using wolfHSM POSIX TCP transport) - AURIX TC3xx (using built-in shared memory transport) wolfHSM offload...

* Improvements for portability using older gcc 4.8.2. - Make sure wolfboot.h includes the `wolfBoot_verify_*` API's. - Remove duplicate `wolfBoot_get_partition_state` def. - Fixed issue with parsing headers when `#include` is...

when wolfBoot_update_trigger is called on a device with NVM_ write-once workaround, it will cause an illegal second write to flash to set the UPDATING flag. Instead, write the flag and...

Working on making the stm32f4 platform more configurable to allow easier porting to other boards. Right now this is just specific to the stm32f4 platform but can be easily implemented...

Hello all, I want to port wolfboot to my custom riscv based SoC. Is there any guidelines or tutorials available for that? Also what requirements should i fulfill in order...

# Summary This PR adds full support for the **Microchip PolarFire SoC (MPFS250T)** secure boot target, along with a refactoring of GPT (GUID Partition Table) code to make it reusable...

Remove unnecessary `IMAGE_H_` gate in `image.c` source.