summaryrefslogtreecommitdiff
path: root/conf/machine/include/motorola-ezx-base.inc
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 17:58:00 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 17:58:00 +0000
commit529c3cb8561d06ade5b58a9b439f7c88781b009f (patch)
treeb8d745a204fce126c2b7c4f093a215b6d1082be1 /conf/machine/include/motorola-ezx-base.inc
parentd8f8c8ae824998c9e7b886f0a6c3e0488e998cde (diff)
parent84d9f6f516ca1c5a001c959b7565fbb63c041c33 (diff)
merge of '8ccf578d98540e0fe880015d1158e3f2e2d5fada'
and 'ffc6a1cb8a5c35ab9fdca8add26efc64679665b5'
Diffstat (limited to 'conf/machine/include/motorola-ezx-base.inc')
-rw-r--r--conf/machine/include/motorola-ezx-base.inc33
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc
new file mode 100644
index 0000000000..c1eac82e3b
--- /dev/null
+++ b/conf/machine/include/motorola-ezx-base.inc
@@ -0,0 +1,33 @@
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt"
+
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-ezx"
+
+EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
+
+#cat /proc/mtd
+#dev: size erasesize name
+#mtd0: 00020000 00008000 "Bootloader"
+#mtd1: 000e0000 00020000 "Kernel"
+#mtd2: 00580000 00020000 "VFM_Filesystem"
+#mtd3: 00020000 00020000 "Logo"
+
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen"
+
+#the EZX phones need a userspace daemon to stop the BP from shutting down the phone
+MACHINE_EXTRA_RDEPENDS += "opentapi"
+
+ROOT_FLASH_SIZE = "24"
+
+EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native"
+
+# Opentapi needs to be started very early so we need the mux devices in static /dev
+IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \
+ files/device_table-ezx.txt"
+
+# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
+require conf/machine/include/tune-xscale.conf
+
+SERIAL_CONSOLE = "115200 ttyS0"