From nobody Sat Apr 22 18:07:46 2023 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Q3fWg4Jq5z4651l; Sat, 22 Apr 2023 18:07:59 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Q3fWf3jtNz4FpV; Sat, 22 Apr 2023 18:07:58 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1682186870; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rWtrFr0Yycm/tCM3GiAYi3w/NMJQW/dAixBtbBD2UUs=; b=oCw2PDEbTXae7GqQsBYlNUEyubwi6gkvty+aQ8Iu+uHozJWALd/5ABO86f3xq8b4xqTNSN c0Mvftr1ohYsUn81qNZXeNIQ3fPSZlzM03AtrWaTb+Ceiv/clBOCpRuAtaG52aNNmJ0g7H mlDkCKCVEfYKTQLvQdRtiF5XsJWb0rM= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 4ac8128c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 22 Apr 2023 18:07:50 +0000 (UTC) Date: Sat, 22 Apr 2023 20:07:46 +0200 From: Emmanuel Vadot To: Rene Ladan Cc: "Bjoern A. Zeeb" , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 3082cab3f868 - main - net/wifi-firmware-*: add framework and firmware for various WiFi chipsets Message-Id: <20230422200746.f5de9ba748783b3c49ad6ffb@bidouilliste.com> In-Reply-To: References: <202304221526.33MFQ8Ah006135@gitrepo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4Q3fWf3jtNz4FpV X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Sat, 22 Apr 2023 15:55:45 +0000 Rene Ladan wrote: > On Sat, Apr 22, 2023 at 03:26:08PM +0000, Bjoern A. Zeeb wrote: > > The branch main has been updated by bz: > >=20 > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D3082cab3f868c1f7538d52= 21080703d891a2d0a6 > >=20 > > commit 3082cab3f868c1f7538d5221080703d891a2d0a6 > > Author: Bjoern A. Zeeb > > AuthorDate: 2023-04-09 01:29:48 +0000 > > Commit: Bjoern A. Zeeb > > CommitDate: 2023-04-22 15:21:22 +0000 > >=20 > > net/wifi-firmware-*: add framework and firmware for various WiFi ch= ipsets > > =20 > > Add a "base port framework" to fetch (WiFi) firmware and license fi= les > > from the linux-firmware.git repository and an accompanying FreeBSD > > build kmod framework tarball (for now; we might do without that in > > the future). > > Add child ports for Realtek rtw88 and rtw89, Mediatek mt76, and > > Atheros ath10k and ath11k firmware as a start. > > =20 > > This is a beginning in order to stop bloating src.git and the > > installed kernels with lots of MB of firmware files whereas usually > > only one vebdor/chipset/flavor is needed. Before fully switching > > more infrastructure needs to be in place but this is the first and > > most important step. > > =20 > > PR: 270742 > > Reviewed by: lwhsu > > Approved by: lwhsu (ports) > > Differential Revision: https://reviews.freebsd.org/D39487 > > --- > > net/wifi-firmware-ath10k-kmod/Makefile | 88 ++++++++++++++++++++++++= ++ > > net/wifi-firmware-ath10k-kmod/distinfo | 79 ++++++++++++++++++++++++ > > net/wifi-firmware-ath10k-kmod/pkg-descr | 3 + > > net/wifi-firmware-ath11k-kmod/Makefile | 105 ++++++++++++++++++++++++= ++++++++ > > net/wifi-firmware-ath11k-kmod/distinfo | 23 +++++++ > > net/wifi-firmware-ath11k-kmod/pkg-descr | 3 + > > net/wifi-firmware-base/Makefile | 80 ++++++++++++++++++++++++ > > net/wifi-firmware-mt76-kmod/Makefile | 31 ++++++++++ > > net/wifi-firmware-mt76-kmod/distinfo | 27 ++++++++ > > net/wifi-firmware-mt76-kmod/pkg-descr | 5 ++ > > net/wifi-firmware-rtw88-kmod/Makefile | 34 +++++++++++ > > net/wifi-firmware-rtw88-kmod/distinfo | 19 ++++++ > > net/wifi-firmware-rtw88-kmod/pkg-descr | 7 +++ > > net/wifi-firmware-rtw89-kmod/Makefile | 28 +++++++++ > > net/wifi-firmware-rtw89-kmod/distinfo | 13 ++++ > > net/wifi-firmware-rtw89-kmod/pkg-descr | 6 ++ > > 16 files changed, 551 insertions(+) > >=20 > Shouldn't these ports be added to net/Makefile ? >=20 > Regards, > Ren=E9 Yes it should, and I really wished this was using flavors like we do for the gpu firmwares. Bjoern if you have questions on how to flavorise those ports don't hesitate to ask. --=20 Emmanuel Vadot