diff options
-rw-r--r-- | conf/machine/ronetix-pm9261.conf | 24 | ||||
-rw-r--r-- | 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 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 <m.cavallini@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 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 <m.cavallini@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 + |