romlib: Add platform specific jump table list
authorSathees Balya <sathees.balya@arm.com>
Wed, 31 Oct 2018 14:05:08 +0000 (14:05 +0000)
committerSathees Balya <sathees.balya@arm.com>
Tue, 18 Dec 2018 13:55:47 +0000 (13:55 +0000)
commit8b9a0de440223fb0820168c5a28e9dc4b46b153a
tree24c18750852206554120acc789d96015275961e1
parente01065472a588c4f7f52f88654c5b991498eb3dc
romlib: Add platform specific jump table list

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>
Makefile
lib/romlib/Makefile
lib/romlib/gentbl.sh
lib/romlib/genwrappers.sh
lib/romlib/jmptbl.i
plat/arm/board/fvp/jmptbl.i [new file with mode: 0644]
plat/arm/board/juno/jmptbl.i [new file with mode: 0644]