arm-trusted-firmware/plat/arm/board/n1sdp
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: Introduce the N1SDP. 2018-10-29 17:50:31 +05:30
include plat/arm: Fix header dependencies 2019-01-15 14:19:50 +00:00
n1sdp_bl31_setup.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
n1sdp_interconnect.c plat/arm: Introduce the N1SDP. 2018-10-29 17:50:31 +05:30
n1sdp_plat.c plat/arm: Fix header dependencies 2019-01-15 14:19:50 +00:00
n1sdp_security.c plat/arm: Introduce the N1SDP. 2018-10-29 17:50:31 +05:30
n1sdp_topology.c plat/arm: Introduce the N1SDP. 2018-10-29 17:50:31 +05:30
platform.mk plat/arm/n1sdp: define the uart constants for N1SDP 2019-01-07 20:48:45 +05:30