mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00

This patch allows platforms to define their own jump table list for library at ROM. The file has the list of functions to be used from library at ROM. It can also include other list files. Change-Id: I721c35d7dad3dcadbb3a7f3277bfd5d3e1f6e00a Signed-off-by: Sathees Balya <sathees.balya@arm.com>
17 lines
481 B
OpenEdge ABL
17 lines
481 B
OpenEdge ABL
#
|
|
# Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
# Platform specific romlib functions can be added or included here.
|
|
# The index in the output file will be generated cumulatively in the same
|
|
# order as it is given in this file.
|
|
# Output file can be found at: $BUILD_DIR/jmptbl.i
|
|
#
|
|
# Format:
|
|
# lib function [patch]
|
|
# Example:
|
|
# rom rom_lib_init
|
|
# fdt fdt_getprop_namelen patch
|
|
|
|
include ../../lib/romlib/jmptbl.i
|