3 #@DESCRIPTION: Machine configuration for the CompuLab EM-X270 with a pxa27x CPU
6 # Hardware-based properties
9 GUI_MACHINE_CLASS ?= "bigscreen"
11 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt "
12 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}"
14 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
15 #require conf/machine/include/tune-xscale.inc
17 # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
18 # require conf/machine/include/tune-iwmmxt.inc
20 require conf/machine/include/tune-xscale.inc
22 ROOT_FLASH_SIZE = "128"
24 mkfs.jffs2 --root=${IMAGE_ROOTFS} \
25 --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
26 --eraseblock=0x20000 --pad --faketime -n; \
27 sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
28 -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
30 cd ${DEPLOY_DIR_IMAGE}; \
31 rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2; \
32 ln -fs ${IMAGE_NAME}.rootfs-summary.jffs2 \
33 ${IMAGE_LINK_NAME}.rootfs-summary.jffs2 \
36 #VOLATILE_STORAGE_SIZE = "128"
37 MACHINE_DISPLAY_WIDTH_PIXELS ?= "480"
38 MACHINE_DISPLAY_HEIGHT_PIXELS ?= "640"
39 MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth wifi usbhost usbgadget screen phone "
42 # Software/packages selection
45 #PCMCIA_MANAGER = "pcmciautils"
46 PREFERRED_VERSION_em-x270 = "2.6.23"
48 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
50 #PREFERRED_VERSION_orinoco-modules = "0.15rc1"
52 MACHINE_EXTRA_RDEPENDS = ""
53 MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \
54 kernel-module-nls-iso8859-1 \
55 kernel-module-nls-utf8 \
59 # Modules autoload and other boot properties
61 module_autoload_evdev = "evdev"
62 module_autoload_mmc_block = "mmc_block"
63 module_autoload_pxa27x_udc = "pxa27x_udc"
65 #FIXME: this should be controlled by a userspace utility later.
66 module_autoload_g_ether = "g_ether"
68 SERIAL_CONSOLE = "115200 ttyS0"