aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/c7x0.conf
blob: 68c9ba4263da3bb8d862e179b3334b01dce23440 (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-C7x0
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices

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

# NAND factory-default
# SL-C700 (corgi) mtdparts=sharpsl-nand:7168k@0k(smf),25600k@7168k(root),-(home)
# SL-C750 (Shepherd) mtdparts=sharpsl-nand:7168k@0k(smf),25600k@7168k(root),-(home)
# SL-C760 (Husky) mtdparts=sharpsl-nand:7168k@0k(smf),54272k@7168k(root),-(home)
# SL-C860 (Boxer) mtdparts=sharpsl-nand:7168k@0k(smf),54272k@7168k(root),-(home)

# There isn't an unique size valid for all models,
# please set the right value in your local.conf
ROOT_FLASH_SIZE = "25"

MACHINE_GUI_CLASS = "bigscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "640"
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
MACHINE_DISPLAY_ORIENTATION = "0"
MACHINE_DISPLAY_PPI = "216"

UBOOT_MACHINE = "corgi_config"
UBOOT_ENTRYPOINT = "0xA0008000"
UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"