aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/magicbox.conf
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-04-19 17:29:57 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-04-19 17:29:57 +0000
commita79ff721887dca0119f7f06d992d6a8c9fff5cf6 (patch)
tree794feab844c69ca8557720af5d69f7fb721a3af4 /conf/machine/magicbox.conf
parent1a7cff6077b770083062952ef6f6f7517bfd2c07 (diff)
downloadopenembedded-a79ff721887dca0119f7f06d992d6a8c9fff5cf6.tar.gz
conf/machine/magicbox.conf : Add machine config for magicbox routerboards
Diffstat (limited to 'conf/machine/magicbox.conf')
-rw-r--r--conf/machine/magicbox.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/magicbox.conf b/conf/machine/magicbox.conf
new file mode 100644
index 0000000000..4ed28337d6
--- /dev/null
+++ b/conf/machine/magicbox.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@Name: Magicbox router board
+#@DESCRIPTION: Machine configuration for Magicbox router board http://wwww.magicbox.pl
+
+TARGET_ARCH = "powerpc"
+PACKAGE_EXTRA_ARCHS = "ppc405"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
+
+MACHINE_FEATURES = "kernel26 ext2"
+
+TARGET_CPU = "405"
+OLDEST_KERNEL = "2.6.12"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+PREFERRED_VERSION_u-boot = "1.1.2"
+EXTRA_IMAGECMD = "--big-endian"
+ERASEBLOCK_SIZE = "0x10000"
+IMAGE_FSTYPES = "jffs2"
+
+#tune for the 405 cpu
+require conf/machine/include/tune-ppc405.conf
+