aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h1940.conf
blob: d9ed33ae0d492bf81812dbf3ee577523f42b8718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#@TYPE: Machine
#@NAME: h1940
#@DESCRIPTION: Machine configuration for the HP iPAQ h1930 and h1940

#
# Hardware-based properties
#
# tune for armv4t
require conf/machine/include/tune-arm920t.inc

# Set preferred providers
PREFERRED_PROVIDER_virtual/kernel = "linux-handheld"

KERNEL_IMAGETYPE = "uImage"
UBOOT_LOADADDRESS = "0x30108000"
UBOOT_ENTRYPOINT = "0x30108000"

IMAGE_FSTYPES += "tar.gz jffs2"
JFFS2_ERASEBLOCK = "0x4000"

# Set features for task-base
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "touchscreen apm bluetooth irda usbgadget screen vfat qvga"

# Some extra configuration
SERIAL_CONSOLE = "115200 ttySAC2 vt100"
USE_VT = "0"