mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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>
This commit is contained in:
committed by
Patrice Chotard
parent
c258621b5e
commit
bd6fd26f15
@@ -94,6 +94,13 @@ const struct stm32key stm32mp21_list[] = {
|
||||
.size = 8,
|
||||
.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",
|
||||
|
||||
Reference in New Issue
Block a user