mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 10:34:19 +00:00

This change allows patching of functions in the romlib. This can be done by adding "patch" at the end of the jump table entry for the function that needs to be patched in the file jmptbl.i. Functions patched in the jump table list will be built as part of the BL image and the romlib version will not be used Change-Id: Iefb200cb86e2a4b61ad3ee6180d3ecc39bad537f Signed-off-by: Sathees Balya <sathees.balya@arm.com>
39 lines
No EOL
1.2 KiB
OpenEdge ABL
39 lines
No EOL
1.2 KiB
OpenEdge ABL
#
|
|
# Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
# Format:
|
|
# index lib function [patch]
|
|
# Add "patch" at the end of the line to patch a function. For example:
|
|
# 14 mbedtls mbedtls_memory_buffer_alloc_init patch
|
|
|
|
0 rom rom_lib_init
|
|
1 fdt fdt_getprop_namelen
|
|
2 fdt fdt_setprop_inplace
|
|
3 fdt fdt_check_header
|
|
4 fdt fdt_node_offset_by_compatible
|
|
5 mbedtls mbedtls_asn1_get_alg
|
|
6 mbedtls mbedtls_asn1_get_alg_null
|
|
7 mbedtls mbedtls_asn1_get_bitstring_null
|
|
8 mbedtls mbedtls_asn1_get_bool
|
|
9 mbedtls mbedtls_asn1_get_int
|
|
10 mbedtls mbedtls_asn1_get_tag
|
|
11 mbedtls mbedtls_free
|
|
12 mbedtls mbedtls_md
|
|
13 mbedtls mbedtls_md_get_size
|
|
14 mbedtls mbedtls_memory_buffer_alloc_init
|
|
15 mbedtls mbedtls_oid_get_md_alg
|
|
16 mbedtls mbedtls_oid_get_numeric_string
|
|
17 mbedtls mbedtls_oid_get_pk_alg
|
|
18 mbedtls mbedtls_oid_get_sig_alg
|
|
19 mbedtls mbedtls_pk_free
|
|
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 |