Pass the args to the BL3-3 entrypoint
authorVikram Kanigiri <vikram.kanigiri@arm.com>
Wed, 28 May 2014 12:41:51 +0000 (13:41 +0100)
committerVikram Kanigiri <vikram.kanigiri@arm.com>
Wed, 28 May 2014 15:08:52 +0000 (16:08 +0100)
commitf05cb4a764c99293586ad6f408b4ca5bec0939a2
treed161e3cbf8c10a019b45dbd4f9fd8d41d2496430
parent05b6edfe26e3674c3e8e8ff6332aae66fe73e4fa
Pass the args to the BL3-3 entrypoint

At present the arguments for BL3-3 in the entry_point_info
structure are not being transferred to X0-X7 before starting
execution of this image

This patch saves the args for BL3-3 into cpu context used
for its entry

Fixes ARM-software/tf-issues#172

Change-Id: I001b4b9bff6a264336f0d01d377619ae719f928b
bl31/bl31_main.c