diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-15 13:47:08 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-15 17:08:00 +1000 |
commit | b6d2dfc01d99408fb372856b77e0890993c7c345 (patch) | |
tree | 80c3de2ed46b3059ba4b0299b2b903b35ee73844 | |
parent | d26db6bb9598a91826bb3e8e393d79e6dda457ea (diff) | |
download | meta-xilinx-b6d2dfc01d99408fb372856b77e0890993c7c345.tar.gz |
machine/kc702-trd-microblazeel: Added machine documentation
* Added some reference material links
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | conf/machine/kc705-trd-microblazeel.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/kc705-trd-microblazeel.conf b/conf/machine/kc705-trd-microblazeel.conf index e014c327..4552824e 100644 --- a/conf/machine/kc705-trd-microblazeel.conf +++ b/conf/machine/kc705-trd-microblazeel.conf | |||
@@ -1,6 +1,15 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: kc705-trd-microblazeel | 2 | #@NAME: kc705-trd-microblazeel |
3 | #@DESCRIPTION: Machine support for Xilinx KC705 Embedded Kit TRD. | 3 | #@DESCRIPTION: Machine support for Xilinx KC705 Embedded Kit TRD. |
4 | # | ||
5 | # Note: this TRD contains the 'Xylon logiSDHC' additional IP core, this is not | ||
6 | # supported by this BSP. | ||
7 | # | ||
8 | # For details on the TRD and Evaluation board: | ||
9 | # http://www.xilinx.com/products/boards-and-kits/DK-K7-EMBD-G.htm | ||
10 | # For documentation and design files for the TRD: | ||
11 | # 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 | ||
12 | # | ||
4 | 13 | ||
5 | TARGET_CPU = "microblazeel" | 14 | TARGET_CPU = "microblazeel" |
6 | MACHINE_FEATURES := "" | 15 | MACHINE_FEATURES := "" |