aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/poodle.conf
blob: 8b339128356135bac5132aa3d6f77b3c2a1b6ec5 (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
#@TYPE: Machine
#@NAME: Sharp Zaurus SL-B500, Sharp Zaurus SL-5600
#@DESCRIPTION: Machine configuration for the PXA250 based Sharp Zaurus SL-B500 and SHarp Zaurus SL-5600 devices

TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm armv4 armv5te poodle"

KERNEL_VERSION ?= "2.4"
include conf/machine/poodle-${KERNEL_VERSION}.conf

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

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

BOOTSTRAP_EXTRA_DEPENDS += "zaurus-updater"

include conf/machine/handheld-common.conf

ROOT_FLASH_SIZE = "22"

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

SERIAL_CONSOLE = "115200 ttyS0"