summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/zc706-zynq7.conf')
-rw-r--r--meta-xilinx-bsp/conf/machine/zc706-zynq7.conf49
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
12require conf/machine/include/tune-zynq.inc
13require conf/machine/include/machine-xilinx-default.inc
14require conf/machine/include/machine-xilinx-board.inc
15require conf/machine/include/machine-xilinx-qemu.inc
16
17MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost usbgadget"
18
19# u-boot configuration
20UBOOT_MACHINE = "zynq_zc706_config"
21SPL_BINARY = "spl/boot.bin"
22
23EXTRA_IMAGEDEPENDS += " \
24 u-boot-zynq-uenv \
25 virtual/boot-bin \
26 "
27
28SERIAL_CONSOLE = "115200 ttyPS0"
29
30KERNEL_DEVICETREE = "zynq-zc706.dtb"
31
32IMAGE_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
39IMAGE_CLASSES += "qemuboot"
40QB_MEM = "-m 1024"
41QB_MACHINE = "-machine xilinx-zynq-a9"
42QB_OPT_APPEND = "-nographic -serial null -serial mon:stdio"
43QB_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
47PREFERRED_PROVIDER_qemu-helper-native = "qemu-xilinx-helper-native"
48
49IMAGE_CLASSES += "qemuboot-xilinx"