aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/storcenter.conf
blob: 336c4e4900b2d31c4a530d3f40f45b8372038820 (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
TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc603e"

# terminal specs - console, but no other ports
SERIAL_CONSOLE="115200 ttyS0"
USE_VT="0"

# uboot switches
UBOOT_MACHINE="Sandpoint8240_config"

# plug in other tasks - not "really" used unless we are using task-boot
MACHINE_FEATURES= "kernel26 usbhost pci ext2"
PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"
PREFERRED_VERSION_udev = "115"

# the StorCenter Control Daemon provides cmdline fan and light control
MACHINE_EXTRA_RDEPENDS = "sccd"

IMAGE_FSTYPES = "jffs2"
KERNEL_IMAGETYPE ?= uImage
EXTRA_IMAGECMD_jffs2 += "--pad --big-endian --eraseblock=0x10000"
# must be in HEX
FLASH_KERNEL_SIZE=0x170000
FLASH_ROOT_SIZE=0x590000

require conf/machine/include/tune-ppc603e.inc