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
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
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"
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"
45 SERIAL_CONSOLE = "-L ttyS2 115200 vt100"