diff options
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/zc706-zynq7.conf')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/zc706-zynq7.conf | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf b/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf new file mode 100644 index 00000000..d2fbf1b1 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf | |||
| @@ -0,0 +1,49 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: zc706-zynq7 | ||
| 3 | #@DESCRIPTION: Machine support for ZC706 Evaluation Board. | ||
| 4 | # | ||
| 5 | # For details on the Evaluation board: | ||
| 6 | # http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm | ||
| 7 | # For documentation and design files for the ZC702: | ||
| 8 | # http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/zynq-7000_soc_boards_and_kits/zynq-7000_soc_zc706_evaluation_kit.html | ||
| 9 | # For the FSBL 'zynq_fsbl_0.elf' refer to UG873 and the associated design files. | ||
| 10 | # | ||
| 11 | |||
| 12 | require conf/machine/include/tune-zynq.inc | ||
| 13 | require conf/machine/include/machine-xilinx-default.inc | ||
| 14 | require conf/machine/include/machine-xilinx-board.inc | ||
| 15 | require conf/machine/include/machine-xilinx-qemu.inc | ||
| 16 | |||
| 17 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost usbgadget" | ||
| 18 | |||
| 19 | # u-boot configuration | ||
| 20 | UBOOT_MACHINE = "zynq_zc706_config" | ||
| 21 | SPL_BINARY = "spl/boot.bin" | ||
| 22 | |||
| 23 | EXTRA_IMAGEDEPENDS += " \ | ||
| 24 | u-boot-zynq-uenv \ | ||
| 25 | virtual/boot-bin \ | ||
| 26 | " | ||
| 27 | |||
| 28 | SERIAL_CONSOLE = "115200 ttyPS0" | ||
| 29 | |||
| 30 | KERNEL_DEVICETREE = "zynq-zc706.dtb" | ||
| 31 | |||
| 32 | IMAGE_BOOT_FILES += " \ | ||
| 33 | boot.bin \ | ||
| 34 | ${KERNEL_IMAGETYPE}-zynq-zc706.dtb \ | ||
| 35 | uEnv.txt \ | ||
| 36 | " | ||
| 37 | |||
| 38 | # Although not fully supported you can run this machine on the mainline QEMU 'xilinx-zynq-a9' machine | ||
| 39 | IMAGE_CLASSES += "qemuboot" | ||
| 40 | QB_MEM = "-m 1024" | ||
| 41 | QB_MACHINE = "-machine xilinx-zynq-a9" | ||
| 42 | QB_OPT_APPEND = "-nographic -serial null -serial mon:stdio" | ||
| 43 | QB_NETWORK_DEVICE = "-net nic,netdev=net0,macaddr=@MAC@" | ||
| 44 | |||
| 45 | # Xilinx's fork of QEMU has much better results, so let's default to that | ||
| 46 | # Use qemu-xilinx instead of mainline | ||
| 47 | PREFERRED_PROVIDER_qemu-helper-native = "qemu-xilinx-helper-native" | ||
| 48 | |||
| 49 | IMAGE_CLASSES += "qemuboot-xilinx" | ||
