From 8f191b9f3adf0cabcb02837d9fb6924ac81d17cf Mon Sep 17 00:00:00 2001 From: Brett Nicholas <7547222+bigbrett@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:42:13 -0600 Subject: [PATCH] enable WOLFBOOT_IMG_HASH_ONESHOT for all AURIX configs --- config/examples/aurix-tc375-ecc.config | 1 + config/examples/aurix-tc375-elf-ecc.config | 1 + config/examples/aurix-tc375-elf-wolfHSM-certs-ecc.config | 1 + config/examples/aurix-tc375-elf-wolfHSM-certs-rsa4096.config | 1 + config/examples/aurix-tc375-elf-wolfHSM-ecc.config | 1 + config/examples/aurix-tc375-hsm-ecc.config | 1 + .../aurix-tc375-hsm-self-update-wolfHSM-certs-rsa4096.config | 1 + config/examples/aurix-tc375-hsm-wolfHSM-certs-ecc.config | 1 + config/examples/aurix-tc375-hsm-wolfHSM-certs-rsa4096.config | 1 + 9 files changed, 9 insertions(+) diff --git a/config/examples/aurix-tc375-ecc.config b/config/examples/aurix-tc375-ecc.config index 11ab9c0b..0f7ac970 100644 --- a/config/examples/aurix-tc375-ecc.config +++ b/config/examples/aurix-tc375-ecc.config @@ -16,6 +16,7 @@ FLAGS_INVERT=1 FLASH_MULTI_SECTOR_ERASE=1 DEBUG_UART=1 PRINTF_ENABLED=1 +WOLFBOOT_IMG_HASH_ONESHOT=1 ARCH_FLASH_OFFSET=0x800A0000 WOLFBOOT_SECTOR_SIZE=0x4000 diff --git a/config/examples/aurix-tc375-elf-ecc.config b/config/examples/aurix-tc375-elf-ecc.config index 2a72217d..5dc89c7a 100644 --- a/config/examples/aurix-tc375-elf-ecc.config +++ b/config/examples/aurix-tc375-elf-ecc.config @@ -16,6 +16,7 @@ FLAGS_INVERT=1 FLASH_MULTI_SECTOR_ERASE=1 DEBUG_UART=1 PRINTF_ENABLED=1 +WOLFBOOT_IMG_HASH_ONESHOT=1 # ELF loading specific configuration ELF=1 diff --git a/config/examples/aurix-tc375-elf-wolfHSM-certs-ecc.config b/config/examples/aurix-tc375-elf-wolfHSM-certs-ecc.config index 7be4b5bb..07a35b77 100644 --- a/config/examples/aurix-tc375-elf-wolfHSM-certs-ecc.config +++ b/config/examples/aurix-tc375-elf-wolfHSM-certs-ecc.config @@ -16,6 +16,7 @@ FLAGS_INVERT=1 FLASH_MULTI_SECTOR_ERASE=1 DEBUG_UART=1 PRINTF_ENABLED=1 +WOLFBOOT_IMG_HASH_ONESHOT=1 # wolfHSM options WOLFHSM_CLIENT=1 diff --git a/config/examples/aurix-tc375-elf-wolfHSM-certs-rsa4096.config b/config/examples/aurix-tc375-elf-wolfHSM-certs-rsa4096.config index 2cefe091..303753dd 100644 --- a/config/examples/aurix-tc375-elf-wolfHSM-certs-rsa4096.config +++ b/config/examples/aurix-tc375-elf-wolfHSM-certs-rsa4096.config @@ -16,6 +16,7 @@ FLAGS_INVERT=1 FLASH_MULTI_SECTOR_ERASE=1 DEBUG_UART=1 PRINTF_ENABLED=1 +WOLFBOOT_IMG_HASH_ONESHOT=1 # wolfHSM options WOLFHSM_CLIENT=1 diff --git a/config/examples/aurix-tc375-elf-wolfHSM-ecc.config b/config/examples/aurix-tc375-elf-wolfHSM-ecc.config index 393f2697..fed0044d 100644 --- a/config/examples/aurix-tc375-elf-wolfHSM-ecc.config +++ b/config/examples/aurix-tc375-elf-wolfHSM-ecc.config @@ -16,6 +16,7 @@ FLAGS_INVERT=1 FLASH_MULTI_SECTOR_ERASE=1 DEBUG_UART=1 PRINTF_ENABLED=1 +WOLFBOOT_IMG_HASH_ONESHOT=1 WOLFHSM_CLIENT=1 # ELF loading specific configuration diff --git a/config/examples/aurix-tc375-hsm-ecc.config b/config/examples/aurix-tc375-hsm-ecc.config index 36c4fa0c..38db3e0b 100644 --- a/config/examples/aurix-tc375-hsm-ecc.config +++ b/config/examples/aurix-tc375-hsm-ecc.config @@ -16,6 +16,7 @@ FLAGS_INVERT=1 FLASH_MULTI_SECTOR_ERASE=1 DEBUG_UART=1 PRINTF_ENABLED=1 +WOLFBOOT_IMG_HASH_ONESHOT=1 ARCH_FLASH_OFFSET=0x80028000 WOLFBOOT_SECTOR_SIZE=0x4000 diff --git a/config/examples/aurix-tc375-hsm-self-update-wolfHSM-certs-rsa4096.config b/config/examples/aurix-tc375-hsm-self-update-wolfHSM-certs-rsa4096.config index d014ec43..8fb9e847 100644 --- a/config/examples/aurix-tc375-hsm-self-update-wolfHSM-certs-rsa4096.config +++ b/config/examples/aurix-tc375-hsm-self-update-wolfHSM-certs-rsa4096.config @@ -16,6 +16,7 @@ FLAGS_INVERT=1 FLASH_MULTI_SECTOR_ERASE=1 DEBUG_UART=1 PRINTF_ENABLED=1 +WOLFBOOT_IMG_HASH_ONESHOT=1 # wolfHSM options WOLFHSM_SERVER=1 diff --git a/config/examples/aurix-tc375-hsm-wolfHSM-certs-ecc.config b/config/examples/aurix-tc375-hsm-wolfHSM-certs-ecc.config index db83dcb6..9a9bdf7c 100644 --- a/config/examples/aurix-tc375-hsm-wolfHSM-certs-ecc.config +++ b/config/examples/aurix-tc375-hsm-wolfHSM-certs-ecc.config @@ -16,6 +16,7 @@ FLAGS_INVERT=1 FLASH_MULTI_SECTOR_ERASE=1 DEBUG_UART=1 PRINTF_ENABLED=1 +WOLFBOOT_IMG_HASH_ONESHOT=1 # wolfHSM options WOLFHSM_SERVER=1 diff --git a/config/examples/aurix-tc375-hsm-wolfHSM-certs-rsa4096.config b/config/examples/aurix-tc375-hsm-wolfHSM-certs-rsa4096.config index af9feb15..f4caaa5e 100644 --- a/config/examples/aurix-tc375-hsm-wolfHSM-certs-rsa4096.config +++ b/config/examples/aurix-tc375-hsm-wolfHSM-certs-rsa4096.config @@ -16,6 +16,7 @@ FLAGS_INVERT=1 FLASH_MULTI_SECTOR_ERASE=1 DEBUG_UART=1 PRINTF_ENABLED=1 +WOLFBOOT_IMG_HASH_ONESHOT=1 # wolfHSM options WOLFHSM_SERVER=1