From patchwork Thu Sep 26 08:52:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 278136 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 C347B2C0246 for ; Thu, 26 Sep 2013 18:52:34 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C06F78AD9F; Thu, 26 Sep 2013 08:52:32 +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 gLS201G5ys5M; Thu, 26 Sep 2013 08:52:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4340B8B7CF; Thu, 26 Sep 2013 08:52: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 6C2EA1BF9A6 for ; Thu, 26 Sep 2013 08:52:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 65553894D6 for ; Thu, 26 Sep 2013 08:52:25 +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 uD-Fo6oUYc1y for ; Thu, 26 Sep 2013 08:52:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 04D8087645 for ; Thu, 26 Sep 2013 08:52:23 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id ez12so859797wid.3 for ; Thu, 26 Sep 2013 01:52:22 -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=wyI08lSIN85ZkDcZb1qVI24lUsHh9XMkQDj+jHVZuoM=; b=RNQvE1+Usppk/AZ97opwWUP/w0QC4OC27eO8EajTTV99rcM3cqQLyhSzXsAZ/QNIbm mCJcT6ey0I+mtvMA9chaSrtK/ZO/dSizn6NEJC696wgPConfvG9M5I4I2M6+9bMsY2TO 8rqmKQgNen9gI+AnkisrOCTifPNdWkq80suCwiQeVi6pO2eaasBYbNBituK8VfwZG7Zx r7ieaZv+GVE3Wi/QO6vwMErcuqvhbomvMA13enmr/3N6FArosoOHyOuJVKGaVN77X+d7 0FK+B0Jzr95ZWXhTZeIk5bkm4uSfLPyMDx4xv3R90rotDjd2gvep0L3RgIXb4SNPT0vk c57g== X-Received: by 10.180.105.104 with SMTP id gl8mr17982847wib.26.1380185542644; Thu, 26 Sep 2013 01:52:22 -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:21 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Thu, 26 Sep 2013 10:52:03 +0200 Message-Id: <1380185523-26736-2-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1380185523-26736-1-git-send-email-gilles.talis@gmail.com> References: <1380185523-26736-1-git-send-email-gilles.talis@gmail.com> Subject: [Buildroot] [PATCH] 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 --- configs/freescale_imx6sabresd_defconfig | 15 +++++++++++++++ 1 file changed, 15 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..4b071e7 --- /dev/null +++ b/configs/freescale_imx6sabresd_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="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"