From e52a8bf769ff87bf15eb4759ce1d742401af4741 Mon Sep 17 00:00:00 2001 From: Marcin Mielczarczyk Date: Thu, 17 Feb 2011 07:50:32 +0100 Subject: 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 Signed-off-by: Stefan Schmidt --- conf/machine/sciphone_g2.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 conf/machine/sciphone_g2.conf (limited to 'conf/machine') 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 + -- cgit 1.2.3-korg