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>
1 parent 827cd9f commit b3ba6fda4465eaa91812bba64cd8ed917420de21
@Soby Mathew Soby Mathew authored on 1 Sep 2017
Showing 3 changed files
View
include/plat/arm/common/arm_def.h
View
plat/arm/board/common/board_css_common.c
View
plat/arm/board/fvp/fvp_common.c