1 # 2 # Copyright (c) 2018-2024, Arm Limited and Contributors. All rights reserved. 3 # 4 # SPDX-License-Identifier: BSD-3-Clause 5 # 6 # Platform specific romlib functions can be added or included here. 7 # The index in the output file will be generated cumulatively in the same 8 # order as it is given in this file. 9 # Output file can be found at: $BUILD_DIR/jmptbl.i 10 # 11 # Format: 12 # lib function [patch] 13 # Example: 14 # rom rom_lib_init 15 # fdt fdt_getprop_namelen patch 16 17 rom rom_lib_init 18 fdt fdt_getprop 19 fdt fdt_get_property 20 fdt fdt_getprop_namelen 21 fdt fdt_setprop_inplace 22 fdt fdt_check_header 23 fdt fdt_node_offset_by_compatible 24 fdt fdt_setprop_inplace_namelen_partial 25 fdt fdt_first_subnode 26 fdt fdt_next_subnode 27 fdt fdt_parent_offset 28 fdt fdt_stringlist_search 29 fdt fdt_get_alias_namelen 30 fdt fdt_path_offset 31 fdt fdt_path_offset_namelen 32 fdt fdt_address_cells 33 fdt fdt_size_cells 34 fdt fdt_get_name 35 fdt fdt_get_alias 36 fdt fdt_node_offset_by_phandle 37 fdt fdt_subnode_offset 38 fdt fdt_add_subnode 39 c exit 40 c atexit 41