mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 06:18:13 +00:00
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>
This commit is contained in:
committed by
Dan Murphy
parent
76ba5caad6
commit
888ed87486
@@ -9,6 +9,8 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
|||||||
KERNEL_DEVICETREE = " \
|
KERNEL_DEVICETREE = " \
|
||||||
ti/k3-am642-evm.dtb \
|
ti/k3-am642-evm.dtb \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
TFA_BOARD = "lite"
|
||||||
OPTEEMACHINE = "k3-am65x"
|
OPTEEMACHINE = "k3-am65x"
|
||||||
OPTEEOUTPUTMACHINE = "k3"
|
OPTEEOUTPUTMACHINE = "k3"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ PV_k3 = "2.4"
|
|||||||
LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
|
LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
|
||||||
BRANCH_k3 = "ti-atf"
|
BRANCH_k3 = "ti-atf"
|
||||||
SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
|
SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
|
||||||
SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1"
|
SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123"
|
||||||
COMPATIBLE_MACHINE_k3 = "k3"
|
COMPATIBLE_MACHINE_k3 = "k3"
|
||||||
TFA_BUILD_TARGET_k3 = "all"
|
TFA_BUILD_TARGET_k3 = "all"
|
||||||
TFA_INSTALL_TARGET_k3 = "bl31"
|
TFA_INSTALL_TARGET_k3 = "bl31"
|
||||||
|
|||||||
Reference in New Issue
Block a user