summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2018-07-26 08:39:30 +0800
committerfaqiang.zhu <faqiang.zhu@nxp.com>2018-11-12 09:18:36 +0800
commit2e419edbe5a9d9c014f640ae3f1bfa753f4b5e59 (patch)
tree5304e2703b8aa53b2aef0d4593f89cfaa3af9182 /include
parent9d5a4e04e2160c691be468d3368ce34fcd7271a3 (diff)
[iot] Load Trusty to different address for AIY 1G/3G ddr board
Trusty image should be loaded to different address for AIY 1G/3G ddr board which have different ddr size. Use board id to distinguish different baseboard, load trusty image to 0x7e00_0000 for AIY 1G ddr board and 0xfe00_0000 for AIY 3G ddr board. Test: build and boot Trusty ok for AIY 1G/3G ddr board. Change-Id: I62d8a19b13fe19f38075512a6faa4bbb36f74791 Signed-off-by: Ji Luo <ji.luo@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx8mq_evk_androidthings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/imx8mq_evk_androidthings.h b/include/configs/imx8mq_evk_androidthings.h
index 0be6d64f62..0234456045 100644
--- a/include/configs/imx8mq_evk_androidthings.h
+++ b/include/configs/imx8mq_evk_androidthings.h
@@ -48,6 +48,9 @@
#define WIBO_3G 0x00
#define IMX8M_REF_3G 0x00
+#define TEE_LOAD_ADDR_1G 0x7e000000
+#define TEE_LOAD_ADDR_3G 0xfe000000
+
#ifdef CONFIG_SPL_BUILD
#define CONFIG_SPL_SHA256