]> code.ossystems Code Review - openembedded-core.git/commitdiff
zoom2.conf: initial zoom2 board support
authorMike Turquette <mturquette@ti.com>
Tue, 28 Jul 2009 22:09:50 +0000 (17:09 -0500)
committerMike Turquette <mturquette@ti.com>
Mon, 3 Aug 2009 18:23:52 +0000 (13:23 -0500)
The Zoom2 is an OMAP3-based development platform.  Its architecture shares much in common with other OMAP3 boards such as Beagle, Overo, and RX51.

Signed-off-by: Mike Turquette <mturquette@ti.com>
meta/conf/machine/zoom2.conf [new file with mode: 0644]

diff --git a/meta/conf/machine/zoom2.conf b/meta/conf/machine/zoom2.conf
new file mode 100644 (file)
index 0000000..c71bc6d
--- /dev/null
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@NAME: Logic PD Zoom2
+#@DESCRIPTION: Machine configuration for the OMAP3-powered Logic PD Zoom2
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7a"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap3-pm"
+
+MACHINE_FEATURES = "kernel26 apm alsa usbgadget usbhost screen touchscreen"
+
+KERNEL_IMAGETYPE = "uImage"
+IMAGE_FSTYPES ?= "tar.gz jffs2 ext2"
+UBOOT_ENTRYPOINT ="0x80008000"
+UBOOT_LOADADDRESS ="0x80008000"
+
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+SERIAL_CONSOLE = "-L 115200 ttyS3"
+#MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "u-boot x-load"
+
+require conf/machine/include/tune-cortexa8.inc