From: Marcin Juszkiewicz Date: Tue, 16 Dec 2008 13:49:09 +0000 (+0100) Subject: ronetix-pm926*: added configs for Ronetix boards X-Git-Tag: Release-2010-05/1~3976^2~52^2~21^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=699566665e67f8cac9beb0dcad40ca94ebb18062;p=openembedded.git ronetix-pm926*: added configs for Ronetix boards --- diff --git a/conf/machine/ronetix-pm9261.conf b/conf/machine/ronetix-pm9261.conf new file mode 100644 index 0000000000..2f263d0441 --- /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 + +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 0000000000..9e110d6590 --- /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 + +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 +