summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-03-13 16:27:08 -0500
committerRyan Eatmon <reatmon@ti.com>2025-03-17 13:40:15 -0500
commit878cc0cd7e02a3b0575eed38d82e990c3a76f8f6 (patch)
tree170436aa2e7a8a1117e29f4b6f310e9f73a67fbe
parentc07c7f6b9531c42c2d829c1e7b6f187a6c06a224 (diff)
downloadmeta-ti-878cc0cd7e02a3b0575eed38d82e990c3a76f8f6.tar.gz
meta-ti-bsp: zephyr-fw: Update Zephyr to latest with AM64xx support
Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/zephyr-fw/zephyr-openamp-rsc-table-fw.bb4
1 files changed, 3 insertions, 1 deletions
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"
6# List of cores for which this demo has a build 6# List of cores for which this demo has a build
7FW_CORES = "" 7FW_CORES = ""
8FW_CORES:am62xx = "mcu-m4f0_0" 8FW_CORES:am62xx = "mcu-m4f0_0"
9FW_CORES:am64xx = "mcu-m4f0_0"
9 10
10# Note: Everything below is common to all our Zephyr firmwares and can be 11# Note: Everything below is common to all our Zephyr firmwares and can be
11# factored out to a common include file once we have more than one demo 12# factored out to a common include file once we have more than one demo
@@ -18,7 +19,7 @@ COMPATIBLE_MACHINE = "k3"
18PACKAGE_ARCH = "${MACHINE_ARCH}" 19PACKAGE_ARCH = "${MACHINE_ARCH}"
19 20
20SRC_URI = "git://github.com/glneo/zephyr-firmware.git;protocol=https;branch=main" 21SRC_URI = "git://github.com/glneo/zephyr-firmware.git;protocol=https;branch=main"
21SRCREV = "146d4f9b3930722d73685d600958f0b10ea97de2" 22SRCREV = "ef5aec48e589902839ebae7ad753c68cf498c15f"
22PV = "3.6.0" 23PV = "3.6.0"
23#PR = "r1" 24#PR = "r1"
24 25
@@ -26,6 +27,7 @@ S = "${WORKDIR}/git"
26 27
27FW_PLAT = "" 28FW_PLAT = ""
28FW_PLAT:am62xx = "am62" 29FW_PLAT:am62xx = "am62"
30FW_PLAT:am64xx = "am64"
29 31
30FW_INSTALL_DIR = "${nonarch_base_libdir}/firmware/zephyr/${FW_PLAT}" 32FW_INSTALL_DIR = "${nonarch_base_libdir}/firmware/zephyr/${FW_PLAT}"
31 33