]> git.baikalelectronics.ru Git - arm-tf.git/commit
Fix BL2 memory map when OP-TEE is the Secure Payload
authorSoby Mathew <soby.mathew@arm.com>
Fri, 1 Sep 2017 12:43:50 +0000 (13:43 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Tue, 5 Sep 2017 14:03:16 +0000 (15:03 +0100)
commitb3ba6fda4465eaa91812bba64cd8ed917420de21
tree14e113a6ec9337aaadf501d0e388bfa3b4acc357
parent827cd9f13d916f79344f745e244f1e1074c57e96
Fix BL2 memory map when OP-TEE is the Secure Payload

The commit 3eb2d67 optimizes the memory map for BL2 when TSP
is not present. But this also broke OP-TEE as it was reusing
the TSP mapping. This patch fixes this problem by adding a
separate mapping for OP-TEE in the BL2 memory map table.

Change-Id: I130a2ea552b7b62d8478081feb1f4ddf5292a118
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
include/plat/arm/common/arm_def.h
plat/arm/board/common/board_css_common.c
plat/arm/board/fvp/fvp_common.c