diff mbox series

[U-Boot,v2,3/4] warp7: configs: bl33: Tidy up OPTEE defines

Message ID 20190504000826.3618-4-bryan.odonoghue@linaro.org
State Accepted
Commit 65c0040edecdc3ef31e62a3b5033069f4664c480
Delegated to: Stefano Babic
Headers show
Series Tidy up some dangling OP-TEE gotchas | expand

Commit Message

Bryan O'Donoghue May 4, 2019, 12:08 a.m. UTC
When booting in BL33 mode i.e. with u-boot loaded by OP-TEE we get the
following print-out.

Board: WARP7 in secure mode OPTEE DRAM 0xa0000000-0xa0000000

This is incorrect the right range is 0x9e000000-0xa0000000. This patch
fixes the defines on the warp7_bl33_defconfig file to tidy up the output.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
---
 configs/warp7_bl33_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Stefano Babic July 20, 2019, 8:51 a.m. UTC | #1
> When booting in BL33 mode i.e. with u-boot loaded by OP-TEE we get the
> following print-out.
> Board: WARP7 in secure mode OPTEE DRAM 0xa0000000-0xa0000000
> This is incorrect the right range is 0x9e000000-0xa0000000. This patch
> fixes the defines on the warp7_bl33_defconfig file to tidy up the output.
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig
index 300dc3805a..735c85c0a3 100644
--- a/configs/warp7_bl33_defconfig
+++ b/configs/warp7_bl33_defconfig
@@ -53,4 +53,6 @@  CONFIG_USB_GADGET_DOWNLOAD=y
 CONFIG_USB_ETHER=y
 CONFIG_USB_ETH_CDC=y
 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
-CONFIG_OPTEE_TZDRAM_SIZE=0x2000000
+CONFIG_OPTEE=y
+CONFIG_OPTEE_TZDRAM_BASE=0x9e000000
+CONFIG_OPTEE_TZDRAM_SIZE=0x02000000