Date
1 - 3 of 3
[dunfell-next RFC PATCH] trusted-firmware-a: upgrade to v2.6+
praneeth
upgrade arm-trusted-firmare to master which is currently v2.6+
This upgrade picks up am62x low power mode feature. Signed-off-by: Praneeth Bajjuri <praneeth@...> --- AM62 low power mode support: https://review.trustedfirmware.org/q/topic:%22ti-k3-system-suspend-base-support%22 .../trusted-firmware-a/trusted-firmware-a_%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend index b84da1f3..4476d23e 100644 --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend @@ -1,8 +1,8 @@ -PV_k3 = "2.5" +PV_k3 = "2.6" LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" -BRANCH_k3 = "ti-atf" +BRANCH_k3 = "ti-atf-next" SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa" -SRCREV_tfa_k3 = "0693f356eb2a25adf8758d98058120bed082cc73" +SRCREV_tfa_k3 = "6541aa24f834daa80da701e0054dfe3a16cda0ce" COMPATIBLE_MACHINE_k3 = "k3" TFA_BUILD_TARGET_k3 = "all" TFA_INSTALL_TARGET_k3 = "bl31" -- 2.17.1
|
|
Ryan Eatmon
On 5/3/2022 10:24, Praneeth Bajjuri wrote:
upgrade arm-trusted-firmare to master which is currently v2.6+Changing to the next branch seems like the only issue. I know this is an RFC, but if you want it to become a real patch then that needs to be addressed. SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"-- Ryan Eatmon reatmon@... ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS
|
|
praneeth
On 5/3/2022 10:31 AM, Ryan Eatmon wrote:
On 5/3/2022 10:24, Praneeth Bajjuri wrote:I was hoping this patch to be merged to dunfell-next and run a build a boot test cycle across platforms.upgrade arm-trusted-firmare to master which is currently v2.6+Changing to the next branch seems like the only issue. I know this is an RFC, but if you want it to become a real patch then that needs to be addressed. Yes i will merge ti-atf-next to ti-atf and update the patch to be submitted to dunfell after that. SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
|
|