Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta-zephyr-sdk: arc_qemu: Update to 2023.07.28 release #692

Conversation

evgeniy-paltsev
Copy link
Collaborator

@evgeniy-paltsev evgeniy-paltsev commented Jul 28, 2023

This commit updates the ARC QEMU to 2023.07.28 tag.

There are multiple fixes, one of whose is fix of buggy delay slot implementation, which was causing issues like
zephyrproject-rtos/zephyr#54720 (and most likely zephyrproject-rtos/zephyr#60071)

Fixes: zephyrproject-rtos/zephyr#54720
Fixes: zephyrproject-rtos/zephyr#60071

This commit updates the ARC QEMU to 2023.07.28 tag.

Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
@evgeniy-paltsev evgeniy-paltsev added DNM DO NOT MERGE area: QEMU Issues related to QEMU labels Jul 28, 2023
@keith-packard
Copy link
Collaborator

This commit updates the ARC QEMU to 2023.07.28 tag.

(and most likely zephyrproject-rtos/zephyr#60071)

Yup, that one was caused by a timer interrupt occurring at a branch. Using newer qemu bits (as proposed here) resolved the problem, as well as disabling delayed branches out of the compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: QEMU Issues related to QEMU
Projects
None yet
Development

Successfully merging this pull request may close these issues.

arc64 local variable corruption in z_init_static_threads QEMU bug with branch delay slots on ARC
4 participants