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