• Roberto Vargas's avatar
    Add support for romlib in the build system · 5accce5b
    Roberto Vargas authored
    
    
    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: default avatarRoberto Vargas <roberto.vargas@arm.com>
    5accce5b
build_macros.mk 15.9 KB