]> git.baikalelectronics.ru Git - arm-tf.git/commit
Allow platform parameter X1 to be passed to BL3-1
authorAndrew Thoelke <andrew.thoelke@arm.com>
Wed, 28 May 2014 21:22:55 +0000 (22:22 +0100)
committerAndrew Thoelke <andrew.thoelke@arm.com>
Thu, 29 May 2014 10:33:34 +0000 (11:33 +0100)
commit034626719418e0cb7baed8d7c8eea6de2500efe8
tree38623d66db993120ebfb4ff66a394542b4560d75
parent05b6edfe26e3674c3e8e8ff6332aae66fe73e4fa
Allow platform parameter X1 to be passed to BL3-1

bl2_main() was overwriting any platform set X1 parameter for BL3-1
with the value zero.

This patch ensure that any platform set value is correctly passed
to BL3-1. The FVP port adds a check to verify this parameter is
being passed correctly.

Fixes ARM-software/tf-issues#173

Change-Id: Ifbcda73d3d41d2b04a4baf5614e9d2d21f1717c8
bl2/bl2_main.c
plat/fvp/bl2_fvp_setup.c
plat/fvp/bl31_fvp_setup.c
plat/fvp/fvp_def.h