From patchwork Fri Sep 27 15:44:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 278621 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 3ECC92C012E for ; Sat, 28 Sep 2013 01:47:30 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 68E18932A1; Fri, 27 Sep 2013 15:47:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e-fA+q-KTBXd; Fri, 27 Sep 2013 15:47:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C32AB9323C; Fri, 27 Sep 2013 15:47:28 +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 2A0EB1BF95F for ; Fri, 27 Sep 2013 15:47:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 264088AC72 for ; Fri, 27 Sep 2013 15:47:28 +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 dUHmThCOtUCb for ; Fri, 27 Sep 2013 15:47:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 23F968C3CA for ; Fri, 27 Sep 2013 15:45:06 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id t60so2909839wes.28 for ; Fri, 27 Sep 2013 08:45:05 -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=beQZRzq5LUHL1fGuN93zrbs4OYehg/NsU8OKd18vCfg=; b=E6QXvCBdPJSGX1MZvhxcWzOgfx4yN0HR2vPlSbBZj1d0a3xtg8g+56orXoDiMjM0Zy l3NefwwsclQScLOKF8a4D2YjYtVy8lIOSZCs+5l8EEpJzmzPwqjbjdUh4pD1/KgFn0CZ rMUhS87IA9g7lUYmqQ85PWDjw1+LAhWz+l/Gi34HeekHaa79saKoRYj7MeBylhNjnvM9 XYDLRyrmC1lurhDMguFcPcYyQZbMhR1NygjvdUzjFtCi/ST5PYCw/7FZYP2QiBdSuk40 ESO5Ddh6VyixahYMzlFjG5JL/F2Ke9padgo7B1hqbIJjkYAuUp6mRiVomlZ+1CgA1yOi VYhg== X-Received: by 10.180.76.48 with SMTP id h16mr3234841wiw.32.1380296705480; Fri, 27 Sep 2013 08:45:05 -0700 (PDT) Received: from localhost.localdomain ([212.234.149.52]) by mx.google.com with ESMTPSA id ey2sm15080543wib.5.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Sep 2013 08:45:04 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Fri, 27 Sep 2013 17:44:56 +0200 Message-Id: <1380296697-9012-1-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH v2 1/2] 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 --- Changes v1 -> v2: - Removed static device nodes support configs/freescale_imx6sololiteevk_defconfig | 14 ++++++++++++++ 1 file changed, 14 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..70d29eb --- /dev/null +++ b/configs/freescale_imx6sololiteevk_defconfig @@ -0,0 +1,14 @@ +BR2_arm=y +BR2_cortex_a9=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"