aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/storcenter.conf
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2008-01-16 01:32:39 +0000
committerAndrew Wilcox <andy@protium.com>2008-01-16 01:32:39 +0000
commit4d103ef9501c08f53646ce3a99057cb1d6f0af99 (patch)
treedf2c8520722f8944431a830dc80052d5093922e7 /conf/machine/storcenter.conf
parent62448c6d487bf24edfd64d1fde0627f70af221aa (diff)
downloadopenembedded-4d103ef9501c08f53646ce3a99057cb1d6f0af99.tar.gz
bump storcenter kernel to 2.6.15.7, improved config, much
smaller kernel patch.
Diffstat (limited to 'conf/machine/storcenter.conf')
-rw-r--r--conf/machine/storcenter.conf26
1 files changed, 15 insertions, 11 deletions
diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf
index 519c565061..5b69bbdc9a 100644
--- a/conf/machine/storcenter.conf
+++ b/conf/machine/storcenter.conf
@@ -1,23 +1,27 @@
TARGET_ARCH = "powerpc"
-TARGET_OS = "linux"
TARGET_FPU = "hard"
-PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
-
-INHERIT += "storcenter-image"
+PACKAGE_EXTRA_ARCHS = "ppc603e"
# terminal specs - console, but no other ports
-SERIAL_CONSOLE="115200 console"
+SERIAL_CONSOLE="115200 ttyS0"
USE_VT="0"
-MODUTILS=26
-MACHINE_FEATURES= "kernel26 usbhost pci ext2 uboot"
+# 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"
-# We want udev support in the image
-udevdir = "/dev"
+# the StorCenter Control Daemon provides cmdline fan and light control
+MACHINE_EXTRA_RDEPENDS = "sccd"
-EXTRA_IMAGECMD = "--big-endian"
-ERASEBLOCK_SIZE = "0x10000"
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