diff options
| author | Thomas Bourgoin <thomas.bourgoin@foss.st.com> | 2026-02-04 11:20:50 +0100 |
|---|---|---|
| committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2026-02-24 17:47:46 +0100 |
| commit | bd6fd26f150c655d36735285cb900445a2b399a3 (patch) | |
| tree | 1af285f251e9f7cb96059f5e50077cc6c1a3d99d | |
| parent | c258621b5ef6c1a759198b603e9bb30a928ca2ef (diff) | |
stm32mp: cmd_stm32key: add support of ADAC public key hash
Add support of ADAC-PKH for STM32MP21.
Signed-off-by: Thomas Bourgoin <thomas.bourgoin@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
| -rw-r--r-- | arch/arm/mach-stm32mp/cmd_stm32key.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/cmd_stm32key.c b/arch/arm/mach-stm32mp/cmd_stm32key.c index d1432ba1e23..4610841f825 100644 --- a/arch/arm/mach-stm32mp/cmd_stm32key.c +++ b/arch/arm/mach-stm32mp/cmd_stm32key.c @@ -95,6 +95,13 @@ const struct stm32key stm32mp21_list[] = { .key_format = format2, }, { + .name = "ADAC-ROTPKH", + .desc = "Authenticated Debug Access Control Root Of Trust Public Key Hash", + .start = 238, + .size = 8, + .key_format = format2, + }, + { .name = "FIP-EDMK", .desc = "Encryption/Decryption Master Key for FIP", .start = 260, |
