[oe-commits] Eric Bénard : mx25-3-stack: add machine' s configuration file

git version control git at git.openembedded.org
Fri Nov 12 05:06:41 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: a6151b231154f9cc39bb82e85b916ffa29bcfa58
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a6151b231154f9cc39bb82e85b916ffa29bcfa58

Author: Eric Bénard <eric at eukrea.com>
Date:   Wed Nov 10 14:17:10 2010 +0100

mx25-3-stack: add machine's configuration file

this file was forgotten in commit :
50ea5378c92557b609324a962fea56c076783edf

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 conf/machine/mx25-3stack.conf |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/conf/machine/mx25-3stack.conf b/conf/machine/mx25-3stack.conf
new file mode 100644
index 0000000..89b12a5
--- /dev/null
+++ b/conf/machine/mx25-3stack.conf
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@Name: Freescale i.MX25_3stack
+#@DESCRIPTION: Machine configuration for Freescale i.MX25_3stack
+#@Homepage: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX25PDK&fsrch=1
+
+TARGET_ARCH = "arm"
+
+MACHINE_FEATURES = "kernel26 apm alsa ext2 usbhost usbgadget touchscreen"
+
+GUI_MACHINE_CLASS = "smallscreen"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+UBOOT_MACHINE="mx25_3stack_config"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+KERNEL_IMAGETYPE = "uImage"
+
+require conf/machine/include/tune-arm926ejs.inc
+
+SERIAL_CONSOLE = "115200 ttymxc0"
+





More information about the Openembedded-commits mailing list