From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6A800E009A3; Mon, 20 Apr 2015 17:06:10 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.169 listed in list.dnswl.org] Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5A8F9E00998 for ; Mon, 20 Apr 2015 17:06:07 -0700 (PDT) Received: by pdbnk13 with SMTP id nk13so223437334pdb.0 for ; Mon, 20 Apr 2015 17:06:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VRwqQoFjrbYux/w6PxhL8YO/QIxL6Dy1lgeFsVse2MM=; b=aDu/yzsqS72Rt0ASvM2niwj+m65o9dBzKbFOUwmcI7y43j//8CiHxFsbJjp80Z8SuM v5tLo5iikpZr3WI14WOXBVSoPQREAQXfztKRPmEvZJulk8y/7vq99xaK8Uq0wS3N+WP1 yEfDS0hu34r1uogJNjc9PdtvHe51ZklzXtwwbHyrqsJp42oYEVNMuofuh9tF3xhTlKAS xhFn9nj7w5xRkS0bMPIErDkIKtWRxmsuGRdKHUSTrMJYnBCBPHjT6fqz+UrSrEUqbopq KEMxuMcbgX0gy6y2+hFJwRSXJKdTz8qd3FhpeNLj/05D4UEpJUv2yRSlv0ZnbAZtEusv Vpfg== X-Gm-Message-State: ALoCoQkow3rL6ybGBVKJCyFtVsNxez5fz917bsVG554qXP1ntV2J9VwNslm2CqroVZQwLERVx4mf X-Received: by 10.70.47.9 with SMTP id z9mr25049136pdm.69.1429574766822; Mon, 20 Apr 2015 17:06:06 -0700 (PDT) Received: from psidhu.gw (68-189-91-139.static.snlo.ca.charter.com. [68.189.91.139]) by mx.google.com with ESMTPSA id kq3sm98383pbc.74.2015.04.20.17.06.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Apr 2015 17:06:05 -0700 (PDT) From: Pushpal Sidhu To: Date: Mon, 20 Apr 2015 17:03:44 -0700 Message-Id: <1429574624-29176-4-git-send-email-psidhu@gateworks.com> X-Mailer: git-send-email 2.3.5 In-Reply-To: <1429574624-29176-1-git-send-email-psidhu@gateworks.com> References: <1429574624-29176-1-git-send-email-psidhu@gateworks.com> Cc: otavio@ossystems.com.br Subject: [meta-fsl-arm-extra][PATCH v2 3/3] gateworks ventana: add machine conf X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2015 00:06:10 -0000 Add a machine conf for the Gateworks Ventana product family. For more information, please see the product site at http://www.gateworks.com/product#ventana Signed-off-by: Pushpal Sidhu --- conf/machine/gwventana.conf | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 conf/machine/gwventana.conf diff --git a/conf/machine/gwventana.conf b/conf/machine/gwventana.conf new file mode 100644 index 0000000..39c2416 --- /dev/null +++ b/conf/machine/gwventana.conf @@ -0,0 +1,56 @@ +#@TYPE: Machine +#@NAME: i.MX6Q/DL Ventana Platform +#@SOC: i.MX6Q/DL +#@DESCRIPTION: Machine configuration for Gateworks Ventana boards. + +require conf/machine/include/imx-base.inc +require conf/machine/include/tune-cortexa9.inc + +PREFERRED_PROVIDER_u-boot = "u-boot-gwventana" +PREFERRED_PROVIDER_virtual/kernel = "linux-gwventana" + +SOC_FAMILY = "mx6:mx6dl:mx6q" + +KERNEL_DEVICETREE = " \ + imx6q-gw5400-a.dtb \ + imx6q-gw51xx.dtb \ + imx6q-gw52xx.dtb \ + imx6q-gw53xx.dtb \ + imx6q-gw54xx.dtb \ + imx6q-gw551x.dtb \ + imx6q-gw552x.dtb \ + imx6dl-gw51xx.dtb \ + imx6dl-gw52xx.dtb \ + imx6dl-gw53xx.dtb \ + imx6dl-gw54xx.dtb \ + imx6dl-gw551x.dtb \ + imx6dl-gw552x.dtb \ +" + +KERNEL_IMAGETYPE = "uImage" + +MACHINE_FEATURES += "pci wifi bluetooth" + +# Add kernel/modules +MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree" +MACHINE_EXTRA_RRECOMMENDS += "kernel-module-sky2" + +# Modules autoload +KERNEL_MODULE_AUTOLOAD = "sky2" + +# Bootloader configs: +UBOOT_CONFIG ??= "std" +UBOOT_CONFIG[std] = "gwventana_config" + +SERIAL_CONSOLE = "115200 ttymxc1" + +# Override FS Type Creation +IMAGE_FSTYPES = "tar.bz2 ubi" + +UBI_VOLNAME = "rootfs" +# 256MB ('normal' flash layout) +MKUBIFS_ARGS += "-F -m 2048 -e 124KiB -c 1912 -x zlib" +UBINIZE_ARGS += "-m 2048 -p 128KiB -s 2048" +# 2GB ('large' flash layout) +#MKUBIFS_ARGS += "-F -m 4096 -e 248KiB -c 8124 -x zlib" +#UBINIZE_ARGS += "-m 4096 -p 256KiB -s 4096" -- 2.3.5