aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/poodle.conf
blob: e0cc83e6aa957da1d367f1b2a0c3a5d835896417 (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-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

# yes, it has 64MB...
ROOT_FLASH_SIZE = "32"

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

SERIAL_CONSOLE = "115200 ttyS0"