diff options
Diffstat (limited to 'meta/conf/machine/fic-gta01.conf')
-rw-r--r-- | meta/conf/machine/fic-gta01.conf | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/meta/conf/machine/fic-gta01.conf b/meta/conf/machine/fic-gta01.conf index d0e62e0a44..bd14df5814 100644 --- a/meta/conf/machine/fic-gta01.conf +++ b/meta/conf/machine/fic-gta01.conf | |||
@@ -1,33 +1,48 @@ | |||
1 | #----------------------------------------------------------------------------- | 1 | #----------------------------------------------------------------------------- |
2 | #@TYPE: Machine | 2 | #@TYPE: Machine |
3 | #@NAME: FIC GTA01 (Neo1973) | 3 | #@NAME: FIC GTA01 (Neo1973) |
4 | #@DESCRIPTION: Machine configuration for the FIC Neo1973 GSM phone | 4 | #@DESCRIPTION: Machine configuration for the FIC Neo1973/1 GSM phone |
5 | #----------------------------------------------------------------------------- | 5 | #----------------------------------------------------------------------------- |
6 | 6 | ||
7 | TARGET_ARCH = "arm" | 7 | TARGET_ARCH = "arm" |
8 | PACKAGE_EXTRA_ARCHS = "armv4t" | 8 | MACHINE_CLASS = "neo1973" |
9 | PACKAGE_EXTRA_ARCHS = "armv4t ${MACHINE_CLASS}" | ||
9 | 10 | ||
10 | PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko" | 11 | PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko" |
12 | UBOOT_ENTRYPOINT = "30008000" | ||
11 | 13 | ||
12 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget phone usbhost" | 14 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone" |
15 | MACHINE_DISPLAY_WIDTH_PIXELS = "480" | ||
16 | MACHINE_DISPLAY_HEIGHT_PIXELS = "640" | ||
17 | MACHINE_DISPLAY_ORIENTATION = "0" | ||
18 | MACHINE_DISPLAY_PPI = "285" | ||
13 | 19 | ||
20 | # package machine specific modules | ||
14 | MACHINE_EXTRA_RRECOMMENDS = "\ | 21 | MACHINE_EXTRA_RRECOMMENDS = "\ |
15 | usbinit \ | ||
16 | kernel-module-gta01-pm-bt \ | 22 | kernel-module-gta01-pm-bt \ |
17 | kernel-module-gta01-pm-gps \ | 23 | kernel-module-gta01-pm-gps \ |
18 | kernel-module-gta01-pm-gsm \ | 24 | kernel-module-gta01-pm-gsm \ |
19 | kernel-module-gta01kbd \ | 25 | kernel-module-gta01kbd \ |
20 | kernel-module-s3cmci \ | 26 | kernel-module-s3cmci \ |
21 | kernel-module-ext2 " | 27 | kernel-module-ext2 \ |
22 | 28 | kernel-module-vfat \ | |
23 | # used by sysvinit_2 | 29 | kernel-module-snd-soc-neo1973-wm8753 \ |
30 | kernel-module-snd-soc-smdk2440 \ | ||
31 | kernel-module-nls-iso8859-1 \ | ||
32 | kernel-module-nls-cp437 \ | ||
33 | " | ||
34 | |||
35 | # do not outcomment, we bypass the sysvinit.bb logic here -- see FIC GTA01 inittab | ||
24 | #SERIAL_CONSOLE = "115200 ttySAC0" | 36 | #SERIAL_CONSOLE = "115200 ttySAC0" |
25 | 37 | ||
26 | # used by some images | 38 | # used by some images |
27 | ROOT_FLASH_SIZE = "60" | 39 | ROOT_FLASH_SIZE = "60" |
28 | 40 | ||
29 | # extra jffs2 tweaks | 41 | # extra jffs2 tweaks |
30 | EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n -x lzo" | 42 | EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n" |
43 | |||
44 | # build / upload tools | ||
45 | EXTRA_IMAGEDEPENDS += "dfu-util-native" | ||
31 | 46 | ||
32 | # tune for S3C24x0 | 47 | # tune for S3C24x0 |
33 | include conf/machine/include/tune-arm920t.inc | 48 | include conf/machine/include/tune-arm920t.inc |