Make SCP_BL2(U) image loading configurable on CSS platforms
Current code mandates loading of SCP_BL2/SCP_BL2U images for all
CSS platforms. On future ARM CSS platforms, the Application
Processor (AP) might not need to load these images. So, these
items can be removed from the FIP on those platforms.

BL2 tries to load  SCP_BL2/SCP_BL2U images if their base
addresses are defined causing boot error if the images are not
found in FIP.

This change adds a make flag `CSS_LOAD_SCP_IMAGES` which if set
to `1` does:
1. Adds SCP_BL2, SCP_BL2U images to FIP.
2. Defines the base addresses of these images so that AP loads
   them.

And vice-versa if it is set to `0`. The default value is set to
`1`.

Change-Id: I5abfe22d5dc1e9d80d7809acefc87b42a462204a
1 parent 8e083ec commit 7fb9a32d2ea8c5f5fb07d5c7a2f3f3ef8c92a7d0
@Vikram Kanigiri Vikram Kanigiri authored on 14 Jan 2016
Showing 3 changed files
View
docs/user-guide.md
View
include/plat/arm/css/common/css_def.h
View
plat/arm/css/common/css_common.mk