aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/collie.conf
blob: c43c70e8f0f5ffa035ee25d3d85789ab10da2c60 (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
28
29
#@TYPE: Machine
#@NAME: Sharp Zaurus SL-5000, Sharp Zaurus SL-5500
#@DESCRIPTION: Machine configuration for the SA1100 based Sharp Zaurus SL-5000 and SL-5500 devices

TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ${MACHINE}"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "openzaurus-sa"
BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules sharp-sdmmc-support"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules \
sharp-sdmmc-support kernel-module-devinfo kernel-module-gpio kernel-module-net-fd \
kernel-module-registers kernel-module-sa1100-bi kernel-module-usbdcore \
kernel-module-usbdmonitor"
# kernel-module-collie-ssp kernel-module-collie-tc35143af" 

# This is needed for the ramdisk script to work
BOOTSTRAP_EXTRA_DEPENDS  += "e2fsprogs"
BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs"

EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"

IMAGE_LINGUAS = ""

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

SERIAL_CONSOLE = "115200 ttyS0"

ROOT_FLASH_SIZE = "16"