All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3][v2] chumby-falconwing: Create chumby-falconwing machine
@ 2010-08-19  6:24 Sean Cross
  2010-08-19 22:40 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Sean Cross @ 2010-08-19  6:24 UTC (permalink / raw)
  To: Openembedded-devel

Signed-off-by: Sean Cross <sean@chumby.com>
---
 conf/machine/chumby-falconwing.conf |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/chumby-falconwing.conf

diff --git a/conf/machine/chumby-falconwing.conf b/conf/machine/chumby-falconwing.conf
new file mode 100644
index 0000000..ed48cdb
--- /dev/null
+++ b/conf/machine/chumby-falconwing.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@Name: chumby Falconwing machine config.
+#@DESCRIPTION: Machine configuration for chumby Falconwing-based boards, such as the chumby One
+
+TARGET_ARCH = "arm"
+
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-chumby-falconwing"
+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"
+
+#MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "virtual/bootloader"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-19 22:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-19  6:24 [PATCH 1/3][v2] chumby-falconwing: Create chumby-falconwing machine Sean Cross
2010-08-19 22:40 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.