1
#@TYPE: Machine
2
#@Name: BSQUARE PXA255 DevKitIDP Development Platform
3
#@DESCRIPTION: Machine configuration for PXA255 DevKitIDP 
4
5
TARGET_ARCH = "arm"
6
7
GUI_MACHINE_CLASS = "bigscreen"
8
9
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
10
PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}"
11
PREFERRED_VERSION_u-boot = "1.1.6"
12
UBOOT_MACHINE = "pxa255_idp_config"
13
14
require conf/machine/include/tune-xscale.inc
15
16
# used by sysvinit_2
17
SERIAL_CONSOLE = "115200 ttyS0"
18
19
# used by opie-collections.inc
20
ROOT_FLASH_SIZE = "32"
21
22
MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa"