turbostation: Update machine support
authorOyvind Repvik <nail@nslu2-linux.org>
Tue, 6 Mar 2007 22:52:23 +0000 (22:52 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Tue, 6 Mar 2007 22:52:23 +0000 (22:52 +0000)
conf/machine/turbostation.conf

index a4b19de..7184958 100644 (file)
@@ -1,17 +1,26 @@
 TARGET_ARCH = "powerpc"
 TARGET_OS = "linux"
 TARGET_FPU = "hard"
-# TARGET_VENDOR = "oe"
 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
+MACHINE_TASK_PROVIDER = "task-base"
+
 # terminal specs - console, but no other ports
 SERIAL_CONSOLE="115200 console"
 USE_VT="0"
 
 MODUTILS=26
-MACHINE_TASK_PROVIDER = "task-base"
 MACHINE_FEATURES= "kernel26 usbhost"
-BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
 PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation"
+
+# Do we need any kernel modules?
+OPENPROTIUM_KERNEL = ""
+
+# We want udev support in the image
 udevdir = "/dev"
+OPENPROTIUM_SUPPORT ?= "diffutils cpio findutils uboot-utils udev"
+BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
 
+ROOT_FLASH_SIZE = 12
+# Hardware stuff
+ERASEBLOCK_SIZE = "0x20000"    
 require conf/machine/include/tune-ppc603e.conf