summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iMX8M/csf_fit.txt6
-rw-r--r--iMX8M/csf_fit_tee.txt4
-rw-r--r--iMX8M/csf_spl.txt2
-rwxr-xr-xiMX8M/mkimage_fit_notee.sh2
-rw-r--r--iMX8M/soc.mak2
5 files changed, 7 insertions, 9 deletions
diff --git a/iMX8M/csf_fit.txt b/iMX8M/csf_fit.txt
index a0fa5f8..5e2f91a 100644
--- a/iMX8M/csf_fit.txt
+++ b/iMX8M/csf_fit.txt
@@ -30,6 +30,6 @@
Verification index = 2
# Authenticate Start Address, Offset, Length and file
Blocks = 0x401fcdc0 0x57c00 0x1020 "flash.bin", \
- 0x40200000 0x5AC00 0xD6EA8 "flash.bin", \
- 0x402D6EA8 0x131AA8 0xCD98 "flash.bin", \
- 0x910000 0x13E840 0xA0E0 "flash.bin"
+ 0x40200000 0x5AC00 0xD6EC8 "flash.bin", \
+ 0x402D6EC8 0x131AC8 0xCD98 "flash.bin", \
+ 0x910000 0x13E860 0xA0E0 "flash.bin"
diff --git a/iMX8M/csf_fit_tee.txt b/iMX8M/csf_fit_tee.txt
index eeae8c6..e28dc07 100644
--- a/iMX8M/csf_fit_tee.txt
+++ b/iMX8M/csf_fit_tee.txt
@@ -30,5 +30,5 @@
Verification index = 2
# Authenticate Start Address, Offset, Length and file
Blocks = 0x401fcdc0 0x0 0x1020 "tee-ivt.itb", \
- 0xFE000000 0x3000 0x7EEB0 "tee-ivt.itb", \
- 0xFE07EEB0 0x81EB0 0x120 "tee-ivt.itb"
+ 0x56000000 0x3000 0x7EEB0 "tee-ivt.itb", \
+ 0x5607EEB0 0x81EB0 0x1A0 "tee-ivt.itb"
diff --git a/iMX8M/csf_spl.txt b/iMX8M/csf_spl.txt
index 2ecffaf..569245e 100644
--- a/iMX8M/csf_spl.txt
+++ b/iMX8M/csf_spl.txt
@@ -34,4 +34,4 @@
# Key slot index used to authenticate the image data
Verification index = 2
# Authenticate Start Address, Offset, Length and file
- Blocks = 0x7e0fc0 0x0 0x35800 "flash.bin"
+ Blocks = 0x7e0fc0 0x0 0x37800 "flash.bin"
diff --git a/iMX8M/mkimage_fit_notee.sh b/iMX8M/mkimage_fit_notee.sh
index 1d7935f..98ff618 100755
--- a/iMX8M/mkimage_fit_notee.sh
+++ b/iMX8M/mkimage_fit_notee.sh
@@ -6,8 +6,6 @@
# usage: $0 <dtb_name>
[ -z "$BL31" ] && BL31="bl31.bin"
-# keep backward compatibility
-[ -z "$TEE_LOAD_ADDR" ] && TEE_LOAD_ADDR="0xfe000000"
if [ -z "$ATF_LOAD_ADDR" ]; then
echo "ERROR: BL31 load address is not set" >&2
diff --git a/iMX8M/soc.mak b/iMX8M/soc.mak
index 09722a3..933fb68 100644
--- a/iMX8M/soc.mak
+++ b/iMX8M/soc.mak
@@ -69,7 +69,7 @@ else
PLAT = imx8mq
HDMI = no
SPL_LOAD_ADDR = 0x7E1000
-TEE_LOAD_ADDR = 0xfe000000
+TEE_LOAD_ADDR ?= 0xfe000000
ATF_LOAD_ADDR = 0x00910000
VAL_BOARD = val
#define the F(Q)SPI header file