]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
stm32mp: cmd_stm32key: add support of ADAC public key hash
authorThomas Bourgoin <thomas.bourgoin@foss.st.com>
Wed, 4 Feb 2026 10:20:50 +0000 (11:20 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 24 Feb 2026 16:47:46 +0000 (17:47 +0100)
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>
arch/arm/mach-stm32mp/cmd_stm32key.c

index d1432ba1e23a0fcbbc2487c7bf143813d6f1e314..4610841f8258681cac47b1a593a6fa5e7b07fb5b 100644 (file)
@@ -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",