merge of '2de318fc2a95854259cdc31038f89dae83fb0121'
[vuplus_openembedded] / conf / machine / storcenter.conf
1 TARGET_ARCH = "powerpc"
2 PACKAGE_EXTRA_ARCHS = "ppc603e"
3
4 # terminal specs - console, but no other ports
5 SERIAL_CONSOLE="115200 ttyS0"
6 USE_VT="0"
7
8 # uboot switches
9 UBOOT_MACHINE="Sandpoint8240_config"
10
11 # plug in other tasks - not "really" used unless we are using task-boot
12 MACHINE_FEATURES= "kernel26 usbhost pci ext2"
13 PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"
14 PREFERRED_VERSION_udev = "115"
15
16 # the StorCenter Control Daemon provides cmdline fan and light control
17 MACHINE_EXTRA_RDEPENDS = "sccd"
18
19 IMAGE_FSTYPES = "jffs2"
20 KERNEL_IMAGETYPE ?= uImage
21 EXTRA_IMAGECMD_jffs2 += "--pad --big-endian --eraseblock=0x10000"
22 # must be in HEX
23 FLASH_KERNEL_SIZE=0x170000
24 FLASH_ROOT_SIZE=0x590000
25
26 require conf/machine/include/tune-ppc603e.inc