arm-trusted-firmware/docs
Vikram Kanigiri 7fb9a32d2e 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
2016-02-16 10:51:45 +00:00
..
diagrams Merge pull request #472 from danh-arm/dh/fwu-docs 2015-12-17 17:37:15 +00:00
plat docs: fix the command to compile BL31 on Tegra 2015-08-01 11:14:32 +05:30
spd Tegra: retrieve BL32's bootargs from bl32_ep_info 2015-07-31 10:26:22 +05:30
auth-framework.md Remove dashes from image names: 'BL3-x' --> 'BL3x' 2015-12-14 12:31:37 +00:00
change-log.md Update `change-log.md` for v1.2 release 2015-12-21 18:17:12 +00:00
cpu-specific-build-macros.md Disable non-temporal hint on Cortex-A53/57 2016-02-08 09:31:18 +00:00
firmware-design.md Doc: Update out-dated info about Juno's mailbox 2016-01-15 16:37:46 +00:00
firmware-update.md Documentation: Fix broken links in ToCs 2016-01-12 11:19:39 +00:00
interrupt-framework-design.md Documentation: Fix broken links in ToCs 2016-01-12 11:19:39 +00:00
platform-migration-guide.md Remove dashes from image names: 'BL3-x' --> 'BL3x' 2015-12-14 12:31:37 +00:00
porting-guide.md Merge pull request #504 from sandrine-bailleux/sb/fix-doc-mmap 2016-02-01 19:06:03 +00:00
psci-pd-tree.md PSCI: Introduce new platform interface to describe topology 2015-08-13 16:28:26 +01:00
reset-design.md Introduce the ARM TF reset design document 2015-12-15 15:14:43 +00:00
rt-svc-writers-guide.md Miscellaneous doc fixes for v1.2 2015-12-21 18:10:12 +00:00
trusted-board-boot.md FWU: Add documentation for Firmware Update feature 2015-12-17 16:39:37 +00:00
user-guide.md Make SCP_BL2(U) image loading configurable on CSS platforms 2016-02-16 10:51:45 +00:00