From patchwork Thu Sep 26 08:52:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 278135 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 410B02C0246 for ; Thu, 26 Sep 2013 18:52:28 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C5FB086946; Thu, 26 Sep 2013 08:52:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gWGZXj9IEDTz; Thu, 26 Sep 2013 08:52:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E14B38808F; Thu, 26 Sep 2013 08:52:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id C9EE51BF9A6 for ; Thu, 26 Sep 2013 08:52:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C028186946 for ; Thu, 26 Sep 2013 08:52:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jFMCulv4gvID for ; Thu, 26 Sep 2013 08:52:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5C6DD8576A for ; Thu, 26 Sep 2013 08:52:22 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id z12so794303wgg.34 for ; Thu, 26 Sep 2013 01:52:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=f00Ekqg5SPfD22a1Cky9/rjhnopxfYK/QYuG3UgVLXk=; b=0yUhbi/5DcLcy2YSRNpRvUb7zGPy6N9JKD0V++MUms84yGwNd93oYLozOjaH/JQ2Gi 1JDRtb0H489J6l5OK7HLS+6ayvAGTw7TsW+E8porqeR2oOmvTaAQgAQVpxVN0j204OEp gySoDe6E0tdNXPqrKaypPvBjj5ISusbH7DzPLCHDAoQBol2P1s3BYSzO1z9jk9YwetsI J9Sks9bN0Kk2uGGeMgKXqON8l4xlbt5ur1tvM1zBaD9D3EemOXt1BjRQkrnek/twQTIH jy4i7qCN6U1rkX6ljvjvTrYfbrUnyHmovhxyGAGLk+rOZm7uDAioca+mc84KmQe/4vk/ gn5Q== X-Received: by 10.180.171.7 with SMTP id aq7mr26146524wic.28.1380185540752; Thu, 26 Sep 2013 01:52:20 -0700 (PDT) Received: from localhost.localdomain ([212.234.149.52]) by mx.google.com with ESMTPSA id ev4sm25953702wib.7.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Sep 2013 01:52:19 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Thu, 26 Sep 2013 10:52:02 +0200 Message-Id: <1380185523-26736-1-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] configs: add Freescale i.MX 6SoloLite EVK support X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net i.MX6 SoloLite EVK is Freescale's evaluation board based on the i.MX6 SoloLite applications processor. This defconfig is based off Freescale "official" git repo on git.freescale.com and SW release 3.0.35_4.1.0. Signed-off-by: Gilles Talis --- configs/freescale_imx6sololiteevk_defconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/freescale_imx6sololiteevk_defconfig diff --git a/configs/freescale_imx6sololiteevk_defconfig b/configs/freescale_imx6sololiteevk_defconfig new file mode 100644 index 0000000..7ed6e6c --- /dev/null +++ b/configs/freescale_imx6sololiteevk_defconfig @@ -0,0 +1,15 @@ +BR2_arm=y +BR2_cortex_a9=y +BR2_ROOTFS_DEVICE_CREATION_STATIC=y +BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0" +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_GIT=y +BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git" +BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="rel_imx_3.0.35_4.1.0" +BR2_LINUX_KERNEL_DEFCONFIG="imx6s" +BR2_TARGET_ROOTFS_EXT2=y +BR2_TARGET_UBOOT=y +BR2_TARGET_UBOOT_BOARDNAME="mx6sl_evk" +BR2_TARGET_UBOOT_CUSTOM_GIT=y +BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/uboot-imx.git" +BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="rel_imx_3.0.35_4.1.0"