Skip to content

Commit b44eee8

Browse files
tbourgoiPatrice Chotard
authored andcommitted
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> Change-Id: I8959c08573ed5f344929a3ab00293974c349e3ff Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/430382 ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> ACI: CIBUILD <MDG-smet-aci-builds@list.st.com> Reviewed-by: Patrice CHOTARD <patrice.chotard@foss.st.com> Domain-Review: Yann GAUTIER <yann.gautier@foss.st.com>
1 parent 4b53fef commit b44eee8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm/mach-stm32mp/cmd_stm32key.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ const struct stm32key stm32mp21_list[] = {
9494
.size = 8,
9595
.key_format = format2,
9696
},
97+
{
98+
.name = "ADAC-ROTPKH",
99+
.desc = "Authenticated Debug Access Control Root Of Trust Public Key Hash",
100+
.start = 238,
101+
.size = 8,
102+
.key_format = format2,
103+
},
97104
{
98105
.name = "FIP-EDMK",
99106
.desc = "Encryption/Decryption Master Key for FIP",

0 commit comments

Comments
 (0)