commit | fecf4eec1485da3ff8cde7acff7dc5367c6abfe1 | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Fri May 05 09:15:43 2023 -0500 |
committer | Saheer Babu <saheer.babu@arm.com> | Tue Jan 21 12:28:48 2025 +0000 |
tree | a7a71bd96eb9aca4560dd96bca65071df3792bc3 | |
parent | cfe5652782da715a459196c5cc780f8b0ccdc2b2 [diff] |
fix(build): allow lower address access with gcc-12 With gcc-12 any lower address access can trigger a warning/error this would be useful in other parts of system but in TFTF there are various reasons to access to the lower address ranges for tests, example using mmio_read_*/writes_* So setup to allow access to lower addresses while using gcc-12 Change-Id: I3153fd4545e79d14151249fcb5a395c9e61a771a Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>