aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSergey Lapin <slapinid@gmail.com>2007-07-14 16:00:36 +0000
committerSergey Lapin <slapinid@gmail.com>2007-07-14 16:00:36 +0000
commitccf826390630a67c9a083425edd68bb39c813781 (patch)
tree86f299b24873bf7ab7746fbeb818be4231c0a809 /conf
parentd65919f84c141d69d3b2b11374df99fdae13ff4a (diff)
downloadopenembedded-ccf826390630a67c9a083425edd68bb39c813781.tar.gz
Preliminary support for Palm Zire 71
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/palmz71.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/palmz71.conf b/conf/machine/palmz71.conf
new file mode 100644
index 0000000000..4be181e961
--- /dev/null
+++ b/conf/machine/palmz71.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Palm Zire 71
+#@DESCRIPTION: Machine configuration for Palm Zire 71
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv5te"
+
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-palm-omap1"
+PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
+
+SERIAL_CONSOLE ?= "115200 ttyS0"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
+
+require conf/machine/include/tune-arm926ejs.conf