Skip to content

Commit

Permalink
core: plat-vexpress: increase CFG_TEE_RAM_VA_SIZE
Browse files Browse the repository at this point in the history
Increases CFG_TEE_RAM_VA_SIZE to 2 MiB for the plat-vexpress platforms.

Reviewed-by: Etienne Carriere <[email protected]>
Tested-by: Jens Wiklander <[email protected]> (QEMU v7)
Signed-off-by: Jens Wiklander <[email protected]>
  • Loading branch information
jenswi-linaro committed Aug 29, 2017
1 parent d6fcada commit 11c0b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/arch/arm/plat-vexpress/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ifeq ($(CFG_CORE_SANITIZE_KADDRESS),y)
# This is unfortunately currently not possible to do in make so we have to
# calculate it offline, there's some asserts in
# core/arch/arm/kernel/generic_boot.c to check that we got it right
CFG_ASAN_SHADOW_OFFSET=0xc4e38e0
CFG_ASAN_SHADOW_OFFSET = 0xc5c71c0
endif
$(call force,CFG_DT,y)
# SE API is only supported by QEMU Virt platform
Expand Down
2 changes: 1 addition & 1 deletion core/arch/arm/plat-vexpress/platform_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
#error "Unknown platform flavor"
#endif

#define CFG_TEE_RAM_VA_SIZE (1024 * 1024)
#define CFG_TEE_RAM_VA_SIZE (2 * 1024 * 1024)

#ifndef CFG_TEE_LOAD_ADDR
#define CFG_TEE_LOAD_ADDR CFG_TEE_RAM_START
Expand Down

0 comments on commit 11c0b0d

Please sign in to comment.