diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-03-26 10:51:39 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-04-02 12:33:18 +0900 |
commit | 9fb288a03ed2ced7706defbbf78f008e921e17e2 (patch) | |
tree | e1916afee644c57e87d40cd4986dc2c849468173 /common | |
parent | 0a43db84af8cafaf35155d0e96e679b79a775272 (diff) | |
download | platform_external_arm-trusted-firmware-9fb288a03ed2ced7706defbbf78f008e921e17e2.tar.gz platform_external_arm-trusted-firmware-9fb288a03ed2ced7706defbbf78f008e921e17e2.tar.bz2 platform_external_arm-trusted-firmware-9fb288a03ed2ced7706defbbf78f008e921e17e2.zip |
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>
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions