arm-trusted-firmware/plat/arm/css/sgm
Antonio Nino Diaz 234bc7f88e plat/arm: Fix header dependencies
From now on, platform_def.h must include any header with definitions that
are platform-specific (like arm_def.h) and the included headers mustn't
include back platform_def.h, and shouldn't be used by other files. Only
platform_def.h should be included in other files. This will ensure that all
needed definitions are present, rather than needing to include all the
headers in all the definitions' headers just in case.

This also prevents problems like cyclic dependencies.

Change-Id: I9d3cf4d1de4b956fa035c79545222697acdaf5ca
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2019-01-15 14:19:50 +00:00
..
aarch64 plat/arm: relocate the jump_if_cpu_midr macro. 2018-10-15 13:08:52 +05:30
fdts Support shared Mbed TLS heap for SGM 2018-09-04 10:33:08 +01:00
include Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
tsp plat/arm: Add support for SGM775 2018-08-03 17:42:54 +01:00
sgm-common.mk Fix a variable expansion in Arm platform makefiles 2019-01-07 15:36:51 +01:00
sgm_bl1_setup.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sgm_bl31_setup.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sgm_interconnect.c plat/arm: Mark arm platform initialization functions 2018-10-03 11:48:15 +01:00
sgm_mmap_config.c plat/arm: Fix header dependencies 2019-01-15 14:19:50 +00:00
sgm_plat_config.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sgm_security.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sgm_topology.c plat/arm: Add support for SGM775 2018-08-03 17:42:54 +01:00