commit | 8753024e590d0341145837603304b240bbf2b540 | [log] [tgz] |
---|---|---|
author | Joel Hutton <Joel.Hutton@Arm.com> | Mon Apr 08 15:46:36 2019 +0100 |
committer | Saheer Babu <saheer.babu@arm.com> | Tue Jan 21 12:24:59 2025 +0000 |
tree | ee88100c271d2a19d5f7435d0bbef7745aed66f1 | |
parent | b308d0177bd8ff8008e6ae6a9d30362309a43e6f [diff] |
Makefile: Enable strict align arch minor version Add -mstrict-align flag, and -march minor version. These are needed to prevent compilers generating unaligned accesses and enable architectural features respectively. Enable the SCTLR.A and SCTLR.SA alignment checks in all images. TF test has several cases of code which enable the alignment checks. Change-Id: I9a0413786caf94d0abf376aa1b4fb54fc7f2f355 Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>