]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(build): allow lower address access with gcc-12
authorGovindraj Raja <govindraj.raja@arm.com>
Fri, 5 May 2023 14:09:36 +0000 (09:09 -0500)
committerManish Pandey <manish.pandey2@arm.com>
Tue, 9 May 2023 09:01:02 +0000 (10:01 +0100)
commitdea23e245fb890c6c06eff7d1aed8fffa981fc05
tree4d5dcef279f89262c95b506ecee516fcc58463ec
parent865aff3066f270d0890e85a69f6690f775b5bacc
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>
Makefile
make_helpers/build_macros.mk