From 26b2ec3285a1ba1395eb1bf8f72c0a32b5293b9d Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Mon, 21 Jul 2025 14:29:56 +0900 Subject: [PATCH] meta-zephyr-sdk: qemu: Pull in RX arch fixes This commit pulls in various RX architecture fixes for QEMU from zephyrproject-rtos/sdk-ng#944. From the original PR: > * 1st patch is to fix for timer accurarcy issue > * 2nd patch is to fix for flow of execute interrupt handling function for normal interrup and CPU exception > * 3rd patch is to add Reset the CPU at qemu reset time so elf target can be execute when use device loader Signed-off-by: Stephanos Ioannidis --- meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_git.bb b/meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_git.bb index d729ab16..fb0926d1 100644 --- a/meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_git.bb +++ b/meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_git.bb @@ -37,7 +37,7 @@ inherit pkgconfig systemd python3native LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f" -SRCREV = "37b8667bf62f568167b0ef28aa7e6a0878218ae7" +SRCREV = "fe132ed0c9ae14a56bbf94b1d0d16b029b671c62" SRC_URI = "gitsm://github.com/zephyrproject-rtos/qemu.git;protocol=https;nobranch=1 \ file://powerpc_rom.bin \ file://run-ptest \