From patchwork Sat Feb 28 22:14:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 444677 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 043B11401AA for ; Sun, 1 Mar 2015 09:14:22 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=JPLoef4C; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 32DCB95010; Sat, 28 Feb 2015 22:14:22 +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 Ny1WNwnfN9Zv; Sat, 28 Feb 2015 22:14:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 797CF94FD0; Sat, 28 Feb 2015 22:14:21 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id BA4C41BF978 for ; Sat, 28 Feb 2015 22:14:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B4DDF30C3C for ; Sat, 28 Feb 2015 22:14:19 +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 Tprww5gKf0Bl for ; Sat, 28 Feb 2015 22:14:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by silver.osuosl.org (Postfix) with ESMTPS id 3171830B37 for ; Sat, 28 Feb 2015 22:14:18 +0000 (UTC) Received: by wghl2 with SMTP id l2so26686861wgh.9 for ; Sat, 28 Feb 2015 14:14:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=3+RDgSj4wrjrFRLX7TpZg/Rg7eoo6xW9jFm7RxiMVUw=; b=JPLoef4C7ClnCmpyDM9RL+ybC3cQV61uOT6iZhyRb2c1/bLuUXwTUOqUXKA+xPuubU cbtHkvgU7ujLjH3fmZx49KhK4QnOboPatGZzKNVfnKwtB0JtKhrrA0IAr+dm6nka3/4J TA2TuhYK9E3Fc6SboL9uUACa9w0s7XnWz8f6Ntp+KKbQjePVLv9W6fOdeD20qhT+tzrB pWkcjh0suwqSCOCjWTJIkyT9sqVHaZXymDhheBrnkm8uLQYifvNdeK7GYKj2q+vuTwgm LGLLfIbvLBXbpQpbWqhlXOzMgmMzgPaFSnNCdRW5A+IW13RG/44bvZC6i0wtnWnDZgOK pGwA== X-Received: by 10.180.24.65 with SMTP id s1mr20504921wif.30.1425161656829; Sat, 28 Feb 2015 14:14:16 -0800 (PST) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by mx.google.com with ESMTPSA id fo8sm8746454wib.14.2015.02.28.14.14.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 28 Feb 2015 14:14:15 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 28 Feb 2015 23:14:11 +0100 Message-Id: <1425161651-28674-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH] package/rpi-firmware: fix config.txt parsing 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" The rpi-firmware we currently package has a fiscious bug, that happens in corner cases while reading config.txt (mostly seen on RPi-2, but may also occur on RPi-1). Both the DT-aware and DT-unaware branches are affected. Bump to the latest rpi-firmware to fix that. Signed-off-by: "Yann E. MORIN" --- Note: this is an urgent fix intended to go into master before the release is cut. This implies we're bringing in RPi-2 support in the rpi-firmware, but there's no way to fix the issue without that. YEM. --- package/rpi-firmware/rpi-firmware.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk index 03178d5..945f890 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 = b9fac65dd9ff607d0c2c4ea1bbba2bbf3fbc4a10 RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION)) RPI_FIRMWARE_LICENSE = BSD-3c RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom @@ -16,7 +16,7 @@ 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 +RPI_FIRMWARE_VERSION = 6c0acfbbdba9908a4a4d21eab63c49ab72cb528b 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