Skip to content

Commit

Permalink
Add arm-generic-fdt machine support in qemu-system-aarch64.
Browse files Browse the repository at this point in the history
This commit adds a patch to support the arm-generic-fdt machine type
in qemu-system-aarch64. The arm-generic-fdt machine type is currently
available only in the Xilinx QEMU fork and this patch was generated by
diff-ing the QEMU 4.1 release and the master_next branch of the Xilinx
fork (which is based on the QEMU 4.1 release).

This machine type is required to properly emulate the Xilinx Zynq SoCs
used by the qemu_cortex_r5 platform.

For more details, refer to the issue zephyrproject-rtos#132.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Oct 30, 2019
1 parent aac6f99 commit bb9daa8
Show file tree
Hide file tree
Showing 3 changed files with 185,166 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ index 0000000000..a3329a9288
+#include "cpu.h"
+#include "hw/sysbus.h"
+#include "hw/hw.h"
+#include "hw/qdev-properties.h"
+#include "hw/char/serial.h"
+#include "sysemu/reset.h"
+#include "sysemu/sysemu.h"
+#include "hw/boards.h"
+#include "hw/loader.h"
Expand Down
Loading

0 comments on commit bb9daa8

Please sign in to comment.