summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2018-01-15 23:58:52 +0000
committerGitHub <noreply@github.com>2018-01-15 23:58:52 +0000
commit4fd4a32fb045cefa03342dbb430c21e85f6d36b5 (patch)
tree82ba01b8889dd6c06b43ae4a97a5163564d79740 /docs
parent24baacac773b2b8ba706ad084384a5eda5ef08ed (diff)
parent2a350dffedf2b8c2c33a2664afd4e59568a1070c (diff)
Merge pull request #1217 from robertovargas-arm/doc-plat_try_next_boot_source
Add documentation about plat_try_next_boot_source to bl1_platform_setup
Diffstat (limited to 'docs')
-rw-r--r--docs/porting-guide.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst
index 51d2e64a..2e2cc4f7 100644
--- a/docs/porting-guide.rst
+++ b/docs/porting-guide.rst
@@ -1144,6 +1144,9 @@ This function executes with the MMU and data caches enabled. It is responsible
for performing any remaining platform-specific setup that can occur after the
MMU and data cache have been enabled.
+if support for multiple boot sources is required, it initializes the boot
+sequence used by plat\_try\_next\_boot\_source().
+
In ARM standard platforms, this function initializes the storage abstraction
layer used to load the next bootloader image.