From owner-svn-ports-all@freebsd.org Sun Jul 22 12:00:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C98D1049710; Sun, 22 Jul 2018 12:00:28 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE115726AB; Sun, 22 Jul 2018 12:00:27 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FA0E5A7C; Sun, 22 Jul 2018 12:00:27 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6MC0RGF002888; Sun, 22 Jul 2018 12:00:27 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6MC0QJI002881; Sun, 22 Jul 2018 12:00:26 GMT (envelope-from manu@FreeBSD.org) Message-Id: <201807221200.w6MC0QJI002881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Sun, 22 Jul 2018 12:00:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475104 - in head/sysutils/rpi-firmware: . files X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: in head/sysutils/rpi-firmware: . files X-SVN-Commit-Revision: 475104 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2018 12:00:28 -0000 Author: manu (src committer) Date: Sun Jul 22 12:00:26 2018 New Revision: 475104 URL: https://svnweb.freebsd.org/changeset/ports/475104 Log: sysutils/rpi-firmware: Update to 1.20180619 and add rpi0-w config.txt Reviewed by: imp Approved by: imp (implicit) Differential Revision: https://reviews.freebsd.org/D16243 Added: head/sysutils/rpi-firmware/files/config_rpi_0_w.txt (contents, props changed) Modified: head/sysutils/rpi-firmware/Makefile head/sysutils/rpi-firmware/distinfo head/sysutils/rpi-firmware/files/config.txt head/sysutils/rpi-firmware/pkg-plist Modified: head/sysutils/rpi-firmware/Makefile ============================================================================== --- head/sysutils/rpi-firmware/Makefile Sun Jul 22 11:58:23 2018 (r475103) +++ head/sysutils/rpi-firmware/Makefile Sun Jul 22 12:00:26 2018 (r475104) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= rpi-firmware -PORTVERSION= 1.20180328 +PORTVERSION= 1.20180619 CATEGORIES= sysutils -MAINTAINER= manu@freebsd.org +MAINTAINER= uboot@freebsd.org COMMENT= Firmware for RaspberryPi Single Board Computer LICENSE= BROADCOM @@ -26,8 +26,8 @@ BUILD_WRKSRC= ${PSCI_DIR} INSTALL_DIR= ${PREFIX}/share/${PORTNAME} do-patch: - ${CP} ${FILESDIR}/config.txt ${WRKSRC}/boot/ - ${CP} ${FILESDIR}/config_rpi3.txt ${WRKSRC}/boot/ + ${CP} ${FILESDIR}/config.txt ${FILESDIR}/config_rpi_0_w.txt \ + ${FILESDIR}/config_rpi3.txt ${WRKSRC}/boot/ post-patch: ${RM} ${WRKSRC}/boot/kernel.img Modified: head/sysutils/rpi-firmware/distinfo ============================================================================== --- head/sysutils/rpi-firmware/distinfo Sun Jul 22 11:58:23 2018 (r475103) +++ head/sysutils/rpi-firmware/distinfo Sun Jul 22 12:00:26 2018 (r475104) @@ -1,5 +1,5 @@ -TIMESTAMP = 1526136538 -SHA256 (raspberrypi-firmware-1.20180328_GH0.tar.gz) = 44731225495bb211353dd86fbead980f8bb62930a3ec6711ed7094aff2397758 -SIZE (raspberrypi-firmware-1.20180328_GH0.tar.gz) = 122075858 +TIMESTAMP = 1530704759 +SHA256 (raspberrypi-firmware-1.20180619_GH0.tar.gz) = e657478923220947321503ef980f3a6772d6f1e11b48c5c359bdb5e3d49355d9 +SIZE (raspberrypi-firmware-1.20180619_GH0.tar.gz) = 122571494 SHA256 (gonzoua-rpi3-psci-monitor-2b8890a_GH0.tar.gz) = a7b89678adea178359646a1e95a078d5c60d23821ba355f27f14ed7b28f32f4d SIZE (gonzoua-rpi3-psci-monitor-2b8890a_GH0.tar.gz) = 5115 Modified: head/sysutils/rpi-firmware/files/config.txt ============================================================================== --- head/sysutils/rpi-firmware/files/config.txt Sun Jul 22 11:58:23 2018 (r475103) +++ head/sysutils/rpi-firmware/files/config.txt Sun Jul 22 12:00:26 2018 (r475104) @@ -2,3 +2,4 @@ init_uart_clock=3000000 enable_uart=1 kernel=u-boot.bin kernel7=u-boot.bin +dtoverlay=mmc Added: head/sysutils/rpi-firmware/files/config_rpi_0_w.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rpi-firmware/files/config_rpi_0_w.txt Sun Jul 22 12:00:26 2018 (r475104) @@ -0,0 +1,6 @@ +init_uart_clock=3000000 +enable_uart=1 +kernel=u-boot.bin +kernel7=u-boot.bin +dtoverlay=mmc +dtoverlay=pi3-disable-bt Modified: head/sysutils/rpi-firmware/pkg-plist ============================================================================== --- head/sysutils/rpi-firmware/pkg-plist Sun Jul 22 11:58:23 2018 (r475103) +++ head/sysutils/rpi-firmware/pkg-plist Sun Jul 22 12:00:26 2018 (r475104) @@ -11,6 +11,7 @@ %%DATADIR%%/bcm2710-rpi-cm3.dtb %%DATADIR%%/bootcode.bin %%DATADIR%%/config.txt +%%DATADIR%%/config_rpi_0_w.txt %%DATADIR%%/config_rpi3.txt %%DATADIR%%/fixup.dat %%DATADIR%%/fixup_cd.dat