]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
feat(stm32mp1): remove unused function from boot API
authorLionel Debieve <lionel.debieve@foss.st.com>
Wed, 5 Oct 2022 14:29:38 +0000 (16:29 +0200)
committerLionel Debieve <lionel.debieve@foss.st.com>
Mon, 14 Nov 2022 10:25:01 +0000 (11:25 +0100)
Remove old library access from ROM library that is no more
used.

Change-Id: I9b91f1efd6ff9d311b69ca36f60474f01268c221
Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com>
plat/st/stm32mp1/include/boot_api.h

index 763841823ed77b1f37fba6d452701c53fb465ef7..0d397bdc0422c3c3c829a59220571f0487908fcc 100644 (file)
@@ -232,21 +232,14 @@ typedef struct {
 #if STM32MP15
        /*
         * Pointers to bootROM External Secure Services
-        * - ECDSA check key
         * - ECDSA verify signature
-        * - ECDSA verify signature and go
         */
-       uint32_t (*bootrom_ecdsa_check_key)(uint8_t *pubkey_in,
-                                           uint8_t *pubkey_out);
+       uint32_t reserved3;
        uint32_t (*bootrom_ecdsa_verify_signature)(uint8_t *hash_in,
                                                   uint8_t *pubkey_in,
                                                   uint8_t *signature,
                                                   uint32_t ecc_algo);
-       uint32_t (*bootrom_ecdsa_verify_and_go)(uint8_t *hash_in,
-                                               uint8_t *pub_key_in,
-                                               uint8_t *signature,
-                                               uint32_t ecc_algo,
-                                               uint32_t *entry_in);
+       uint32_t reserved4;
 #endif
        /*
         * Information specific to an SD boot