[oe-commits] org.oe.dev conf/machine/sequoia.conf: Add machine config for AMCC's Sequoia 440 based dev board

ifaistos commit openembedded-commits at lists.openembedded.org
Sat Apr 28 21:37:42 UTC 2007


conf/machine/sequoia.conf: Add machine config for AMCC's Sequoia 440 based dev board

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 98e80d9d1ec6771020c6cb748db228b5a96d8c58
ViewMTN: http://monotone.openembedded.org/revision.psp?id=98e80d9d1ec6771020c6cb748db228b5a96d8c58
Files:
1
conf/machine/include/tune-ppc440.conf
conf/machine/sequoia.conf
Diffs:

#
# mt diff -r56a54683f0bd455a05f069a190f2c82641fabbbf -r98e80d9d1ec6771020c6cb748db228b5a96d8c58
#
# 
# 
# add_file "conf/machine/include/tune-ppc440.conf"
#  content [dae534cce717ceebfa1d767669c009aa81f19e14]
# 
# add_file "conf/machine/sequoia.conf"
#  content [055d4e49235ed37a7ea7a3f8ec4a01e0421b01c9]
# 
============================================================
--- conf/machine/include/tune-ppc440.conf	dae534cce717ceebfa1d767669c009aa81f19e14
+++ conf/machine/include/tune-ppc440.conf	dae534cce717ceebfa1d767669c009aa81f19e14
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-mcpu=440"
+PACKAGE_ARCH = "ppc440"
============================================================
--- conf/machine/sequoia.conf	055d4e49235ed37a7ea7a3f8ec4a01e0421b01c9
+++ conf/machine/sequoia.conf	055d4e49235ed37a7ea7a3f8ec4a01e0421b01c9
@@ -0,0 +1,26 @@
+#@TYPE: Machine
+#@Name: AMCC Sequoia Development Platform
+#@DESCRIPTION: Machine configuration for the AMCC Sequoia development platform http://www.amcc.com/Embedded/Downloads/440EPx/
+
+
+TARGET_ARCH = "powerpc"
+PACKAGE_EXTRA_ARCHS = "all  ${MACHINE} ppc ppc440"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
+
+MACHINE_FEATURES = "kernel26 usbhost"
+MACHINE_TASK_PROVIDER = "task-base"
+
+#don't try to access tty1
+USE_VT = "0"
+
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+PREFERRED_VERSION_u-boot = "1.1.2"
+EXTRA_IMAGECMD = "--big-endian"
+ERASEBLOCK_SIZE = "0x10000"
+IMAGE_FSTYPES = "jffs2"
+
+#tune for the AMCC440 cpu
+require conf/machine/include/tune-ppc440.conf






More information about the Openembedded-commits mailing list