1
#@TYPE: Machine
2
#@NAME: iRex Iliad e-ink reader
3
#@DESCRIPTION: Machine configuration for the iRex Iliad e-ink reader
4
5
#
6
# Hardware-based properties
7
#
8
9
# CPU: Intel (now Marvell) PXA255
10
11
TARGET_ARCH = "arm"
12
13
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
14
require conf/machine/include/tune-xscale.inc
15
16
# Fix us:
17
18
#ROOT_FLASH_SIZE = "80"
19
#VOLATILE_STORAGE_SIZE = "64"
20
MACHINE_GUI_CLASS = "bigscreen"
21
MACHINE_DISPLAY_WIDTH_PIXELS = "768"
22
MACHINE_DISPLAY_HEIGHT_PIXELS = "1024"
23
MACHINE_FEATURES = "kernel24 touchscreen apm alsa pcmcia wifi usbgadget usbhost screen"
24
25
#
26
# Software/packages selection
27
#
28
PREFERRED_PROVIDER_virtual/kernel = "linux-er0100"
29
PCMCIA_MANAGER = "pcmcia-cs"
30
MODUTILS = "24"	
31
XSERVER = "xserver-kdrive-fbdev"
32
33
34
#
35
# Modules autoload and other boot properties
36
#
37
module_autoload_evdev = "evdev"
38
module_autoload_pcmcia = "pcmcia"
39
40
#FIXME: this should be controlled by a userspace utility later.
41
module_autoload_g_ether = "g_ether"
42
43
USE_VT = "0"
44
SERIAL_CONSOLE = "-L ttyS2 115200 vt100"