Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / conf / machine / om-gta01.conf
1 #-----------------------------------------------------------------------------
2 #@TYPE: Machine
3 #@NAME: OM GTA01 (Neo1973)
4 #@DESCRIPTION: Machine configuration for the OM Neo1973 GSM phone
5 #-----------------------------------------------------------------------------
6
7 TARGET_ARCH = "arm"
8
9 PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko"
10 UBOOT_ENTRYPOINT = "30008000"
11
12 MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone vfat ext2"
13 MACHINE_DISPLAY_WIDTH_PIXELS = "480"
14 MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
15 MACHINE_DISPLAY_ORIENTATION = "0"
16 MACHINE_DISPLAY_PPI = "285"
17 XSERVER = "xserver-kdrive-fbdev"
18
19 # package machine specific modules
20 MACHINE_EXTRA_RRECOMMENDS = "\
21   kernel-module-gta01-pm-bt  \
22   kernel-module-gta01-pm-gps \
23   kernel-module-gta01-pm-gsm \
24   kernel-module-gta01kbd \
25   kernel-module-s3cmci \
26   kernel-module-snd-soc-neo1973-wm8753 \
27   kernel-module-g-ether \
28 "
29
30 # do not outcomment, we bypass the sysvinit.bb logic here -- see FIC GTA01 inittab
31 #SERIAL_CONSOLE = "115200 ttySAC0"
32
33 # used by some images
34 ROOT_FLASH_SIZE = "60"
35
36 # extra jffs2 tweaks
37 IMAGE_FSTYPES += "jffs2"
38 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
39
40 # build / upload tools
41 EXTRA_IMAGEDEPENDS += "dfu-util-native"
42
43 # tune for S3C24x0
44 include conf/machine/include/tune-arm920t.inc
45