summaryrefslogtreecommitdiff
path: root/meta-nuvoton/conf
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2023-06-29 18:31:07 +0300
committerTim Lee <chli30@nuvoton.com>2023-07-04 06:51:06 +0300
commit4afada13c3138b8024653c2f3f5e48e9995a55d0 (patch)
treef0ac80e1d6642492aa7fdffbd08a91fb7875c5e6 /meta-nuvoton/conf
parentc3a21f2f8b8a6202e65c91f45b49a5f9069dbeec (diff)
downloadopenbmc-4afada13c3138b8024653c2f3f5e48e9995a55d0.tar.xz
meta-nuvoton: trusted-firmware-a: change tf-a load address
For compatible with the newest IGPS 3.9.1 design for new memory map. We need to modify each image load address individually. The load address of tf-a from 0x00001000 to 0x02000000 The load address of optee-os from 0x00100000 to 0x02100000 The load address of uboot from 0x03008000 to 0x06208000 We've updated tf-a to 2.8 that keep up with meta-arm. Thus we remove 2.6.0.bb recipe and replace with 2.8.0.bbappend. Tested: build pass and boot successfully. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I730f0a677103b89b78897f0d1860a47933c5b7cc
Diffstat (limited to 'meta-nuvoton/conf')
-rw-r--r--meta-nuvoton/conf/machine/include/npcm8xx.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-nuvoton/conf/machine/include/npcm8xx.inc b/meta-nuvoton/conf/machine/include/npcm8xx.inc
index 0a753a15d3..35d6395344 100644
--- a/meta-nuvoton/conf/machine/include/npcm8xx.inc
+++ b/meta-nuvoton/conf/machine/include/npcm8xx.inc
@@ -38,8 +38,6 @@ MACHINEOVERRIDES .= ":npcm8xx"
require conf/machine/include/arm/armv8a/tune-cortexa35.inc
-PREFERRED_VERSION_trusted-firmware-a = "2.6.0"
-
PREFERRED_VERSION_optee-os = "3.18.0"
PREFERRED_VERSION_optee-os-tadevkit = "3.18.0"
PREFERRED_VERSION_optee-test = "3.18.0"