aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/kc705-trd-microblazeel.conf
blob: 9c35a3df11ce995877652b22924867c7af5a5ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#@TYPE: Machine
#@NAME: kc705-trd-microblazeel
#@DESCRIPTION: Machine support for Xilinx KC705 Embedded Kit TRD.
#
# Note: this TRD contains the 'Xylon logiSDHC' additional IP core, this is not
#       supported by this BSP.
#
# For details on the TRD and Evaluation board:
#     http://www.xilinx.com/products/boards-and-kits/DK-K7-EMBD-G.htm
# For documentation and design files for the TRD:
#     http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/kintex-7_boards_and_kits/kintex-7_fpga_embedded_kit.html
#

require conf/machine/include/tune-microblaze.inc
require conf/machine/include/machine-xilinx-default.inc
require conf/machine/include/machine-xilinx-board.inc

TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift pattern-compare reorder multiply-low"

MACHINE_FEATURES = ""

USE_VT = ""
SERIAL_CONSOLE = "115200 ttyS0"

MACHINE_DEVICETREE := "kc705/kc705-trd-microblazeel.dts"
MACHINE_XPARAMETERS := "kc705/kc705-trd-microblazeel.xparameters.h"

EXTRA_IMAGEDEPENDS += "virtual/bitstream"