[OE-core] [RESEND][PATCH 1/3] meta: add new qemuarma9 machine definition

Dmitry Eremin-Solenikov dmitry_eremin at mentor.com
Mon May 11 19:52:54 UTC 2015


Currently qemuarm is limited to 256 Mb of RAM. Sometimes this is too
little to run necessary applications. Add a new arm configuration based
on Versatile Express board, Cortex-A9 CPU, allowing up to 1Gb of RAM.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com>
---
 meta/conf/machine/qemuarma9.conf | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta/conf/machine/qemuarma9.conf

diff --git a/meta/conf/machine/qemuarma9.conf b/meta/conf/machine/qemuarma9.conf
new file mode 100644
index 0000000..119d172
--- /dev/null
+++ b/meta/conf/machine/qemuarma9.conf
@@ -0,0 +1,11 @@
+#@TYPE: Machine
+#@NAME: arm_versatile_cortexa9
+#@DESCRIPTION: arm_versatile_cortexa9
+
+require conf/machine/include/qemu.inc
+require conf/machine/include/tune-cortexa9.inc
+
+KERNEL_IMAGETYPE = "zImage"
+KERNEL_DEVICETREE = "vexpress-v2p-ca9.dtb"
+
+SERIAL_CONSOLE = "115200 ttyAMA0"
-- 
2.1.4




More information about the Openembedded-core mailing list