[oe-commits] org.oe.dev rokr-e2: add machine file for the ROKR E2 (motorola needs a spellchecker)

koen commit openembedded-commits at lists.openembedded.org
Fri Jan 5 10:25:51 UTC 2007


rokr-e2: add machine file for the ROKR E2 (motorola needs a spellchecker)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 9fbea08e3f291d803347907cc64fd841c0103d6c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9fbea08e3f291d803347907cc64fd841c0103d6c
Files:
1
conf/machine/rokr-e2.conf
Diffs:

#
# mt diff -rb70835047eaf8f744110cd87ee076c90d4f0950f -r9fbea08e3f291d803347907cc64fd841c0103d6c
#
# 
# 
# add_file "conf/machine/rokr-e2.conf"
#  content [3c78073478e131d6f10f163a67a8c03cd4fa6593]
# 
============================================================
--- conf/machine/rokr-e2.conf	3c78073478e131d6f10f163a67a8c03cd4fa6593
+++ conf/machine/rokr-e2.conf	3c78073478e131d6f10f163a67a8c03cd4fa6593
@@ -0,0 +1,33 @@
+#@TYPE: Machine
+#@NAME: Motorola EZX rokr e2 
+#@DESCRIPTION: Machine configuration for the Motorola GSM phones rokr e2
+
+
+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 a780 needs 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"
+
+# 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"






More information about the Openembedded-commits mailing list