From owner-svn-ports-all@freebsd.org Thu Dec 5 16:47:48 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C301E1CE04D for ; Thu, 5 Dec 2019 16:47:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47TM8h4tWYz4Pty for ; Thu, 5 Dec 2019 16:47:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f173.google.com (mail-qk1-f173.google.com [209.85.222.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 7E4BD13EDD for ; Thu, 5 Dec 2019 16:47:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f173.google.com with SMTP id d202so3930752qkb.1 for ; Thu, 05 Dec 2019 08:47:48 -0800 (PST) X-Gm-Message-State: APjAAAUZmjE1+evROBDL+d3fRJZ+yS7kVapdPMrTmzZA0Q8krMo/fb9l 9kReb4CnOisaBjqwYs37whauvmWUmHiwRwnv1mY= X-Received: by 2002:a37:d243:: with SMTP id f64mt8947431qkj.34.1575564467829; Thu, 05 Dec 2019 08:47:47 -0800 (PST) MIME-Version: 1.0 References: <201912051615.xB5GFGpm080213@repo.freebsd.org> In-Reply-To: <201912051615.xB5GFGpm080213@repo.freebsd.org> From: Kyle Evans Date: Thu, 5 Dec 2019 10:47:36 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r519089 - in head/sysutils/rpi-firmware: . files Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 05 Dec 2019 16:47:48 -0000 On Thu, Dec 5, 2019 at 10:15 AM Kyle Evans wrote: > > Author: kevans (src committer) > Date: Thu Dec 5 16:15:16 2019 > New Revision: 519089 > URL: https://svnweb.freebsd.org/changeset/ports/519089 > > Log: > rpi-firmware: update to a recent commit > > The purpose of this update being primarily for RPi4 support to ease the > burden of anyone wanting to try -CURRENT and assist with driver -- note that > we currently don't support ethernet/usb/pci on the RPi4. > > Some cleanup has also been done to not duplicate variables that the ports > framework already provides (${WRKSRC_${tag}}) and simplify. > > This update does include a rename of some dtb that will require a > corresponding change in base to ^/release, which will follow this commit. > > Approved by: manu (maintainer (uboot), ports) > This should have also had: PR: 241795