mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-20 11:34:20 +00:00
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
This commit is contained in:
commit
4fd4a32fb0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
for performing any remaining platform-specific setup that can occur after the
|
||||||
MMU and data cache have been enabled.
|
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
|
In ARM standard platforms, this function initializes the storage abstraction
|
||||||
layer used to load the next bootloader image.
|
layer used to load the next bootloader image.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue