Skip to content

Commit bb1223b

Browse files
committed
meta-zephyr-sdk: qemu: Pull in RX arch fixes
This commit pulls in various RX architecture fixes for QEMU from #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 <root@stephanos.io> (cherry picked from commit cf1ab2f)
1 parent f58c790 commit bb1223b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ inherit pkgconfig systemd python3native
3737
LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
3838
file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f"
3939

40-
SRCREV = "37b8667bf62f568167b0ef28aa7e6a0878218ae7"
40+
SRCREV = "fe132ed0c9ae14a56bbf94b1d0d16b029b671c62"
4141
SRC_URI = "gitsm://github.com/zephyrproject-rtos/qemu.git;protocol=https;nobranch=1 \
4242
file://powerpc_rom.bin \
4343
file://run-ptest \

0 commit comments

Comments
 (0)