You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Change trusted-firmware-m download path to Nuvoton forked repository (nuvoton_mbed_m2354_tfm-1.3)
2. Add post-build copy paths specific to M2354 (tfm_ns_import.yaml)
3. Detect python/python3 command name across platforms
4. Enable Mbed CLI 2 (CMake)
5. Enable Greentea test path
(1) Disable PSA compliance test, which M2354 hasn't supported yet
(2) Add compare log (REGRESSION.log only)
6. Update CI configuration
7. Update readme
NOTE1: Dummy the script for erasing flash storage for Greentea test because drag-n-drop flash invokes Mass Erase which will erase the whole flash.
NOTE2: As ITS/PS/NV counter regions are changed (flash_layout.h), the script for erasing flash storage needs update accordingly. But this can skip with above.
NOTE3: To cover root-RSA-3072.pem missing in TF-M install (https://developer.trustedfirmware.org/T957), change its source path for copy:
From: install/image_signing/keys/root-RSA-3072.pem
To: ../bl2/ext/mcuboot/root-RSA-3072.pem
NOTE4: For PSA Firmware Update test, in CMakeLists (for Mbed CLI 2), test lib tfm_test_suite_fwu_ns is needed.
NOTE5: REGRESSION.log needs to contain PSA Firmware Update test.
0 commit comments