1
#@TYPE: Machine
2
#@NAME: Sharp Zaurus SL-C3000
3
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device
4
5
require conf/machine/include/zaurus-2.6.inc
6
require conf/machine/include/tune-xscale.inc
7
8
MACHINE_FEATURES += "iwmmxt"
9
PACKAGE_EXTRA_ARCHS += "iwmmxt"
10
11
# NAND factory-default
12
# SL-C3000 (spitz) mtdparts=sharpsl-nand:7168k@0k(smf),5120k@7168k(root),-(home)
13
# SL-C3100 (borzoi) mtdparts=sharpsl-nand:7168k@0k(smf),32768k@7168k(root),-(home)
14
# SL-C3200 (terrier) mtdparts=sharpsl-nand:7168k@0k(smf),44032k@7168k(root),-(home)
15
16
# There isn't an unique size valid for all models,
17
# please set the right value in your local.conf
18
ROOT_FLASH_SIZE ?= "5"
19
20
MACHINE_GUI_CLASS = "bigscreen"
21
MACHINE_DISPLAY_WIDTH_PIXELS = "640"
22
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
23
MACHINE_DISPLAY_ORIENTATION = "270"
24
MACHINE_DISPLAY_PPI = "216"
25
26
# spitz and akita share same u-boot machine
27
UBOOT_MACHINE = "akita_config"
28
UBOOT_ENTRYPOINT = "0xA1000000"
29
UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"