summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-06-03 14:10:15 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-06-04 16:25:43 +1000
commit0545a5aba7379682b577b4e7661572a7108b011f (patch)
treebfe142cc06575eb615ab0038813b3a8c67c0f831 /conf
parent42c920f9c256340fb0bcaf48f16377d4d3bf82ae (diff)
downloadmeta-xilinx-0545a5aba7379682b577b4e7661572a7108b011f.tar.gz
conf/machine: Create qemumicroblaze and qemuzynq machines
* qemumicroblaze = 'petalogix-ml605' QEMU machine model * qemuzynq = 'xilinx-zynq-a9' QEMU machine model * Added kernel configuration and DTS for machines Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/qemumicroblaze.conf10
-rw-r--r--conf/machine/qemuzynq.conf9
2 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/qemumicroblaze.conf b/conf/machine/qemumicroblaze.conf
new file mode 100644
index 00000000..e84dd9ae
--- /dev/null
+++ b/conf/machine/qemumicroblaze.conf
@@ -0,0 +1,10 @@
1#@TYPE: Machine
2#@NAME: qemumicroblaze
3#@DESCRIPTION: MicroBlaze QEMU machine support ('petalogix-ml605' model)
4
5MACHINE_FEATURES := ""
6
7require conf/machine/include/tune-microblaze.inc
8TUNE_FEATURES_tune-microblaze += "v8.30 little-endian barrel-shift pattern-compare divide-hard multiply-high fpu-hard"
9
10SERIAL_CONSOLE = "115200 ttyS0"
diff --git a/conf/machine/qemuzynq.conf b/conf/machine/qemuzynq.conf
new file mode 100644
index 00000000..dce1527d
--- /dev/null
+++ b/conf/machine/qemuzynq.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@NAME: qemuzynq
3#@DESCRIPTION: Zynq QEMU machine support ('xilinx-zynq-a9' model)
4
5MACHINE_FEATURES := ""
6
7require conf/machine/include/tune-zynq.inc
8
9SERIAL_CONSOLE = "115200 ttyPS0"