svn commit: r568266 - tags/RELEASE_13_0_0/sysutils/rpi-firmware

Glen Barber gjb at FreeBSD.org
Sat Mar 13 17:35:09 UTC 2021


Author: gjb
Date: Sat Mar 13 17:35:08 2021
New Revision: 568266
URL: https://svnweb.freebsd.org/changeset/ports/568266

Log:
  Merge r567377 from 2021Q1 to RELEASE_13_0_0.
  
  r567285 was used for the tag as it was the last revision of the tree
  for RC1 package builds.  However, an important update to address
  issues with USB on the RPI4 followed afterward, and as such, did not
  make it into the tag.
  
  Although technically tags should not change after they are created,
  too many other changes have happened in the 2021Q1 branch that may
  potentially interfere with the state of the 13.0-RELEASE cycle.
  
  So, I am merging this change to the RELEASE_13_0_0 tag with my re@
  hat on.
  
  Reported by:	manu
  Approved by:	re (implicit)
  Approved by:	portmgr (implicit, re blanket)
  Sponsored by:	Rubicon Communications, LLC ("Netgate")

Modified:
  tags/RELEASE_13_0_0/sysutils/rpi-firmware/Makefile
  tags/RELEASE_13_0_0/sysutils/rpi-firmware/distinfo
  tags/RELEASE_13_0_0/sysutils/rpi-firmware/pkg-plist
Directory Properties:
  tags/RELEASE_13_0_0/   (props changed)

Modified: tags/RELEASE_13_0_0/sysutils/rpi-firmware/Makefile
==============================================================================
--- tags/RELEASE_13_0_0/sysutils/rpi-firmware/Makefile	Sat Mar 13 17:32:08 2021	(r568265)
+++ tags/RELEASE_13_0_0/sysutils/rpi-firmware/Makefile	Sat Mar 13 17:35:08 2021	(r568266)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rpi-firmware
-PORTVERSION=	1.20210201.g20210201
-PORTREVISION=	1
+PORTVERSION=	1.20210303.g20210303
 CATEGORIES=	sysutils
 
 MAINTAINER=	uboot at FreeBSD.org
@@ -19,7 +18,7 @@ USE_GITHUB=	yes
 
 GH_ACCOUNT=	raspberrypi gonzoua:pscimon
 GH_PROJECT=	firmware rpi3-psci-monitor:pscimon
-FW_TAG=		8572bb5
+FW_TAG=		fcf8d2f
 PSCI_TAG=	558620c
 GH_TAGNAME=	${FW_TAG} ${PSCI_TAG}:pscimon
 

Modified: tags/RELEASE_13_0_0/sysutils/rpi-firmware/distinfo
==============================================================================
--- tags/RELEASE_13_0_0/sysutils/rpi-firmware/distinfo	Sat Mar 13 17:32:08 2021	(r568265)
+++ tags/RELEASE_13_0_0/sysutils/rpi-firmware/distinfo	Sat Mar 13 17:35:08 2021	(r568266)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1612801265
-SHA256 (raspberrypi-firmware-1.20210201.g20210201-8572bb5_GH0.tar.gz) = e82417e117b7f4c46a2bcc437c609150edc836145f0000516f08795dba8e0940
-SIZE (raspberrypi-firmware-1.20210201.g20210201-8572bb5_GH0.tar.gz) = 191781383
+TIMESTAMP = 1614939753
+SHA256 (raspberrypi-firmware-1.20210303.g20210303-fcf8d2f_GH0.tar.gz) = 5a0d7247490e0207f0fc32baabcec25a0e97ebdab9cbee216bf9537a1de22e69
+SIZE (raspberrypi-firmware-1.20210303.g20210303-fcf8d2f_GH0.tar.gz) = 192233875
 SHA256 (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 7621db7933eedaa17a03c282ef8a50be597bd14366149dfa93172d1b3985dbb7
 SIZE (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 5614

Modified: tags/RELEASE_13_0_0/sysutils/rpi-firmware/pkg-plist
==============================================================================
--- tags/RELEASE_13_0_0/sysutils/rpi-firmware/pkg-plist	Sat Mar 13 17:32:08 2021	(r568265)
+++ tags/RELEASE_13_0_0/sysutils/rpi-firmware/pkg-plist	Sat Mar 13 17:35:08 2021	(r568266)
@@ -90,6 +90,7 @@
 %%DATADIR%%/overlays/hd44780-lcd.dtbo
 %%DATADIR%%/overlays/hdmi-backlight-hwhack-gpio.dtbo
 %%DATADIR%%/overlays/hifiberry-amp.dtbo
+%%DATADIR%%/overlays/hifiberry-amp100.dtbo
 %%DATADIR%%/overlays/hifiberry-dac.dtbo
 %%DATADIR%%/overlays/hifiberry-dacplus.dtbo
 %%DATADIR%%/overlays/hifiberry-dacplusadc.dtbo
@@ -159,6 +160,9 @@
 %%DATADIR%%/overlays/pibell.dtbo
 %%DATADIR%%/overlays/pifacedigital.dtbo
 %%DATADIR%%/overlays/pifi-40.dtbo
+%%DATADIR%%/overlays/pifi-dac-hd.dtbo
+%%DATADIR%%/overlays/pifi-dac-zero.dtbo
+%%DATADIR%%/overlays/pifi-mini-210.dtbo
 %%DATADIR%%/overlays/piglow.dtbo
 %%DATADIR%%/overlays/piscreen.dtbo
 %%DATADIR%%/overlays/piscreen2r.dtbo
@@ -239,6 +243,7 @@
 %%DATADIR%%/overlays/vc4-kms-kippah-7inch.dtbo
 %%DATADIR%%/overlays/vc4-kms-v3d-pi4.dtbo
 %%DATADIR%%/overlays/vc4-kms-v3d.dtbo
+%%DATADIR%%/overlays/vc4-kms-vga666.dtbo
 %%DATADIR%%/overlays/vga666.dtbo
 %%DATADIR%%/overlays/w1-gpio-pullup.dtbo
 %%DATADIR%%/overlays/w1-gpio.dtbo


More information about the svn-ports-tags mailing list