aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/logicpd-pxa270.conf
blob: 01bd1e2eca7dae28a55b51a8313e8af869ddc39e (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
#@TYPE: Machine
#@Name: LogicPD PXA270 Development Platform
#@DESCRIPTION: Machine configuration for LogicPD PXA270 Zoom Development Platform
#OLDEST_KERNEL = "2.6.17-rc5"
TARGET_ARCH = "arm"
PREFERRED_VERSION_logicpd-pxa270 = "2.6.19.2"
GUI_MACHINE_CLASS = "smallscreen"

PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}"

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

# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0"

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

# default flash partition setup of the LogicPD flash board is:
# 0x00000000-0x000c0000 : "Bootloader"
# 0x000c0000-0x01000000 : "YAFFS"
# 0x01000000-0x02000000 : "Filesystem" (JFFS2)

EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000 --eraseblock=0x40000"

MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa"