commit | aa8ef3fda24d5d53252c1d7b3290e15a5fca4147 | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Fri May 05 09:09:36 2023 -0500 |
committer | Manish Pandey <manish.pandey2@arm.com> | Tue May 09 10:01:02 2023 +0100 |
tree | 4d5dcef279f89262c95b506ecee516fcc58463ec | |
parent | abeaf171593f0c895a9ad89a2886168f4afd4753 [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 TF-A there are various reasons to access to the lower address ranges, example using mmio_read_*/writes_* So setup to allow access to lower addresses while using gcc-12 Change-Id: Id1b4012b13bc6876d83b90a347fee12478a1921d Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>