arm-trusted-firmware/lib/romlib
Roberto Vargas 5accce5bcc Add support for romlib in the build system
Romlib is a new image that is stored in ROM and contains the code of
several libraries that can be shared between different images. All
the functions within in the library are accessed using a jump table
which allows to update the romlib image whithout changing the binary
compatibility. This jump table can be also stored in RAM and it can
allow to patch a romlib with potential bugs fixes..

Change-Id: If980ccdaca24b7aaca900e32acc68baf6f94ab35
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
2018-08-03 11:31:42 +01:00
..
Makefile Add support for romlib in the build system 2018-08-03 11:31:42 +01:00
gentbl.sh Add support for romlib in the build system 2018-08-03 11:31:42 +01:00
genvar.sh Add support for romlib in the build system 2018-08-03 11:31:42 +01:00
genwrappers.sh Add support for romlib in the build system 2018-08-03 11:31:42 +01:00
init.s Add support for romlib in the build system 2018-08-03 11:31:42 +01:00
jmptbl.i Add support for romlib in the build system 2018-08-03 11:31:42 +01:00
romlib.ld.S Add support for romlib in the build system 2018-08-03 11:31:42 +01:00