git: 7ff12dd25ada - main - rtw8xfw: remove module build dirs for firmware long gone
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Oct 2024 13:48:22 UTC
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=7ff12dd25ada486c4d33e854977514b2db690e7f commit 7ff12dd25ada486c4d33e854977514b2db690e7f Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2024-10-10 22:43:29 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2024-10-11 13:40:15 +0000 rtw8xfw: remove module build dirs for firmware long gone rtw88 and rtw89 firmware files were removed from main a year ago after core members asked to not import more biinary blobs into main. Also remove the module build framework for them being long gone. People are asked to use fwget(8) to automatically install firmware from ports according to the man page. A solution for the install media is still pending. Fixes: cf94672363d6638b7268c05b4628b62bbfc8dbe5 MFC after: 3 days (rtw89 only) Sponsored by: The FreeBSD Foundation --- sys/modules/rtw88fw/Makefile | 8 -------- sys/modules/rtw88fw/Makefile.inc | 16 ---------------- sys/modules/rtw88fw/rtw8723d/Makefile | 4 ---- sys/modules/rtw88fw/rtw8821c/Makefile | 4 ---- sys/modules/rtw88fw/rtw8822b/Makefile | 4 ---- sys/modules/rtw88fw/rtw8822c/Makefile | 4 ---- sys/modules/rtw88fw/rtw8822c_wow/Makefile | 4 ---- sys/modules/rtw89fw/Makefile | 5 ----- sys/modules/rtw89fw/Makefile.inc | 16 ---------------- sys/modules/rtw89fw/rtw8852a/Makefile | 4 ---- sys/modules/rtw89fw/rtw8852c/Makefile | 4 ---- 11 files changed, 73 deletions(-) diff --git a/sys/modules/rtw88fw/Makefile b/sys/modules/rtw88fw/Makefile deleted file mode 100644 index 928c80fbff95..000000000000 --- a/sys/modules/rtw88fw/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -SUBDIR= \ - rtw8723d \ - rtw8821c \ - rtw8822b \ - rtw8822c \ - rtw8822c_wow - -.include <bsd.subdir.mk> diff --git a/sys/modules/rtw88fw/Makefile.inc b/sys/modules/rtw88fw/Makefile.inc deleted file mode 100644 index b03298a7d563..000000000000 --- a/sys/modules/rtw88fw/Makefile.inc +++ /dev/null @@ -1,16 +0,0 @@ -# -# Common rules for building firmware. Note this gets auto-included -# by the subdir Makefile's as a consequence of included bsd.kmod.mk. - -_NAME= rtw${NAME}_fw.bin - -IMG= ${_NAME} -KMOD= ${_NAME} - -CLEANFILES+= ${IMG} - -FIRMWS= ${IMG}:${IMG}:${VERSION} - -${IMG}: ${SRCTOP}/sys/contrib/dev/rtw88fw/${IMG} - cp ${.ALLSRC} ${.TARGET} - diff --git a/sys/modules/rtw88fw/rtw8723d/Makefile b/sys/modules/rtw88fw/rtw8723d/Makefile deleted file mode 100644 index e60918ea8457..000000000000 --- a/sys/modules/rtw88fw/rtw8723d/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -VERSION= 48 -NAME= 8723d - -.include <bsd.kmod.mk> diff --git a/sys/modules/rtw88fw/rtw8821c/Makefile b/sys/modules/rtw88fw/rtw8821c/Makefile deleted file mode 100644 index d71aaa7d8669..000000000000 --- a/sys/modules/rtw88fw/rtw8821c/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -VERSION= 2408 -NAME= 8821c - -.include <bsd.kmod.mk> diff --git a/sys/modules/rtw88fw/rtw8822b/Makefile b/sys/modules/rtw88fw/rtw8822b/Makefile deleted file mode 100644 index 1b428c30a3fb..000000000000 --- a/sys/modules/rtw88fw/rtw8822b/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -VERSION= 0 -NAME= 8822b - -.include <bsd.kmod.mk> diff --git a/sys/modules/rtw88fw/rtw8822c/Makefile b/sys/modules/rtw88fw/rtw8822c/Makefile deleted file mode 100644 index 06676b5a0fa4..000000000000 --- a/sys/modules/rtw88fw/rtw8822c/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -VERSION= 9910 -NAME= 8822c - -.include <bsd.kmod.mk> diff --git a/sys/modules/rtw88fw/rtw8822c_wow/Makefile b/sys/modules/rtw88fw/rtw8822c_wow/Makefile deleted file mode 100644 index d03b5c7d05a6..000000000000 --- a/sys/modules/rtw88fw/rtw8822c_wow/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -VERSION= 994 -NAME= 8822c_wow - -.include <bsd.kmod.mk> diff --git a/sys/modules/rtw89fw/Makefile b/sys/modules/rtw89fw/Makefile deleted file mode 100644 index 62340479737d..000000000000 --- a/sys/modules/rtw89fw/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -SUBDIR= \ - rtw8852a \ - rtw8852c - -.include <bsd.subdir.mk> diff --git a/sys/modules/rtw89fw/Makefile.inc b/sys/modules/rtw89fw/Makefile.inc deleted file mode 100644 index 349041ea5fff..000000000000 --- a/sys/modules/rtw89fw/Makefile.inc +++ /dev/null @@ -1,16 +0,0 @@ -# -# Common rules for building firmware. Note this gets auto-included -# by the subdir Makefile's as a consequence of included bsd.kmod.mk. - -_NAME= rtw${NAME}_fw.bin - -IMG= ${_NAME} -KMOD= ${_NAME} - -CLEANFILES+= ${IMG} - -FIRMWS= ${IMG}:${IMG}:${VERSION} - -${IMG}: ${SRCTOP}/sys/contrib/dev/rtw89fw/${IMG} - cp ${.ALLSRC} ${.TARGET} - diff --git a/sys/modules/rtw89fw/rtw8852a/Makefile b/sys/modules/rtw89fw/rtw8852a/Makefile deleted file mode 100644 index 876e8145759b..000000000000 --- a/sys/modules/rtw89fw/rtw8852a/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -VERSION= 013360 -NAME= 8852a - -.include <bsd.kmod.mk> diff --git a/sys/modules/rtw89fw/rtw8852c/Makefile b/sys/modules/rtw89fw/rtw8852c/Makefile deleted file mode 100644 index 1479e43b7072..000000000000 --- a/sys/modules/rtw89fw/rtw8852c/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -VERSION= 027200 -NAME= 8852c - -.include <bsd.kmod.mk>