aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h3600.conf
blob: 087595712ebb226e13f99e741ebf11c23d008ebf (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#@TYPE: Machine
#@NAME: Compaq iPAQ 36xx,Compaq iPAQ 37xx,Compaq iPAQ 38xx
#@DESCRIPTION: Machine configuration for the Compaq iPAQ 36xx, Compaq iPAQ 37xx and Compaq iPAQ 38xx devices

#
# Hardware-based properties
#
require conf/machine/include/tune-strongarm1100.inc

# h3700, h3800 have 32, but let that be the bonus
ROOT_FLASH_SIZE = "16"
# h3630 have 32Mb only, others should set this to 64
VOLATILE_STORAGE_SIZE = "32"
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "touchscreen apm alsa irda usbgadget screen vfat ext2 qvga"

#
# Software/packages selection
#
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
KERNEL_IMAGETYPE ?= "zImage"
# Compression level for 32MB RAM
XZ_COMPRESSION_LEVEL = "-2e"

INITRAMFS_FSTYPES ?= "cpio.gz cpio.lzma"

IMAGE_DEVICE_TABLES = ""

IMAGE_FSTYPES = "jffs2"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "kernel ipaq-boot-params"
MACHINE_EXTRA_RDEPENDS = "mtd-utils mtd-utils-jffs2"

MACHINE_EXTRA_RRECOMMENDS = ""

ERASEBLOCKSIZE = "0x40000"
EXTRA_IMAGECMD_jffs2 = "-p -l --eraseblock=${ERASEBLOCKSIZE}"

#
# Modules autoload and other boot properties
#
CMDLINE = "console=ttySA0,115200n8 console=tty1 fbcon=rotate:1"
SERIAL_CONSOLE = "115200 ttySA0"
USE_VT = "0"