Roberto Vargas | e92111a | 2018-05-22 16:05:42 +0100 | [diff] [blame] | 1 | # |
Govindraj Raja | eee28e7 | 2023-08-01 15:52:40 -0500 | [diff] [blame] | 2 | # Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. |
Roberto Vargas | e92111a | 2018-05-22 16:05:42 +0100 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
Sathees Balya | f5ec500 | 2018-10-18 19:14:21 +0100 | [diff] [blame] | 6 | # Format: |
Sathees Balya | d6839ef | 2018-10-31 14:05:08 +0000 | [diff] [blame] | 7 | # lib function [patch] |
Sathees Balya | f5ec500 | 2018-10-18 19:14:21 +0100 | [diff] [blame] | 8 | # Add "patch" at the end of the line to patch a function. For example: |
Sathees Balya | d6839ef | 2018-10-31 14:05:08 +0000 | [diff] [blame] | 9 | # mbedtls mbedtls_memory_buffer_alloc_init patch |
| 10 | # Holes can be introduced in the table by using a special keyword "reserved". |
| 11 | # Example: |
| 12 | # reserved reserved |
| 13 | # The jump table will contain an invalid instruction instead of branch |
Roberto Vargas | e92111a | 2018-05-22 16:05:42 +0100 | [diff] [blame] | 14 | |
Sathees Balya | d6839ef | 2018-10-31 14:05:08 +0000 | [diff] [blame] | 15 | rom rom_lib_init |
| 16 | fdt fdt_getprop_namelen |
| 17 | fdt fdt_setprop_inplace |
| 18 | fdt fdt_check_header |
| 19 | fdt fdt_node_offset_by_compatible |
Alexei Fedorov | 2de82fc | 2020-01-29 16:21:28 +0000 | [diff] [blame] | 20 | fdt fdt_setprop_inplace_namelen_partial |
Sathees Balya | d6839ef | 2018-10-31 14:05:08 +0000 | [diff] [blame] | 21 | mbedtls mbedtls_asn1_get_alg |
| 22 | mbedtls mbedtls_asn1_get_alg_null |
| 23 | mbedtls mbedtls_asn1_get_bitstring_null |
| 24 | mbedtls mbedtls_asn1_get_bool |
| 25 | mbedtls mbedtls_asn1_get_int |
| 26 | mbedtls mbedtls_asn1_get_tag |
| 27 | mbedtls mbedtls_free |
| 28 | mbedtls mbedtls_md |
| 29 | mbedtls mbedtls_md_get_size |
| 30 | mbedtls mbedtls_memory_buffer_alloc_init |
| 31 | mbedtls mbedtls_oid_get_md_alg |
| 32 | mbedtls mbedtls_oid_get_numeric_string |
| 33 | mbedtls mbedtls_oid_get_pk_alg |
| 34 | mbedtls mbedtls_oid_get_sig_alg |
| 35 | mbedtls mbedtls_pk_free |
| 36 | mbedtls mbedtls_pk_init |
| 37 | mbedtls mbedtls_pk_parse_subpubkey |
| 38 | mbedtls mbedtls_pk_verify_ext |
| 39 | mbedtls mbedtls_platform_set_snprintf |
| 40 | mbedtls mbedtls_x509_get_rsassa_pss_params |
| 41 | mbedtls mbedtls_x509_get_sig_alg |
| 42 | mbedtls mbedtls_md_info_from_type |
| 43 | c exit |
| 44 | c atexit |