From patchwork Sun Feb 22 20:10:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 442311 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 8EBCB14012C for ; Mon, 23 Feb 2015 07:10:40 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D31BC91737; Sun, 22 Feb 2015 20:10:39 +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 StLq5iGj0x18; Sun, 22 Feb 2015 20:10:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id B7EBD91755; Sun, 22 Feb 2015 20:10:27 +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 B09EC1C24A9 for ; Sun, 22 Feb 2015 20:10:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AB3869126A for ; Sun, 22 Feb 2015 20:10:20 +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 mJ9VMU54yZmB for ; Sun, 22 Feb 2015 20:10:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by whitealder.osuosl.org (Postfix) with ESMTPS id 79ABA91209 for ; Sun, 22 Feb 2015 20:10:19 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id y19so22066338wgg.10 for ; Sun, 22 Feb 2015 12:10:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=Rlq2cstuOg+AHuZFNf57Do2ivp8TJNppKAzmpA/MTIk=; b=z+n+zdV3joL8Y72tOBM/VQ2US6sYy0xa2sSq/3oUwCpcq1wPg49CVPRtm8/V83sLw6 5uAfVDzsrty8VZz+swGbY3D/1OLr0j2zgQ98QIwLg/xMVWS6Xg7hqwizfV17v/Kx6o/H 1Q0gjAa3E8A9obFQPb3vPeiwaG/fXP19PRPdMLlztmTM1ZK6OPhRndpkVUTF+OkySpzv ET2neVXkICQlQG6atfDnPkej3UhSBIMxZjvcq+4LxHR+Tp6fbH5JRqxddkWnRSHl9Y5v uzvyOfXXJA2Vxv+lZLJtGMlD32OFhXipCgMBjp+vABvW63HmwjcaqsJTTvMRHNekhvhD emvA== X-Received: by 10.194.3.40 with SMTP id 8mr15264983wjz.98.1424635818248; Sun, 22 Feb 2015 12:10:18 -0800 (PST) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by mx.google.com with ESMTPSA id kj8sm52488004wjc.29.2015.02.22.12.10.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 22 Feb 2015 12:10:17 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 22 Feb 2015 21:10:13 +0100 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 3/3] configs: add Raspberry Pi 2 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" From: James Hebden Signed-off-by: James Hebden [yann.morin.1998@free.fr: fix commit log; further bump] Signed-off-by: Yann E. MORIN Cc: "Guillermo A. Amaral" --- Changes v3 -> v4: - Further bumped, fix commit log (Yann) Changes v2 -> v3 - Reformatted defonfig using make savedefconfig Changes v1 -> v2 - Removed custom kernel configuration, used default kernel config for bcm2709 - Removed changes to rpi-firmware package, separate patch coming - Enabled EABIhf --- configs/raspberrypi2_defconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/raspberrypi2_defconfig diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig new file mode 100644 index 0000000..d2f97fb --- /dev/null +++ b/configs/raspberrypi2_defconfig @@ -0,0 +1,15 @@ +BR2_arm=y +BR2_cortex_a7=y +BR2_ARM_EABIHF=y +BR2_ARM_FPU_NEON_VFPV4=y +BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y +BR2_TOOLCHAIN_BUILDROOT_CXX=y +BR2_TARGET_GENERIC_GETTY_PORT="tty1" +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_GIT=y +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="3c9fd364bfa6c0f6ef725d74b72a9b77dd0d0fb4" +BR2_LINUX_KERNEL_DEFCONFIG="bcm2709" +BR2_LINUX_KERNEL_ZIMAGE=y +BR2_PACKAGE_RPI_FIRMWARE=y +BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS=y