summaryrefslogtreecommitdiff
path: root/meta-nuvoton
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2024-03-04 11:30:23 +0300
committerTim Lee <chli30@nuvoton.com>2024-03-05 03:57:38 +0300
commit24619d822a904f611060bbf280224f575b023c08 (patch)
tree30c8ca97b73b481edd379a12c9bb46c24429cb49 /meta-nuvoton
parent0dfe19a7728b9a890e9a154afcf023602b79c6be (diff)
downloadopenbmc-24619d822a904f611060bbf280224f575b023c08.tar.xz
meta-nuvoton: trusted-firmware-a: update to v2.10
Remove PREFERRED_VERSION_trusted-firmware-a ?= "2.9.%" in npcm8xx.inc, and create a new 2.10.%.bbappend to align current version in arm layer. Tested: Device can boot successfully with correct version as below: NOTICE: BL31: v2.10.0(release) Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Ie62df7a91f359eac94696b6033543a3a6ef439e3
Diffstat (limited to 'meta-nuvoton')
-rw-r--r--meta-nuvoton/conf/machine/include/npcm8xx.inc1
-rw-r--r--meta-nuvoton/dynamic-layers/arm-layer/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.%.bbappend (renamed from meta-nuvoton/dynamic-layers/arm-layer/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.9.%.bbappend)4
2 files changed, 2 insertions, 3 deletions
diff --git a/meta-nuvoton/conf/machine/include/npcm8xx.inc b/meta-nuvoton/conf/machine/include/npcm8xx.inc
index a0f347c4ca..96fed0007c 100644
--- a/meta-nuvoton/conf/machine/include/npcm8xx.inc
+++ b/meta-nuvoton/conf/machine/include/npcm8xx.inc
@@ -47,7 +47,6 @@ UBOOT_MKIMAGE:append:npcm8xx = " -E -B 8"
COMPATIBLE_MACHINE:npcm8xx = "npcm8xx"
TFA_PLATFORM = "npcm845x"
-PREFERRED_VERSION_trusted-firmware-a ?= "2.9.%"
# Nuvoton prefers optee for BL32.
TFA_SPD = "opteed"
diff --git a/meta-nuvoton/dynamic-layers/arm-layer/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.9.%.bbappend b/meta-nuvoton/dynamic-layers/arm-layer/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.%.bbappend
index cfbbc65e76..c27ec5b2b6 100644
--- a/meta-nuvoton/dynamic-layers/arm-layer/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.9.%.bbappend
+++ b/meta-nuvoton/dynamic-layers/arm-layer/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.%.bbappend
@@ -1,3 +1,3 @@
SRC_URI:remove = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}"
-SRC_URI:append = "git://github.com/Nuvoton-Israel/arm-trusted-firmware.git;protocol=https;name=tfa;branch=nuvoton"
-SRCREV_tfa = "ef86e361efaa8d59cb12bcf2dfc88c9994a8a16e"
+SRC_URI:append = "git://github.com/Nuvoton-Israel/arm-trusted-firmware.git;protocol=https;name=tfa;branch=npcm_2_10"
+SRCREV_tfa = "bd1389a26c3db06353b24aaaf8276b3d6723a801"