Add platform hooks for boot redundancy support
authorRoberto Vargas <roberto.vargas@arm.com>
Tue, 26 Sep 2017 11:53:01 +0000 (12:53 +0100)
committerRoberto Vargas <roberto.vargas@arm.com>
Tue, 24 Oct 2017 13:04:41 +0000 (14:04 +0100)
commit01f62b6d0d90a236cbfdf385aab7ec2ac11f2e65
tree573a4998620b283963ecd60536df569f0b988759
parent3b39efa49d9949c80b6e76b99829f84619b46110
Add platform hooks for boot redundancy support

These hooks are intended to allow one platform to try load
images from alternative places. There is a hook to initialize
the sequence of boot locations and a hook to pass to the next
sequence.

Change-Id: Ia0f84c415208dc4fa4f9d060d58476db23efa5b2
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
bl2/bl2_main.c
common/bl_common.c
docs/porting-guide.rst
include/plat/common/platform.h
plat/common/aarch32/platform_helpers.S
plat/common/aarch64/platform_helpers.S