1
#@TYPE: Machine
2
#@NAME: Boundary Devices NEON
3
#@DESCRIPTION: Machine configuration for the Boundary Devices NEON board
4
5
#
6
# Hardware-based properties
7
#
8
TARGET_ARCH = "arm"
9
10
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
11
require conf/machine/include/tune-xscale.inc
12
13
# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
14
#require conf/machine/include/tune-iwmmxt.inc
15
16
ROOT_FLASH_SIZE = "60"
17
VOLATILE_STORAGE_SIZE = "128"
18
GUI_MACHINE_CLASS = "bigscreen"
19
MACHINE_FEATURES = "kernel26 touchscreen apm alsa usbgadget screen uboot"
20
21
#
22
# Software/packages selection
23
#
24
PREFERRED_PROVIDER_virtual/kernel = "linux"
25
PERFERRED_VERSION_linux = "2.6.22"
26
KERNEL_IMAGETYPE = "uImage"
27
UBOOT_ENTRYPOINT = "a0008000"
28
29
MODUTILS = "26"	
30
XSERVER = "xserver-kdrive-fbdev"
31
32
PREFERRED_VERSION_u-boot = "1.1.2"
33
34
EXTRA_IMAGEDEPENDS =" mtd-utils"
35
36
MACHINE_EXTRA_RDEPENDS = " mtd-utils"
37
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-module-nls-cp437 \
38
				kernel-module-nls-iso8859-1 \
39
				kernel-module-nls-utf8 \
40
				kernel-module-af-key \
41
				kernel-module-i2c-pxa"
42
43
IMAGE_FSTYPES ?= "jffs2"
44
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"
45
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x40000 --pad=32243712; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
46
			  -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
47
			  -e 128KiB -p"
48
49
#
50
# Modules autoload and other boot properties
51
#
52
module_autoload_evdev = "evdev"
53
module_autoload_mmc_block = "mmc_block"
54
module_autoload_snd-pcm-oss = "snd-pcm-oss"
55
module_autoload_snd-mixer-oss = "snd-mixer-oss"
56
57
#module_autoload_g_ether = "g_ether"
58
59
SERIAL_CONSOLE = "115200 ttyS0"