[oe-commits] Koen Kooi : omap3-pandora: add machine description for omap3 pandora machine

GIT User account git at amethyst.openembedded.net
Fri Dec 12 18:56:04 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6deaafb3b436160216fe5f460cb01f02d3e52194
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6deaafb3b436160216fe5f460cb01f02d3e52194

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Dec 12 19:52:24 2008 +0100

omap3-pandora: add machine description for omap3 pandora machine

---

 conf/machine/omap3-pandora.conf |   43 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/conf/machine/omap3-pandora.conf b/conf/machine/omap3-pandora.conf
new file mode 100644
index 0000000..0fd116d
--- /dev/null
+++ b/conf/machine/omap3-pandora.conf
@@ -0,0 +1,43 @@
+#@TYPE: Machine
+#@NAME: OMAP3 based Pandora Handheld Console
+#@DESCRIPTION: Machine configuration for the Pandora http://www.openpandora.org/ Handheld Console
+
+TARGET_ARCH = "arm"
+include conf/machine/include/tune-cortexa8.inc
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-tslib \
+           xf86-video-omapfb \
+          "
+
+#What is the correct one, both seem in use?
+MACHINE_GUI_CLASS = "bigscreen"
+GUI_MACHINE_CLASS = "bigscreen"
+
+#800 * 480 Widescreen
+MACHINE_DISPLAY_WIDTH_PIXELS = "800"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
+
+# Ship all kernel modules
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+
+IMAGE_FSTYPES += "jffs2 tar.bz2"
+EXTRA_IMAGECMD_jffs2 = "-lnp "
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
+
+#KERNEL_IMAGETYPE = "uImage"
+
+#UBOOT_ENTRYPOINT = "0x80008000"
+#UBOOT_LOADADDRESS = "0x80008000"
+#UBOOT_ARCH = "arm"
+#UBOOT_MACHINE = "omap3_pandora_config"
+
+#EXTRA_IMAGEDEPENDS += "u-boot-omap3 x-load"
+
+
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen bluetooth wifi"





More information about the Openembedded-commits mailing list