]> git.baikalelectronics.ru Git - arm-tf.git/commit
Introduce the new BL handover interface
authorSoby Mathew <soby.mathew@arm.com>
Tue, 9 Jan 2018 14:36:14 +0000 (14:36 +0000)
committerSoby Mathew <soby.mathew@arm.com>
Mon, 26 Feb 2018 16:31:10 +0000 (16:31 +0000)
commita6f340fe58b991882d075eed6916288fe4fa40c5
treec29b8981449b06019c3695932ba6ef5bb4db1294
parent6d31020e90093456efb373cde446b07770d38953
Introduce the new BL handover interface

This patch introduces a new BL handover interface. It essentially allows
passing 4 arguments between the different BL stages. Effort has been made
so as to be compatible with the previous handover interface. The previous
blx_early_platform_setup() platform API is now deprecated and the new
blx_early_platform_setup2() variant is introduced. The weak compatiblity
implementation for the new API is done in the `plat_bl_common.c` file.
Some of the new arguments in the new API will be reserved for generic
code use when dynamic configuration support is implemented. Otherwise
the other registers are available for platform use.

Change-Id: Ifddfe2ea8e32497fe1beb565cac155ad9d50d404
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
bl2/aarch32/bl2_entrypoint.S
bl2/aarch64/bl2_entrypoint.S
bl31/aarch64/bl31_entrypoint.S
bl32/sp_min/aarch32/entrypoint.S
include/bl32/sp_min/platform_sp_min.h
include/plat/common/platform.h
plat/common/aarch32/plat_common.c
plat/common/aarch64/plat_common.c
plat/common/plat_bl_common.c