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>
1 parent 6c37334 commit 5accce5bcc211c08e80c638acbd01099af81cc37
@Roberto Vargas Roberto Vargas authored on 22 May 2018
Showing 11 changed files
View
Makefile
View
include/common/romlib.h 0 → 100644
View
lib/romlib/Makefile 0 → 100644
View
lib/romlib/gentbl.sh 0 → 100755
View
lib/romlib/genvar.sh 0 → 100755
View
lib/romlib/genwrappers.sh 0 → 100755
View
lib/romlib/init.s 0 → 100644
View
lib/romlib/jmptbl.i 0 → 100644
View
lib/romlib/romlib.ld.S 0 → 100644
View
make_helpers/build_macros.mk
View
make_helpers/defaults.mk