aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/tosa.conf
blob: 751b498f14c430e17a93cdf575ccdc4924540e7d (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
#@TYPE: Machine
#@NAME: Sharp Zaurus SL-6000
#@DESCRIPTION: Machine configuration for the PXA255 based Sharp Zaurus SL-6000 device

TARGET_ARCH = "arm"
IPKG_EXTRA_ARCHS = "armv4 armv5te"

ZKERNEL_VERSION ?= "2.4"
include conf/machine/include/tosa-${ZKERNEL_VERSION}.conf

EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n --faketime"

IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}"

EXTRA_IMAGEDEPENDS += "zaurus-updater"

GUI_MACHINE_CLASS = "bigscreen"
GPE_EXTRA_INSTALL += "gaim"
ROOT_FLASH_SIZE = "28"

include conf/machine/include/handheld-common.conf

# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
include conf/machine/include/tune-xscale.conf

SERIAL_CONSOLE = "115200 ttyS0"