[oe-commits] Marcin Juszkiewicz : ronetix-pm926*: added configs for Ronetix boards

GIT User account git at amethyst.openembedded.net
Thu Feb 12 13:37:22 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 699566665e67f8cac9beb0dcad40ca94ebb18062
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=699566665e67f8cac9beb0dcad40ca94ebb18062

Author: Marcin Juszkiewicz <hrw at koansoftware.com>
Date:   Tue Dec 16 14:49:09 2008 +0100

ronetix-pm926*: added configs for Ronetix boards

---

 conf/machine/ronetix-pm9261.conf |   24 ++++++++++++++++++++++++
 conf/machine/ronetix-pm9263.conf |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/conf/machine/ronetix-pm9261.conf b/conf/machine/ronetix-pm9261.conf
new file mode 100644
index 0000000..2f263d0
--- /dev/null
+++ b/conf/machine/ronetix-pm9261.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@Name: Ronetix PM9261 CPU Module
+#@DESCRIPTION: Machine.configuration for the Ronetix evaluation board with PM9261 CPU module
+#@MAINTAINER: Marco Cavallini <m.cavallini at koansoftware.com>
+
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+KERNEL_IMAGETYPE = "uImage"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+IMAGE_FSTYPES ?= "jffs2"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+
+require conf/machine/include/tune-arm926ejs.inc
+
diff --git a/conf/machine/ronetix-pm9263.conf b/conf/machine/ronetix-pm9263.conf
new file mode 100644
index 0000000..9e110d6
--- /dev/null
+++ b/conf/machine/ronetix-pm9263.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@Name: Ronetix PM9263 CPU Module
+#@DESCRIPTION: Machine.configuration for the Ronetix evaluation board with PM9263 CPU module
+#@MAINTAINER: Marco Cavallini <m.cavallini at koansoftware.com>
+
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+KERNEL_IMAGETYPE = "uImage"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+IMAGE_FSTYPES ?= "jffs2"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+
+require conf/machine/include/tune-arm926ejs.inc
+





More information about the Openembedded-commits mailing list