merge of '740568b10a465e2c82673155e6c544f4bf1fd4c3'
[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"
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 ROOT_FLASH_SIZE = "24"
24
25 EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native"
26
27 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
28 include conf/machine/include/tune-xscale.conf
29
30 SERIAL_CONSOLE = "115200 ttyS0"