From patchwork Thu Mar 31 10:51:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ubaldo Porcheddu X-Patchwork-Id: 604070 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 3qbLsd1vzWz9sD3 for ; Thu, 31 Mar 2016 21:51:17 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=eja.it header.i=@eja.it header.b=BG2QwW/b; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id CA6168764B; Thu, 31 Mar 2016 10:51:15 +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 Qo55DTyDr-Sa; Thu, 31 Mar 2016 10:51:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 073D087278; Thu, 31 Mar 2016 10:51:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 408131C0F1F for ; Thu, 31 Mar 2016 10:51:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3B325A6014 for ; Thu, 31 Mar 2016 10:51:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WXlR2XQgjbIZ for ; Thu, 31 Mar 2016 10:51:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from eja.it (eja.it [139.162.216.11]) by fraxinus.osuosl.org (Postfix) with ESMTPS id B816DA6029 for ; Thu, 31 Mar 2016 10:51:08 +0000 (UTC) Received: by eja.it (Postfix, from userid 1001) id 581248B77; Thu, 31 Mar 2016 10:51:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eja.it; s=mail; t=1459421498; bh=1tTU/N9AVJ9wwdtDU1PdM5VvqPyrIQM0ww8OpFRQ17A=; h=From:To:Cc:Subject:Date:From; b=BG2QwW/bkQzzujpz5UCc9Zg+nFrE2MYw+EJggC2oMaT9xPkkYhFKD1u2LSXfucUBl ftg4Zx7I5LQr4hI+0d5td5RhbejvcA6d570NddWzVgfYMEAZlLLbM4x4WLwMtFQSMj rzTg/Ye1jT31mrKQujePNCJB9gWvK2Vjxbin0454= From: Ubaldo Porcheddu To: buildroot@buildroot.org Date: Thu, 31 Mar 2016 10:51:32 +0000 Message-Id: <1459421492-18815-1-git-send-email-ubaldo@eja.it> X-Mailer: git-send-email 1.9.1 Cc: Ubaldo Porcheddu Subject: [Buildroot] [PATCH 1/1] Raspberry PI 3 kernel, firmware and dtb update 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" Signed-off-by: Ubaldo Porcheddu --- board/raspberrypi/genimage-raspberrypi2.cfg | 1 + configs/raspberrypi2_defconfig | 4 ++-- package/rpi-firmware/rpi-firmware.mk | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/board/raspberrypi/genimage-raspberrypi2.cfg b/board/raspberrypi/genimage-raspberrypi2.cfg index 443c821..453fb00 100644 --- a/board/raspberrypi/genimage-raspberrypi2.cfg +++ b/board/raspberrypi/genimage-raspberrypi2.cfg @@ -2,6 +2,7 @@ image boot.vfat { vfat { files = { "bcm2709-rpi-2-b.dtb", + "bcm2710-rpi-3-b.dtb", "rpi-firmware/bootcode.bin", "rpi-firmware/cmdline.txt", "rpi-firmware/config.txt", diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig index ce41ee3..b77db14 100644 --- a/configs/raspberrypi2_defconfig +++ b/configs/raspberrypi2_defconfig @@ -13,13 +13,13 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y 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="d33d0293e245badc4ca6ede3984d8bb8ea63cb1a" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="20fe468af4bb40fec0f81753da4b20a8bfc259c9" BR2_LINUX_KERNEL_DEFCONFIG="bcm2709" BR2_LINUX_KERNEL_ZIMAGE=y # Build the DTB from the kernel sources BR2_LINUX_KERNEL_DTS_SUPPORT=y -BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2709-rpi-2-b" +BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2709-rpi-2-b bcm2710-rpi-3-b" BR2_PACKAGE_RPI_FIRMWARE=y # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk index 291da3a..8476678 100644 --- a/package/rpi-firmware/rpi-firmware.mk +++ b/package/rpi-firmware/rpi-firmware.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_FIRMWARE_VERSION = 8b4e5482b52e6fb438dddc0d88ba0ba8d44af54b +RPI_FIRMWARE_VERSION = 951799bbcd795ddf27769d14acf4813fdcbe53dc RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION)) RPI_FIRMWARE_LICENSE = BSD-3c RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom