diff mbox series

[meta-ti,scarthgap/master] meta-ti-bsp: zephyr-fw: Update Zephyr to latest with AM64xx support

Message ID 20250313212708.150304-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,scarthgap/master] meta-ti-bsp: zephyr-fw: Update Zephyr to latest with AM64xx support | expand

Commit Message

Andrew Davis March 13, 2025, 9:27 p.m. UTC
Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../recipes-bsp/zephyr-fw/zephyr-openamp-rsc-table-fw.bb      | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-bsp/zephyr-fw/zephyr-openamp-rsc-table-fw.bb b/meta-ti-bsp/recipes-bsp/zephyr-fw/zephyr-openamp-rsc-table-fw.bb
index 4efc99ac..3aa69700 100644
--- a/meta-ti-bsp/recipes-bsp/zephyr-fw/zephyr-openamp-rsc-table-fw.bb
+++ b/meta-ti-bsp/recipes-bsp/zephyr-fw/zephyr-openamp-rsc-table-fw.bb
@@ -6,6 +6,7 @@  FW_NAME = "zephyr_openamp_rsc_table.elf"
 # List of cores for which this demo has a build
 FW_CORES        = ""
 FW_CORES:am62xx = "mcu-m4f0_0"
+FW_CORES:am64xx = "mcu-m4f0_0"
 
 # Note: Everything below is common to all our Zephyr firmwares and can be
 #       factored out to a common include file once we have more than one demo
@@ -18,7 +19,7 @@  COMPATIBLE_MACHINE = "k3"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 SRC_URI = "git://github.com/glneo/zephyr-firmware.git;protocol=https;branch=main"
-SRCREV = "146d4f9b3930722d73685d600958f0b10ea97de2"
+SRCREV = "ef5aec48e589902839ebae7ad753c68cf498c15f"
 PV = "3.6.0"
 #PR = "r1"
 
@@ -26,6 +27,7 @@  S = "${WORKDIR}/git"
 
 FW_PLAT = ""
 FW_PLAT:am62xx = "am62"
+FW_PLAT:am64xx = "am64"
 
 FW_INSTALL_DIR = "${nonarch_base_libdir}/firmware/zephyr/${FW_PLAT}"