Sathees Balya | d6839ef | 2018-10-31 14:05:08 +0000 | [diff] [blame] | 1 | # |
Manish V Badarkhe | 8cad2e1 | 2024-12-03 21:46:51 +0000 | [diff] [blame] | 2 | # Copyright (c) 2018-2024, Arm Limited and Contributors. All rights reserved. |
Sathees Balya | d6839ef | 2018-10-31 14:05:08 +0000 | [diff] [blame] | 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 | |
John Tsichritzis | aec19d3 | 2019-03-08 16:54:13 +0000 | [diff] [blame] | 17 | rom rom_lib_init |
Andre Przywara | 6cf6a1b | 2020-03-30 23:21:13 +0100 | [diff] [blame] | 18 | fdt fdt_getprop |
Madhukar Pappireddy | 361c1b3 | 2020-03-24 10:03:34 -0500 | [diff] [blame] | 19 | fdt fdt_get_property |
John Tsichritzis | aec19d3 | 2019-03-08 16:54:13 +0000 | [diff] [blame] | 20 | fdt fdt_getprop_namelen |
| 21 | fdt fdt_setprop_inplace |
| 22 | fdt fdt_check_header |
| 23 | fdt fdt_node_offset_by_compatible |
Alexei Fedorov | 2de82fc | 2020-01-29 16:21:28 +0000 | [diff] [blame] | 24 | fdt fdt_setprop_inplace_namelen_partial |
Louis Mayencourt | 6d2b573 | 2019-12-17 13:17:25 +0000 | [diff] [blame] | 25 | fdt fdt_first_subnode |
| 26 | fdt fdt_next_subnode |
Andre Przywara | e183e15 | 2020-03-26 11:57:43 +0000 | [diff] [blame] | 27 | fdt fdt_parent_offset |
Andre Przywara | 4a1c874 | 2020-03-26 12:11:34 +0000 | [diff] [blame] | 28 | fdt fdt_stringlist_search |
Andre Przywara | a0eaca5 | 2020-03-26 12:52:06 +0000 | [diff] [blame] | 29 | fdt fdt_get_alias_namelen |
| 30 | fdt fdt_path_offset |
| 31 | fdt fdt_path_offset_namelen |
Madhukar Pappireddy | 596fe0a | 2020-06-15 17:19:09 -0500 | [diff] [blame] | 32 | fdt fdt_address_cells |
| 33 | fdt fdt_size_cells |
Madhukar Pappireddy | 361c1b3 | 2020-03-24 10:03:34 -0500 | [diff] [blame] | 34 | fdt fdt_get_name |
| 35 | fdt fdt_get_alias |
| 36 | fdt fdt_node_offset_by_phandle |
Manish V Badarkhe | 3de9e41 | 2022-04-19 09:40:15 +0100 | [diff] [blame] | 37 | fdt fdt_subnode_offset |
| 38 | fdt fdt_add_subnode |
John Tsichritzis | aec19d3 | 2019-03-08 16:54:13 +0000 | [diff] [blame] | 39 | c exit |
| 40 | c atexit |