aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMarcin Mielczarczyk <marcin.mielczarczyk@tieto.com>2011-02-17 07:50:32 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2011-02-19 12:21:23 +0100
commite52a8bf769ff87bf15eb4759ce1d742401af4741 (patch)
treea18cda83635c9dc6c76de93e60a1c7bfc9aebcfe /conf
parentd9f07823c0e704698b390a560cddb8620133295b (diff)
downloadopenembedded-e52a8bf769ff87bf15eb4759ce1d742401af4741.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
+