Date: Fri, 16 Jul 2021 18:30:43 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: f219c053852d - stable/13 - arm: remove fslsdma from GENERIC Message-ID: <202107161830.16GIUhv9047395@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=f219c053852d82acb9852cd735c815ba315f416d commit f219c053852d82acb9852cd735c815ba315f416d Author: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> AuthorDate: 2021-07-09 17:12:39 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-07-16 18:28:44 +0000 arm: remove fslsdma from GENERIC The fslsdma device requires sdma_fw, but that's not included in GENERIC. That firmware is not in the FreeBSD tree at the moment, but could easily be. The license for the firmware can be found in the linux firmware repo: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=3123d78e09d2f815de4d94aa35c07b3c0469c80e and looks to be a BSD license + no reverse engineer. We can add this back after the firmware is imported, made a port, or whose automatic loading can be made to happen. Reviewed by: imp (with ian finding the license) PR: 237466 MFC after: 1 week (cherry picked from commit 9e3761d126c5c019d6c935e83989928eb1a0e76e) --- sys/arm/conf/GENERIC | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arm/conf/GENERIC b/sys/arm/conf/GENERIC index 3cfe16ccfe54..baef32a7a99d 100644 --- a/sys/arm/conf/GENERIC +++ b/sys/arm/conf/GENERIC @@ -257,7 +257,6 @@ device ti_pruss device ti_mbox # DMA controller -device fslsdma device ti_sdma device a10_dmac device a31_dmac
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107161830.16GIUhv9047395>