From patchwork Fri Jan 11 09:55:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 211267 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 E827E2C0223 for ; Fri, 11 Jan 2013 20:56:30 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 616FF8CD73; Fri, 11 Jan 2013 09:56:29 +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 xVmEo2JRft+J; Fri, 11 Jan 2013 09:56:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id DC7DA8C21B; Fri, 11 Jan 2013 09:56: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 354578F74B for ; Fri, 11 Jan 2013 09:56:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DC03B8C21B for ; Fri, 11 Jan 2013 09:56: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 GAOpjNAGj-uc for ; Fri, 11 Jan 2013 09:56:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f50.google.com (mail-ee0-f50.google.com [74.125.83.50]) by whitealder.osuosl.org (Postfix) with ESMTPS id AE90A8BFF0 for ; Fri, 11 Jan 2013 09:56:24 +0000 (UTC) Received: by mail-ee0-f50.google.com with SMTP id e51so35148eek.23 for ; Fri, 11 Jan 2013 01:56:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=f0BFZyOp8lQiSI6qEYEzt1Sg2nxMQiLmtO51sQQDrx0=; b=Caufy+SkASEdmGFtRKkOSEnPMTiysEGqWaZQTIpAQRhJy+TgiED5B1owp9QsM34xa9 Ln8M5jm4Ea7sn82uHA6No4yC1CAB/zgyXF++rokfq7RtuMyAO5wwrF89pwRVJyPlnabA rbnCdAtsG3H2zcDbLBsdanvzu5Yg4DU3pBcjMbV7gP6Q+DGq44p8TybObwvb3tjzjON5 Wdu2jxZF6Gtc5H7exW22ofrsRF2LXIyTXsu2AfPqMpb/EmckvHyFIGqObgEAzblaZI+D Kp4p23pmEPbR1AVveaz6XCUaELICyz45U2OGb8YYaWQRi/YkiYPtibvFElGdKw7THubh vecg== X-Received: by 10.14.194.195 with SMTP id m43mr201326263een.44.1357898183044; Fri, 11 Jan 2013 01:56:23 -0800 (PST) Received: from localhost (193.5-14-84.ripe.coltfrance.com. [84.14.5.193]) by mx.google.com with ESMTPS id w44sm7859667eep.6.2013.01.11.01.56.20 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 11 Jan 2013 01:56:21 -0800 (PST) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Fri, 11 Jan 2013 10:55:25 +0100 Message-Id: <1357898125-29197-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] configs: add RaspberryPi defconfig 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 This is a default configuration for the RaspberryPi, tested and functionnal. The kernel used is the one developped by the RaspberryPi foundation as it's not supported currently in mainline kernel. The configuration used for the kernel is the default bcmrpi. Note that the kernel generated is a zImage but it must be renamed to kernel.img to work. Signed-off-by: Maxime Hadjinlian --- configs/rpi_defconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 configs/rpi_defconfig diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig new file mode 100644 index 0000000..8c73d0e --- /dev/null +++ b/configs/rpi_defconfig @@ -0,0 +1,19 @@ +BR2_arm=y +BR2_arm1176jzf_s=y + +BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y +BR2_TOOLCHAIN_BUILDROOT_CXX=y + +BR2_TARGET_GENERIC_GETTY_PORT="tty1" + +BR2_PACKAGE_RPI_FIRMWARE=y +BR2_PACKAGE_RPI_USERLAND=y +BR2_PACKAGE_LIBCOFI=y + +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_GIT=y +BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://github.com/raspberrypi/linux.git" +BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="31a951046155b27361127d9cf85a1f58719fe9b3" +BR2_LINUX_KERNEL_USE_DEFCONFIG=y +BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi" +BR2_LINUX_KERNEL_ZIMAGE=y