On Oct 04, 2023 at 21:19:50 +0530, Kamlesh Gurudasani wrote: > Update to commit d7a7135d32a8c7da004c0c19b75bd4e2813f9759, > which fixes deep sleep bug on AM62x > > https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=d7a7135d32a8c7da004c0c19b75bd4e2813f9759 > > Signed-off-by: Kamlesh Gurudasani <[email protected]> > --- > meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc > b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc > index 64bfec67..b2787005 100644 > --- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc > +++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc > @@ -1,5 +1,5 @@ > PV:k3 = "2.9+git${SRCPV}" > -SRCREV_tfa:k3 = "d3e71ead6ea5bc3555ac90a446efec84ef6c6122" > +SRCREV_tfa:k3 = "d7a7135d32a8c7da004c0c19b75bd4e2813f9759"
checked-out to this ATF commit sha locally and tested on my AM62x-SK HSFS and GP samples: https://gist.github.com/DhruvaG2000/6f3e950417ce418c1bf083661c1a6fca NOTE: Local changes to enable suspend support: 8<------------------------------------------------------------------------------ diff --git a/plat/ti/k3/common/plat_common.mk b/plat/ti/k3/common/plat_common.mk index fb633a832713..d234b7f3d690 100644 --- a/plat/ti/k3/common/plat_common.mk +++ b/plat/ti/k3/common/plat_common.mk @@ -45,7 +45,7 @@ K3_USART_BAUD := 115200 $(eval $(call add_define,K3_USART_BAUD)) # Enable system suspend modes -K3_PM_SYSTEM_SUSPEND := 0 +K3_PM_SYSTEM_SUSPEND := 1 $(eval $(call add_define,K3_PM_SYSTEM_SUSPEND)) # Libraries ------------------------------------------------------------------------------>8 > SRC_URI:k3 = > "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master" > COMPATIBLE_MACHINE:k3 = "k3" > TFA_BUILD_TARGET:k3 = "all" > > --- > base-commit: 771e12cfb7a9ffedb40395632bc123cd4ce5fb9a > change-id: 20231004-atf-bump-lpm-cf9d26d6f4ce > Tested-by: Dhruva Gole <[email protected]> -- Best regards, Dhruva Gole <[email protected]>
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17057): https://lists.yoctoproject.org/g/meta-ti/message/17057 Mute This Topic: https://lists.yoctoproject.org/mt/101758052/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
