summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/trusted-firmware-a
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2020-12-16 06:49:08 +0000
committerDan Murphy <dmurphy@ti.com>2020-12-17 07:13:47 -0600
commit888ed87486b20203392de00fbb033c6170cfdf8d (patch)
tree40dcdf46c65c639815c00cc05cd2bfcf18600a5a /recipes-bsp/trusted-firmware-a
parent76ba5caad6ca71ed63e6dc720cdcf45407fae838 (diff)
downloadmeta-ti-888ed87486b20203392de00fbb033c6170cfdf8d.tar.gz
trusted-firmware-a: Update SRCREV for AM64X support
Update SRCREV to pick latest that includes AM64X support commit 65dd16b4e ("ti: k3: Introduce lite device board support") adds support of AM64X platform in ti-atf branch. This patch updates the SRCREV and also updates the BOARD to "lite" to build for the mentioned platform. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Suggested-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes-bsp/trusted-firmware-a')
-rw-r--r--recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 4942bf46..4852c560 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -2,7 +2,7 @@ PV_k3 = "2.4"
2LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" 2LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
3BRANCH_k3 = "ti-atf" 3BRANCH_k3 = "ti-atf"
4SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa" 4SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
5SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1" 5SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123"
6COMPATIBLE_MACHINE_k3 = "k3" 6COMPATIBLE_MACHINE_k3 = "k3"
7TFA_BUILD_TARGET_k3 = "all" 7TFA_BUILD_TARGET_k3 = "all"
8TFA_INSTALL_TARGET_k3 = "bl31" 8TFA_INSTALL_TARGET_k3 = "bl31"