Skip to content

Commit

Permalink
arm: plat: rcar: gen4: adjust memory map
Browse files Browse the repository at this point in the history
Adjust the OP-TEE memory map for Gen4/S4 SoC to reflect changes of IPL
layout made by Renesas. Now BL31 starts at 0x46400000, so we have less
memory for OP-TEE.

Signed-off-by: Volodymyr Babchuk <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
  • Loading branch information
lorc authored and jforissier committed Jan 22, 2024
1 parent e7dd9fb commit a6f60e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/arch/arm/plat-rcar/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ endif
ifeq ($(CFG_RCAR_GEN4), y)
# 1xx - for SCIFxx
# 2xx - for HSCIFxx
CFG_TZDRAM_SIZE = 0x2200000
CFG_RCAR_UART ?= 200
$(call force,CFG_RCAR_ROMAPI, n)
$(call force,CFG_CORE_CLUSTER_SHIFT, 1)
Expand Down

0 comments on commit a6f60e0

Please sign in to comment.