diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-06-03 14:10:15 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-06-04 16:25:43 +1000 |
| commit | 0545a5aba7379682b577b4e7661572a7108b011f (patch) | |
| tree | bfe142cc06575eb615ab0038813b3a8c67c0f831 /conf/machine/qemuzynq.conf | |
| parent | 42c920f9c256340fb0bcaf48f16377d4d3bf82ae (diff) | |
| download | meta-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/machine/qemuzynq.conf')
| -rw-r--r-- | conf/machine/qemuzynq.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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 | |||
| 5 | MACHINE_FEATURES := "" | ||
| 6 | |||
| 7 | require conf/machine/include/tune-zynq.inc | ||
| 8 | |||
| 9 | SERIAL_CONSOLE = "115200 ttyPS0" | ||
