From patchwork Thu Mar 5 03:36:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Barnett X-Patchwork-Id: 446556 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 6117414016B for ; Thu, 5 Mar 2015 14:37:53 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=HNbVHnwC; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9CB63338DA; Thu, 5 Mar 2015 03:37:51 +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 Hk9szbc3fWop; Thu, 5 Mar 2015 03:37:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id BD18933778; Thu, 5 Mar 2015 03:37:48 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id D0A051C25DC for ; Thu, 5 Mar 2015 03:37:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id CC32F95632 for ; Thu, 5 Mar 2015 03:37:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bjTKzeU6EtKn for ; Thu, 5 Mar 2015 03:37:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yk0-f179.google.com (mail-yk0-f179.google.com [209.85.160.179]) by hemlock.osuosl.org (Postfix) with ESMTPS id 2C08A95630 for ; Thu, 5 Mar 2015 03:37:46 +0000 (UTC) Received: by ykt10 with SMTP id 10so5199350ykt.11 for ; Wed, 04 Mar 2015 19:37: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=+tfCG7mxzwX49HfoTELnYP4LKVj5zdEXUvadpsvyvcc=; b=HNbVHnwCRiYL+Y4RrWpyiSYIAGeQ3jb9Js1nAOy3cy9niL++xC/TzS6WgpWE7KrL2A RxUitPonLCFdI7xjHFCwMUIEpUg/sz/lBr+lE/5A83VwvEjhJP8QEGx/2LJM+4psB7hC FXzFJLcoaWipdbU6D39QcapGlVMPMae2U/e5o5fOCDKD+bXf2xjjBBFmRMyCQw5HHAAz ljovJGX6x2VM11UoHyjFIORpzBfDpeH5hdVPywcb88BkUaZjJYT3n7VdDJVquYimsTgt 3FjUHvTuv3z2sEqQBYMA2EbxXrzwdyJcJO3O1y3tLii1q+a6/asLp+LpMfOYOkp0mHXY +0lA== X-Received: by 10.236.209.137 with SMTP id s9mr5305644yho.45.1425526665450; Wed, 04 Mar 2015 19:37:45 -0800 (PST) Received: from localhost.localdomain (173-21-255-153.client.mchsi.com. [173.21.255.153]) by mx.google.com with ESMTPSA id y9sm4706232yhc.49.2015.03.04.19.37.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 04 Mar 2015 19:37:44 -0800 (PST) From: Ryan Barnett To: buildroot@buildroot.org Date: Wed, 4 Mar 2015 21:36:30 -0600 Message-Id: <1425526590-5961-1-git-send-email-ryanbarnett3@gmail.com> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH 1/1] configs: update config for Atmel SAMA5D3 Xplained board 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" Update configuration to use the 3.18.8 kernel and update U-Boot to 2015.01. With the switch to 2015.01. use the U-Boot SPL image for the first stage bootloader instead of the at91bootstrap. The U-Boot SPL requires that the U-Boot image format be u-boot.img in order to load from the SD card. Signed-off-by: Ryan Barnett --- board/atmel/xplained/readme.txt | 4 ++-- configs/atmel_xplained_defconfig | 16 +++++++--------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/board/atmel/xplained/readme.txt b/board/atmel/xplained/readme.txt index e29a116..63744dd 100644 --- a/board/atmel/xplained/readme.txt +++ b/board/atmel/xplained/readme.txt @@ -52,8 +52,8 @@ sudo mount /dev/mmcblk0p2 /media/rootfs Copy the bootloaders, kernel image and Device Tree blob to the first partition: -cp output/images/sama5d3_xplained-sdcardboot-uboot-3.6.2.bin /media/boot/boot.bin -cp output/images/u-boot.bin /media/boot/u-boot.bin +cp output/images/uboot-spl.bin /media/boot/boot.bin +cp output/images/u-boot.img /media/boot/u-boot.img cp output/images/zImage /media/boot/zImage cp output/images/at91-sama5d3_xplained.dtb /media/boot/at91-sama5d3_xplained.dtb diff --git a/configs/atmel_xplained_defconfig b/configs/atmel_xplained_defconfig index 8c06489..087f4fa 100644 --- a/configs/atmel_xplained_defconfig +++ b/configs/atmel_xplained_defconfig @@ -5,24 +5,22 @@ BR2_cortex_a5=y # Toolchain configuration BR2_ARM_EABIHF=y BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.15" -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_15=y +BR2_DEFAULT_KERNEL_VERSION="3.18.8" +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y # Kernel configuration BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.15" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.18.8" BR2_LINUX_KERNEL_DEFCONFIG="sama5" BR2_LINUX_KERNEL_ZIMAGE=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91-sama5d3_xplained" -# First stage bootloader -BR2_TARGET_AT91BOOTSTRAP3=y -BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="sama5d3_xplainedsd_uboot" - -# Second stage bootloader +# First/second stage bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="sama5d3_xplained_mmc" BR2_TARGET_UBOOT_CUSTOM_VERSION=y -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2014.04" +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.01" +BR2_TARGET_UBOOT_FORMAT_IMG=y +BR2_TARGET_UBOOT_SPL=y