aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/em-x270.conf
blob: efcf10484aa69190e48c6c9d90902070b59a52cf (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#@TYPE: Machine
#@NAME: EM-X270
#@DESCRIPTION: Machine configuration for the CompuLab EM-X270 with a pxa27x CPU

#
# Hardware-based properties
#
TARGET_ARCH = "arm"
GUI_MACHINE_CLASS ?= "bigscreen"

PACKAGE_EXTRA_ARCHS = "iwmmxt "
PREFERRED_PROVIDER_virtual/kernel = "linux"

# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
#require conf/machine/include/tune-xscale.inc

# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
# require conf/machine/include/tune-iwmmxt.inc

require conf/machine/include/tune-xscale.inc

ROOT_FLASH_SIZE = "128"
IMAGE_CMD_jffs2 = " \
          mkfs.jffs2 --root=${IMAGE_ROOTFS} \
             --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
             --eraseblock=0x20000 --pad --faketime -n; \
          sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
		  -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
		  -e 0x20000 -p; \
	          cd ${DEPLOY_DIR_IMAGE}; \
		  rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2; \
	          ln -fs ${IMAGE_NAME}.rootfs-summary.jffs2 \
		         ${IMAGE_LINK_NAME}.rootfs-summary.jffs2 \
"

#VOLATILE_STORAGE_SIZE = "128"
MACHINE_DISPLAY_WIDTH_PIXELS ?= "480"
MACHINE_DISPLAY_HEIGHT_PIXELS ?= "640"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth wifi usbhost usbgadget screen phone "

#
# Software/packages selection
#

#PCMCIA_MANAGER = "pcmciautils"
PREFERRED_VERSION_linux = "2.6.23"
MODUTILS = "26"	
PREFERRED_PROVIDER_xserver = "xserver-kdrive"

#PREFERRED_VERSION_orinoco-modules = "0.15rc1"

MACHINE_EXTRA_RDEPENDS = ""
MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \
				kernel-module-nls-iso8859-1 \
				kernel-module-nls-utf8 \
				"

#
# Modules autoload and other boot properties
#
module_autoload_evdev = "evdev"
module_autoload_mmc_block = "mmc_block"
module_autoload_pxa27x_udc = "pxa27x_udc"

#FIXME: this should be controlled by a userspace utility later.
module_autoload_g_ether = "g_ether"

SERIAL_CONSOLE = "115200 ttyS0"