From patchwork Sat Jan 17 22:18:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivo Slanina X-Patchwork-Id: 430134 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 492971401DA for ; Sun, 18 Jan 2015 09:18:51 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8F40D333CB; Sat, 17 Jan 2015 22:18:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m3BFbigjjy5b; Sat, 17 Jan 2015 22:18:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 414802D103; Sat, 17 Jan 2015 22:18:48 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 38A641C21D3 for ; Sat, 17 Jan 2015 22:18:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 34EC6A1B16 for ; Sat, 17 Jan 2015 22:18:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7xHeRbAsV_mS for ; Sat, 17 Jan 2015 22:18:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qa0-f50.google.com (mail-qa0-f50.google.com [209.85.216.50]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 42818A1677 for ; Sat, 17 Jan 2015 22:18:46 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id k15so19880305qaq.9 for ; Sat, 17 Jan 2015 14:18:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=9DbxYxWGJKgdInspc7cQyYP+8gXDlUndRr7dyhW/8zE=; b=O2feaNJxG9kL09i5tm6v2E4MWMWYGF7gD43utIjfVD23wAW9KgFr7myFpcEku/feD2 z4cLIj6CVgKe18vx6EnpDsC/en/Hzs7lstegovRlP30m6q+QYy9u9NvjSIRNbKKycfxL z6UicnPF9/Dji9oxwSXh8LP7N1Sa2lKYpAxryTZu3uDjzC3OaZbi+VY8K0w9mGUaBAnJ RWgSo9YWyHi9NQFPuL5Oi6QBi2rzL/xnRTwJPSzwlHYn6wNsyyHsDxb8Hn67ZBvW1Jy0 SC+xL0Xcx//BmwNaUHDvF4eDIBZCKSUjNY1GK/qBXPVaQ4YsZxAseCDBTHyao1tLmdSA DL7g== X-Received: by 10.140.42.105 with SMTP id b96mr34780328qga.47.1421533125122; Sat, 17 Jan 2015 14:18:45 -0800 (PST) Received: from localhost.localdomain (19.215.broadband13.iol.cz. [90.180.215.19]) by mx.google.com with ESMTPSA id p69sm7950163qga.27.2015.01.17.14.18.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Jan 2015 14:18:44 -0800 (PST) From: Ivo Slanina To: buildroot@buildroot.org Date: Sat, 17 Jan 2015 23:18:32 +0100 Message-Id: <1421533112-5265-1-git-send-email-ivo.slanina@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH 1/1] configs/udoo_quad_defconfig: new defconfig X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Added defconfig for UDOO Quad board. Used official kernel 3.0.35. Kernel is patched in order to use gcc version 4.8 and above, according to mailing list at https://lists.yoctoproject.org/pipermail/meta-freescale/2013-July/003531.html Bootloader is also downloaded from official repository. Signed-off-by: Ivo Slanina --- configs/udoo_quad_defconfig | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 configs/udoo_quad_defconfig diff --git a/configs/udoo_quad_defconfig b/configs/udoo_quad_defconfig new file mode 100644 index 0000000..32e9a61 --- /dev/null +++ b/configs/udoo_quad_defconfig @@ -0,0 +1,25 @@ +BR2_arm=y +BR2_cortex_a9=y +BR2_ARM_EABIHF=y +BR2_ARM_FPU_VFPV3=y +BR2_KERNEL_HEADERS_VERSION=y +BR2_DEFAULT_KERNEL_VERSION="3.0.35" +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y +BR2_TOOLCHAIN_BUILDROOT_GLIBC=y +BR2_TOOLCHAIN_BUILDROOT_CXX=y +BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y +BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1" +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_GIT=y +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/UDOOboard/Kernel_Unico" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="master" +BR2_LINUX_KERNEL_PATCH="https://github.com/torvalds/linux/commit/455bd4c430b0c0a361f38e8658a0d6cb469942b5.patch https://github.com/torvalds/linux/commit/418df63adac56841ef6b0f1fcf435bc64d4ed177.patch" +BR2_LINUX_KERNEL_DEFCONFIG="UDOO" +BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000" +BR2_LINUX_KERNEL_INSTALL_TARGET=y +BR2_TARGET_UBOOT=y +BR2_TARGET_UBOOT_BOARDNAME="udoo_quad" +BR2_TARGET_UBOOT_CUSTOM_GIT=y +BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/UDOOboard/U-Boot_Unico-2013" +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="master" +BR2_TARGET_UBOOT_FORMAT_IMX=y