From patchwork Fri Sep 27 15:44:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 278622 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 7FBCA2C00A2 for ; Sat, 28 Sep 2013 01:47:34 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A340793A77; Fri, 27 Sep 2013 15:47:33 +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 US8KnywHc7EV; Fri, 27 Sep 2013 15:47:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 2137993132; Fri, 27 Sep 2013 15:47:33 +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 BDFED1BF95F 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 B70058B5A0 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 fQFxADR4zU+S for ; Fri, 27 Sep 2013 15:47:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by whitealder.osuosl.org (Postfix) with ESMTPS id 692EE8CA4F for ; Fri, 27 Sep 2013 15:45:10 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id m15so2840862wgh.21 for ; Fri, 27 Sep 2013 08:45:08 -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:in-reply-to:references; bh=DhVtdO65FugzUj9nrGW1R3keIaqJsGJ0PsPYmZBoRXA=; b=hg2G1RlwiIP8CeQnPwhburDl5D9kze99SMmWm89Zz8pwvGlproP34Xzj44tQA0rsTd 3qQgxRgCBJOhaKNTK0Q93Hp/yh9dM3uNfjHBmQJdT1q+jFiPdv3fYmntOYbbvjk7T78B jEOgMvusVLDrtOBzr+QREdGgV04TjHevGYWOK9HXjo/I3S9nLni+yGrz20snR4SBer61 qgzWdp1dSrN1Ir4uXxSdndalThGSC7mWgoiQWnVXa5KD/vlvV1mCVdeODrt5hbbLpMKM D3mOUpOi6Inve8mTDz14bMSv6XrWHtWus2EIoLngs6m1xQ+YdzqGjwBfNZauwoX4QFY+ 6zHw== X-Received: by 10.180.9.203 with SMTP id c11mr3189258wib.64.1380296708066; Fri, 27 Sep 2013 08:45:08 -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:07 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Fri, 27 Sep 2013 17:44:57 +0200 Message-Id: <1380296697-9012-2-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1380296697-9012-1-git-send-email-gilles.talis@gmail.com> References: <1380296697-9012-1-git-send-email-gilles.talis@gmail.com> Subject: [Buildroot] [PATCH v2 2/2] configs: add Freescale SABRE-SD board 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 SABRE Board for Smart Devices (SABRE-SD) is Freescale's evaluation board based on the i.MX 6Quad ARM Cortex-A9 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_imx6sabresd_defconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 configs/freescale_imx6sabresd_defconfig diff --git a/configs/freescale_imx6sabresd_defconfig b/configs/freescale_imx6sabresd_defconfig new file mode 100644 index 0000000..d54ad33 --- /dev/null +++ b/configs/freescale_imx6sabresd_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="imx6" +BR2_TARGET_ROOTFS_EXT2=y +BR2_TARGET_UBOOT=y +BR2_TARGET_UBOOT_BOARDNAME="mx6q_sabresd" +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"