From patchwork Wed May 15 23:12:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 244201 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 508962C00A8 for ; Thu, 16 May 2013 09:12:44 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9484D81C29; Wed, 15 May 2013 23:12:41 +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 X2EYcZlhfFMN; Wed, 15 May 2013 23:12:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 632FE8D566; Wed, 15 May 2013 23:12:35 +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 1C8358F76F for ; Wed, 15 May 2013 23:12:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C67118D51C for ; Wed, 15 May 2013 23:12:14 +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 lINNQQPb5t1T for ; Wed, 15 May 2013 23:12:13 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id 532518D086 for ; Wed, 15 May 2013 23:12:13 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id g12so2897594oah.40 for ; Wed, 15 May 2013 16:12:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=JWmNqhpfnIr3IOVP8W2SpQVSR8kCm+ZLwOQGxtPR62E=; b=KrwVPtxP1pld2HHciXUnMWZ6Os5SlP8d9UgBgpA0S1L8o6t1xPkDp7vnCBbTfBF6/P 80zxH63XNQgvxLlVuMB3pf/C8Az0GlC/8hJkYoLNjap0MICJN7ICKd7gRdAsppBeltWK pxXB8Vc35S4mNNi65RQBaZY53nmN4xwAg3aNtdtFD1aZ99v74sWAW0odlax7jK55UlIq 2UiDsL3miW6LW+cTaQwf/HlLHxLW8jhqepTP4tAlAef7//WiJ3JIYP24BN0WkSmBo67b HMWZRAEgK31sEDQoEt9+Da/WHcC3dRvGhsSrv5Ja47EsrRHGIPehhlMNyjfX2iAZBX7f tyyQ== X-Received: by 10.60.65.5 with SMTP id t5mr20933078oes.139.1368659532405; Wed, 15 May 2013 16:12:12 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id jt1sm5320799oeb.5.2013.05.15.16.12.11 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 15 May 2013 16:12:11 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Wed, 15 May 2013 18:12:04 -0500 Message-Id: <1368659524-21154-3-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1368659524-21154-1-git-send-email-spenser@gillilanding.com> References: <1368659524-21154-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQlKtMBcK2gfrxMNParL9Iybu7r98kXZkPddXNebNub1g+E7Y9qnMQNFwJj6OZvEYzKzmQB5 Subject: [Buildroot] [PATCH 3/3] zedboard: add Avnet Zedboard 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 add defconfig and board dir for Avnet Zedboard Signed-off-by: Spenser Gilliland --- board/avnet/zedboard/readme.txt | 13 +++++++++++++ configs/zedboard_defconfig | 21 +++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 board/avnet/zedboard/readme.txt create mode 100644 configs/zedboard_defconfig diff --git a/board/avnet/zedboard/readme.txt b/board/avnet/zedboard/readme.txt new file mode 100644 index 0000000..eaa2cb8 --- /dev/null +++ b/board/avnet/zedboard/readme.txt @@ -0,0 +1,13 @@ +This is the buildroot board support for the Avnet Zedboard. The Zedboard is +a development board based on the Xilinx Zynq-7000 based All-Programmable +System-On-Chip. + +Zedboard information including schematics, reference designs, and manuals are +available from http://www.zedboard.org . + +To boot the Zedboard using a buildroot generated image copy the following files +to the sdcard: + zynq-zed.dtb -> devicetree.dtb + rootfs.cpio.gz.uboot -> uramdisk.image.gz + uImage -> uImage + diff --git a/configs/zedboard_defconfig b/configs/zedboard_defconfig new file mode 100644 index 0000000..0dfc581 --- /dev/null +++ b/configs/zedboard_defconfig @@ -0,0 +1,21 @@ +BR2_arm=y +BR2_cortex_a9=y +BR2_ARM_ENABLE_NEON=y +BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0" +BR2_TARGET_ROOTFS_CPIO=y +BR2_TARGET_ROOTFS_CPIO_UIMAGE=y +BR2_TARGET_ROOTFS_CPIO_GZIP=y +BR2_TARGET_UBOOT=y +BR2_TARGET_UBOOT_BOARDNAME="zynq_zed" +BR2_TARGET_UBOOT_CUSTOM_GIT=y +BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="git://github.com/Xilinx/u-boot-xlnx.git" +BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="xilinx-v14.5" +BR2_TARGET_UBOOT_FORMAT_ELF=y +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_GIT=y +BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://github.com/Xilinx/linux-xlnx.git" +BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="xilinx-v14.5" +BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq" +BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000" +BR2_LINUX_KERNEL_DTS_SUPPORT=y +BR2_LINUX_KERNEL_INTREE_DTS_NAME="zynq-zed"