[oe-commits] org.oe.dev conf/machine/magicbox.conf : Add machine config for magicbox routerboards

ifaistos commit openembedded-commits at lists.openembedded.org
Thu Apr 19 17:35:10 UTC 2007


conf/machine/magicbox.conf : Add machine config for magicbox routerboards

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 60583f10638bed4ae577443e95e8245aaacfcd6f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=60583f10638bed4ae577443e95e8245aaacfcd6f
Files:
1
conf/machine/magicbox.conf
Diffs:

#
# mt diff -r01dda772904521f7246a0216c44813ea4042014e -r60583f10638bed4ae577443e95e8245aaacfcd6f
#
# 
# 
# add_file "conf/machine/magicbox.conf"
#  content [40758d894c893c146534323b2dc934dc2e53d95f]
# 
============================================================
--- conf/machine/magicbox.conf	40758d894c893c146534323b2dc934dc2e53d95f
+++ conf/machine/magicbox.conf	40758d894c893c146534323b2dc934dc2e53d95f
@@ -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
+






More information about the Openembedded-commits mailing list