arm-trusted-firmware/bl1
Masahiro Yamada 9fb288a03e linker_script: move more common code to bl_common.ld.h
These are mostly used to collect data from special structure,
and repeated in many linker scripts.

To differentiate the alignment size between aarch32/aarch64, I added
a new macro STRUCT_ALIGN.

While I moved the PMF_SVC_DESCS, I dropped #if ENABLE_PMF conditional.
As you can see in include/lib/pmf/pmf_helpers.h, PMF_REGISTER_SERVICE*
are no-op when ENABLE_PMF=0. So, pmf_svc_descs and pmf_timestamp_array
data are not populated.

Change-Id: I3f4ab7fa18f76339f1789103407ba76bda7e56d0
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2020-04-02 12:33:18 +09:00
..
aarch32 aarch32: stop speculative execution past exception returns 2020-03-01 06:44:30 -06:00
aarch64 coverity: Fix MISRA null pointer violations 2020-02-05 14:53:02 -06:00
tbbr Coverity: remove unnecessary header file includes 2020-02-04 10:23:51 -06:00
bl1.ld.S linker_script: move more common code to bl_common.ld.h 2020-04-02 12:33:18 +09:00
bl1.mk Add support for Branch Target Identification 2019-05-24 14:44:45 +01:00
bl1_fwu.c coverity: fix MISRA violations 2020-02-18 10:47:46 -06:00
bl1_main.c coverity: fix MISRA violations 2020-02-18 10:47:46 -06:00
bl1_private.h coverity: fix MISRA violations 2020-02-18 10:47:46 -06:00