commit | 1428fce88c3853cc1773cdcf193232fe15d8557a | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Mon Jan 23 18:02:43 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Feb 03 17:19:08 2023 +0100 |
tree | 46be3e3b2690d78b5465cf26a3f95de7237ad8e8 | |
parent | d0747e2ed6dd0b2458d13ef9dce77735ecc2a918 [diff] |
core: gic: rename macros GIC_SGI, GIC_PPI and GIC_SPI Renames OP-TEE core macros GIC_SGI(), GIC_PPI() and GIC_SPI() to GIC_xxx_TO_ITNUM() to prevent collision with macros GIC_SPI and CFG_PPI defined in GIC DT bindings. Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers