arm-trusted-firmware/plat/arm/css/sgi
Sughosh Ganu d9cc9372e1 SGI: Include arm_spm_def.h in platform_def.h
Include arm_spm_def.h in the platform_def.h file. Without this
inclusion, we get build errors like

In file included from services/std_svc/spm/sp_setup.c:12:0:
services/std_svc/spm/sp_setup.c: In function 'spm_sp_setup':
services/std_svc/spm/sp_setup.c:61:57: error: 'PLAT_SPM_BUF_BASE'
  undeclared (first use in this function)
  write_ctx_reg(get_gpregs_ctx(ctx), CTX_GPREG_X0, PLAT_SPM_BUF_BASE);

Now that the platform_def.h includes arm_spm_def.h, remove inclusion
of platform_def.h in arm_spm_def.h to remove the circular dependency.

Change-Id: I5225c8ca33fd8d288849524395e436c3d56daf17
Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com>
2018-07-26 22:00:26 +05:30
..
aarch64 css/sgi: rework the core position calculation function 2018-05-16 12:11:41 +05:30
fdts sgi/dyncfg: add dts files to enable support for dynamic config 2018-06-15 10:17:11 +05:30
include SGI: Include arm_spm_def.h in platform_def.h 2018-07-26 22:00:26 +05:30
sgi-common.mk sgi/dyncfg: add system-id node in hw-config dtb 2018-06-15 10:17:24 +05:30
sgi_bl1_setup.c ARM platforms: Add support for SGI575 2018-03-28 14:53:26 +01:00
sgi_bl31_setup.c sgi/dyncfg: add dts files to enable support for dynamic config 2018-06-15 10:17:11 +05:30
sgi_image_load.c sgi/dyncfg: add system-id node in hw-config dtb 2018-06-15 10:17:24 +05:30
sgi_interconnect.c ARM platforms: Add support for SGI575 2018-03-28 14:53:26 +01:00
sgi_plat.c sgi/mmap: Remove SGI specific MMAP functions 2018-06-15 10:17:36 +05:30
sgi_plat_config.c css/sgi: remove redundant copy of gic driver data 2018-05-16 12:11:34 +05:30
sgi_security.c ARM platforms: Add support for SGI575 2018-03-28 14:53:26 +01:00
sgi_topology.c css/sgi: rework the core position calculation function 2018-05-16 12:11:41 +05:30