]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat/arm: Fix BL31_BASE when RESET_TO_BL31=1
authorQixiang Xu <qixiang.xu@arm.com>
Thu, 31 Aug 2017 03:45:32 +0000 (11:45 +0800)
committerDavid Cunado <david.cunado@arm.com>
Tue, 12 Sep 2017 14:21:13 +0000 (15:21 +0100)
commitfd5763ea8a8724593ae872d416abee850e93960d
treebecd9ad56cb522d5d7e5436fc6cdf60476fea69b
parent50915b891e68e22557f5e3625d881e31fa29f2e2
plat/arm: Fix BL31_BASE when RESET_TO_BL31=1

The value of BL31_BASE currently depends on the size of BL31. This
causes problems in the RESET_TO_BL31 case because the value of
BL31_BASE is used in the model launch parameters, which often changes.

Therefore, this patch fixes BL31_BASE to the middle of Trusted SRAM,
to avoid further model parameter changes in future.

Change-Id: I6d7fa4fe293717d84768974679539c0e0cb6d935
Signed-off-by: David Cunado <david.cunado@arm.com>
docs/user-guide.rst
include/plat/arm/common/arm_def.h