Skip to content

Commit

Permalink
ronetix-pm926*: added configs for Ronetix boards
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Juszkiewicz committed Feb 12, 2009
1 parent e554fd5 commit 6995666
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 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

24 changes: 24 additions & 0 deletions 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

0 comments on commit 6995666

Please sign in to comment.