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: xilinx_qemu: Update to QEMU 8.1.0 #859

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

michalsimek
Copy link

@michalsimek michalsimek commented Feb 6, 2025

Update Xilinx Qemu version based on 8.1.0 which is aligned with Xilinx v2024.2 (xilinx_v2024.2 tag) tools.

Also at the same time enable riscv32/64 targets and remove compilation flags which are not longer available.
--disable-vnc-png was removed in Xilinx 2023.1.
--disable-blobs was removed in Xilinx 2024.1.
--disable-sheepdog was removed in 2022.1.

@michalsimek michalsimek force-pushed the main branch 4 times, most recently from 01bb181 to 1d20944 Compare February 10, 2025 14:11
@michalsimek michalsimek marked this pull request as draft February 10, 2025 15:52
@michalsimek michalsimek force-pushed the main branch 5 times, most recently from 5885e26 to d2a5d26 Compare February 13, 2025 12:15
@michalsimek michalsimek marked this pull request as ready for review February 14, 2025 07:44
@michalsimek
Copy link
Author

I had to do some attempts to finally find the configuration which is working via your layers. Sorry about it.

@nashif
Copy link
Member

nashif commented Feb 18, 2025

Is this already upstream in qemu? We are planning to move the latest release and it would help alot if those targets are upstream so we do not need to maintain multiple versions of qemu

@michalsimek
Copy link
Author

Nope. Xilinx is using configuration based on DTB (HW DTB) which is hard to upstream. Some IP models are in upstream also some platform but a lot of features which we would like to use are not there yet.

Update Xilinx Qemu version based on 8.1.0 which is aligned with Xilinx
v2024.2 (xilinx_v2024.2 tag) tools.

Also at the same time enable riscv32/64 targets and remove compilation
flags which are not longer available.
--disable-vnc-png was removed in Xilinx 2023.1.
--disable-blobs was removed in Xilinx 2024.1.
--disable-sheepdog was removed in 2022.1.

There is also a need to cover new dependencies including libtasn1, bison
and ninja. And also disabling meson when Qemu is configured and enable
gcrypt to emulate crypto models.

Signed-off-by: Michal Simek <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants