merge of '629d7abe4cdeb66f4256659308d040ed78152a2a'
[vuplus_openembedded] / conf / machine / a780.conf
1 #@TYPE: Machine
2 #@NAME: Motorola EZX A780, Motorola EZX E680, Motorola EZX E680i
3 #@DESCRIPTION: Machine configuration for the Motorola GSM phones A780, E680, and E680i
4
5
6 TARGET_ARCH = "arm"
7 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt"
8
9 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
10 PREFERRED_PROVIDER_virtual/kernel = "linux-ezx"
11
12 EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
13
14 #cat /proc/mtd
15 #dev:    size   erasesize  name
16 #mtd0: 00020000 00008000 "Bootloader"
17 #mtd1: 000e0000 00020000 "Kernel"
18 #mtd2: 00580000 00020000 "VFM_Filesystem"
19 #mtd3: 00020000 00020000 "Logo"
20
21 MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen"
22
23 #the a780 needs a userspace daemon to stop the BP from shutting down the phone 
24 MACHINE_EXTRA_RDEPENDS += "opentapi"
25
26 ROOT_FLASH_SIZE = "24"
27
28 EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native"
29
30 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
31 require conf/machine/include/tune-xscale.conf
32
33 SERIAL_CONSOLE = "115200 ttyS0"