Skip to content

Commit 25bca04

Browse files
dgarskedanielinux
authored andcommitted
Increase size limits by 38 bytes (due to v5.6.3 update).
1 parent 1d6c421 commit 25bca04

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tools/test.mk

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ test-sim-external-flash-with-enc-update: wolfboot.bin test-app/image.elf FORCE
158158
$(Q)dd if=/dev/zero bs=$$(($(WOLFBOOT_PARTITION_SIZE))) count=1 2>/dev/null | tr "\000" "\377" > v1_part.dd
159159
$(Q)dd if=test-app/image_v1_signed.bin bs=256 of=v1_part.dd conv=notrunc
160160
$(Q)$(BINASSEMBLE) internal_flash.dd 0 wolfboot.bin \
161-
$$(($(WOLFBOOT_PARTITION_BOOT_ADDRESS) - $(ARCH_FLASH_OFFSET))) v1_part.dd
161+
$$(($(WOLFBOOT_PARTITION_BOOT_ADDRESS) - $(ARCH_FLASH_OFFSET))) v1_part.dd
162162
$(Q)dd if=/dev/zero bs=$$(($(WOLFBOOT_SECTOR_SIZE))) count=1 2>/dev/null | tr "\000" "\377" > erased_sec.dd
163163
$(Q)$(BINASSEMBLE) external_flash.dd 0 test-app/image_v$(TEST_UPDATE_VERSION)_signed_and_encrypted.bin \
164164
$(WOLFBOOT_PARTITION_SIZE) erased_sec.dd
@@ -923,27 +923,27 @@ test-all: clean
923923
test-size-all:
924924
make test-size SIGN=NONE LIMIT=4683
925925
make keysclean
926-
make test-size SIGN=ED25519 LIMIT=11312
926+
make test-size SIGN=ED25519 LIMIT=11350
927927
make keysclean
928-
make test-size SIGN=ECC256 LIMIT=22174
928+
make test-size SIGN=ECC256 LIMIT=22212
929929
make keysclean
930-
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13608
930+
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13646
931931
make keysclean
932-
make test-size SIGN=RSA2048 LIMIT=11106
932+
make test-size SIGN=RSA2048 LIMIT=11144
933933
make keysclean
934-
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11074
934+
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11112
935935
make keysclean
936-
make test-size SIGN=RSA4096 LIMIT=11464
936+
make test-size SIGN=RSA4096 LIMIT=11502
937937
make keysclean
938-
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=11384
938+
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=11422
939939
make keysclean
940-
make test-size SIGN=ECC384 LIMIT=17512
940+
make test-size SIGN=ECC384 LIMIT=17550
941941
make keysclean
942-
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=15044
942+
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=15082
943943
make keysclean
944-
make test-size SIGN=ED448 LIMIT=13355
944+
make test-size SIGN=ED448 LIMIT=13394
945945
make keysclean
946-
make test-size SIGN=RSA3072 LIMIT=11304
946+
make test-size SIGN=RSA3072 LIMIT=11342
947947
make keysclean
948-
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=11178
948+
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=11216
949949
make keysclean

0 commit comments

Comments
 (0)