Home
last modified time | relevance | path

Searched hist:"205 e39dd98161b4de4cebdcda5b220563d08255f" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/arm/plat-imx/
H A Dconf.mk205e39dd98161b4de4cebdcda5b220563d08255f Thu Mar 27 15:38:50 UTC 2025 Ricardo Salveti <ricardo@foundries.io> core: imx: disable CFG_CORE_HUK_SUBKEY_COMPAT_USE_OTP_DIE_ID with se05x

Commit fc80dabbd5a7 ("core: imx: enable
CFG_CORE_HUK_SUBKEY_COMPAT_USE_OTP_DIE_ID by default") created a
regression when se05x is used on iMX platforms, as its own
implementation of tee_otp_get_die_id cannot be called so early in the
boot process, since the stack itself is not properly initialized at that
time.

Forcely disable CFG_CORE_HUK_SUBKEY_COMPAT_USE_OTP_DIE_ID when se05x is
used to restore back to the previous working behavior.

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Acked-by: Jorge Ramirez-Ortiz <jorge@foundries.io>
Acked-by: Sahil Malhotra <sahil.malhotra@nxp.com>