chore: update to use Arm word across TF-AAlign entire TF-A to use Arm in copyright header.Change-Id: Ief9992169efdab61d0da6bd8c5180de7a4bc2244Signed-off-by: Govindraj Raja <govindraj.raja@arm.co
chore: update to use Arm word across TF-AAlign entire TF-A to use Arm in copyright header.Change-Id: Ief9992169efdab61d0da6bd8c5180de7a4bc2244Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
show more ...
fix: libc: use long for 64-bit types on aarch64Use long instead of long long on aarch64 for 64_t stdint types.Introduce inttypes.h to properly support printf format specifiers forfixed width type
fix: libc: use long for 64-bit types on aarch64Use long instead of long long on aarch64 for 64_t stdint types.Introduce inttypes.h to properly support printf format specifiers forfixed width types for such change.Change-Id: I0bca594687a996fde0a9702d7a383055b99f10a1Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Introduce lightweight BL platform parameter libraryThis patch adds some common helper code to support a lightweightplatform parameter passing framework between BLs that has already beenused on Ro
Introduce lightweight BL platform parameter libraryThis patch adds some common helper code to support a lightweightplatform parameter passing framework between BLs that has already beenused on Rockchip platforms but is more widely useful to others as well.It can be used as an implementation for the SoC firmware configurationfile mentioned in the docs, and is primarily intended for platformsthat only require a handful of values to be passed and want to get bywithout a libfdt dependency. Parameters are stored in a linked list andthe parameter space is split in generic and vendor-specific parametertypes. Generic types will be handled by this code whereasvendor-specific types have to be handled by a vendor-specific handlerfunction that gets passed in.Change-Id: If3413d44e86b99d417294ce8d33eb2fc77a6183fSigned-off-by: Julius Werner <jwerner@chromium.org>