aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMarcin Mielczarczyk <marcin.mielczarczyk@tieto.com>2011-02-17 07:50:32 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:48:42 +0100
commit8575044ea564a948f4b0ec75c13629aa8e10db7b (patch)
treea18cda83635c9dc6c76de93e60a1c7bfc9aebcfe /conf
parentc0addceb03233311453ccf3cfae407c06b517652 (diff)
downloadopenembedded-8575044ea564a948f4b0ec75c13629aa8e10db7b.tar.gz
sciphone-g2: Initial support for Sciphone G2 (based on MT6235)
This patch adds Sciphone G2 target to OpenEmbedded environment. It also defines osmocomBB repositories for U-Boot and Linux kernel. Signed-off-by: Marcin Mielczarczyk <marcin.mielczarczyk@tieto.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/sciphone_g2.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/sciphone_g2.conf b/conf/machine/sciphone_g2.conf
new file mode 100644
index 0000000000..eef4a090f8
--- /dev/null
+++ b/conf/machine/sciphone_g2.conf
@@ -0,0 +1,25 @@
+#@TYPE: Machine
+#@Name: Sicphone G2 based on Mediatek's MT6235 Development Platform
+#@DESCRIPTION: Machine configuration for the Sciphone G2 mobile phone
+
+TARGET_ARCH = "arm"
+
+UBOOT_ENTRYPOINT = "8000"
+PREFERRED_PROVIDER_virtual/kernel = "linux-mtk"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_MACHINE = "sciphone_g2_config"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 screen touchscreen"
+EXTRA_IMAGEDEPENDS += "u-boot-mtk"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyMTK0"
+IMAGE_FSTYPES += "tar ext3"
+
+require conf/machine/include/tune-arm926ejs.inc
+