commit | 0cd866c28cfffc675a53a1f8510febf2d9d87011 | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Tue Dec 12 10:39:44 2017 +0000 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Wed Jan 10 09:21:22 2018 +0000 |
tree | ef990beca80a91c94357af3b16c26daff4824822 | |
parent | 0d7d84308842f48f01d7f35aa911982faa3604d8 [diff] |
Add documentation about plat_try_next_boot_source to bl1_platform_setup If boot redundancy is required in BL1 then the initialization of the boot sequence must be done in bl1_platform_setup. In BL2, we had to add a new function, bl2_preload_setup, because bl2_platform_setup is called after the images are loaded, making it invalid for the boot sequence initialization. Change-Id: I5c177ff142608ed38b4192288b06614343b2b83b Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>