From e011e2b8b448d946ba090c3793c3b53e709e7a0d Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Wed, 18 Jan 2017 11:01:39 -0800 Subject: [PATCH] qemu-x86.conf: New MACHINE MACHINE definition for Zephyr BOARD qemu_x86 Signed-off-by: Juro Bystricky --- conf/machine/qemu-x86.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/qemu-x86.conf diff --git a/conf/machine/qemu-x86.conf b/conf/machine/qemu-x86.conf new file mode 100644 index 0000000..0d595a1 --- /dev/null +++ b/conf/machine/qemu-x86.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: qemu-x86 +#@DESCRIPTION: Machine for Zephyr BOARD qemu_x86 + +require conf/machine/include/qemu.inc +require conf/machine/include/tune-i586.inc + +# For runqemu (TBD) +QB_SYSTEM_NAME = "qemu-system-i386" +QB_MACHINE = "-machine pc-0.14" +QB_OPT_APPEND = "-nographic -display none -clock dynticks -no-acpi -balloon none"