increase dvbapp PR.
[vuplus_openembedded] / conf / machine / include / motorola-ezx-base.inc
1 TARGET_ARCH = "arm"
2
3 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
4 PREFERRED_PROVIDER_virtual/kernel ?= "openezx-kernel"
5
6 #cat /proc/mtd
7 #dev:    size   erasesize  name
8 #mtd0: 00020000 00008000 "Bootloader"
9 #mtd1: 000e0000 00020000 "Kernel"
10 #mtd2: 00580000 00020000 "VFM_Filesystem"
11 #mtd3: 00020000 00020000 "Logo"
12
13 MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen phone"
14 MACHINE_FEATURES += " iwmmxt"
15
16 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
17 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
18 MACHINE_DISPLAY_ORIENTATION = "0"
19 MACHINE_DISPLAY_PPI = "180"
20
21 # use this for overrides
22 MACHINE_CLASS = "motorola-ezx"
23
24 XSERVER = "xserver-kdrive-fbdev"
25
26 ROOT_FLASH_SIZE = "24"
27
28 IMAGE_FSTYPES ?= "jffs2"
29 EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
30
31 EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native"
32
33 # the EZX phones need a userspace daemon to stop the BP from shutting down the phone
34 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "ezxd"
35
36 # Ezxd needs to be started very early so we need the mux devices in static /dev
37 IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \
38                        files/device_table-ezx.txt"
39
40 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
41 require conf/machine/include/tune-xscale.inc
42
43 SERIAL_CONSOLE = "115200 ttyS0"