aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/devkitidp-pxa255.conf
blob: c7266fee00e90d833f7e9ecc3a6552d7b36cc886 (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
#@TYPE: Machine
#@Name: BSQUARE PXA255 DevKitIDP Development Platform
#@DESCRIPTION: Machine configuration for PXA255 DevKitIDP 

TARGET_ARCH = "arm"

GUI_MACHINE_CLASS = "bigscreen"
PACKAGE_EXTRA_ARCHS = "armv4 armv5te"

PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}"
PREFERRED_VERSION_u-boot = "1.1.6"
UBOOT_MACHINE = "pxa255_idp_config"

require conf/machine/include/tune-xscale.conf

# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0"

# used by opie-collections.inc
ROOT_FLASH_SIZE = "32"

MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa"