David Garske
fec31c5cf6
Merge pull request #561 from danielinux/build-cmake-test
...
Fixes for CMake builds
2025-03-28 06:50:51 -07:00
Daniele Lacamera
0901bb4c92
Removed duplicate flag
2025-03-28 11:30:07 +01:00
Daniele Lacamera
2b20782652
Added support for more targets, added more tests
2025-03-28 11:00:07 +01:00
David Garske
574f68b984
Merge pull request #548 from danielinux/encrypt_cache_in_stack
...
Move encrypt cache to stack
2025-03-27 11:07:13 -07:00
Daniele Lacamera
b8908ef8aa
Fixed typo in workflow
2025-03-27 18:32:06 +01:00
Daniele Lacamera
068f1acfc9
Added missing symbols, change fix for double def
2025-03-27 18:21:25 +01:00
Daniele Lacamera
cb9d1b0b28
Avoid double definition of WOLFBOOT_KEYTOOLS
2025-03-27 18:12:39 +01:00
Daniele Lacamera
eacb183751
Fixed workflow
2025-03-27 18:04:36 +01:00
Daniele Lacamera
c4f0dec606
Added cmake build test to github actions
2025-03-27 15:50:09 +01:00
David Garske
d13f3260ab
Documentation cleanups. Renamed zynqmp CSU `PKA` to `HW_SHA3`. Disabled CSU PUF code, since it is only supported with eFuses (it cannot be used adhoc).
2025-03-26 09:14:57 +01:00
David Garske
5e9cc8c603
Minor documentation fixes.
2025-03-26 09:14:57 +01:00
David Garske
64c74b8233
Progress on RoT. Creation of PUF, Regeneration and use of it for AES Key wrapping.
2025-03-26 09:14:57 +01:00
David Garske
79437e5865
Fixes for PUF ROT
2025-03-26 09:14:57 +01:00
David Garske
851130293c
Added Xilinx UltraScale+ MPSoC CSU Support CSU support.
...
Enabled support for offloading SHA3 hashing to CSU hardware using PKA=1.
Added support for enabling JTAG at runtime if CSU_DEBUG is set. Requires patching PMUFW to enable register access. See: https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/2587197506/Zynq+UltraScale+MPSoC+JTAG+Enable+in+U-Boot
2025-03-26 09:14:57 +01:00
David Garske
2d4d897acb
Merge pull request #544 from miyazakh/fix_raspi3
...
Revert simple start-up for Raspi3b
2025-03-20 16:16:56 -07:00
David Garske
f9b92cb6a9
Merge pull request #558 from bigbrett/aurix-ide-fixes
...
quick fixes for AURIX IDE
2025-03-17 11:19:09 -07:00
Brett Nicholas
f3957d0b58
quick fixes for AURIX IDE
2025-03-13 09:57:00 -06:00
Daniele Lacamera
076cd1d6c4
Fix for unit test failing
2025-03-04 18:20:46 +01:00
Daniele Lacamera
07ef67bd3e
Fix typos
2025-03-02 00:35:00 +01:00
Daniele Lacamera
a195efe608
Avoid enforcing alignment on stack for IAR
2025-02-27 16:46:26 +01:00
David Garske
44f987ccce
Add note about git submodules when cloning from GitHub and trying to build. Thank you #554 .
2025-02-25 22:18:34 +01:00
Patrik Dahlström
6a661d77bf
stm32f1: add short description to Targets.md
...
Signed-off-by: Patrik Dahlström <risca@dalakolonin.se>
2025-02-21 18:41:04 +01:00
Patrik Dahlström
84ac2c799e
stm32f1: add github build test
...
Signed-off-by: Patrik Dahlström <risca@dalakolonin.se>
2025-02-21 18:41:04 +01:00
Patrik Dahlström
7f7252470b
stm32f103: add example config
...
Config based on the STM32F4 ditto.
Booting takes about 6 seconds and update around 15.
Signed-off-by: Patrik Dahlström <risca@dalakolonin.se>
2025-02-21 18:41:04 +01:00
Patrik Dahlström
2f64090c49
stm32f103: add test application
...
The test application used during development of STM32F103 support. If
booting version 1 of the software, trigger an update. If running ver. 2,
all is good.
Signed-off-by: Patrik Dahlström <risca@dalakolonin.se>
2025-02-21 18:41:04 +01:00
Patrik Dahlström
523051331e
Add STM32F103 (Blue Pill) support
...
The Blue Pill board is typically fitted with a STM32F103C8T6, but
reports online seem to indicate that it sometimes can come with its
bigger sibling the STM32F103C8TB as is the case with my board.
This patch adds support for all low- to medium-density STM32F103
devices. All of these devices have their flash divided in 1 KB pages, up
to 128 KB. The high-density and connectivity line of devices, sometimes
called XL devices, use 2 KB pages and are not supported.
Similar to the STM32F4 support, the code will spin up the PLL for
maximum speed during init and turn it off just before booting the
application. the maxium speed is 72 MHz.
Signed-off-by: Patrik Dahlström <risca@dalakolonin.se>
2025-02-21 18:41:04 +01:00
David Garske
b9a39580d4
Merge pull request #551 from danielinux/mcxw71
...
Added support for NXP MCX W71
2025-02-20 07:31:01 -08:00
Daniele Lacamera
ea79b86fb1
Added comment in test-app
2025-02-20 16:20:05 +01:00
Daniele Lacamera
9b4278265e
Fixes to hal after review
2025-02-20 16:18:40 +01:00
Daniele Lacamera
c00fe36fc0
Fixed LED mapping for mcxw71 in Targets.md
2025-02-20 13:14:39 +01:00
Daniele Lacamera
57ce4a4248
Fixed Linkserver instructions
2025-02-20 13:07:27 +01:00
Daniele Lacamera
f4d1c02730
Fixed flash driver, added documentation, tested
2025-02-18 14:43:47 +01:00
Daniele Lacamera
354df34b6c
Added build test. Updated mcxa + mcxw to mcux-sdk
2025-02-18 14:43:37 +01:00
Daniele Lacamera
4d1bf5df28
Draft support for MCX W71
2025-02-18 14:42:39 +01:00
Daniele Lacamera
3dc152cf1d
Added ENCRYPT_CACHE= config option
2025-02-12 10:48:23 +01:00
Daniele Lacamera
146b0aa6ae
Move encrypt cache to stack
...
This avoids claiming a large amount of RAM when using libwolfboot from the app.
2025-02-06 08:39:57 +01:00
David Garske
71346b8b81
Tested on STM32F439ZI successfully. Instructions updated.
2025-02-05 16:06:18 +01:00
David Garske
4c2d2b7e6e
Add support for Armored mode with IAR. Currently only supports ECDSA and Cortex-M. ZD19190
2025-02-05 16:06:18 +01:00
JacobBarthelmeh
519e3b721a
Merge pull request #546 from dgarske/fix_actions
...
Fix GitHub Action version (v3 is removed 2025-01-30)
2025-01-30 20:08:32 -07:00
David Garske
422ba9deee
Fix GitHub Action version (v3 is removed 2025-01-30)
2025-01-30 16:45:42 -08:00
David Garske
dd113303e2
Merge pull request #543 from bigbrett/tc3xx-exclude-new-files
...
AURIX: fix ADS build errors caused by compiling new files
2025-01-29 15:17:47 -08:00
Hideki Miyazaki
b70987f86c
revert simple start-up
...
gard UART int
NO_QNX definition
2025-01-30 07:54:59 +09:00
Brett Nicholas
2ee572a7cf
manually exclude new files from ADS build
2025-01-29 14:06:06 -07:00
David Garske
67b6df77c7
Merge pull request #524 from danielinux/rp2350
...
Support for Raspberry-pi pico2 (rp2350)
2025-01-28 07:12:40 -08:00
Andrew Hutchings
6f350ffc63
Update RP2350 README
...
Add additional instructions on how to use the `picotool` instead of a
JLink.
2025-01-28 12:05:03 +00:00
Daniele Lacamera
48252aa891
Updated copyright in rp2350 test-app
2025-01-27 17:36:59 +01:00
Daniele Lacamera
d120000a63
rp2350: Added flash driver
2025-01-27 17:33:45 +01:00
Daniele Lacamera
8b9fc5a32a
Fixed PICO_PLATFORM in pico-sdk test
2025-01-27 17:13:57 +01:00
Daniele Lacamera
a844392bb7
Added arg 'target' to pico-sdk build test
2025-01-27 17:07:13 +01:00
Daniele Lacamera
a14c92f151
Added draft build test.
2025-01-27 17:00:58 +01:00