Skip to content

Commit

Permalink
bsp: optee-os-fio: apalis-imx6: increase ddr size
Browse files Browse the repository at this point in the history
Increase ddr size used by OP-TEE to 2GB in order to cover both the 1GB
and 2GB modules.

This is required in order for the shared memory used by the kernel to be
compatible with the optee memory mapping range.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Dec 13, 2022
1 parent 8c9eb3b commit 1dbdf3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EXTRA_OEMAKE:append:mx8qm-nxp-bsp = " \

# Machine Settings
EXTRA_OEMAKE:append:apalis-imx6 = " \
CFG_NS_ENTRY_ADDR=0x17800000 CFG_NXP_CAAM=y \
CFG_DDR_SIZE=0x80000000 CFG_NS_ENTRY_ADDR=0x17800000 CFG_NXP_CAAM=y \
CFG_TZDRAM_START=0x4e000000 CFG_DT=y CFG_OVERLAY_ADDR=0x16000000 \
"
EXTRA_OEMAKE:append:apalis-imx8 = " \
Expand Down
2 changes: 1 addition & 1 deletion meta-lmp-bsp/recipes-security/optee/optee-os-fio-bsp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ EXTRA_OEMAKE:append:am62xx-evm = " \
CFG_WITH_SOFTWARE_PRNG=y \
"
EXTRA_OEMAKE:append:apalis-imx6 = " \
CFG_NS_ENTRY_ADDR=0x17800000 CFG_NXP_CAAM=y \
CFG_DDR_SIZE=0x80000000 CFG_NS_ENTRY_ADDR=0x17800000 CFG_NXP_CAAM=y \
CFG_TZDRAM_START=0x4e000000 CFG_DT=y CFG_OVERLAY_ADDR=0x16000000 \
"
EXTRA_OEMAKE:append:apalis-imx8 = " \
Expand Down

0 comments on commit 1dbdf3f

Please sign in to comment.