Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: James Hebden <james@hebden.net.au>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] Bump rpi-firmware version for RPi2
Date: Fri, 13 Feb 2015 20:55:13 +1100	[thread overview]
Message-ID: <54DDCA01.7050709@hebden.net.au> (raw)
In-Reply-To: <1423820943-32256-1-git-send-email-james@hebden.net.au>


From: James Hebden <james@hebden.net.au>

Signed-off-by: James Hebden <james@hebden.net.au>

This patch bumps the rpi-firmware package to include RPi2 support. It also removes the workaround previously required when installing DTBs for the pi, as they are now in the same branch as the latest firmware.
It also adds the install commands to install the DTB for BCM2709 (RPi2 B)

---
  package/rpi-firmware/rpi-firmware.mk | 7 ++-----
  1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
index 03178d5..a343cbe 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
  #
  ################################################################################

-RPI_FIRMWARE_VERSION = 393dcc0e76f18f6ac1b67ba45d36058410670034
+RPI_FIRMWARE_VERSION = 47bd0f0f46bc053d8e21655e3a69c4a73ae19b41
  RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
  RPI_FIRMWARE_LICENSE = BSD-3c
  RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
@@ -13,13 +13,10 @@ RPI_FIRMWARE_INSTALL_IMAGES = YES

  ifeq ($(BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS),y)
  RPI_FIRMWARE_DEPENDENCIES += host-rpi-firmware
-# The Device Tree blobs are not yet in the master branch of the
-# raspberrypi firmware project, so we have to use a separate branch
-# for now.
-RPI_FIRMWARE_VERSION = 09627457b9e15bf4ea4e6751d3c173a3fb65df07
  define RPI_FIRMWARE_INSTALL_DTB
  	$(INSTALL) -D -m 0644 $(@D)/boot/bcm2708-rpi-b.dtb $(BINARIES_DIR)/rpi-firmware/bcm2708-rpi-b.dtb
  	$(INSTALL) -D -m 0644 $(@D)/boot/bcm2708-rpi-b-plus.dtb $(BINARIES_DIR)/rpi-firmware/bcm2708-rpi-b-plus.dtb
+	$(INSTALL) -D -m 0644 $(@D)/boot/bcm2709-rpi-2-b.dtb $(BINARIES_DIR)/rpi-firmware/bcm2709-rpi-2-b.dtb
  	for ovldtb in  $(@D)/boot/overlays/*.dtb; do \
  		$(INSTALL) -D -m 0644 $${ovldtb} $(BINARIES_DIR)/rpi-firmware/overlays/$${ovldtb##*/} || exit 1; \
  	done
-- 
2.1.4

       reply	other threads:[~2015-02-13  9:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1423820943-32256-1-git-send-email-james@hebden.net.au>
2015-02-13  9:55 ` James Hebden [this message]
2015-02-22 18:32   ` [Buildroot] [PATCH 1/1] Bump rpi-firmware version for RPi2 Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54DDCA01.7050709@hebden.net.au \
    --to=james@hebden.net.au \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox