diff options
author | Jason Wu <jason.wu.misc@gmail.com> | 2016-04-09 00:09:30 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-03 21:50:58 +1000 |
commit | 5066fef048366ced30a346e2dca67b009f0d32be (patch) | |
tree | d4dc4274b8a59d5c8b2edc4e93b79538213e0085 /conf/machine | |
parent | 2cc62e42b062a6eef2664088b1b1bf4eac99074d (diff) | |
download | meta-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.conf | 31 |
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 | |||
8 | require conf/machine/include/tune-zynq.inc | ||
9 | require conf/machine/include/machine-xilinx-default.inc | ||
10 | require conf/machine/include/machine-xilinx-board.inc | ||
11 | |||
12 | MACHINE_FEATURES = "ext2 vfat usbhost usbgadget keyboard screen alsa sdio" | ||
13 | SERIAL_CONSOLE = "115200 ttyPS0" | ||
14 | |||
15 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | ||
16 | |||
17 | MACHINE_DEVICETREE = " \ | ||
18 | zybo-linux-bd/pcw.dtsi \ | ||
19 | zybo-linux-bd/pl.dtsi \ | ||
20 | zybo-linux-bd/zybo-linux-bd-zynq7.dts \ | ||
21 | " | ||
22 | |||
23 | UBOOT_MACHINE = "zynq_zybo_config" | ||
24 | SPL_BINARY = "spl/boot.bin" | ||
25 | |||
26 | EXTRA_IMAGEDEPENDS += "virtual/bitstream" | ||
27 | |||
28 | IMAGE_BOOT_FILES += "boot.bin \ | ||
29 | ${MACHINE}.dtb \ | ||
30 | bitstream \ | ||
31 | " | ||