conf/machine/include: Rename .conf to .inc files
[vuplus_openembedded] / conf / machine / include / motorola-ezx-base.inc
1
2 TARGET_ARCH = "arm"
3 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt"
4
5 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
6 PREFERRED_PROVIDER_virtual/kernel = "linux-ezx"
7
8 EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
9
10 #cat /proc/mtd
11 #dev:    size   erasesize  name
12 #mtd0: 00020000 00008000 "Bootloader"
13 #mtd1: 000e0000 00020000 "Kernel"
14 #mtd2: 00580000 00020000 "VFM_Filesystem"
15 #mtd3: 00020000 00020000 "Logo"
16
17 MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen"
18
19 #the EZX phones need a userspace daemon to stop the BP from shutting down the phone 
20 MACHINE_EXTRA_RDEPENDS += "opentapi"
21
22 ROOT_FLASH_SIZE = "24"
23
24 EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native"
25
26 # Opentapi needs to be started very early so we need the mux devices in static /dev
27 IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \
28                        files/device_table-ezx.txt"
29
30 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
31 require conf/machine/include/tune-xscale.inc
32
33 SERIAL_CONSOLE = "115200 ttyS0"