svn commit: r522896 - head/sysutils/rpi-firmware

Kyle Evans kevans at FreeBSD.org
Mon Jan 13 16:53:07 UTC 2020


Author: kevans (src committer)
Date: Mon Jan 13 16:53:06 2020
New Revision: 522896
URL: https://svnweb.freebsd.org/changeset/ports/522896

Log:
  rpi-firmware: update to latest rpi3-psci-monitor
  
  The last update to rpi3-psci-monitor regressed the Raspberry Pi 3B{,+};
  U-Boot would run unbearably slow, taking 30+ seconds easily to transition
  into efi loader.
  
  Tom Yan <tom.ty89 gmail com> tracked it down and submitted a fix; update to
  that revision.
  
  Approved by:	u-boot (manu), manu (ports)

Modified:
  head/sysutils/rpi-firmware/Makefile
  head/sysutils/rpi-firmware/distinfo

Modified: head/sysutils/rpi-firmware/Makefile
==============================================================================
--- head/sysutils/rpi-firmware/Makefile	Mon Jan 13 14:34:12 2020	(r522895)
+++ head/sysutils/rpi-firmware/Makefile	Mon Jan 13 16:53:06 2020	(r522896)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rpi-firmware
-PORTVERSION=	1.20190925.g20191122
+PORTVERSION=	1.20190925.g20200109
 CATEGORIES=	sysutils
 
 MAINTAINER=	uboot at FreeBSD.org
@@ -19,7 +19,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	raspberrypi gonzoua:pscimon
 GH_PROJECT=	firmware rpi3-psci-monitor:pscimon
 FW_TAG=		2042453
-PSCI_TAG=	6bfbaff
+PSCI_TAG=	558620c
 GH_TAGNAME=	${FW_TAG} ${PSCI_TAG}:pscimon
 
 BUILD_WRKSRC=	${WRKSRC_pscimon}

Modified: head/sysutils/rpi-firmware/distinfo
==============================================================================
--- head/sysutils/rpi-firmware/distinfo	Mon Jan 13 14:34:12 2020	(r522895)
+++ head/sysutils/rpi-firmware/distinfo	Mon Jan 13 16:53:06 2020	(r522896)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1574475562
-SHA256 (raspberrypi-firmware-1.20190925.g20191122-2042453_GH0.tar.gz) = a90ce74236fa04cbb11232c077a1271afdeefb5b0af417a88076c4948e569cd4
-SIZE (raspberrypi-firmware-1.20190925.g20191122-2042453_GH0.tar.gz) = 186178244
-SHA256 (gonzoua-rpi3-psci-monitor-6bfbaff_GH0.tar.gz) = c58a5f90af46c5c16daf5a67eb646c65870ea400fe9831b2951251a4e1159f86
-SIZE (gonzoua-rpi3-psci-monitor-6bfbaff_GH0.tar.gz) = 5581
+TIMESTAMP = 1578594401
+SHA256 (raspberrypi-firmware-1.20190925.g20200109-2042453_GH0.tar.gz) = a90ce74236fa04cbb11232c077a1271afdeefb5b0af417a88076c4948e569cd4
+SIZE (raspberrypi-firmware-1.20190925.g20200109-2042453_GH0.tar.gz) = 186178244
+SHA256 (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 7621db7933eedaa17a03c282ef8a50be597bd14366149dfa93172d1b3985dbb7
+SIZE (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 5614


More information about the svn-ports-all mailing list