[oe-commits] org.oe.dev a1200.conf: add machine description for the motorola a1200 phone

koen commit openembedded-commits at lists.openembedded.org
Fri Jan 5 09:34:06 UTC 2007


a1200.conf: add machine description for the motorola a1200 phone

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 7305c9a859968d4fe3417267aebb53189c85437a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7305c9a859968d4fe3417267aebb53189c85437a
Files:
1
conf/machine/a1200.conf
Diffs:

#
# mt diff -r01a972a4a4b052553563e6fcd8fd4451494370e6 -r7305c9a859968d4fe3417267aebb53189c85437a
#
# 
# 
# add_file "conf/machine/a1200.conf"
#  content [8f4d9472a6772564c56024f3fc194d381ed08122]
# 
============================================================
--- conf/machine/a1200.conf	8f4d9472a6772564c56024f3fc194d381ed08122
+++ conf/machine/a1200.conf	8f4d9472a6772564c56024f3fc194d381ed08122
@@ -0,0 +1,33 @@
+#@TYPE: Machine
+#@NAME: Motorola EZX A1200
+#@DESCRIPTION: Machine configuration for the Motorola GSM phones A1200
+
+
+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