summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorJason Wu <jason.wu.misc@gmail.com>2016-04-09 00:09:30 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-05-03 21:50:58 +1000
commit5066fef048366ced30a346e2dca67b009f0d32be (patch)
treed4dc4274b8a59d5c8b2edc4e93b79538213e0085 /conf/machine
parent2cc62e42b062a6eef2664088b1b1bf4eac99074d (diff)
downloadmeta-xilinx-5066fef048366ced30a346e2dca67b009f0d32be.tar.gz
conf/machine: Add zybo-linux-bd-zynq7 machine support
* base on Zybo linux_bd reference design * Add device tree with required nodes * hdf is fetch from Digilent github Signed-off-by: Jason Wu <jason.wu.misc@gmail.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/zybo-linux-bd-zynq7.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/conf/machine/zybo-linux-bd-zynq7.conf b/conf/machine/zybo-linux-bd-zynq7.conf
new file mode 100644
index 00000000..d8c7f4b5
--- /dev/null
+++ b/conf/machine/zybo-linux-bd-zynq7.conf
@@ -0,0 +1,31 @@
1#@TYPE: Machine
2#@NAME: zybo-linux-bd-zynq7
3#@DESCRIPTION: Machine support for zybo-linux-bd project.
4#
5# generated base on ZYBO linux-bd project
6#
7
8require conf/machine/include/tune-zynq.inc
9require conf/machine/include/machine-xilinx-default.inc
10require conf/machine/include/machine-xilinx-board.inc
11
12MACHINE_FEATURES = "ext2 vfat usbhost usbgadget keyboard screen alsa sdio"
13SERIAL_CONSOLE = "115200 ttyPS0"
14
15MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
16
17MACHINE_DEVICETREE = " \
18 zybo-linux-bd/pcw.dtsi \
19 zybo-linux-bd/pl.dtsi \
20 zybo-linux-bd/zybo-linux-bd-zynq7.dts \
21 "
22
23UBOOT_MACHINE = "zynq_zybo_config"
24SPL_BINARY = "spl/boot.bin"
25
26EXTRA_IMAGEDEPENDS += "virtual/bitstream"
27
28IMAGE_BOOT_FILES += "boot.bin \
29 ${MACHINE}.dtb \
30 bitstream \
31 "