Skip to content

Commit

Permalink
core: plat-hikey: 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-hikey platform.

Tested-by: Jens Wiklander <[email protected]> (Hikey)
Signed-off-by: Jens Wiklander <[email protected]>
  • Loading branch information
jenswi-linaro committed Aug 29, 2017
1 parent 11c0b0d commit 4292368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/arch/arm/plat-hikey/platform_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
* 0x4000_0000 -
* TA RAM: 15 MiB |
* 0x3F10_0000 | TZDRAM
* TEE RAM: 1 MiB (CFG_TEE_RAM_VA_SIZE) |
* TEE RAM: 2 MiB (CFG_TEE_RAM_VA_SIZE) |
* 0x3F00_0000 [TZDRAM_BASE, BL32_LOAD_ADDR] -
* Shared memory: 2 MiB |
* 0x3EE0_0000 | DRAM0
Expand Down Expand Up @@ -142,7 +142,7 @@

#define CFG_TEE_CORE_NB_CORE 8

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

#define CFG_TEE_LOAD_ADDR 0x3F000000

Expand Down

0 comments on commit 4292368

Please sign in to comment.