summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-03-07 02:39:44 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-03-07 02:39:44 +0000
commita4f387cd021a1609192a230ac88147bdd9cd7011 (patch)
treec9ef0e176d6175c5ed872bc32670ae1ec05512ce /conf/machine
parent9338aae8d11d18af9758e0d4d6a091cbe5026f6b (diff)
parentef577a4a45dc409f13b78925308dd25c646e92ce (diff)
merge of '67610d438a2b24071b341922d01602d41bf4da8f'
and '7824a9c2a0a95d7eb46cd065355bda4d7a16780a'
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/storcenter.conf1
-rw-r--r--conf/machine/turbostation.conf17
2 files changed, 15 insertions, 3 deletions
diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf
index 511d200deb..7463bc77d0 100644
--- a/conf/machine/storcenter.conf
+++ b/conf/machine/storcenter.conf
@@ -1,5 +1,6 @@
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
+TARGET_FPU = "hard"
# TARGET_VENDOR = "oe"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
# terminal specs - console, but no other ports
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf
index d3952e1d4a..7184958664 100644
--- a/conf/machine/turbostation.conf
+++ b/conf/machine/turbostation.conf
@@ -1,15 +1,26 @@
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
-# TARGET_VENDOR = "oe"
+TARGET_FPU = "hard"
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