aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/akita.conf
blob: 94fa36ec5a8284368f2608cac8bf5f3055910de2 (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
#@TYPE: Machine
#@NAME: Sharp Zaurus SL-C1000
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device

# NAND factory-default
# mtdparts=sharpsl-nand:7168k@0k(smf),59392k@7168k(root),-(home) 

require conf/machine/include/zaurus.inc
require conf/machine/include/tune-xscale.inc

PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt" 
MACHINE_FEATURES += "iwmmxt"

JFFS2_ERASEBLOCK = "0x20000"

# UBI: max akita (128-7 MiB = 968 PEBs)
# 121 x 1024 : 128 = 968 PEBs
MKUBIFS_ARGS = "-m 2048 -e 129024 -c 968 -x zlib"
UBINIZE_ARGS = "-m 2048 -p 131072 -s 512"

MACHINE_GUI_CLASS = "bigscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "640"
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"