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