diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-05-12 17:31:35 -0700 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-13 17:14:00 +1000 |
commit | 94d30e95eb4823fc5d2cb00b3d2750f1d0a4b69a (patch) | |
tree | f233b68c134952b0c39d65aa475491ea68e9637e /conf/machine | |
parent | 78a400e8a294f1751286f25e3ca1a4d06ee7bc00 (diff) | |
download | meta-xilinx-94d30e95eb4823fc5d2cb00b3d2750f1d0a4b69a.tar.gz |
kc705-microblazeel.conf: Support for KC705 kit
Support for KC705 board kit
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/kc705-microblazeel.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/kc705-microblazeel.conf b/conf/machine/kc705-microblazeel.conf new file mode 100644 index 00000000..cea1d173 --- /dev/null +++ b/conf/machine/kc705-microblazeel.conf | |||
@@ -0,0 +1,24 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: kc705-microblazeel | ||
3 | #@DESCRIPTION: Machine support for Xilinx KC705 Embedded Kit. | ||
4 | # | ||
5 | |||
6 | require conf/machine/include/tune-microblaze.inc | ||
7 | require conf/machine/include/machine-xilinx-default.inc | ||
8 | require conf/machine/include/machine-xilinx-board.inc | ||
9 | |||
10 | TUNE_FEATURES_tune-microblaze += "v9.6 little-endian barrel-shift pattern-compare multiply-high" | ||
11 | |||
12 | MACHINE_FEATURES = "" | ||
13 | |||
14 | USE_VT = "" | ||
15 | SERIAL_CONSOLE = "115200 ttyS0" | ||
16 | |||
17 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | ||
18 | MACHINE_DEVICETREE := " \ | ||
19 | kc705/kc705-microblazeel.dts \ | ||
20 | kc705/pl.dtsi \ | ||
21 | kc705/system-conf.dtsi" | ||
22 | |||
23 | EXTRA_IMAGEDEPENDS += "virtual/bitstream" | ||
24 | |||