1
#@TYPE: Machine
2
#@NAME: Sharp Zaurus SL-C7x0
3
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices
4
5
require conf/machine/include/zaurus-2.6.inc
6
require conf/machine/include/tune-xscale.inc
7
8
# NAND factory-default
9
# SL-C700 (corgi) mtdparts=sharpsl-nand:7168k@0k(smf),25600k@7168k(root),-(home)
10
# SL-C750 (Shepherd) mtdparts=sharpsl-nand:7168k@0k(smf),25600k@7168k(root),-(home)
11
# SL-C760 (Husky) mtdparts=sharpsl-nand:7168k@0k(smf),54272k@7168k(root),-(home)
12
# SL-C860 (Boxer) mtdparts=sharpsl-nand:7168k@0k(smf),54272k@7168k(root),-(home)
13
14
# There isn't an unique size valid for all models,
15
# please set the right value in your local.conf
16
ROOT_FLASH_SIZE = "25"
17
18
MACHINE_GUI_CLASS = "bigscreen"
19
MACHINE_DISPLAY_WIDTH_PIXELS = "640"
20
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
21
MACHINE_DISPLAY_ORIENTATION = "0"
22
MACHINE_DISPLAY_PPI = "216"
23
24
UBOOT_MACHINE = "corgi_config"
25
UBOOT_ENTRYPOINT = "0xA0008000"
26
UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"