From patchwork Sat Mar 9 11:36:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 226328 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 E2A842C0334 for ; Sat, 9 Mar 2013 22:37:50 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E8D918C4D3; Sat, 9 Mar 2013 11:37:48 +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 4pkSzMfhKpXk; Sat, 9 Mar 2013 11:37:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9483A8CF2C; Sat, 9 Mar 2013 11:37:03 +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 212308F753 for ; Sat, 9 Mar 2013 11:37:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 74F1E8CBDF for ; Sat, 9 Mar 2013 11:36:55 +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 FiY-3q6Zgp4W for ; Sat, 9 Mar 2013 11:36:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6ED198C341 for ; Sat, 9 Mar 2013 11:36:42 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id k14so1925008wer.25 for ; Sat, 09 Mar 2013 03:36:40 -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=wacQJA0XFmPp+Hj0js5moQZayd9oERO8yN8G/1K9WvY=; b=HjSVvHbTf0Bbzsdf4T6GI5Rpxbzeb/GWucp4VWyV+NKvjXbyJyYx54gsG2SrXFGwni 5NgcTi7RbPhYxo3QaRjuis6npjRipbBvae5o5fIGRPYICyApmG6k7tx27AEIFl3UbLzl oAvQiPzH4q6KRNZlTOm2wMiVuP2Yfk8HoOLDVIlmJenHFCsKrjUBCuQRrwoX8Af01br1 +G0W3WkG5fW33qSWlEKzrIn/3LibM5MfMkUeWyo4oeNrYWUWjEZcAea21sIUP1bdkRuz kJP8LyLccsAvz71G4Q2yWaVp8l6dEFhpUJ3ES5mjMSxkAFPf0GQEnoJ59Zgk4pq+cWPS f1gA== X-Received: by 10.194.77.129 with SMTP id s1mr9605253wjw.17.1362829000726; Sat, 09 Mar 2013 03:36:40 -0800 (PST) Received: from macbook.fastwebnet.it (2-238-57-164.ip242.fastwebnet.it. [2.238.57.164]) by mx.google.com with ESMTPS id n10sm4038165wia.0.2013.03.09.03.36.39 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 09 Mar 2013 03:36:39 -0800 (PST) From: Carlo Caione To: buildroot@busybox.net Date: Sat, 9 Mar 2013 12:36:43 +0100 Message-Id: <1362829004-16217-1-git-send-email-carlo.caione@gmail.com> X-Mailer: git-send-email 1.8.1.5 Subject: [Buildroot] [PATCH 1/2] cubieboard: 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 adds support for Cubieboard (http://cubieboard.org/). This depends on host package HOST_SUNXI_TOOLS submitted by Floris Bos. Signed-off-by: Carlo Caione --- configs/cubieboard_defconfig | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 configs/cubieboard_defconfig diff --git a/configs/cubieboard_defconfig b/configs/cubieboard_defconfig new file mode 100644 index 0000000..ea1e265 --- /dev/null +++ b/configs/cubieboard_defconfig @@ -0,0 +1,33 @@ +# Architecture +BR2_arm=y +BR2_cortex_a8=y + +# System configuration +BR2_TARGET_GENERIC_HOSTNAME="sun4i" +BR2_TARGET_GENERIC_ISSUE="Welcome to use sun4i" +BR2_TARGET_GENERIC_GETTY=y +BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/cubieboard/post-build.sh" + +# Additional tools +BR2_PACKAGE_HOST_SUNXI_TOOLS=y +BR2_PACKAGE_HOST_UBOOT_TOOLS=y + +# Kernel +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_GIT=y +BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="https://github.com/linux-sunxi/linux-sunxi.git" +BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="66025966cbe563e356b5e1dda0a572e738e13c42" +BR2_LINUX_KERNEL_VERSION="sunxi-3.4" +BR2_LINUX_KERNEL_DEFCONFIG="sun4i" + +# Bootloaders +BR2_TARGET_UBOOT=y +BR2_TARGET_UBOOT_BOARDNAME="cubieboard" +BR2_TARGET_UBOOT_CUSTOM_GIT=y +BR2_TARGET_UBOOT_VERSION="sunxi" +BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="https://github.com/linux-sunxi/u-boot-sunxi.git" +BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="7aa9f04f571247a6bb999c168b49e09f05b86465" +BR2_TARGET_UBOOT_FORMAT_BIN=y +BR2_TARGET_UBOOT_SPL=y +BR2_TARGET_UBOOT_SPL_NAME="spl/sunxi-spl.bin"