add machine conf for Motorola e680 (ezx platform)
[vuplus_openembedded] / conf / machine / a780.conf
1 #@TYPE: Machine
2 #@NAME: Motorola EZX A780
3 #@DESCRIPTION: Machine configuration for the Motorola GSM phone A780
4
5 include conf/machine/include/motorola-ezx.conf
6
7 TARGET_ARCH = "arm"
8 IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}"
9
10 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
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 ROOT_FLASH_SIZE = "24"
22
23 # EXTRA_IMAGEDEPENDS += "ezx-updater"
24
25 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
26 include conf/machine/include/tune-xscale.conf
27
28 SERIAL_CONSOLE = "115200 ttyS0"