User Details
- User Since
- Aug 13 2018, 10:33 AM (327 w, 3 d)
Aug 3 2021
Dec 8 2020
Hello,
Here are 2 commits to introduce the support of external flash for secondary slot
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/7412
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/7413
Apr 9 2019
The two above commit are now merged in https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/802/ as requested in code review.
The regression test is passed.
Apr 5 2019
With https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/806/
Regression test is now passed with set (SST_ENCRYPTION ON)
Apr 4 2019
https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/802/ is implementing the 8 bytes minimum write access.
As ConfigRegression.cmake uses by default a RAM_FS for SST , it can used to test this patch on any platform.
In flash_layout.h
#define SST_FLASH_PROGRAM_UNIT 8
For now, this patch is functional without encryption.
set (SST_ENCRYPTION OFF)