summaryrefslogtreecommitdiff
path: root/lib/romlib
diff options
context:
space:
mode:
authorSathees Balya <sathees.balya@arm.com>2018-11-14 11:57:10 +0000
committerSathees Balya <sathees.balya@arm.com>2018-11-22 17:26:57 +0000
commit032e3a6cd7f866da6a7ef9f6e05dc64649def528 (patch)
tree6c69b5f4411b13bd745a2873a91125311b78c516 /lib/romlib
parent6baf85b3e01a6c8295a53798bd92e26d517a4196 (diff)
romlib: Add calloc_free register function
Register functions have to be added to the jump table to allow patching in the future Change-Id: I57a885f7fc6290ea74a6096aea5b1867b2098eb7 Signed-off-by: Sathees Balya <sathees.balya@arm.com>
Diffstat (limited to 'lib/romlib')
-rw-r--r--lib/romlib/jmptbl.i13
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/romlib/jmptbl.i b/lib/romlib/jmptbl.i
index 5e33e0e1..5eca5aab 100644
--- a/lib/romlib/jmptbl.i
+++ b/lib/romlib/jmptbl.i
@@ -31,9 +31,10 @@
20 mbedtls mbedtls_pk_init
21 mbedtls mbedtls_pk_parse_subpubkey
22 mbedtls mbedtls_pk_verify_ext
-23 mbedtls mbedtls_platform_set_snprintf
-24 mbedtls mbedtls_x509_get_rsassa_pss_params
-25 mbedtls mbedtls_x509_get_sig_alg
-26 mbedtls mbedtls_md_info_from_type
-27 c exit
-28 c atexit \ No newline at end of file
+23 mbedtls mbedtls_platform_set_calloc_free
+24 mbedtls mbedtls_platform_set_snprintf
+25 mbedtls mbedtls_x509_get_rsassa_pss_params
+26 mbedtls mbedtls_x509_get_sig_alg
+27 mbedtls mbedtls_md_info_from_type
+28 c exit
+29 c atexit \ No newline at end of file