From patchwork Thu May 8 21:11:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 347243 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 7B8311400AC for ; Fri, 9 May 2014 07:11:14 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B672E8C77E; Thu, 8 May 2014 21:11:13 +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 Ql21cS8Z9gkE; Thu, 8 May 2014 21:11:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D022A8C613; Thu, 8 May 2014 21:11:07 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 1E7D51BF970 for ; Thu, 8 May 2014 21:11:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1AEA18AF95 for ; Thu, 8 May 2014 21:11:07 +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 KcQnVL3dYmjo for ; Thu, 8 May 2014 21:11:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 3E6AC8AF7C for ; Thu, 8 May 2014 21:11:06 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id bs8so364962wib.12 for ; Thu, 08 May 2014 14:11:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=xMtO08wxfZL2S/JoL+3iGcCnIeUMnuDTP6zB2SuA4aQ=; b=AB3URdXTJQqIzxmmkGfAoxgtUK6QS8PZBys/xm0QQxlQxNTJpeAc3ji5FLJCkFYUWw /AmWwRu9103vdsqECSJ7ADU0cRypR/4E3XTkGm4czTWED26A/Z/+lgzONG7C+FCyYMe8 5HlxKsbu5lU4G/AocvSR343jsVKXeyHOcvuzUVfWvhQ96lToOQ6HgnAz6KdbpuDVdKgJ +kaIL+/2YySE91ncOYQeGXW3c6NCP+8rEVtVw+3LGe8ehxb8wmdo32H4DYpMnMyu7lAH sYMV30yISc5VwZIzL07WrzSvwu37SPbQSuRztayiFEdzIrRRde88CGsMSfbitebWYvCk RKFQ== X-Received: by 10.180.212.48 with SMTP id nh16mr14560428wic.49.1399583464634; Thu, 08 May 2014 14:11:04 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id ba9sm14886wib.24.2014.05.08.14.11.03 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 08 May 2014 14:11:03 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Thu, 8 May 2014 23:11:00 +0200 Message-Id: <48bcaed707ac8aa4c599b8a5569a776dad80415d.1399583377.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 1/3] package/rpi-firmware: bump 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 From: "Yann E. MORIN" Undocumented changes (probably related to HDMI). Signed-off-by: "Yann E. MORIN" --- package/rpi-firmware/rpi-firmware.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk index 138c37d..babb0a8 100644 --- a/package/rpi-firmware/rpi-firmware.mk +++ b/package/rpi-firmware/rpi-firmware.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_FIRMWARE_VERSION = 81e54c47b1cb26dd3990cbc970f4ddd3614196e8 +RPI_FIRMWARE_VERSION = c8881991d9181779aee9637d6f4b215f108021a3 RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION)) RPI_FIRMWARE_LICENSE = BSD-3c RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom