1
#@TYPE: Machine
2
#@NAME: OMAP1510 cpu on iPAQ h6315, h6340 and h6365
3
#@DESCRIPTION: Machine configuration for the OMAP1510 based HP iPAQ h6300 series devices.
4
5
#
6
# Hardware-based properties
7
#
8
TARGET_ARCH = "arm"
9
BASE_PACKAGE_ARCH = "arm"
10
11
#Use OMAP 1510 cpu specifig arm9tdmi options for gcc
12
require conf/machine/include/tune-arm9tdmi.inc
13
14
MACHINE_GUI_CLASS = "smallscreen"
15
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
16
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
17
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen vfat"
18
19
#
20
# Software/packages selection
21
#
22
PREFERRED_PROVIDER_virtual/kernel = "linux-h6300-omap1"
23
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
24
25
MACHINE_EXTRA_RRECOMMENDS = "kernel-module-omapts \
26
                             kernel-module-omap-keypad \
27
                             kernel-module-h6300-bt"
28
29
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
30
31
#
32
# Modules autoload and other boot properties
33
#
34
module_autoload_omapts = "omapts"
35
module_autoload_omap-keypad = "omap-keypad"
36
module_autoload_hci_uart = "hci_uart"
37
module_autoload_h6300_bt = "h6300_bt"
38
module_autoload_l2cap = "l2cap"
39
#common alsa sound modules
40
module_autoload_snd-omap-alsa-tsc2101 = "snd-omap-alsa-tsc2101"
41
module_autoload_snd-pcm-oss = "snd-pcm-oss"
42
module_autoload_snd-mixer-oss = "snd-mixer-oss"
43
44
SERIAL_CONSOLE = "115200 ttyS0"