Remove BL32_BASE when building without SPD for FVP
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Tue, 5 Apr 2016 10:38:49 +0000 (11:38 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Fri, 8 Apr 2016 08:30:20 +0000 (09:30 +0100)
commit81d139d5773baf91f6ac5e75078b2c263077f602
treef75b162264652ddd869efa52db3fcb0206e6cd52
parent61dbb0285f478dcc0be5eb8c86291e203c9c80c2
Remove BL32_BASE when building without SPD for FVP

Previously, when building TF without SPD support, BL2 tried to load a
BL32 image from the FIP and fails to find one, which resulted on
warning messages on the console. Even if there is a BL32 image in the
FIP it shouldn't be loaded because there is no way to transfer
control to the Secure Payload without SPD support.

The Makefile has been modified to pass a define of the form
SPD_${SPD} to the source code the same way it's done for PLAT. The
define SPD_none is then used to undefine BL32_BASE when BL32 is not
used to prevent BL2 from trying to load a BL32 image and failing,
thus removing the warning messages mentioned above.

Fixes ARM-software/tf-issues#287

Change-Id: Ifeb6f1c26935efb76afd353fea88e87ba09e9658
Makefile
include/plat/arm/common/arm_def.h
plat/arm/common/arm_bl2_setup.c