chumby-falconwing: Add machine definition
authorSean Cross <sean@chumby.com>
Sat, 11 Sep 2010 05:45:32 +0000 (05:45 +0000)
committerTom Rini <tom_rini@mentor.com>
Sat, 11 Sep 2010 16:06:31 +0000 (09:06 -0700)
Adds the machine definition for chumby Falconwing-based boards

Signed-off-by: Sean Cross <sean@chumby.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/machine/chumby-falconwing.conf [new file with mode: 0644]

diff --git a/conf/machine/chumby-falconwing.conf b/conf/machine/chumby-falconwing.conf
new file mode 100644 (file)
index 0000000..e451c5c
--- /dev/null
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@Name: chumby Falconwing i.MX233-based boards
+#@DESCRIPTION: Machine configuration for chumby Falconwing platform
+
+TARGET_ARCH = "arm"
+
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
+PREFERRED_PROVIDER_virtual/bootloader = "bootstream-chumby-falconwing"
+
+require conf/machine/include/tune-arm926ejs.inc
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyAM0"
+
+ROOT_FLASH_SIZE = "128"
+
+MACHINE_FEATURES = "kernel26 usbhost touchscreen ext2 ext3 vfat keyboard alsa"
+IMAGE_FSTYPES = "ext3.gz tar.gz"