File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 make clean distclean
5555 cp config/examples/stm32h5-tz-psa.config .config
5656 make
57- m33mu wolfboot.bin test-app/image_v1_signed.bin:0x60000 --uart-stdout --expect-bkpt 0x7f --timeout 300
57+ m33mu wolfboot.bin test-app/image_v1_signed.bin:0x60000 --uart-stdout --expect-bkpt 0x7f --timeout 600
5858
5959 - name : Clean and build test with DICE attestation + OTP (stm32h5)
6060 run : |
6464 make -C tools/keytools/otp TARGET=stm32h5 otp-keystore-primer.bin otp-keystore-gen
6565 ./tools/keytools/otp/otp-keystore-gen
6666 m33mu tools/keytools/otp/otp-keystore-primer.bin --persist --timeout 10 || true
67- m33mu wolfboot.bin test-app/image_v1_signed.bin:0x60000 --uart-stdout --expect-bkpt 0x7f --timeout 300 --persist
67+ m33mu wolfboot.bin test-app/image_v1_signed.bin:0x60000 --uart-stdout --expect-bkpt 0x7f --timeout 600 --persist
Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ extern "C" {
3232#define ED25519_IMAGE_SIGNATURE_SIZE (64)
3333#define ED448_IMAGE_SIGNATURE_SIZE (114)
3434
35- #if defined(WOLFBOOT_SIGN_ECC256 ) || defined(WOLFBOOT_SECONDARY_SIGN_ECC256 )
35+ #if defined(WOLFBOOT_SIGN_ECC256 ) || defined(WOLFBOOT_SIGN_SECONDARY_ECC256 )
3636#define ECC_IMAGE_SIGNATURE_SIZE (64)
37- #elif defined(WOLFBOOT_SIGN_ECC384 ) || defined(WOLFBOOT_SECONDARY_SIGN_ECC384 )
37+ #elif defined(WOLFBOOT_SIGN_ECC384 ) || defined(WOLFBOOT_SIGN_SECONDARY_ECC384 )
3838#define ECC_IMAGE_SIGNATURE_SIZE (96)
39- #elif defined(WOLFBOOT_SIGN_ECC521 ) || defined(WOLFBOOT_SECONDARY_SIGN_ECC521 )
39+ #elif defined(WOLFBOOT_SIGN_ECC521 ) || defined(WOLFBOOT_SIGN_SECONDARY_ECC521 )
4040#define ECC_IMAGE_SIGNATURE_SIZE (132)
4141#endif
4242
43- #if defined(WOLFBOOT_SIGN_RSA2048 ) || defined(WOLFBOOT_SECONDARY_SIGN_RSA2048 )
43+ #if defined(WOLFBOOT_SIGN_RSA2048 ) || defined(WOLFBOOT_SIGN_SECONDARY_RSA2048 )
4444#define RSA_IMAGE_SIGNATURE_SIZE (256)
45- #elif defined(WOLFBOOT_SIGN_RSA3072 ) || defined(WOLFBOOT_SECONDARY_SIGN_RSA3072 )
45+ #elif defined(WOLFBOOT_SIGN_RSA3072 ) || defined(WOLFBOOT_SIGN_SECONDARY_RSA3072 )
4646#define RSA_IMAGE_SIGNATURE_SIZE (384)
47- #elif defined(WOLFBOOT_SIGN_RSA4096 ) || defined(WOLFBOOT_SECONDARY_SIGN_RSA4096 )
47+ #elif defined(WOLFBOOT_SIGN_RSA4096 ) || defined(WOLFBOOT_SIGN_SECONDARY_RSA4096 )
4848#define RSA_IMAGE_SIGNATURE_SIZE (512)
4949#endif
5050
You can’t perform that action at this time.
0 commit comments