-
Notifications
You must be signed in to change notification settings - Fork 156
Add Xilinx QEMU (qemu-system-xilinx-aarch64) #138
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
Conversation
fdf1745
to
32f56a2
Compare
@galak Do you have a planned date for Zephyr SDK 0.11.0 Alpha-4 release (and 0.11.0 as well)? I'd like to know when this could be available in the CI for Zephyr (zephyrproject-rtos/zephyr#20217 depends on it). |
No specific date. |
ff1b038
to
e3b0adb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general looks good. Would like to reduce a few diffs between meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb
or at least comment in either commit message or recipe as to why we differ.
I'll look to make alpha4 once we merge this PR and the openocd fix PR. Not aware of any other changes coming down the pipe. |
e3b0adb
to
040ee59
Compare
I reached out to the xilinx team that develops qemu and they suggested that we might just want to use the master branch. Can you see if that works for you -- and make any corresponding changes to the recipe files? |
It looks like they just merged 4.1.50 (4.2 development tree) to master. I will update to this revision and make any relevant changes. |
This commit adds Xilinx QEMU recipe for building AArch64 QEMU (qemu-system-xilinx-aarch64). The Xilinx QEMU fork is necessary because the arm-generic-fdt machine type, required to properly emulate the Xilinx Zynq SoC, is only availabe on it at this time. For more details, refer to the issue zephyrproject-rtos#132. Signed-off-by: Stephanos Ioannidis <[email protected]>
040ee59
to
7ef1c43
Compare
thanks. |
This commit adds Xilinx QEMU recipe for building AArch64 QEMU
(qemu-system-xilinx-aarch64).
The Xilinx QEMU fork is necessary because the arm-generic-fdt machine
type, required to properly emulate the Xilinx Zynq SoC, is only
availabe on it at this time.
For more details, refer to the issue #132.
Signed-off-by: Stephanos Ioannidis [email protected]