summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-11-24 23:28:00 +1000
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2017-12-06 15:45:16 -0800
commitb86a915ae0129ad699eaa9ce7e4929591e093bf6 (patch)
treeae59f9f13a5e2d82c48cb1b07555c44647927d50 /conf
parent78b078f60900248b86155fdfcfd5a775cfa27b9f (diff)
downloadmeta-xilinx-b86a915ae0129ad699eaa9ce7e4929591e093bf6.tar.gz
kc705-microblazeel: Updates to match v2017.3 bitstream
Update the device tree and machine configuration to match the updated bitstream. The bitstream was updated to v10.0 of the MicroBlaze core although mainline GCC does not currently support v10.0+. Additionally the design now enables divide-hard feature support. Memory and device addresses are unchanged. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/kc705-microblazeel.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/machine/kc705-microblazeel.conf b/conf/machine/kc705-microblazeel.conf
index 39cb3c2b..658b75be 100644
--- a/conf/machine/kc705-microblazeel.conf
+++ b/conf/machine/kc705-microblazeel.conf
@@ -7,7 +7,7 @@ require conf/machine/include/tune-microblaze.inc
7require conf/machine/include/machine-xilinx-default.inc 7require conf/machine/include/machine-xilinx-default.inc
8require conf/machine/include/machine-xilinx-board.inc 8require conf/machine/include/machine-xilinx-board.inc
9 9
10TUNE_FEATURES_tune-microblaze += "v9.6 barrel-shift pattern-compare multiply-high" 10TUNE_FEATURES_tune-microblaze += "v10.0 barrel-shift reorder pattern-compare multiply-high divide-hard"
11 11
12MACHINE_FEATURES = "" 12MACHINE_FEATURES = ""
13 13
@@ -18,6 +18,3 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
18 18
19EXTRA_IMAGEDEPENDS += "virtual/bitstream" 19EXTRA_IMAGEDEPENDS += "virtual/bitstream"
20 20
21PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx"
22PREFERRED_VERSION_u-boot-xlnx ?= "v2016.07-xilinx-v2016.4%"
23