aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/vmx25.conf
blob: 2d82dd2ae4da4cdda5a9b4571220776a08b8a7ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#@TYPE: Machine
#@Name: Voipac vmx25 module
#@DESCRIPTION: Machine configuration for Voipac vmx25 module & baseboard
#@Homepage: http://voipac.com/#X25-DKT-265

TARGET_ARCH = "arm"

PREFERRED_PROVIDER_virtual/bootloader = "barebox"
PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"

MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget touchscreen keyboard"

GUI_MACHINE_CLASS = "bigscreen"
XSERVER ?= "xserver-xorg \
           xf86-input-tslib \
           xf86-input-evdev \
           xf86-input-mouse \
           xf86-input-keyboard \
           xf86-video-fbdev \
"

# ubi fs args
UBI_VOLNAME = "rootfs-vmx25"
MKUBIFS_ARGS = "-m 2KiB -e 126KiB -c 989"
UBINIZE_ARGS = "-m 2KiB -p 128KiB -s 512"

IMAGE_FSTYPES += "tar.gz ubi"

require conf/machine/include/tune-arm926ejs.inc

# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttymxc0"