From patchwork Thu May 24 04:42:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Consolidated, Pull, 01/28] qemumips64.conf: Add machine configuration for mips64(eb) Date: Thu, 24 May 2012 04:42:04 -0000 From: Saul Wold X-Patchwork-Id: 28537 Message-Id: <4b95affeb8c7485c800f932bb3a61d7bccfec198.1337834073.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Khem Raj New machine description for qemu emulating malta64/mips64 big-endian system Signed-off-by: Khem Raj --- meta/conf/machine/qemumips64.conf | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/qemumips64.conf diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf new file mode 100644 index 0000000..8e9a488 --- /dev/null +++ b/meta/conf/machine/qemumips64.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: mti_malta64 MIPS64 +#@DESCRIPTION: mti_malta64 + +require conf/machine/include/qemu.inc +require conf/machine/include/tune-mips64.inc + +KERNEL_IMAGETYPE = "vmlinux" +KERNEL_ALT_IMAGETYPE = "vmlinux.bin" + +SERIAL_CONSOLE = "115200 ttyS0" + +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"