meta-digi/meta-digi-arm/dynamic-layers/stm-st-stm32mp/recipes-bsp
Javier Viguera 8293eddb57 tf-a-stm32mp: force verbose hexdump for FIP encryption key
When TrustFence encryption is enabled, the TF-A recipe converts the
binary FIP encryption key to a hexadecimal string and passes it to the
TF-A build as ENC_KEY.

hexdump suppresses repeated output by default and emits '*' when it folds
duplicate data. If that happens while converting the key, the generated
ENC_KEY contains the '*' marker instead of the full hex string. The
malformed value then breaks the make command line, and make can interpret
the remaining key fragment as a target, failing for example with:

make ... ENC_KEY=13eb911dfcc316b1b99bbbbf10a7000c3055e863* 166d3c8c9cd6f888b720a9 all
make: *** No rule to make target '166d3c8c9cd6f888b720a9'.  Stop.

Use hexdump -v so every byte of the binary key is emitted and ENC_KEY is
always a complete, contiguous hex string.

https://onedigi.atlassian.net/browse/DEL-10115

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2026-05-13 12:12:34 +02:00
..
drivers stm-st-stm32mp: gcnano: Fix Kernel NULL pointer on forced system shutdown 2025-01-27 20:52:43 +01:00
fip-stm32mp trustfence: add encrypted boot artifact support for STM platforms 2025-10-06 17:15:17 +02:00
trusted-firmware-a tf-a-stm32mp: force verbose hexdump for FIP encryption key 2026-05-13 12:12:34 +02:00
trusted-firmware-m stm-st-stm32mp: tf-m-stm32mp-scripts: fix SDK build issue due to wrong UID ownership 2026-03-23 21:45:00 +01:00