From e340efdc0a779e9e427c96dd95efc508f3d23977 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 19 May 2022 20:51:18 +0200 Subject: [PATCH 001/833] Initial commit --- LICENSE | 9 +++++++++ README.md | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2071b23 --- /dev/null +++ b/LICENSE @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..634ab1d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# cfg + +Inference personal configuration files. \ No newline at end of file From a7ffa8d9719c9992035c62304872657b19e55315 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 19 May 2022 20:52:08 +0100 Subject: [PATCH 002/833] Update license file. --- LICENSE => LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename LICENSE => LICENSE.md (96%) diff --git a/LICENSE b/LICENSE.md similarity index 96% rename from LICENSE rename to LICENSE.md index 2071b23..a3f57be 100644 --- a/LICENSE +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2022 Inference Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: From 016cad4e8f4559df3271f1b2e81a7278ec75f2f9 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 19 May 2022 20:54:49 +0100 Subject: [PATCH 003/833] Update readme file. --- README.md | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 634ab1d..7f46e5b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,30 @@ -# cfg - -Inference personal configuration files. \ No newline at end of file +

Configuration

+

Inference personal configuration files.

+
+
+

Licensing

+

All configuration files are licensed under MIT License.

+
+
+

Security

+

All files are checked for security issues; however, it is always the
+user's responsibility to audit the code before installing and/or executing
+it.
+
+The maintainers take no responsibility for any security issues which
+may arise due to usage of this repository.

+
+
+

Branches

+

dev

+

Development branch. All pre-alpha development and alpha testing happens
+here.
+Merge requests must be made to the dev branch.

+
+

beta

+

Beta branch. All beta testing of the software happens here.

+
+

stable

+

Stable branch. Complete and stable versions of the software are stored
+here.
+
From fe67dd20ef4ac076b4c8e2b2bd11bdd6bd9c24a2 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 19 May 2022 21:18:25 +0100 Subject: [PATCH 004/833] Create Portage directory. Add make.conf. --- portage/make.conf | 1 + 1 file changed, 1 insertion(+) create mode 120000 portage/make.conf diff --git a/portage/make.conf b/portage/make.conf new file mode 120000 index 0000000..fb93a1a --- /dev/null +++ b/portage/make.conf @@ -0,0 +1 @@ +/etc/portage/make.conf \ No newline at end of file From d459e07ae068051b5a9060e91cabb4cdf5aced1a Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 19 May 2022 21:23:14 +0100 Subject: [PATCH 005/833] Fix make.conf. --- portage/make.conf | 65 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) mode change 120000 => 100644 portage/make.conf diff --git a/portage/make.conf b/portage/make.conf deleted file mode 120000 index fb93a1a..0000000 --- a/portage/make.conf +++ /dev/null @@ -1 +0,0 @@ -/etc/portage/make.conf \ No newline at end of file diff --git a/portage/make.conf b/portage/make.conf new file mode 100644 index 0000000..01680ca --- /dev/null +++ b/portage/make.conf @@ -0,0 +1,64 @@ +# make.conf + + +# Toolchain. +AR="llvm-ar" +CC="clang" +CPP="clang-cpp" +CXX="clang++" +LD="ld.lld" +STRINGS="llvm-strings" +STRIP="llvm-strip" +NM="llvm-nm" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +OBJCOPY="llvm-objcopy" +OBJDUMP="llvm-objdump" + + +# Flags. +## Hardening flags. +C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +LD_HARDENING="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" + +## Common flags. +CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__ ${C_HARDENING}" +CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_HARDENING}" + +## Linker flags. +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" + +## USE flags. +USE="clang dbus elogind libcxx libedit llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-llvm system-png system-webp wayland" +USE="${USE} -ipv6 -jit -systemd" + +## CPU flags. +CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" + +## Video card flags. +VIDEO_CARDS="amdgpu radeonsi" + +## ABI flags. +ABI_X86="64" + +## LLVM target flags. +LLVM_TARGETS="X86" + + +# System. +## CHOST. +CHOST="x86_64-gentoo-linux-musl" + +## Directories. +PORTDIR="/var/db/repos/gentoo" +DISTDIR="/var/cache/distfiles" +PKGDIR="/var/cache/binpkgs" + +## Language. +LC_MESSAGES=C + +## Gentoo mirrors. +GENTOO_MIRRORS="https://mirror.init7.net/gentoo/" + +## Emerge. +EMERGE_DEFAULT_OPTS="--ask --verbose" From c6166d82a2b4fa69fa07a789fb0d1c9740b0c909 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 19 May 2022 21:27:55 +0100 Subject: [PATCH 006/833] Create Portage env directory. Add Portage envs. --- portage/env/basic.conf | 25 +++++++++++++++++++++++++ portage/env/gcc-basic.conf | 18 ++++++++++++++++++ portage/env/gcc-nolto-nopie.conf | 22 ++++++++++++++++++++++ portage/env/gcc-nolto.conf | 22 ++++++++++++++++++++++ portage/env/gcc-nopie.conf | 22 ++++++++++++++++++++++ portage/env/gcc.conf | 22 ++++++++++++++++++++++ portage/env/nolto-nopie.conf | 29 +++++++++++++++++++++++++++++ portage/env/nolto.conf | 29 +++++++++++++++++++++++++++++ portage/env/nopie.conf | 29 +++++++++++++++++++++++++++++ portage/env/werror.conf | 29 +++++++++++++++++++++++++++++ 10 files changed, 247 insertions(+) create mode 100644 portage/env/basic.conf create mode 100644 portage/env/gcc-basic.conf create mode 100644 portage/env/gcc-nolto-nopie.conf create mode 100644 portage/env/gcc-nolto.conf create mode 100644 portage/env/gcc-nopie.conf create mode 100644 portage/env/gcc.conf create mode 100644 portage/env/nolto-nopie.conf create mode 100644 portage/env/nolto.conf create mode 100644 portage/env/nopie.conf create mode 100644 portage/env/werror.conf diff --git a/portage/env/basic.conf b/portage/env/basic.conf new file mode 100644 index 0000000..affe8f9 --- /dev/null +++ b/portage/env/basic.conf @@ -0,0 +1,25 @@ +# Clang - Basic. + + +# Toolchain. +AR="llvm-ar" +CC="clang" +CPP="clang-cpp" +CXX="clang++" +LD="ld.lld" +STRINGS="llvm-strings" +STRIP="llvm-strip" +NM="llvm-nm" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +OBJCOPY="llvm-objcopy" +OBJDUMP="llvm-objdump" + + +# Flags. +## Common flags. +CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__" +CXXFLAGS="-march=znver1 -O2 -pipe" + +## Linker flags. +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind" diff --git a/portage/env/gcc-basic.conf b/portage/env/gcc-basic.conf new file mode 100644 index 0000000..e660e1c --- /dev/null +++ b/portage/env/gcc-basic.conf @@ -0,0 +1,18 @@ +# GCC - Basic. + + +# Toolchain. +CC="gcc" +CXX="g++" +AR="ar" +NM="nm" +RANLIB="ranlib" + + +# Flags. +## Common flags. +CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__" +CXXFLAGS="-march=znver1 -O2 -pipe" + +## Linker flags. +LDFLAGS="-Wl,-O2" diff --git a/portage/env/gcc-nolto-nopie.conf b/portage/env/gcc-nolto-nopie.conf new file mode 100644 index 0000000..6fee7ac --- /dev/null +++ b/portage/env/gcc-nolto-nopie.conf @@ -0,0 +1,22 @@ +# GCC - No LTO, no PIE. + + +# Toolchain. +CC="gcc" +CXX="g++" +AR="ar" +NM="nm" +RANLIB="ranlib" + + +# Flags. +## Hardening flags. +C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" + +## Common flags. +CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_HARDENING}" +CXXFLAGS="-march=znver1 -O2 -pipe ${C_HARDENING}" + +## Linker flags. +LDFLAGS="-Wl,-O2 ${LD_HARDENING}" diff --git a/portage/env/gcc-nolto.conf b/portage/env/gcc-nolto.conf new file mode 100644 index 0000000..91ea9a2 --- /dev/null +++ b/portage/env/gcc-nolto.conf @@ -0,0 +1,22 @@ +# GCC - No LTO. + + +# Toolchain. +CC="gcc" +CXX="g++" +AR="ar" +NM="nm" +RANLIB="ranlib" + + +# Flags. +## Hardening flags. +C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +LD_HARDENING="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" + +## Common flags. +CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_HARDENING}" +CXXFLAGS="-march=znver1 -O2 -pipe ${C_HARDENING}" + +## Linker flags. +LDFLAGS="-Wl,-O2 ${LD_HARDENING}" diff --git a/portage/env/gcc-nopie.conf b/portage/env/gcc-nopie.conf new file mode 100644 index 0000000..d8fd120 --- /dev/null +++ b/portage/env/gcc-nopie.conf @@ -0,0 +1,22 @@ +# GCC - No PIE. + + +# Toolchain. +CC="gcc" +CXX="g++" +AR="ar" +NM="nm" +RANLIB="ranlib" + + +# Flags. +## Hardening flags. +C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" + +## Common flags. +CFLAGS="-march=znver1 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_HARDENING}" +CXXFLAGS="-march=znver1 -O2 -pipe -flto=4 ${C_HARDENING}" + +## Linker flags. +LDFLAGS="-Wl,-O2 ${LD_HARDENING}" diff --git a/portage/env/gcc.conf b/portage/env/gcc.conf new file mode 100644 index 0000000..9669318 --- /dev/null +++ b/portage/env/gcc.conf @@ -0,0 +1,22 @@ +# GCC. + + +# Toolchain. +CC="gcc" +CXX="g++" +AR="ar" +NM="nm" +RANLIB="ranlib" + + +# Flags. +## Hardening flags. +C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +LD_HARDENING="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" + +## Common flags. +CFLAGS="-march=znver1 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_HARDENING}" +CXXFLAGS="-march=znver1 -O2 -pipe -flto=4 ${C_HARDENING}" + +## Linker flags. +LDFLAGS="-Wl,-O2 ${LD_HARDENING}" diff --git a/portage/env/nolto-nopie.conf b/portage/env/nolto-nopie.conf new file mode 100644 index 0000000..f24b4b0 --- /dev/null +++ b/portage/env/nolto-nopie.conf @@ -0,0 +1,29 @@ +# Clang - No LTO, no PIE. + + +# Toolchain. +AR="llvm-ar" +CC="clang" +CPP="clang-cpp" +CXX="clang++" +LD="ld.lld" +STRINGS="llvm-strings" +STRIP="llvm-strip" +NM="llvm-nm" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +OBJCOPY="llvm-objcopy" +OBJDUMP="llvm-objdump" + + +# Flags. +## Hardening flags. +C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" + +## Common flags. +CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_HARDENING}" +CXXFLAGS="-march=znver1 -O2 -pipe ${C_HARDENING}" + +## Linker flags. +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" diff --git a/portage/env/nolto.conf b/portage/env/nolto.conf new file mode 100644 index 0000000..35e7a10 --- /dev/null +++ b/portage/env/nolto.conf @@ -0,0 +1,29 @@ +# Clang - No LTO. + + +# Toolchain. +AR="llvm-ar" +CC="clang" +CPP="clang-cpp" +CXX="clang++" +LD="ld.lld" +STRINGS="llvm-strings" +STRIP="llvm-strip" +NM="llvm-nm" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +OBJCOPY="llvm-objcopy" +OBJDUMP="llvm-objdump" + + +# Flags. +## Hardening flags. +C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +LD_HARDENING="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" + +## Common flags. +CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_HARDENING}" +CXXFLAGS="-march=znver1 -O2 -pipe ${C_HARDENING}" + +## Linker flags. +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" diff --git a/portage/env/nopie.conf b/portage/env/nopie.conf new file mode 100644 index 0000000..aedd169 --- /dev/null +++ b/portage/env/nopie.conf @@ -0,0 +1,29 @@ +# Clang - No PIE. + + +# Toolchain. +AR="llvm-ar" +CC="clang" +CPP="clang-cpp" +CXX="clang++" +LD="ld.lld" +STRINGS="llvm-strings" +STRIP="llvm-strip" +NM="llvm-nm" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +OBJCOPY="llvm-objcopy" +OBJDUMP="llvm-objdump" + + +# Flags. +## Hardening flags. +C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" + +## Common flags. +CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__ ${C_HARDENING}" +CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_HARDENING}" + +## Linker flags. +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" diff --git a/portage/env/werror.conf b/portage/env/werror.conf new file mode 100644 index 0000000..67bb944 --- /dev/null +++ b/portage/env/werror.conf @@ -0,0 +1,29 @@ +# Clang - Wno-error. + + +# Toolchain. +AR="llvm-ar" +CC="clang" +CPP="clang-cpp" +CXX="clang++" +LD="ld.lld" +STRINGS="llvm-strings" +STRIP="llvm-strip" +NM="llvm-nm" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +OBJCOPY="llvm-objcopy" +OBJDUMP="llvm-objdump" + + +# Flags. +## Hardening flags. +C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +LD_HARDENING="-Wl,-z,now -Wl,-z,relro -pie -Wl,--strip-all" + +## Common flags. +CFLAGS="-march=znver1 -O1 -pipe -flto=full -Wno-error -U__gnu_linux__ ${C_HARDENING}" +CXXFLAGS="-march=znver1 -O1 -pipe -flto=full ${C_HARDENING}" + +## Linker flags. +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" From c785c13ad9d39aed24a36bd61d1c85c91ff0d0f9 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 19 May 2022 22:41:11 +0100 Subject: [PATCH 007/833] Add Portage files. --- portage/make.conf | 3 + portage/package.accept_keywords | 32 ++ portage/package.env | 299 ++++++++++++++++++ portage/package.license | 2 + portage/package.mask | 59 ++++ portage/package.unmask | 11 + portage/package.use | 71 +++++ .../dev-lang/rust/1.59.0-libressl.patch | 57 ++++ .../patches/media-libs/gavl/patch-gavl.patch | 10 + ...ck-for-backtrace-function-only-if-ex.patch | 39 +++ portage/sets/firefox | 2 + portage/sets/toolchain-llvm | 9 + 12 files changed, 594 insertions(+) create mode 100644 portage/package.accept_keywords create mode 100644 portage/package.env create mode 100644 portage/package.license create mode 100644 portage/package.mask create mode 100644 portage/package.unmask create mode 100644 portage/package.use create mode 100644 portage/patches/dev-lang/rust/1.59.0-libressl.patch create mode 100644 portage/patches/media-libs/gavl/patch-gavl.patch create mode 100644 portage/patches/sys-apps/sandbox/0001-configure.ac-check-for-backtrace-function-only-if-ex.patch create mode 100644 portage/sets/firefox create mode 100644 portage/sets/toolchain-llvm diff --git a/portage/make.conf b/portage/make.conf index 01680ca..adee8bb 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -44,6 +44,9 @@ ABI_X86="64" ## LLVM target flags. LLVM_TARGETS="X86" +## Python targets. +PYTHON_SINGLE_TARGET="python3_9" +PYTHON_TARGETS="python3_9" # System. ## CHOST. diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords new file mode 100644 index 0000000..b8ef720 --- /dev/null +++ b/portage/package.accept_keywords @@ -0,0 +1,32 @@ +dev-libs/spdlog ~amd64 +dev-libs/date ~amd64 +media-libs/dav1d ~amd64 +dev-libs/nss ~amd64 +=media-libs/libglvnd-1.4.0 X +>=app-text/poppler-22.01.0 cairo +>=media-libs/gegl-0.4.32 cairo +>=x11-libs/cairo-1.16.0-r5 X +>=x11-libs/gtk+-3.24.30 X +>=media-libs/libvpx-1.10.0 postproc +>=media-libs/libepoxy-1.5.9-r1 X +>=media-libs/mesa-21.3.5 X +>=media-plugins/alsa-plugins-1.2.2 pulseaudio +>=x11-libs/libxkbcommon-1.3.1 X +>=x11-libs/pango-1.48.10-r1 X +>=sys-libs/zlib-1.2.11-r4 minizip +>=dev-cpp/gtkmm-3.24.5:3.0 X +>=app-crypt/gcr-3.40.0 gtk +>=dev-qt/qtgui-5.15.2-r16 egl +>=media-libs/gegl-0.4.32 introspection lcms +>=net-dns/dnsmasq-2.85 script +>=media-libs/mlt-7.4.0 qt5 ffmpeg frei0r xml sdl +>=media-video/ffmpeg-4.4.1-r2 X sdl +>=app-text/xmlto-0.0.28-r6 text +>=kde-frameworks/kwindowsystem-5.90.0-r1 X +>=kde-frameworks/knotifications-5.90.0 X +>=dev-qt/qtcore-5.15.2-r14 icu +>=media-libs/imlib2-1.7.1-r2 X +dev-qt/qtgui eglfs jpeg +>=media-libs/libpng-1.6.37-r2 apng +>=x11-libs/libdrm-2.4.109 video_cards_radeon +media-libs/libsndfile minimal +>=gui-libs/wlroots-0.15.0-r2 X +>=dev-qt/qtgui-5.15.3 X +>=gui-libs/wlroots-0.15.0-r2 -X +>=media-libs/libsndfile-1.1.0-r1 -minimal +dev-libs/libedit static-libs +sys-libs/llvm-libunwind static-libs +>=sys-libs/ncurses-6.3_p20211106 static-libs +sys-libs/libcxx static-libs +sys-libs/libcxxabi static-libs +sys-devel/clang-runtime libcxx +# required by gui-wm/sway-1.7::gentoo +# required by @selected +# required by @world (argument) +>=gui-libs/wlroots-0.15.0-r2 X +# required by media-libs/libsvgtiny-0.1.7-r2::gentoo +# required by www-client/netsurf-3.10-r6::libressl[svgtiny,svg] +# required by www-client/netsurf::libressl (argument) +>=net-libs/libdom-0.4.1-r1 xml diff --git a/portage/patches/dev-lang/rust/1.59.0-libressl.patch b/portage/patches/dev-lang/rust/1.59.0-libressl.patch new file mode 100644 index 0000000..e81457f --- /dev/null +++ b/portage/patches/dev-lang/rust/1.59.0-libressl.patch @@ -0,0 +1,57 @@ +From 264834b5f033572c979d9109b4b76aa0a2ae2946 Mon Sep 17 00:00:00 2001 +From: orbea +Date: Wed, 16 Mar 2022 14:02:41 -0700 +Subject: [PATCH] Support LibreSSL 3.4.x and 3.5.x + +--- + vendor/libssh2-sys/.cargo-checksum.json | 2 +- + vendor/libssh2-sys/build.rs | 1 + + vendor/openssl-sys/.cargo-checksum.json | 2 +- + vendor/openssl-sys/build/main.rs | 3 ++- + 4 files changed, 5 insertions(+), 3 deletions(-) + +diff --git a/vendor/libssh2-sys/.cargo-checksum.json b/vendor/libssh2-sys/.cargo-checksum.json +index 8ca0bd076..4fd273b88 100644 +--- a/vendor/libssh2-sys/.cargo-checksum.json ++++ b/vendor/libssh2-sys/.cargo-checksum.json +@@ -1 +1 @@ +-{"files":{"Cargo.toml":"8981208d3829e782a076099f6d686d1eb3714102e0af7de70822f972ee9f0eda","build.rs":"7d5ca02f34cffe51db3568c500c9a8a70cef879871a0f466e3344142644acf12","lib.rs":"3f59dd52a499c4d707114626a44123f3c969c999599ea527dc04d221cfbf460d","libssh2/CMakeLists.txt":"8530be1d6db3715344fae1900fe73d8e2294930bef33019657064dfc6094cd0f","libssh2/COPYING":"859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a","libssh2/Makefile.OpenSSL.inc":"8e82af68b172ddccf94c65c1b4e38b69b3b7f027cc14a54b6d660c5f2bcd4de9","libssh2/Makefile.WinCNG.inc":"79243be1029a0df52a5e79b3dceb80ac462f2e735e25445e38852610bee62f34","libssh2/Makefile.am":"955114c8c455346542067604795f344a693afa544c7efa813abb3b1dbccc59ea","libssh2/Makefile.inc":"3ba04a6366787cd65119ca3a4720ad31267e32d94b49763e123d85bbbc303ce1","libssh2/Makefile.libgcrypt.inc":"3d71dbe94c906d07c70eb8c7eae80fe5ae014565d7a9446bd39b659e91b73b71","libssh2/Makefile.mbedTLS.inc":"18bf8364aaef158a27b65be88ac1fd74af0cbd336930b6ce611b62dab77feebc","libssh2/Makefile.os400qc3.inc":"ac9b0e1731f7dfa20e3987e108a4c5896e6095638ec545c8f2ac64c35b63a455","libssh2/NEWS":"9418b9c8dcafc633c2c16372b2b21ceb70a06243756af21eff173a4b379101d1","libssh2/NMakefile":"2d1cbda9bccd886de3c99dae77f09ac75a7f09f1834272b4a9154d2a0ae9a81a","libssh2/README":"428a810c75712693e66d2104ab64b976992a2670109959a8f771a609022ed25e","libssh2/README.md":"74b0076905edb7acfe526b1ea367aa567ced0599d5a3be8e8aa22c1ca847e269","libssh2/RELEASE-NOTES":"9a88e3e26281797ee09f09cd04e4bd753837b02366dcaf34885b800742bc862f","libssh2/acinclude.m4":"38b4ba61f1ccd764daa1c249fff189e4a897f71e19ead71690f5bcbe25d9d541","libssh2/appveyor.yml":"499cdf346619e52967be12e833561fe2b9eec7a50214b25b8195d67b21eb7262","libssh2/buildconf":"c2102a17b8f50f0d56d20639c05c70347a4e6ac5dcec351c6f851371e2a68a71","libssh2/ci/appveyor/docker-bridge.bat":"24121ac7d7c852358b4d6a7f319e1b593d294a97c027175f8085c741d7792887","libssh2/ci/appveyor/docker-bridge.ps1":"c96ed6844515850165b15790791f80a666f606a1931243fec3eb3a07f7531ead","libssh2/ci/checksrc.pl":"879e805b57e2e86f6894a6a4e395daf1c1c048ee5984e109be74afc750782567","libssh2/ci/checksrc.sh":"a435be07f99eaac5b59f9cf68d88e3541c9fbed09177d0874078c22547edd5e9","libssh2/ci/ossfuzz.sh":"34e596139edfe9aa0a52b73ac1ef860a69968f88b1ed6f0dbdfff3832d08a7d6","libssh2/cmake/CheckFunctionExistsMayNeedLibrary.cmake":"60a8d1afe9a3b71cedb782ac6187a9a041d2792006a7eb3379bc42a9fcb95a4d","libssh2/cmake/CheckNonblockingSocketSupport.cmake":"443b9824a1d7f7cc0a9c1b740ca9824f82f73ac7f0294aa2c1e3192aa3cb5e0d","libssh2/cmake/CopyRuntimeDependencies.cmake":"5a146613512f467192e7917561b305e31d52a85b3f216d5e3c6ca6d2261e9b03","libssh2/cmake/FindLibgcrypt.cmake":"af65a3a8ea63eb935b1602b2b75c7c993558f9118e8c12cf9f2d4614977d8c53","libssh2/cmake/FindmbedTLS.cmake":"db4ad3046a838c325ff39f3f083a2de39c3bcde4c69670610ce27b23c758c50d","libssh2/cmake/SocketLibraries.cmake":"857615772ee6a1b79826eb18889def1a626296262db78def698286930e3c6cbf","libssh2/cmake/Toolchain-Linux-32.cmake":"fc7c2718c2e628fe28db38406fb57e9380d202dce8b4d615ef8b818984c37a32","libssh2/cmake/max_warnings.cmake":"1a14b62c40d327d69ad1531e3372523310e642779da33c3865e6fc67df46835b","libssh2/config.rpath":"aa48652ef1709d015f0e627eb5d18d1c198d81c29d5f89a81362512fcba72b01","libssh2/configure.ac":"1a24a7b81c127f3cfe154ede0aad567341c0743178d3f3b41ad59f3fa24c7269","libssh2/docs/AUTHORS":"12228e95c6b41c76d00b6ca8f2bf7bfb3372f3f32b6c62f34882530b9406f26d","libssh2/docs/BINDINGS":"c711b535a9462815d564995eb84b997261fb9a2db4ef82a8c9b3f926dd7498b2","libssh2/docs/CMakeLists.txt":"0cd132f7148c6807399141a611723f6083499751d8a3e326f06879e57bf2c369","libssh2/docs/HACKING":"5d2563866dc4fcc8a4ab352676e3d64b918b75e0a73ce7776b9eef7e8949d3b0","libssh2/docs/HACKING-CRYPTO":"88452e1dab1160dbd7d800c5d1c3b6651bca884b18aea476c6ad0b1fd387edba","libssh2/docs/INSTALL_AUTOTOOLS":"6ca4765ca5ca117514e41067ce05cc24504aa29eab9a76bb9cc1ecc87c3280b1","libssh2/docs/INSTALL_CMAKE.md":"266b25dbe613f02e4662467c23ad80bb42a35ef9d579933ddb2d7b1d038089d0","libssh2/docs/Makefile.am":"16050bb16175b6c34dd246fb10628975dc7563412b926a10818e3f85efb6e7ca","libssh2/docs/SECURITY.md":"4314c11322a9970bed60130a2e11a0eb79c9de719a7c7c2cb227356d9771ba2f","libssh2/docs/TODO":"e3a304f76129bdb90371439567dffe2a8841e3a5c326f71000490a11241bc9b0","libssh2/docs/libssh2_agent_connect.3":"5fe15d3e781382a8e935048dd266a89e9c3b63800d4714ceec6c78c512e49f20","libssh2/docs/libssh2_agent_disconnect.3":"e2d1a3af99d888e310c6e22227e11b0a42f1d265451a9e13ac787fe0b8075426","libssh2/docs/libssh2_agent_free.3":"332b5fb986c013ba363bd18d5e39c01a047d79fb22acf673291f1e19b4d8292a","libssh2/docs/libssh2_agent_get_identity.3":"acdccde633dda1740ba043fb3f2b3aed884923c74ff3e2ad2f01d5a6b87955f1","libssh2/docs/libssh2_agent_get_identity_path.3":"148b43bc669d3300b3fbf09ae57050a15ce074c8730ecef78e97ee9309ea179f","libssh2/docs/libssh2_agent_init.3":"09029ddc71d63085dd6ccf92062ce6e31f0d54a1eb40d06587713814ddb4ee5d","libssh2/docs/libssh2_agent_list_identities.3":"a498d332ea55486eb1c234468a8cf3c1886eb6b98bdd527a1b44fd06683e7ea2","libssh2/docs/libssh2_agent_set_identity_path.3":"b60fb7e972fc2b420ff0a7452ddbf12597dbc9cb075920da16ee9c0eef7f8425","libssh2/docs/libssh2_agent_userauth.3":"d2119c63fa5bd1a05385bd176a1c8d2ee0139aebec92addd1601edc948f17855","libssh2/docs/libssh2_banner_set.3":"1bd7a8bd59cb74d90cfed26c41701788afe7c0a667f686c5154cd0615d586422","libssh2/docs/libssh2_base64_decode.3":"c48f88f5a6405738bc146161bf442e02c02073e0b9957f5d4bc3bd425bee82e1","libssh2/docs/libssh2_channel_close.3":"e348d7548693066f863dde9a6c7dd21bf394aca51c1cae1c4999309eedfb4451","libssh2/docs/libssh2_channel_direct_tcpip.3":"3a67560c5846880066344d5581840a26a8509854fcf20fda79f9b2156e58757d","libssh2/docs/libssh2_channel_direct_tcpip_ex.3":"5a7665c77afd8aa509c03d5059ece42adb912979e0fab608034e4554e3106439","libssh2/docs/libssh2_channel_eof.3":"7ad4590d1dfccf35bd2f7393e0d14b4247c3108ee2f48685b505c0dd9516e011","libssh2/docs/libssh2_channel_exec.3":"e7f79363e4fa61ce0c00f59e4e97cbc3101f55e2025b1156551aaf50c8522b87","libssh2/docs/libssh2_channel_flush.3":"fcaf2b8577ae6b8196313977d0686175a807fcccd3f3fce433028384da0f7bdd","libssh2/docs/libssh2_channel_flush_ex.3":"a0a60e2c15e2fd19e8399ce45736470782090455856b6a97cab7b9e8cb56b160","libssh2/docs/libssh2_channel_flush_stderr.3":"4f590d465d647b416c583c2b16693a3364e84da2400dfe7f9ffe1928577ca3ae","libssh2/docs/libssh2_channel_forward_accept.3":"4f0621fe2a6aef5fefd50197974beb6e6c89dc41841b1d6052f885a773557ed8","libssh2/docs/libssh2_channel_forward_cancel.3":"230ff1688acf2f4a7ac5d687ca46bd39458192a0662b3b8fa6edd8217c25117f","libssh2/docs/libssh2_channel_forward_listen.3":"fac440afa8233b6d3982b349d56c177ba9fec09464f1c5a5bf40ce32d600197d","libssh2/docs/libssh2_channel_forward_listen_ex.3":"49c5374f3b5c56213fe9a43ef4592cd51097cd1c9017fcb3be97c94847e8efcf","libssh2/docs/libssh2_channel_free.3":"a7e649756ff4a20b0f5bb6bc9f4647ecaff885c8745e9c304cc697c2c677196b","libssh2/docs/libssh2_channel_get_exit_signal.3":"89557c3203331e1d21773b557659a0f21e1ecbcee90c372de3b6e159c7b78a7d","libssh2/docs/libssh2_channel_get_exit_status.3":"d374651f3f72f3f179c37b4a44b815a1bdd998f803a121fc8bc5544c397224c8","libssh2/docs/libssh2_channel_handle_extended_data.3":"c8ba2c032cd2cd8fc5877845df624712457dcf1c092975f3c713fe75794fd42b","libssh2/docs/libssh2_channel_handle_extended_data2.3":"17269accf920a28af6bd14770f94067083e2dfa56df4e08663844d0cebb78052","libssh2/docs/libssh2_channel_ignore_extended_data.3":"c00c30e1aa01c699c92c30c98e9ab8e543cb2fb23376b650627c56ecc3a1f275","libssh2/docs/libssh2_channel_open_ex.3":"a4153c3de3d2cb9a2faaa39eeb9b638c829db2cf4aa4a0e0a2cbd51098626e79","libssh2/docs/libssh2_channel_open_session.3":"63ee8e3220149933ebf5219335cf5b9fb107e23808137f782e8846b191ecf629","libssh2/docs/libssh2_channel_process_startup.3":"1023352b8152e5a1a2ccf2bc899e9539fbecaa2dff69ebb68ada088da38fc6b9","libssh2/docs/libssh2_channel_read.3":"1ddb492b078cab328e718563f2fc5dc3fd737078ba272d078f94e554e2938080","libssh2/docs/libssh2_channel_read_ex.3":"931e1fad6ff1d629ed2b523c75e645a16344be8afebc0e2f50144ac8394146e2","libssh2/docs/libssh2_channel_read_stderr.3":"6b3a6db85f2fdb26a07b95d6046127f3d5c709e6ee4bd72d66b9109e10ca8e1b","libssh2/docs/libssh2_channel_receive_window_adjust.3":"01a3e1d79fce062cba8fefee6b8fe7ca81a1ad7a3c8cccf12801d7f80fd6265a","libssh2/docs/libssh2_channel_receive_window_adjust2.3":"451f2632b8c786a16e87940f2fcb978e9d88fee27cb997c192c9e671b72b27eb","libssh2/docs/libssh2_channel_request_auth_agent.3":"9217dcc14a2c6bee93f5754b2fed7827b3dbb8efc335d7fbf4908e8a531570b4","libssh2/docs/libssh2_channel_request_pty.3":"f7b4d6780a1b6ed5518e425751f55d9930a5bfa8e92dc0458ccdb06d7786ecbe","libssh2/docs/libssh2_channel_request_pty_ex.3":"ab2af9c02a3d127ba99cf27f0496643eb30810edb38a94f7df488f41041ec105","libssh2/docs/libssh2_channel_request_pty_size.3":"5ae6ade5d71da8ce3a31fd804c32600f54a3385b07cb8ed6ac90157a9a1ada26","libssh2/docs/libssh2_channel_request_pty_size_ex.3":"4b296b3a64b71c1842c0f12c70fe866734bc18f51e3907acfa3f04c4a997bda3","libssh2/docs/libssh2_channel_send_eof.3":"a83be7ac2b428f6d41df423e38c52d01f86b9fcafde2010336c7a57323808b6c","libssh2/docs/libssh2_channel_set_blocking.3":"767637f9629f9b7bbbe24c3f3e13be0a83174f1542a63fe7daba350beb369447","libssh2/docs/libssh2_channel_setenv.3":"fc8773714c44358cf215d80dfdfeea082cc84ae0f33575d17a7825ffb785b02d","libssh2/docs/libssh2_channel_setenv_ex.3":"d4641d1a3054af1fb1aa4819de5ce002b434e56745118d843adc70d902505447","libssh2/docs/libssh2_channel_shell.3":"e2986078e39068dd61d6d3df0d9e54adb0a489e55ba8051ae6ce3ad5f3c2c191","libssh2/docs/libssh2_channel_subsystem.3":"16e48c8ad515baef23e1ea94895cf0d2c6d397c133adcbbd20300304b64cab4a","libssh2/docs/libssh2_channel_wait_closed.3":"8f7ad8093832b4b343b04eefe492e94a18be6f496e2074037f93b99683296663","libssh2/docs/libssh2_channel_wait_eof.3":"a96b063c1d90129420db176063ea4cb66f1b913a2d2b5ada2f3364eeda2d6543","libssh2/docs/libssh2_channel_window_read.3":"085331a4fb18dd396b016629ad241a7bf03afe78b0a09fec701aa8be526fab2b","libssh2/docs/libssh2_channel_window_read_ex.3":"9faf5e32cc4e1fe69fa2e57dc31cbdf3f0e7bfcea339f3b7196f535bbe6be2e2","libssh2/docs/libssh2_channel_window_write.3":"6daa6fd8d4f74957c709695bd74a741e7808e057cda1a0954e76f92f793d61c4","libssh2/docs/libssh2_channel_window_write_ex.3":"052d12745f7a8a634ba0b3b36cf0a592c2425caf0679aaaca4776b664bd2d5c0","libssh2/docs/libssh2_channel_write.3":"30bfc0efb86bf513f721200a89c9139687d58483826924b9b401797de74b6387","libssh2/docs/libssh2_channel_write_ex.3":"5ee6d5afe244e2839353ed8d7d6688bfde3f090bf951afec404bf486d6f78aac","libssh2/docs/libssh2_channel_write_stderr.3":"e15a48affe5a5044a2b70bf6fc1e3c6a1dc61c10c4440db4828080fe55e5a0f2","libssh2/docs/libssh2_channel_x11_req.3":"e10544721e6dae96d4542abe07b43767ae6fff49a5bc87381aaf72be7d45f51c","libssh2/docs/libssh2_channel_x11_req_ex.3":"ece17b293092b2319ea237a2855a4b9b7c89c6954ecfedbd837d3d02ce4d7a13","libssh2/docs/libssh2_exit.3":"104af206d55e98ffa72ae0c5a505523220c8d6e1de27a37a5139093476d5ede5","libssh2/docs/libssh2_free.3":"8abbc67b852f9fabe09eb84540b610304d896721a04a4bee1e9d0e8f8f08c999","libssh2/docs/libssh2_hostkey_hash.3":"82070c7634690b4bddc49f3c83b343c6f792c902e0e48247d055eaf3284f80e6","libssh2/docs/libssh2_init.3":"926b4044a52cf71dac8ac23cdf51d6e76bc92f5a3a72c65371549e18826c1cc7","libssh2/docs/libssh2_keepalive_config.3":"7ebbb7cdc900d6d6188afc537c05c60a115030609d96571ac447ac396991adc0","libssh2/docs/libssh2_keepalive_send.3":"86ac214dd4c086239d59ac6582926f72544c788ad2fbf3ccc4e678b4109d32a4","libssh2/docs/libssh2_knownhost_add.3":"29a052f853cd3f19efc12612d4e3224271bdc91b10cf6b73e866d7018d25f07b","libssh2/docs/libssh2_knownhost_addc.3":"c5a2b8510dc1df43311f17073e7e720232f7a7e25d9ba7ae80efe2f26a133297","libssh2/docs/libssh2_knownhost_check.3":"2059d72130dc5b99c6faa8b399166a8495cf02b71313d6648778b11b0adab631","libssh2/docs/libssh2_knownhost_checkp.3":"88cac561cc381008f64d4c879bbe626afd669090648441c134cae83a5ea082a9","libssh2/docs/libssh2_knownhost_del.3":"34fbfa29546d2bf0edc380270937658f818d2600e4bdc658d5ce28c7d255e1ef","libssh2/docs/libssh2_knownhost_free.3":"3e319da43cb185d73dc215a75351f330de2194608a1b12b8e0b623c900d4d96e","libssh2/docs/libssh2_knownhost_get.3":"fc04784b136786dafb210e018e758d5272c8d9d531c4fc5baac9f7b90f65bfd2","libssh2/docs/libssh2_knownhost_init.3":"509721c49287e0232b3cfeb41a8d4b44a45a195222a5694baf9d728c77225abc","libssh2/docs/libssh2_knownhost_readfile.3":"6d72d5be2d5dd56b125c1107632c58d5e8a692871182f3f883f5662f39d7dfff","libssh2/docs/libssh2_knownhost_readline.3":"e259eaedbe587c06a74ada7c1cf5bf28a168edfff2a60919985aa6c7a15e56f1","libssh2/docs/libssh2_knownhost_writefile.3":"5ef6daaf96128c0b756c9faf38b5fd60697fa93504a5cb9ce7139a3dc14f7254","libssh2/docs/libssh2_knownhost_writeline.3":"32c23d5b4393297935c3fa6e03d57a3bc1d904e5e469cf775bb0516f9f885147","libssh2/docs/libssh2_poll.3":"c4a377bc2be1c2789de7a57fa42baa51cfbb0bf4121153ee9cd5201507a8c2b0","libssh2/docs/libssh2_poll_channel_read.3":"5b3df35e57c3252fc63e819c69cc6405bdfd14c546b5cfc2a521563bcc9cb420","libssh2/docs/libssh2_publickey_add.3":"2e7c2772fb78b750b5aa94c7bd38c100e52493f6fb050762af924e26ab2605dd","libssh2/docs/libssh2_publickey_add_ex.3":"76e23274e8b4756b03359b0fb5bcd05becba4cca1212ae2c164a32c2f10ee50f","libssh2/docs/libssh2_publickey_init.3":"5643aa57554f8daacbbff9e539c68cd1093172bd86d859109e6446ccc91a85d4","libssh2/docs/libssh2_publickey_list_fetch.3":"975705aa9fc187961fbab91751a5f41412a30d73d65bfe54862285061afc6c29","libssh2/docs/libssh2_publickey_list_free.3":"5eba2104f91fb101014441df437c695b9b0b1e106b6268d623f886de6c237503","libssh2/docs/libssh2_publickey_remove.3":"69423e4d9d6b76388f6160eb473e82449700569d449911163609c8b1c629ed43","libssh2/docs/libssh2_publickey_remove_ex.3":"5c1632ac1685361577a4ddfd1f6257ecfc012225e1e8c2b126f93add0b5b6190","libssh2/docs/libssh2_publickey_shutdown.3":"b152e6c493896da374b7b93468b23d7012e6232db06c331c158f9057b8053994","libssh2/docs/libssh2_scp_recv.3":"e3af95d4147fb29a893ee80c8af430b7df1d77048d814c5005243c02fe221e18","libssh2/docs/libssh2_scp_recv2.3":"9fc689585ec209d13e5a7c5db6750e07b171103bd29d3522424f6d812473b95e","libssh2/docs/libssh2_scp_send.3":"0b72a5932217f8e561840de2ce3e5077bb40e7631b1dfb6f439d4a2413f83cfd","libssh2/docs/libssh2_scp_send64.3":"3225083c74987af71d4a2947a7852ac810fd87ab12532492f286d7e7d7547456","libssh2/docs/libssh2_scp_send_ex.3":"07818e45119b15208123655f945e1927c0971d21ae6d410fd26944b86cd41745","libssh2/docs/libssh2_session_abstract.3":"56b29e317d2676d842f3854d8ffd89723a40992897b962d9ae07b56b2373a727","libssh2/docs/libssh2_session_banner_get.3":"78804fe78c70c1fcc408a493564c989f3d3da36bf56d14344df150bfc65570c5","libssh2/docs/libssh2_session_banner_set.3":"c058557ca5d9633b560e05492212b52ee3f6477dae79f75c8ab4996828d88f09","libssh2/docs/libssh2_session_block_directions.3":"0006e5c9788d8b2c3976274b715ab712fedb6ee4d3caa09071b62b846b7d44ed","libssh2/docs/libssh2_session_callback_set.3":"6c33ad4047e740e5d020ba14cc5ce06beb0bf02b4b2f88c1ab7fd79e6e5f1b8b","libssh2/docs/libssh2_session_disconnect.3":"382845fee521c18828a9611c286919218fe51a4a3185f37f5c6e8a10a081db66","libssh2/docs/libssh2_session_disconnect_ex.3":"5ed79115477f25aa8cf5998bf46eadc2383fd6e4eacee32622d961d4080ffa11","libssh2/docs/libssh2_session_flag.3":"18317502888f1b7da8ef132500e009c8eed72cec5ddffbeda575a4c5093d8b74","libssh2/docs/libssh2_session_free.3":"7fd404b4fb4c5e955cb2b8fee9b72a89864351e63c553e56a80dfc2af8bf200b","libssh2/docs/libssh2_session_get_blocking.3":"947a5fe43a518c13ba5049d820084ec6eede2bc3687923e67b28a75297431378","libssh2/docs/libssh2_session_get_timeout.3":"4e808b2407358466171f2546c5220def1db4460a16d1f24c60a4a5186d6c0606","libssh2/docs/libssh2_session_handshake.3":"fcb9fc145dc6f3b29871dcbe9c3d27529790e1cd3e20643c8aacb3d3d628fb5b","libssh2/docs/libssh2_session_hostkey.3":"0df40e6f599dacefcebf30b19331e4ce0abfad5bce75f5cffc8f4b7947bca5c6","libssh2/docs/libssh2_session_init.3":"ce1a0e9ecc5a17d607437b01f4ee94d5a0d8c5dbc8a04f1e26d3b74daedae57a","libssh2/docs/libssh2_session_init_ex.3":"2c169699aedd0f9ca16fb71a90618738dcdfa5b2b70d857a39c60896ba62b86b","libssh2/docs/libssh2_session_last_errno.3":"fe92e9c94ecb5fa33bbf51f866bb62bc4a1e5c3ea153dbaf34aa6553cd477ebf","libssh2/docs/libssh2_session_last_error.3":"b14e30dc25d7daaf46ef119176af947efabfad29eff7f726635f2adb6260e97a","libssh2/docs/libssh2_session_method_pref.3":"6946c31e6d51b612852bed10d4ea869093a048f6d41131addbcb9c4dbbd767e5","libssh2/docs/libssh2_session_methods.3":"d1aaa1586bf15dad4e9f92828592b80d604280b30a3d0e21a71f5124fd1eb560","libssh2/docs/libssh2_session_set_blocking.3":"33c01981b30ead73c614fcb6f7f224a39d6e849e6a9bccc9b8dd463719e1a39d","libssh2/docs/libssh2_session_set_last_error.3":"147c7ad527163e73f3fe285d16c980de60bba09813535a7623a1e0a037cfd1cd","libssh2/docs/libssh2_session_set_timeout.3":"eae71fab2f62942d4e5b66d93a7f49347a08ad1afdfc9a81ce8fcc0d0a9b0068","libssh2/docs/libssh2_session_startup.3":"425118593ad0eaf0688c686d9b75f12b7cdb23d330445077907c6e2023cfef77","libssh2/docs/libssh2_session_supported_algs.3":"a2fe37982e0f274bcaeea77ad33ca8fa06ea9377aa4e8196c3a8a827e2906b74","libssh2/docs/libssh2_sftp_close.3":"95f03395996cb7b2652cab241a7d91d0c57bec6d4d8f8097b2932acb56eb7bff","libssh2/docs/libssh2_sftp_close_handle.3":"c813fa985be5105cc3cacaf23dc01f0442628c005e629115992a280597301368","libssh2/docs/libssh2_sftp_closedir.3":"1230d8cc661c016991f32b757b11ee6ddd1ac551e5522c5e009f21ef624dfdc4","libssh2/docs/libssh2_sftp_fsetstat.3":"a7ab72ebfca8d295a2b48f2c14d831568042ef6a0528e590faa99f5e2dd00675","libssh2/docs/libssh2_sftp_fstat.3":"e354ea4b96d512a34db42be2eaaa2c7fb0bfed554e726aa79db7f45ade1f9dd1","libssh2/docs/libssh2_sftp_fstat_ex.3":"2446ac64b425dbaf115b37d29107b66fc0291c2ebd17898669c406a4fd57b78b","libssh2/docs/libssh2_sftp_fstatvfs.3":"a10a9bf1dda75b0e97966ed003d183728a8ded895eece58e458980bc742f7a39","libssh2/docs/libssh2_sftp_fsync.3":"bee468765b5d4a09a3b473eba0cf436328f29806953bc1f998d8bc97d2a3049f","libssh2/docs/libssh2_sftp_get_channel.3":"90e527f9eb6b0d17760328f6e3842f74d1d173fe88a7c9ec2357ca471e9c0f41","libssh2/docs/libssh2_sftp_init.3":"585d782936f71157d141474c94c897d7ea292580445550c25c8fd44f5e03052f","libssh2/docs/libssh2_sftp_last_error.3":"8e7b2fa2c5fe4792a39a5c1c24baf041c970e3021511b36e59979ed64a18b4c7","libssh2/docs/libssh2_sftp_lstat.3":"a01353b26374401029f5094a24beca08988ea201ca2197fef2b14f30bb2658e5","libssh2/docs/libssh2_sftp_mkdir.3":"14e04b070a6c351e2af6bd68f73a408e2982e9a358d5d2af5a46d8b422d27ce3","libssh2/docs/libssh2_sftp_mkdir_ex.3":"44c17758d2b0336f94c4004bdd2debf9e1632ba12c6db6df495c09a71a58e59f","libssh2/docs/libssh2_sftp_open.3":"af9a8c90999412d3371218f59859ff91c6a83eabee75f1712adf94c5bceaf1d6","libssh2/docs/libssh2_sftp_open_ex.3":"11661fbcec142d9afee722f5ce779bd32f6e0a2b2dc45558c3bd47292105231d","libssh2/docs/libssh2_sftp_opendir.3":"62639f60918835e08f3c00d708cb32af319b9a56d3c2cb33ad409b60b347b31d","libssh2/docs/libssh2_sftp_read.3":"1d0435c740470b8a6a427da4331b576833eead72f9d976001d8a1f55fcf24815","libssh2/docs/libssh2_sftp_readdir.3":"0e98293f67ae019adf8c5e17fa9f31f3e34b082c55ccd2119ee424f30c337fc7","libssh2/docs/libssh2_sftp_readdir_ex.3":"7f9a2bda1d49d12040796015a842b592decfb076230ee9c8260c31e7b12dd2cc","libssh2/docs/libssh2_sftp_readlink.3":"1834815d254c351664cacf38c06a4b232f099787cc09a41ef719a1ff242e4064","libssh2/docs/libssh2_sftp_realpath.3":"6b8e75bf89724998c414487d93f8c4899a3b1f4deba50806a798fdf9f9405bab","libssh2/docs/libssh2_sftp_rename.3":"eb87a9b1c94f38913c0cb62a3a474fe8c8f3cb0a874c61ced396a2d8bb92e510","libssh2/docs/libssh2_sftp_rename_ex.3":"12d2e70027755937df6de8b0836f75509f4fc5f1a5428fe5a92ae3eb23ff4b54","libssh2/docs/libssh2_sftp_rewind.3":"4caf86de2f35e2925ee637a68f7cfc2e76dab54571ada06495a0574e549c6a7c","libssh2/docs/libssh2_sftp_rmdir.3":"86a1935b7bb291041eaa7c0788f417c6398b39fd208b6bb478329299ae72a49f","libssh2/docs/libssh2_sftp_rmdir_ex.3":"17029aa15ef3e1c862731a7ee52e8f730dc8951e62e1c0539b922dbcd66810b0","libssh2/docs/libssh2_sftp_seek.3":"546a134db735df610032fa982d3c8c1013ced779e21faeff261d71041bcde8bc","libssh2/docs/libssh2_sftp_seek64.3":"07df7a2c8c9d75b198fa60909baa31e1c883002337a4c6b7a1b3a9c6ceb3a594","libssh2/docs/libssh2_sftp_setstat.3":"39c7f5d489ea5ceb51bd9c7de237464f5c510f3ce0983e57f7b69207ef957e01","libssh2/docs/libssh2_sftp_shutdown.3":"48bf057f1836924e3e5009890cb6e63ec9d11d0aa19abc258c75ee7c7bd097b9","libssh2/docs/libssh2_sftp_stat.3":"7fa4495645b580c216ca2279168b6b2f7c9c73a973dabf1997c02a0409d8c042","libssh2/docs/libssh2_sftp_stat_ex.3":"fd19ff075f44a1713d765330d069fd63cffd8b2dbc09ce9170d926f25d5f70c3","libssh2/docs/libssh2_sftp_statvfs.3":"5762f9ff7d56f44164db57fd048daa60173794c4e7a58ab2fb255e29f0ca2bb8","libssh2/docs/libssh2_sftp_symlink.3":"ae7ea167057c307552405124ad54ee488db7354e7caa974334e88f5b2104c88a","libssh2/docs/libssh2_sftp_symlink_ex.3":"7e22a39bb97548428cddc8a9cf3bc7a1ff57cde878b337a7e177730bf5c51d01","libssh2/docs/libssh2_sftp_tell.3":"ce22525601570f33d91469170d43470a8a9decf0b35ae82c2cea72fff1dc8d8f","libssh2/docs/libssh2_sftp_tell64.3":"db5faf0fd28de4738e3062555c1d6981c2b272d7b89bd85e3e83d2a03237472f","libssh2/docs/libssh2_sftp_unlink.3":"d8c4c60c41e81149fe14a4a00cc114d3f7bb4799ceea4895c67d79363da3ae7c","libssh2/docs/libssh2_sftp_unlink_ex.3":"64b0723444b716d2b809a3b481024523fc8c62ab45d3ec4274040abf824cf611","libssh2/docs/libssh2_sftp_write.3":"a4706e9d6dabcde2aeccba27f7d7d5a3cef33dd21f4bf66bf5b181c3e8a3f9ef","libssh2/docs/libssh2_trace.3":"636417e1798bce85c2058cad56493919c608d426acaac409ec1a489bdef90fe2","libssh2/docs/libssh2_trace_sethandler.3":"b37355eff49dacc9916818db61258f21665fb68993e57ca9040db056453bf8bd","libssh2/docs/libssh2_userauth_authenticated.3":"81115e3ac2549eadafc5ab8c73462d1c5565593106c4d995a920f718e5dd451e","libssh2/docs/libssh2_userauth_hostbased_fromfile.3":"265670d504f8db399e9253af673264b92ae8cc3593912e9b2e6aee436d02fdfe","libssh2/docs/libssh2_userauth_hostbased_fromfile_ex.3":"a71631a3eb07ac88ee21beeabaf6aaccb7e93378c98eed228fa27f1575b04a64","libssh2/docs/libssh2_userauth_keyboard_interactive.3":"17d55c3ba83fc9b7a2fa1dbf0e0d1886deb87616298b6bf424b5ac7d63d0da39","libssh2/docs/libssh2_userauth_keyboard_interactive_ex.3":"d62646af0cf3257fa4a599a676f5237c1ab4d07d56b9b66745fe786f640e6afb","libssh2/docs/libssh2_userauth_list.3":"af6928a269c96480a6ea3a3452af7029577f69485fee36ecdd9dde48b4956a5d","libssh2/docs/libssh2_userauth_password.3":"4c8103bb95903b0b2ee6c2b1d0b3eac150ab31314ec023424ab564d29b1678a9","libssh2/docs/libssh2_userauth_password_ex.3":"afa13d3bb9bbdb3672e014aec922b2953556842b69fb602e8dc97f10d569f5d0","libssh2/docs/libssh2_userauth_publickey.3":"874ece028410feb1bb33d481ab2789e6fadc9a9974cf4e0a72517b4c3fb81861","libssh2/docs/libssh2_userauth_publickey_fromfile.3":"6864fc6411955179866986cf95f75ff41a022a4b60ceb177cf503da45a67b88d","libssh2/docs/libssh2_userauth_publickey_fromfile_ex.3":"060d36d8a06538035e0d7c678f78db16d68ad6f930c958ef3c1bd46f96f9ed39","libssh2/docs/libssh2_userauth_publickey_frommemory.3":"5022660ab3c6c7f596b92e887debb3c580dc21f64be71b76c83c033c0fe36ef9","libssh2/docs/libssh2_version.3":"d3feeb9f870be0dacc7616c44dffae9abddcd22eec9cc8c18a0526af723ffce8","libssh2/docs/template.3":"740b501cbdd74773bdb93c8a4d1ae1e175f3593c0eb93844ea2cad0c61e14463","libssh2/example/CMakeLists.txt":"f8cc011f16f189f485ed9060d71de862616c254dcfc1fafe49ff6425a4d89757","libssh2/example/Makefile.am":"0e7c6f2ea9a65a6eb253d721cabc8df573cd4d2606ddc7bd7499b701380157a6","libssh2/example/direct_tcpip.c":"1a335122f9e28b3883587768e8332f3883b462def477f8651b83fc1392e96dca","libssh2/example/libssh2_config_cmake.h.in":"115c1b79ea918a83de959f0f50eb98c2ce252b21b566b9ad56f3c23b68e48ae7","libssh2/example/scp.c":"87736832ddc36e80b52ed6b7f1c87eedcb57d739c80dcff5bbf2d610bfc7f7c4","libssh2/example/scp_nonblock.c":"dfa78c57e18acdb437f3a643dbace70802aa7d2d504adcd47ed63f744189e822","libssh2/example/scp_write.c":"3a3c4dfb3c4688558716a364cf0f4d8b767bf30c59cc6b352394a2d698370930","libssh2/example/scp_write_nonblock.c":"8071bf056b72eee39bbb1ee173193a79e6ac8a2812724b3e31bb919c6b8ba370","libssh2/example/sftp.c":"6a0bcb5ec7b3066cd040bfc29243fcb36f8375575db17415974a20c29892f6b8","libssh2/example/sftp_RW_nonblock.c":"a2eac2e5433d8e63fd416dd8d0b1424536b4dae701360bf9ec3024495d8c6eb9","libssh2/example/sftp_append.c":"e9aa3ad34d7c9aa119a841e16e99657aa28596b184ff38d09df3a1319dfbf9bd","libssh2/example/sftp_mkdir.c":"51f94316a6fc8ce1c6de9bff0599fa95a950a1424e94b676410d76b1e1edc879","libssh2/example/sftp_mkdir_nonblock.c":"0fb08ab3d217af555d7512693a56c63094642247054def280cbcb08e2a3612c4","libssh2/example/sftp_nonblock.c":"c7236ccc7897e1abd3d9176a33cbd059327d30fc95c7803f7e5f99bf3c448a3f","libssh2/example/sftp_write.c":"7e972aa778422c962ba0ebd2fbae109865b334e33c371ae94a8634e74ffd5473","libssh2/example/sftp_write_nonblock.c":"6b18c9371c2ed1e22b005232f80b99959cc68f2e0dc1351fa73d678e7c64a329","libssh2/example/sftp_write_sliding.c":"b88419136786cd31709d9466b0e4a131b990bbd425096276e5699559863d4bd7","libssh2/example/sftpdir.c":"d186de774a29db36a87fe2f66011acb5c5847316791c98f39dc2749a4c448209","libssh2/example/sftpdir_nonblock.c":"6282ae10e701e48063a793ab2e7a819be77f7267dd7ec29264339c41c5dad8ab","libssh2/example/ssh2.c":"2789139110316e87a06b4d6132fb86081c545084358a3ddf6bb5128423eaed49","libssh2/example/ssh2_agent.c":"3184d5a396a9067279ec16070c699a8baffdc02c70930f8cbecbd1cbbd489d84","libssh2/example/ssh2_agent_forwarding.c":"2db3d78ce1c5bdb2453f7d22cdff09cf1dc3e40aceb8a54faffe6f76af88d1c3","libssh2/example/ssh2_echo.c":"91c519486541145f579c550fddb5ffde5933ba0aaf22366ee8aec50c0cfe4933","libssh2/example/ssh2_exec.c":"67afd0ef23627c87eef2e4424967eef26f8154ce50c357cad85f7d3764fcd5b9","libssh2/example/subsystem_netconf.c":"9b076de4366e11ca81e88d60f6dc41ff3ad897d3096f148ce4ce00102d7256b0","libssh2/example/tcpip-forward.c":"0a929eec2a7274e7592ded5f63230de45c1f30578ce92ea14a010a33b231ac42","libssh2/example/x11.c":"310b0aef741a513db213a895fbf772076e35c2ee83eb4ad1f300493ef6b5b436","libssh2/get_ver.awk":"ac9314659d618e57f0d57e9cb2dc5ab14ca342f099de6738e93d58b91f698f14","libssh2/git2news.pl":"26cad7a3870941f21348bfdffd05fff7a1e1c650b8e38fe469bab3a2a221f26c","libssh2/include/libssh2.h":"fe2c560b62960a968414c47f9fe640f4a4bcce5340a51a94083d1cc547c98a4e","libssh2/include/libssh2_publickey.h":"2d419bdfbc155cec62cc23d7cb87f3d9361c4f26ce3b3910c74cef715bd2e70b","libssh2/include/libssh2_sftp.h":"8a0c63c323edc42286cc608f9a53cebe46ac91432e1080a8520ab69d3caeadbf","libssh2/libssh2-style.el":"14bd86ae83b499f88b47f57cee18f1a7f4f41650e16e34af4b8ff03970c3c059","libssh2/libssh2.pc.in":"a2c375f048235970c995e4a091fca2cb500574151c356f7682d44deeb90623a0","libssh2/m4/autobuild.m4":"37dfd034b5ea52bede69c54901b818a461ae73e2ab1e28c61c229a87f24a1817","libssh2/m4/lib-ld.m4":"18c4c458009da32c9daf0ea332a539e5edc82ba009b6c2faac004626313f00e5","libssh2/m4/lib-link.m4":"d7aab3772e5b60d3ec57ae8dc66d9b762f5c68ef1e8516df25fadfa8bdfef379","libssh2/m4/lib-prefix.m4":"4797426d11dad1e5e4fdbc8bcbc8b10d9750f47bcb74e4c07a953a15265e902c","libssh2/maketgz":"3a5878c78f38abff9158f88cebd11394a5998dd2ea3803a4aa5b4bfa885e46d4","libssh2/nw/GNUmakefile":"d6afc1888b0fdfcb50b29a3d7080a4183de41a444c7063db93a1b56d533d8dd8","libssh2/nw/keepscreen.c":"f95e6f4851f16bde13e51a1f4f6f405a142c6a7940beda74de8058db2f170ef6","libssh2/nw/nwlib.c":"d81b0ad6d05938507ebc3c0510021e889a2d68a74d50709df981d2339798eb78","libssh2/nw/test/GNUmakefile":"fb00a4a6776f14c1789ac8abc0b0136b79813177221355fbd3c5b1907da938e2","libssh2/os400/README400":"f5ce6d4f86e2334f5c271020195fb0964083e19e2f44dea4c4d62e7a9bc9f4da","libssh2/os400/ccsid.c":"07d12155f5b9b2be9e5477fc2818a7e98183eedc247370de04d718eef506fdb8","libssh2/os400/include/alloca.h":"f2b4c60ed1f78832b9141cb64e5d1d8e187d90afcb5f9f1d56dcf3f9e185d236","libssh2/os400/include/stdio.h":"ce35104d75377458c0c38aded5375141abf22e71215ef7533a482ceec279c731","libssh2/os400/include/sys/socket.h":"05599c77ea5f79337a77e7b24f4d63f40b929884141fbb66f356d825c09c8dfb","libssh2/os400/initscript.sh":"b27631198e5eea8048684f8fae95ef27eef1f712742265022bf4eb1ebfe589cd","libssh2/os400/libssh2_ccsid.h":"13a0b3c9165d7ef27ce242c64ae191f876a1fdd65f0b4d768cc3235c2509910d","libssh2/os400/libssh2_config.h":"d5615c238ab5642d19c29a04f6e18ef0a1675043861cbe3eebac2297e5acae09","libssh2/os400/libssh2rpg/libssh2.rpgle.in":"0ce3e5bb7c33bb6dcf960af6267b4c0e3cc16259ae881724624c9fafbcc090e6","libssh2/os400/libssh2rpg/libssh2_ccsid.rpgle.in":"439d9e4c68c9b20a618e305e51f54f817a9cc51dd37b62f5792232048ed3ff80","libssh2/os400/libssh2rpg/libssh2_publickey.rpgle":"b138035c36feb1816c6a99b1d98daff7997b05d02325cad1d9909f983e4a330e","libssh2/os400/libssh2rpg/libssh2_sftp.rpgle":"7d6fcfc290b07c8bafbbdfcf61e19456ab6961afe23a0aa142110052a33e7ace","libssh2/os400/macros.h":"38360f3613c00f49178996cf53d2519009a0b3fab161db7aebff143149730c5a","libssh2/os400/make-include.sh":"c75efa9eba5bcaa1e75f60110dd463c2c6866b486186db705d49518c1b0fd8cf","libssh2/os400/make-rpg.sh":"41cce97d1dec97571160c98967db4ab27af9c7890cf4f7aa238b3d6b6aa69eee","libssh2/os400/make-src.sh":"c750bd85a5153b10c61c069a7d1ec253ec3587554f2da60a144dc4246ff50e67","libssh2/os400/make.sh":"07f221c0d6a9e7b1c55e5d1cc8e3babe7edb6b4bad3063827b55265bec9456e4","libssh2/os400/os400sys.c":"2c9bc9de576376b0a37c401c64b59990e2f74ceafdb0a8c6555fb8de5be2b01a","libssh2/src/CMakeLists.txt":"30b56cd9854ab0b20d1527f368b35c341ce8bed37708f316edef8e7a229f06a1","libssh2/src/Makefile.am":"5e0e38d3203bf1f1e0f1acc57b98591a4de80cd5efa26e5dde6b7348f2df1a68","libssh2/src/NMakefile":"bad4819608f02f282aae84462a7c3f1d1b199ee0fc86abdc9ab7326ee6482576","libssh2/src/agent.c":"7bbe43a2a9bbc1e6d4c2ff6f2c10d5b9d46920148c10b1788f355b760303862b","libssh2/src/agent.h":"1348e28650ce7f4350e4e1b92e26d7c45e729fe3b9cd68db716e40a64ea15269","libssh2/src/agent_win.c":"1c8d67a82e21c539c62f3a0b4c715fba81ca40cee588588d5e4f1abb389966b1","libssh2/src/bcrypt_pbkdf.c":"76b4d9244aa61fba7db31f4763336d890d5025f9f62f3bb1369eb3b0986fca6f","libssh2/src/blf.h":"db4921417d17d79529c393528e541bad14434777eba8cc131ed74f0317dabfe3","libssh2/src/blowfish.c":"830d5c2b3ac01b1a96253cd78304af11bbfef822a0e59bbf12d0d370f0f0f43f","libssh2/src/channel.c":"de351bd081fea82da9d1bc613bb4cce9a1b08bcf18839433b073b4ea5075c077","libssh2/src/channel.h":"3be8e8b444461111fe0d35b21137ffcd4f681c1357616e0db4908bd434e97bbc","libssh2/src/comp.c":"0fd0cfb6b74e2d94a2da15b27e8e99e42f277dd12fd27ccf17bf566ad8009993","libssh2/src/comp.h":"7aa028c23316132522362bc9f397e22bae94e9e620eb80ac12a2009278532926","libssh2/src/crypt.c":"04e3683e3a16046aa7736b2401bdebea1feffc1e7fb928952dbd53adcc5a493e","libssh2/src/crypto.h":"37d8b6726c771d88cee1928391ec5b5126617fc1f04f7e705b8fb041a8fe91cc","libssh2/src/global.c":"9551963ca2fb9c321703db04952d9b05e2e6049e12d8bf6ba6e9291920b87a37","libssh2/src/hostkey.c":"1ff0d3709396e9d0c4061968a7159bbf00af7c3fedc37ec32c4f8cea682dd492","libssh2/src/keepalive.c":"acc373252f0624126226e2528897757da61c870374d5905df29a17fa185214ef","libssh2/src/kex.c":"6fbb83649de7afcb197c285f41f6d2c0576e17bee93d6d51fb85421a21af8258","libssh2/src/knownhost.c":"2ef607c0bb2ef7ec9a4cf41158813ca8c62c55ace046a02a2b862cfdede25e75","libssh2/src/libgcrypt.c":"cbbd92a4b70d620517458412390519d40f1e153a882be8d5fe6c5de6d3570336","libssh2/src/libgcrypt.h":"46d7c65c53b1e355327e1b314d5841d41cb5426faee36ab6bbc0b7b48871b9d0","libssh2/src/libssh2.pc.in":"46db28ee6987b9f399c0e3b02dd5374fef2831fd4051109a478e85832e1913df","libssh2/src/libssh2_config_cmake.h.in":"07fe4470fd1643c51e5f2a868b053d733aaee891f1f886f4b8b848fb70db76cb","libssh2/src/libssh2_priv.h":"7cf354751d204d0ae1d3bf8bddbcfe38bebdf792217c34f9ea00947c57fc992d","libssh2/src/mac.c":"3ff6c3d22e5e9a0cc2d69b2f840606f560b83b9d40e276927d0854c20ec35b27","libssh2/src/mac.h":"ead9c368cf6700776d6083363a275e26d0e89de665b40b48fed1f5cd6d783b3b","libssh2/src/mbedtls.c":"3566fc0fc5d2a658780673741678f811e1a4fbc99aebaaeb2419c65b5887c2a7","libssh2/src/mbedtls.h":"e28d5e7b08c0d67f1d8e3e2d2fb7fef69df049cf8e188a7760abd7b50d91c7e7","libssh2/src/misc.c":"64f7a580f0cf00d6cba86de4fd5cf156cba038b2a321efa8504236991edff50f","libssh2/src/misc.h":"4bcc54e2280af4e4934e7c14a32e839bc9d09dc33b52b9a75f27366215a61556","libssh2/src/openssl.c":"126dbf0e4676f84a1acb46b154d2d32f42cb47a81f157a16ff1391a02c615baf","libssh2/src/openssl.h":"5dc71961f26506a53b7d724d385e5ba42ce75c83e00862041697e0f015a98166","libssh2/src/os400qc3.c":"f017c70d602941aca07f6fbe5fd55cc9bb8ce6c1d33fdb4e6f408d99edfdec03","libssh2/src/os400qc3.h":"e2d33622b00442fb2e2fcbb26fff7ee3bd997270f89a98a323bfed618956b28b","libssh2/src/packet.c":"e5b3f9dc190f9491a9746dd91e7da8d2f6639ef1a1e62552556753539fc1ddca","libssh2/src/packet.h":"cbd3fe922ff28675f6f39b31131d7832a07263356d0e7d55197e40d5fe244577","libssh2/src/pem.c":"d1adf7211b744554b8c41180c87e8d0aca2a7babceee91c75032e68655e41e22","libssh2/src/publickey.c":"3e1579cdc688dee088294975ee4b09316cc68cd9083ea6170a8d4726d820ea6c","libssh2/src/scp.c":"ef7120de5d824d9d4135b846021af8f42c44ff790dacabc8c4d23bb702abd81c","libssh2/src/session.c":"3d1ab27b52be357e36fa337e7461828029690cda8c69a705222dab2228d85065","libssh2/src/session.h":"c3918ff057ebdb51116d7552e27b9f7d18461e1fbba4c1b635465dff909d4623","libssh2/src/sftp.c":"9090319e2732c400a344c78f3e9695ca6e1a3466159ffdae3e3c5f52b10b9586","libssh2/src/sftp.h":"3b4d6460b857e32707116814f1ddc10dbfa5f804e407883e77bdad6c36db8c14","libssh2/src/transport.c":"4116293d9afceb3a8ea8de6a09bb3af42604632b3536f305240b7564be0555fc","libssh2/src/transport.h":"4a57bc5ecc21db41729319d8fd34808f042cfa7d155be306ec2165f2d81f010c","libssh2/src/userauth.c":"144ce811b1acf4be50bba03eee53a625fd5199815d04436858316912168fe05f","libssh2/src/userauth.h":"7d930eb690721808c6d89ba917045827118a3b98b04333935d8e91b49f651b84","libssh2/src/version.c":"544a1389f5a6bde4ec263991d994da3d9529cae5635aab6730702a6575bcc0c5","libssh2/src/wincng.c":"ba1fa277b369df2b51d23f354ecf28a4987ce0a0d29023e6af5ffeafbc4cd359","libssh2/src/wincng.h":"7bbc6e35d281bee22d52883c728b626336d3ec8a4ce6fb384f96bb8b1cfaca8f","libssh2/tests/CMakeLists.txt":"717707a250f05fb65e7009f696c70bd86d7d2ec16883127781b617d0c692cd82","libssh2/tests/Makefile.am":"d9f4abf187cfd058373c570fff74009dadfdc9c96f84375ed5649114f0d8369f","libssh2/tests/etc/host":"6eb0f1bb23d7877ddcd502159e6673c053b5ea1846630f21651ab58ea25d7a6f","libssh2/tests/etc/host.pub":"0e2479a973fbaf1f7f5dfebb111e2b199ee59c0dcfdf646d26760eba0b8b2aa8","libssh2/tests/etc/sshd_config":"2ad4ea47ddb633c7a2e000f2d6619d08bf643591f26a7a0b92d0befe518ee951","libssh2/tests/etc/user":"776aebc0c12e466e4b65f1a44ae5235dd70687ab03f283aa3d9a6df70d3bdbbf","libssh2/tests/etc/user.pub":"39bc4445c24c32fe5e64a6ee02025f3508b4334b2813e1a87c40d44ebc5f8c1d","libssh2/tests/key_dsa":"2e5b8a618e853eff7b3e0d2928203529fe18a3ae62b46a82ccd48a750819b8c2","libssh2/tests/key_dsa.pub":"12aecbb237794fc79d4a96cebad1c4badaa1902b3f1788cca83b28a1f977b895","libssh2/tests/key_dsa_wrong":"21f66160d72789400c5420f460fb716cde82b5afc5c09f3f7512d310e3c8e0b2","libssh2/tests/key_dsa_wrong.pub":"0274eed003e62413aa894abad044296c6fb3cc19450457a282674ed3836518ea","libssh2/tests/key_ecdsa":"8fb4d570516afc175869de7686125a828e18c38ddd4c2524c5a8d05c95ba7e7d","libssh2/tests/key_ecdsa.pub":"bc756bc47e3afd11437cd40ebe8ce5c8fca92ee03c6e3f01b6c5b44001bbc7c6","libssh2/tests/key_ed25519":"18e808415d2f344a20b7cefac12f0df0af4e404f446f5c690000c21987ce8795","libssh2/tests/key_ed25519.pub":"e52bcbcbdcdbf547a121e92bbb6f5342375719988e33ffe7f228dd2b935c98ba","libssh2/tests/key_ed25519_encrypted":"fd1e9378f94f2d5514e16f32fcf175e8303433750c81f2def3814d5bd44a13e3","libssh2/tests/key_ed25519_encrypted.pub":"7ceb4062d5fe17f190eb32c894e4cfd76e00db7c1b16de7516df8f910649469d","libssh2/tests/key_rsa":"9d8f4c955624a4af6fcb754e74e2abe1d3e7fe6340f6063617cd58bf122a2d59","libssh2/tests/key_rsa.pub":"4293f28b7033d459618b277374d7e932869964de131bba1d427030cb5e70c297","libssh2/tests/key_rsa_encrypted":"fc3872744c7bf6db2df4ab2ea5701370cd8bd39367d659eaeae49b2dbe7bca34","libssh2/tests/key_rsa_encrypted.pub":"1f340ccab8b86e51d4ee7585d61d5e49e3a32338ba9eeca65988a1d751112c5e","libssh2/tests/key_rsa_openssh":"a146196a5b2189b40bc00bdcd1958165106ca21e72a7d02c0a7f95a6dd926487","libssh2/tests/key_rsa_openssh.pub":"d564da6c612286603a83af006c3a6efe53885a2417aa25f234818612e16bea66","libssh2/tests/libssh2_config_cmake.h.in":"193a748944f6bccd3787b1c3958ddf95c1c7ad9b25e5b8f4b42cb48987e34668","libssh2/tests/mansyntax.sh":"71c56796eaa4008910b3d67b885b9a7e2c018d0f88be4bb290334afb9ff23bde","libssh2/tests/openssh_fixture.c":"7c17b8373b09dfe53489e96854fa89f6e6e3c13eac838f79179f38ad6323a501","libssh2/tests/openssh_fixture.h":"21935165166ce4518c6534070cc506fcd85ece95238fef29e6b0be784c05d7c0","libssh2/tests/openssh_server/Dockerfile":"fe4f6271644f6a29af0e077902cb7cc80b6226ef0e1976438dcd74148d26823c","libssh2/tests/openssh_server/authorized_keys":"58c4cf998535eb4123eddf7cae7da4413eed50e3827320187380ec7925fcf61e","libssh2/tests/openssh_server/ca_ecdsa":"14e72246d3990d345c30cd3d06c5c7ba9496057d94da2f5a6f14a7c636663206","libssh2/tests/openssh_server/ca_ecdsa.pub":"2925ca6bb4d280aec3dd68041efc2f06e959295932a26f73a263c939c03e3220","libssh2/tests/openssh_server/ssh_host_ecdsa_key":"03753b2b4942081d1f33201a193487ebd5a577e0bfde45f7e03a1de5ae404688","libssh2/tests/openssh_server/ssh_host_ed25519_key":"18e808415d2f344a20b7cefac12f0df0af4e404f446f5c690000c21987ce8795","libssh2/tests/openssh_server/ssh_host_rsa_key":"11a57dc115ca17203d6382ad6fdcd8df33bd0f23ff6bf38ee4a697260ffd1a11","libssh2/tests/ossfuzz/Makefile.am":"049665a167b9f4cd664b12884ae4470c0b0b2077931a056ed55d61784b230d88","libssh2/tests/ossfuzz/ossfuzz.sh":"6fde8ca30e3dfc0ade9da4d06f5e34f73a51c6fea72e3a1348cf5ced10b73d80","libssh2/tests/ossfuzz/ssh2_client_fuzzer.cc":"accadbd90783a3e7fa2311e749aab641f53851a14a17c2e8464bf85c1a5e887a","libssh2/tests/ossfuzz/standaloneengine.cc":"f6eb3ebf7e14252339a21fb887a08b2e7638a7ac77f706ed80508b2c0d54d81d","libssh2/tests/ossfuzz/testinput.h":"ce435e13e87abeec0a297ef3b566268496ecbd517c1d09dfa2232dcbbec9be2c","libssh2/tests/runner.c":"696b83fd77bca60560c1609212c59ad986bf151cf72520b63d23643111a7ce4e","libssh2/tests/session_fixture.c":"0e81e1d8e9999d24120fd8be8b26cf6984578c504f46d009cb816fce50412762","libssh2/tests/session_fixture.h":"d4f098a586b5f7dd0f3785b86933c08096bc12a2e55f07fff470db6fc7bbd076","libssh2/tests/signed_key_ecdsa":"796da5d8d420f644f47feffffb0357ac99b299471e4d757f21b6cc8bfefe8f0d","libssh2/tests/signed_key_ecdsa-cert.pub":"0f2e6d1b46874a01cc36ed766533301622d64fa88988575ca77eee56da7b3952","libssh2/tests/signed_key_ecdsa.pub":"d6b6f80d9117f896b99933eba19b012f55068ed8b77956f1a7b0510026c2876f","libssh2/tests/simple.c":"4afdeef598aa669b5cd0e7388dcf2e579f2c0f9c954face71d366250101d270f","libssh2/tests/ssh2.c":"3a8605fd3dd6151c569bc12c07ecdc33de7d704b6224da2dedfe3c76494e015b","libssh2/tests/ssh2.sh":"7bbe65ee20f4e47e9264bd74700cca16ee066aba5fb9e4e42f46e1cfdae4930e","libssh2/tests/sshd_fixture.sh.in":"c8b93076f66222f73329472ec151b210e55b39024de5d3c18a4c609b65d13b7e","libssh2/tests/sshdwrap":"21649ba440cd534f4bfd52c0a8de339565768b373c172dca106cffcc8bd06e09","libssh2/tests/test_agent_forward_succeeds.c":"a5b9f9009c6818b86f235debc2ee15de5ceb0cfe1d9b539270167058afb4e6ac","libssh2/tests/test_hostkey.c":"f1059c3ac304332342f39f32288afa3f61f9bdbd5d617fe6052491b20bc0672b","libssh2/tests/test_hostkey_hash.c":"e745d8b4ad92c858dc588e3494e183f47d591c1ef2a13b63e2122f478545093a","libssh2/tests/test_keyboard_interactive_auth_fails_with_wrong_response.c":"f585a7df65a87fc4905f0b165531beb41455486919ed3aebbe9804ba5795b9c7","libssh2/tests/test_keyboard_interactive_auth_succeeds_with_correct_response.c":"8a112c876cb2786eed61de0f68f0a93ee3840269d8d6610e8ebeeb9a66c43533","libssh2/tests/test_password_auth_fails_with_wrong_password.c":"e3d588d9c6850ab69bd7674d2027563ff9f1491740637506d80875e66609974d","libssh2/tests/test_password_auth_fails_with_wrong_username.c":"c91608bdda3a83a62876725ae2d7002ccb3332bcbacfc9c9578e7488c0ed4cef","libssh2/tests/test_password_auth_succeeds_with_correct_credentials.c":"80d253225d68bcb7dc4b94b53374aa4de86c6995481de0974b6284bf87a91583","libssh2/tests/test_public_key_auth_fails_with_wrong_key.c":"104b08aa9bb5f1006e07e59dece417a2d6a5f60ef6c3f8dc62b6a8af95d413e0","libssh2/tests/test_public_key_auth_succeeds_with_correct_dsa_key.c":"4b397de742f0d2fb15e86d20451f109fedd1ba28b0622496a2d030f9e9f9ea5a","libssh2/tests/test_public_key_auth_succeeds_with_correct_ecdsa_key.c":"53bd6d99a243aaedc20f7de5c974c7c04e38090a415d338cef2d7357d7644912","libssh2/tests/test_public_key_auth_succeeds_with_correct_ed25519_key.c":"207f499812271669d2a9ff5a286761a45840de9230c07bf72426fcd59a682317","libssh2/tests/test_public_key_auth_succeeds_with_correct_ed25519_key_from_mem.c":"4dd0a8251a41d0dd68490fb7abb9b0a1cc190af1603815f3050e29e2a7d6bc8a","libssh2/tests/test_public_key_auth_succeeds_with_correct_encrypted_ed25519_key.c":"6e5c107ad53c144892c54459f89ef2cf8a25cbf977bbd978e4517cb5959a2565","libssh2/tests/test_public_key_auth_succeeds_with_correct_encrypted_rsa_key.c":"dbc95a803a54364604ab379b512fc98c33d791a1df4e33e4027b881ecc2e75ed","libssh2/tests/test_public_key_auth_succeeds_with_correct_rsa_key.c":"93cdd2513af42d46552baa273401910dedd014951f836175ec98b827532c5b6e","libssh2/tests/test_public_key_auth_succeeds_with_correct_rsa_openssh_key.c":"4e6d3ace02cce1ba8c1b4b6e5d774a8a4d259eef8314fe6c3ae0d6003a87dcd8","libssh2/tests/test_public_key_auth_succeeds_with_correct_signed_ecdsa_key.c":"f16a0dc74d16f0d27f10867f0ddd5b306fc4b16b2bd8e401a5451ce71c7649f5","libssh2/vms/libssh2_config.h":"1c5c4ba6ab33bd1d9e4ce0d84e1107ced89d27a80e8505e1b428fa942edefedc","libssh2/vms/libssh2_make_example.dcl":"7726a5d4f07d522aa712da8a6ca7b998cd93ca950aaa544a5eed1790dc69c775","libssh2/vms/libssh2_make_help.dcl":"9d04ddc32831abf63b7e042dd0677da83599f11497d364b02cbe780419e248e4","libssh2/vms/libssh2_make_kit.dcl":"e7c23c9db4583f6944cd8973cd813a6d65749170417b8384f94db69597f81f1d","libssh2/vms/libssh2_make_lib.dcl":"1549134cd4a4bdf2543f900ea9c811de1c67895e1e830f7ddfb384e7601f56a4","libssh2/vms/man2help.c":"ae61cab505a4a9c87bdd103506ba9a36fd7ba92714edd9f67d022d8a9474e6bc","libssh2/vms/readme.vms":"30b5d682da37cf16352152daa682cb04c56e1044c77fc4c4da77bdc9709c33b8","libssh2/win32/GNUmakefile":"0c120532da875411df50b2f4483add53afd9345b2f4eab5f3c6ca5ccf7b17eb9","libssh2/win32/Makefile.Watcom":"475b8b37143bad986386ca1d2c777e9f8e46d0172ca4e9f70c613c84bbdece4f","libssh2/win32/config.mk":"e2172a92c5b5b9f2215c5c11128009cb6ba8a1f25402990c1f7e8ae78449d289","libssh2/win32/libssh2.dsw":"b16e14f1e5ed93f52e450b03d18691bd15a17b13b69486551c61b455cf823d98","libssh2/win32/libssh2.rc":"29a25c29ed977ba78619a59bc858508caa6f0849607c02da8fa7fe71b6fb7195","libssh2/win32/libssh2_config.h":"d5e704c80aca43c33698bd45059eecde05b098049192bb9f0640af593cdb2cb7","libssh2/win32/msvcproj.foot":"85c21ad71a2ae878242d9b370e96dbcb7433b77dc9fa4d1fc903ce0582e0f62d","libssh2/win32/msvcproj.head":"3a9edda7c4f545c43178c826cb0a83f9e2f38ed61cbe6b3002b9683cfebb4fb1","libssh2/win32/rules.mk":"5f68dc0a3ef0f61d783289c98c00419a0a76a2b866ecd0f86404ca1d3effc12a","libssh2/win32/test/GNUmakefile":"e2c77b03fa88a88d90fe1dcb6c095935ba99b03b56a78f101a373ff208e1369a","libssh2/win32/tests.dsp":"73710a110000074bb299c9b780fb4fdc9e7a7edcefe19428de89c33d65e77841"},"package":"b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"} +\ No newline at end of file ++{"files":{"Cargo.toml":"8981208d3829e782a076099f6d686d1eb3714102e0af7de70822f972ee9f0eda","build.rs":"e9eef35f1c18dd9844960d1d315e84ad99a05ab1247f0f54e3c2eab244988256","lib.rs":"3f59dd52a499c4d707114626a44123f3c969c999599ea527dc04d221cfbf460d","libssh2/CMakeLists.txt":"8530be1d6db3715344fae1900fe73d8e2294930bef33019657064dfc6094cd0f","libssh2/COPYING":"859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a","libssh2/Makefile.OpenSSL.inc":"8e82af68b172ddccf94c65c1b4e38b69b3b7f027cc14a54b6d660c5f2bcd4de9","libssh2/Makefile.WinCNG.inc":"79243be1029a0df52a5e79b3dceb80ac462f2e735e25445e38852610bee62f34","libssh2/Makefile.am":"955114c8c455346542067604795f344a693afa544c7efa813abb3b1dbccc59ea","libssh2/Makefile.inc":"3ba04a6366787cd65119ca3a4720ad31267e32d94b49763e123d85bbbc303ce1","libssh2/Makefile.libgcrypt.inc":"3d71dbe94c906d07c70eb8c7eae80fe5ae014565d7a9446bd39b659e91b73b71","libssh2/Makefile.mbedTLS.inc":"18bf8364aaef158a27b65be88ac1fd74af0cbd336930b6ce611b62dab77feebc","libssh2/Makefile.os400qc3.inc":"ac9b0e1731f7dfa20e3987e108a4c5896e6095638ec545c8f2ac64c35b63a455","libssh2/NEWS":"9418b9c8dcafc633c2c16372b2b21ceb70a06243756af21eff173a4b379101d1","libssh2/NMakefile":"2d1cbda9bccd886de3c99dae77f09ac75a7f09f1834272b4a9154d2a0ae9a81a","libssh2/README":"428a810c75712693e66d2104ab64b976992a2670109959a8f771a609022ed25e","libssh2/README.md":"74b0076905edb7acfe526b1ea367aa567ced0599d5a3be8e8aa22c1ca847e269","libssh2/RELEASE-NOTES":"9a88e3e26281797ee09f09cd04e4bd753837b02366dcaf34885b800742bc862f","libssh2/acinclude.m4":"38b4ba61f1ccd764daa1c249fff189e4a897f71e19ead71690f5bcbe25d9d541","libssh2/appveyor.yml":"499cdf346619e52967be12e833561fe2b9eec7a50214b25b8195d67b21eb7262","libssh2/buildconf":"c2102a17b8f50f0d56d20639c05c70347a4e6ac5dcec351c6f851371e2a68a71","libssh2/ci/appveyor/docker-bridge.bat":"24121ac7d7c852358b4d6a7f319e1b593d294a97c027175f8085c741d7792887","libssh2/ci/appveyor/docker-bridge.ps1":"c96ed6844515850165b15790791f80a666f606a1931243fec3eb3a07f7531ead","libssh2/ci/checksrc.pl":"879e805b57e2e86f6894a6a4e395daf1c1c048ee5984e109be74afc750782567","libssh2/ci/checksrc.sh":"a435be07f99eaac5b59f9cf68d88e3541c9fbed09177d0874078c22547edd5e9","libssh2/ci/ossfuzz.sh":"34e596139edfe9aa0a52b73ac1ef860a69968f88b1ed6f0dbdfff3832d08a7d6","libssh2/cmake/CheckFunctionExistsMayNeedLibrary.cmake":"60a8d1afe9a3b71cedb782ac6187a9a041d2792006a7eb3379bc42a9fcb95a4d","libssh2/cmake/CheckNonblockingSocketSupport.cmake":"443b9824a1d7f7cc0a9c1b740ca9824f82f73ac7f0294aa2c1e3192aa3cb5e0d","libssh2/cmake/CopyRuntimeDependencies.cmake":"5a146613512f467192e7917561b305e31d52a85b3f216d5e3c6ca6d2261e9b03","libssh2/cmake/FindLibgcrypt.cmake":"af65a3a8ea63eb935b1602b2b75c7c993558f9118e8c12cf9f2d4614977d8c53","libssh2/cmake/FindmbedTLS.cmake":"db4ad3046a838c325ff39f3f083a2de39c3bcde4c69670610ce27b23c758c50d","libssh2/cmake/SocketLibraries.cmake":"857615772ee6a1b79826eb18889def1a626296262db78def698286930e3c6cbf","libssh2/cmake/Toolchain-Linux-32.cmake":"fc7c2718c2e628fe28db38406fb57e9380d202dce8b4d615ef8b818984c37a32","libssh2/cmake/max_warnings.cmake":"1a14b62c40d327d69ad1531e3372523310e642779da33c3865e6fc67df46835b","libssh2/config.rpath":"aa48652ef1709d015f0e627eb5d18d1c198d81c29d5f89a81362512fcba72b01","libssh2/configure.ac":"1a24a7b81c127f3cfe154ede0aad567341c0743178d3f3b41ad59f3fa24c7269","libssh2/docs/AUTHORS":"12228e95c6b41c76d00b6ca8f2bf7bfb3372f3f32b6c62f34882530b9406f26d","libssh2/docs/BINDINGS":"c711b535a9462815d564995eb84b997261fb9a2db4ef82a8c9b3f926dd7498b2","libssh2/docs/CMakeLists.txt":"0cd132f7148c6807399141a611723f6083499751d8a3e326f06879e57bf2c369","libssh2/docs/HACKING":"5d2563866dc4fcc8a4ab352676e3d64b918b75e0a73ce7776b9eef7e8949d3b0","libssh2/docs/HACKING-CRYPTO":"88452e1dab1160dbd7d800c5d1c3b6651bca884b18aea476c6ad0b1fd387edba","libssh2/docs/INSTALL_AUTOTOOLS":"6ca4765ca5ca117514e41067ce05cc24504aa29eab9a76bb9cc1ecc87c3280b1","libssh2/docs/INSTALL_CMAKE.md":"266b25dbe613f02e4662467c23ad80bb42a35ef9d579933ddb2d7b1d038089d0","libssh2/docs/Makefile.am":"16050bb16175b6c34dd246fb10628975dc7563412b926a10818e3f85efb6e7ca","libssh2/docs/SECURITY.md":"4314c11322a9970bed60130a2e11a0eb79c9de719a7c7c2cb227356d9771ba2f","libssh2/docs/TODO":"e3a304f76129bdb90371439567dffe2a8841e3a5c326f71000490a11241bc9b0","libssh2/docs/libssh2_agent_connect.3":"5fe15d3e781382a8e935048dd266a89e9c3b63800d4714ceec6c78c512e49f20","libssh2/docs/libssh2_agent_disconnect.3":"e2d1a3af99d888e310c6e22227e11b0a42f1d265451a9e13ac787fe0b8075426","libssh2/docs/libssh2_agent_free.3":"332b5fb986c013ba363bd18d5e39c01a047d79fb22acf673291f1e19b4d8292a","libssh2/docs/libssh2_agent_get_identity.3":"acdccde633dda1740ba043fb3f2b3aed884923c74ff3e2ad2f01d5a6b87955f1","libssh2/docs/libssh2_agent_get_identity_path.3":"148b43bc669d3300b3fbf09ae57050a15ce074c8730ecef78e97ee9309ea179f","libssh2/docs/libssh2_agent_init.3":"09029ddc71d63085dd6ccf92062ce6e31f0d54a1eb40d06587713814ddb4ee5d","libssh2/docs/libssh2_agent_list_identities.3":"a498d332ea55486eb1c234468a8cf3c1886eb6b98bdd527a1b44fd06683e7ea2","libssh2/docs/libssh2_agent_set_identity_path.3":"b60fb7e972fc2b420ff0a7452ddbf12597dbc9cb075920da16ee9c0eef7f8425","libssh2/docs/libssh2_agent_userauth.3":"d2119c63fa5bd1a05385bd176a1c8d2ee0139aebec92addd1601edc948f17855","libssh2/docs/libssh2_banner_set.3":"1bd7a8bd59cb74d90cfed26c41701788afe7c0a667f686c5154cd0615d586422","libssh2/docs/libssh2_base64_decode.3":"c48f88f5a6405738bc146161bf442e02c02073e0b9957f5d4bc3bd425bee82e1","libssh2/docs/libssh2_channel_close.3":"e348d7548693066f863dde9a6c7dd21bf394aca51c1cae1c4999309eedfb4451","libssh2/docs/libssh2_channel_direct_tcpip.3":"3a67560c5846880066344d5581840a26a8509854fcf20fda79f9b2156e58757d","libssh2/docs/libssh2_channel_direct_tcpip_ex.3":"5a7665c77afd8aa509c03d5059ece42adb912979e0fab608034e4554e3106439","libssh2/docs/libssh2_channel_eof.3":"7ad4590d1dfccf35bd2f7393e0d14b4247c3108ee2f48685b505c0dd9516e011","libssh2/docs/libssh2_channel_exec.3":"e7f79363e4fa61ce0c00f59e4e97cbc3101f55e2025b1156551aaf50c8522b87","libssh2/docs/libssh2_channel_flush.3":"fcaf2b8577ae6b8196313977d0686175a807fcccd3f3fce433028384da0f7bdd","libssh2/docs/libssh2_channel_flush_ex.3":"a0a60e2c15e2fd19e8399ce45736470782090455856b6a97cab7b9e8cb56b160","libssh2/docs/libssh2_channel_flush_stderr.3":"4f590d465d647b416c583c2b16693a3364e84da2400dfe7f9ffe1928577ca3ae","libssh2/docs/libssh2_channel_forward_accept.3":"4f0621fe2a6aef5fefd50197974beb6e6c89dc41841b1d6052f885a773557ed8","libssh2/docs/libssh2_channel_forward_cancel.3":"230ff1688acf2f4a7ac5d687ca46bd39458192a0662b3b8fa6edd8217c25117f","libssh2/docs/libssh2_channel_forward_listen.3":"fac440afa8233b6d3982b349d56c177ba9fec09464f1c5a5bf40ce32d600197d","libssh2/docs/libssh2_channel_forward_listen_ex.3":"49c5374f3b5c56213fe9a43ef4592cd51097cd1c9017fcb3be97c94847e8efcf","libssh2/docs/libssh2_channel_free.3":"a7e649756ff4a20b0f5bb6bc9f4647ecaff885c8745e9c304cc697c2c677196b","libssh2/docs/libssh2_channel_get_exit_signal.3":"89557c3203331e1d21773b557659a0f21e1ecbcee90c372de3b6e159c7b78a7d","libssh2/docs/libssh2_channel_get_exit_status.3":"d374651f3f72f3f179c37b4a44b815a1bdd998f803a121fc8bc5544c397224c8","libssh2/docs/libssh2_channel_handle_extended_data.3":"c8ba2c032cd2cd8fc5877845df624712457dcf1c092975f3c713fe75794fd42b","libssh2/docs/libssh2_channel_handle_extended_data2.3":"17269accf920a28af6bd14770f94067083e2dfa56df4e08663844d0cebb78052","libssh2/docs/libssh2_channel_ignore_extended_data.3":"c00c30e1aa01c699c92c30c98e9ab8e543cb2fb23376b650627c56ecc3a1f275","libssh2/docs/libssh2_channel_open_ex.3":"a4153c3de3d2cb9a2faaa39eeb9b638c829db2cf4aa4a0e0a2cbd51098626e79","libssh2/docs/libssh2_channel_open_session.3":"63ee8e3220149933ebf5219335cf5b9fb107e23808137f782e8846b191ecf629","libssh2/docs/libssh2_channel_process_startup.3":"1023352b8152e5a1a2ccf2bc899e9539fbecaa2dff69ebb68ada088da38fc6b9","libssh2/docs/libssh2_channel_read.3":"1ddb492b078cab328e718563f2fc5dc3fd737078ba272d078f94e554e2938080","libssh2/docs/libssh2_channel_read_ex.3":"931e1fad6ff1d629ed2b523c75e645a16344be8afebc0e2f50144ac8394146e2","libssh2/docs/libssh2_channel_read_stderr.3":"6b3a6db85f2fdb26a07b95d6046127f3d5c709e6ee4bd72d66b9109e10ca8e1b","libssh2/docs/libssh2_channel_receive_window_adjust.3":"01a3e1d79fce062cba8fefee6b8fe7ca81a1ad7a3c8cccf12801d7f80fd6265a","libssh2/docs/libssh2_channel_receive_window_adjust2.3":"451f2632b8c786a16e87940f2fcb978e9d88fee27cb997c192c9e671b72b27eb","libssh2/docs/libssh2_channel_request_auth_agent.3":"9217dcc14a2c6bee93f5754b2fed7827b3dbb8efc335d7fbf4908e8a531570b4","libssh2/docs/libssh2_channel_request_pty.3":"f7b4d6780a1b6ed5518e425751f55d9930a5bfa8e92dc0458ccdb06d7786ecbe","libssh2/docs/libssh2_channel_request_pty_ex.3":"ab2af9c02a3d127ba99cf27f0496643eb30810edb38a94f7df488f41041ec105","libssh2/docs/libssh2_channel_request_pty_size.3":"5ae6ade5d71da8ce3a31fd804c32600f54a3385b07cb8ed6ac90157a9a1ada26","libssh2/docs/libssh2_channel_request_pty_size_ex.3":"4b296b3a64b71c1842c0f12c70fe866734bc18f51e3907acfa3f04c4a997bda3","libssh2/docs/libssh2_channel_send_eof.3":"a83be7ac2b428f6d41df423e38c52d01f86b9fcafde2010336c7a57323808b6c","libssh2/docs/libssh2_channel_set_blocking.3":"767637f9629f9b7bbbe24c3f3e13be0a83174f1542a63fe7daba350beb369447","libssh2/docs/libssh2_channel_setenv.3":"fc8773714c44358cf215d80dfdfeea082cc84ae0f33575d17a7825ffb785b02d","libssh2/docs/libssh2_channel_setenv_ex.3":"d4641d1a3054af1fb1aa4819de5ce002b434e56745118d843adc70d902505447","libssh2/docs/libssh2_channel_shell.3":"e2986078e39068dd61d6d3df0d9e54adb0a489e55ba8051ae6ce3ad5f3c2c191","libssh2/docs/libssh2_channel_subsystem.3":"16e48c8ad515baef23e1ea94895cf0d2c6d397c133adcbbd20300304b64cab4a","libssh2/docs/libssh2_channel_wait_closed.3":"8f7ad8093832b4b343b04eefe492e94a18be6f496e2074037f93b99683296663","libssh2/docs/libssh2_channel_wait_eof.3":"a96b063c1d90129420db176063ea4cb66f1b913a2d2b5ada2f3364eeda2d6543","libssh2/docs/libssh2_channel_window_read.3":"085331a4fb18dd396b016629ad241a7bf03afe78b0a09fec701aa8be526fab2b","libssh2/docs/libssh2_channel_window_read_ex.3":"9faf5e32cc4e1fe69fa2e57dc31cbdf3f0e7bfcea339f3b7196f535bbe6be2e2","libssh2/docs/libssh2_channel_window_write.3":"6daa6fd8d4f74957c709695bd74a741e7808e057cda1a0954e76f92f793d61c4","libssh2/docs/libssh2_channel_window_write_ex.3":"052d12745f7a8a634ba0b3b36cf0a592c2425caf0679aaaca4776b664bd2d5c0","libssh2/docs/libssh2_channel_write.3":"30bfc0efb86bf513f721200a89c9139687d58483826924b9b401797de74b6387","libssh2/docs/libssh2_channel_write_ex.3":"5ee6d5afe244e2839353ed8d7d6688bfde3f090bf951afec404bf486d6f78aac","libssh2/docs/libssh2_channel_write_stderr.3":"e15a48affe5a5044a2b70bf6fc1e3c6a1dc61c10c4440db4828080fe55e5a0f2","libssh2/docs/libssh2_channel_x11_req.3":"e10544721e6dae96d4542abe07b43767ae6fff49a5bc87381aaf72be7d45f51c","libssh2/docs/libssh2_channel_x11_req_ex.3":"ece17b293092b2319ea237a2855a4b9b7c89c6954ecfedbd837d3d02ce4d7a13","libssh2/docs/libssh2_exit.3":"104af206d55e98ffa72ae0c5a505523220c8d6e1de27a37a5139093476d5ede5","libssh2/docs/libssh2_free.3":"8abbc67b852f9fabe09eb84540b610304d896721a04a4bee1e9d0e8f8f08c999","libssh2/docs/libssh2_hostkey_hash.3":"82070c7634690b4bddc49f3c83b343c6f792c902e0e48247d055eaf3284f80e6","libssh2/docs/libssh2_init.3":"926b4044a52cf71dac8ac23cdf51d6e76bc92f5a3a72c65371549e18826c1cc7","libssh2/docs/libssh2_keepalive_config.3":"7ebbb7cdc900d6d6188afc537c05c60a115030609d96571ac447ac396991adc0","libssh2/docs/libssh2_keepalive_send.3":"86ac214dd4c086239d59ac6582926f72544c788ad2fbf3ccc4e678b4109d32a4","libssh2/docs/libssh2_knownhost_add.3":"29a052f853cd3f19efc12612d4e3224271bdc91b10cf6b73e866d7018d25f07b","libssh2/docs/libssh2_knownhost_addc.3":"c5a2b8510dc1df43311f17073e7e720232f7a7e25d9ba7ae80efe2f26a133297","libssh2/docs/libssh2_knownhost_check.3":"2059d72130dc5b99c6faa8b399166a8495cf02b71313d6648778b11b0adab631","libssh2/docs/libssh2_knownhost_checkp.3":"88cac561cc381008f64d4c879bbe626afd669090648441c134cae83a5ea082a9","libssh2/docs/libssh2_knownhost_del.3":"34fbfa29546d2bf0edc380270937658f818d2600e4bdc658d5ce28c7d255e1ef","libssh2/docs/libssh2_knownhost_free.3":"3e319da43cb185d73dc215a75351f330de2194608a1b12b8e0b623c900d4d96e","libssh2/docs/libssh2_knownhost_get.3":"fc04784b136786dafb210e018e758d5272c8d9d531c4fc5baac9f7b90f65bfd2","libssh2/docs/libssh2_knownhost_init.3":"509721c49287e0232b3cfeb41a8d4b44a45a195222a5694baf9d728c77225abc","libssh2/docs/libssh2_knownhost_readfile.3":"6d72d5be2d5dd56b125c1107632c58d5e8a692871182f3f883f5662f39d7dfff","libssh2/docs/libssh2_knownhost_readline.3":"e259eaedbe587c06a74ada7c1cf5bf28a168edfff2a60919985aa6c7a15e56f1","libssh2/docs/libssh2_knownhost_writefile.3":"5ef6daaf96128c0b756c9faf38b5fd60697fa93504a5cb9ce7139a3dc14f7254","libssh2/docs/libssh2_knownhost_writeline.3":"32c23d5b4393297935c3fa6e03d57a3bc1d904e5e469cf775bb0516f9f885147","libssh2/docs/libssh2_poll.3":"c4a377bc2be1c2789de7a57fa42baa51cfbb0bf4121153ee9cd5201507a8c2b0","libssh2/docs/libssh2_poll_channel_read.3":"5b3df35e57c3252fc63e819c69cc6405bdfd14c546b5cfc2a521563bcc9cb420","libssh2/docs/libssh2_publickey_add.3":"2e7c2772fb78b750b5aa94c7bd38c100e52493f6fb050762af924e26ab2605dd","libssh2/docs/libssh2_publickey_add_ex.3":"76e23274e8b4756b03359b0fb5bcd05becba4cca1212ae2c164a32c2f10ee50f","libssh2/docs/libssh2_publickey_init.3":"5643aa57554f8daacbbff9e539c68cd1093172bd86d859109e6446ccc91a85d4","libssh2/docs/libssh2_publickey_list_fetch.3":"975705aa9fc187961fbab91751a5f41412a30d73d65bfe54862285061afc6c29","libssh2/docs/libssh2_publickey_list_free.3":"5eba2104f91fb101014441df437c695b9b0b1e106b6268d623f886de6c237503","libssh2/docs/libssh2_publickey_remove.3":"69423e4d9d6b76388f6160eb473e82449700569d449911163609c8b1c629ed43","libssh2/docs/libssh2_publickey_remove_ex.3":"5c1632ac1685361577a4ddfd1f6257ecfc012225e1e8c2b126f93add0b5b6190","libssh2/docs/libssh2_publickey_shutdown.3":"b152e6c493896da374b7b93468b23d7012e6232db06c331c158f9057b8053994","libssh2/docs/libssh2_scp_recv.3":"e3af95d4147fb29a893ee80c8af430b7df1d77048d814c5005243c02fe221e18","libssh2/docs/libssh2_scp_recv2.3":"9fc689585ec209d13e5a7c5db6750e07b171103bd29d3522424f6d812473b95e","libssh2/docs/libssh2_scp_send.3":"0b72a5932217f8e561840de2ce3e5077bb40e7631b1dfb6f439d4a2413f83cfd","libssh2/docs/libssh2_scp_send64.3":"3225083c74987af71d4a2947a7852ac810fd87ab12532492f286d7e7d7547456","libssh2/docs/libssh2_scp_send_ex.3":"07818e45119b15208123655f945e1927c0971d21ae6d410fd26944b86cd41745","libssh2/docs/libssh2_session_abstract.3":"56b29e317d2676d842f3854d8ffd89723a40992897b962d9ae07b56b2373a727","libssh2/docs/libssh2_session_banner_get.3":"78804fe78c70c1fcc408a493564c989f3d3da36bf56d14344df150bfc65570c5","libssh2/docs/libssh2_session_banner_set.3":"c058557ca5d9633b560e05492212b52ee3f6477dae79f75c8ab4996828d88f09","libssh2/docs/libssh2_session_block_directions.3":"0006e5c9788d8b2c3976274b715ab712fedb6ee4d3caa09071b62b846b7d44ed","libssh2/docs/libssh2_session_callback_set.3":"6c33ad4047e740e5d020ba14cc5ce06beb0bf02b4b2f88c1ab7fd79e6e5f1b8b","libssh2/docs/libssh2_session_disconnect.3":"382845fee521c18828a9611c286919218fe51a4a3185f37f5c6e8a10a081db66","libssh2/docs/libssh2_session_disconnect_ex.3":"5ed79115477f25aa8cf5998bf46eadc2383fd6e4eacee32622d961d4080ffa11","libssh2/docs/libssh2_session_flag.3":"18317502888f1b7da8ef132500e009c8eed72cec5ddffbeda575a4c5093d8b74","libssh2/docs/libssh2_session_free.3":"7fd404b4fb4c5e955cb2b8fee9b72a89864351e63c553e56a80dfc2af8bf200b","libssh2/docs/libssh2_session_get_blocking.3":"947a5fe43a518c13ba5049d820084ec6eede2bc3687923e67b28a75297431378","libssh2/docs/libssh2_session_get_timeout.3":"4e808b2407358466171f2546c5220def1db4460a16d1f24c60a4a5186d6c0606","libssh2/docs/libssh2_session_handshake.3":"fcb9fc145dc6f3b29871dcbe9c3d27529790e1cd3e20643c8aacb3d3d628fb5b","libssh2/docs/libssh2_session_hostkey.3":"0df40e6f599dacefcebf30b19331e4ce0abfad5bce75f5cffc8f4b7947bca5c6","libssh2/docs/libssh2_session_init.3":"ce1a0e9ecc5a17d607437b01f4ee94d5a0d8c5dbc8a04f1e26d3b74daedae57a","libssh2/docs/libssh2_session_init_ex.3":"2c169699aedd0f9ca16fb71a90618738dcdfa5b2b70d857a39c60896ba62b86b","libssh2/docs/libssh2_session_last_errno.3":"fe92e9c94ecb5fa33bbf51f866bb62bc4a1e5c3ea153dbaf34aa6553cd477ebf","libssh2/docs/libssh2_session_last_error.3":"b14e30dc25d7daaf46ef119176af947efabfad29eff7f726635f2adb6260e97a","libssh2/docs/libssh2_session_method_pref.3":"6946c31e6d51b612852bed10d4ea869093a048f6d41131addbcb9c4dbbd767e5","libssh2/docs/libssh2_session_methods.3":"d1aaa1586bf15dad4e9f92828592b80d604280b30a3d0e21a71f5124fd1eb560","libssh2/docs/libssh2_session_set_blocking.3":"33c01981b30ead73c614fcb6f7f224a39d6e849e6a9bccc9b8dd463719e1a39d","libssh2/docs/libssh2_session_set_last_error.3":"147c7ad527163e73f3fe285d16c980de60bba09813535a7623a1e0a037cfd1cd","libssh2/docs/libssh2_session_set_timeout.3":"eae71fab2f62942d4e5b66d93a7f49347a08ad1afdfc9a81ce8fcc0d0a9b0068","libssh2/docs/libssh2_session_startup.3":"425118593ad0eaf0688c686d9b75f12b7cdb23d330445077907c6e2023cfef77","libssh2/docs/libssh2_session_supported_algs.3":"a2fe37982e0f274bcaeea77ad33ca8fa06ea9377aa4e8196c3a8a827e2906b74","libssh2/docs/libssh2_sftp_close.3":"95f03395996cb7b2652cab241a7d91d0c57bec6d4d8f8097b2932acb56eb7bff","libssh2/docs/libssh2_sftp_close_handle.3":"c813fa985be5105cc3cacaf23dc01f0442628c005e629115992a280597301368","libssh2/docs/libssh2_sftp_closedir.3":"1230d8cc661c016991f32b757b11ee6ddd1ac551e5522c5e009f21ef624dfdc4","libssh2/docs/libssh2_sftp_fsetstat.3":"a7ab72ebfca8d295a2b48f2c14d831568042ef6a0528e590faa99f5e2dd00675","libssh2/docs/libssh2_sftp_fstat.3":"e354ea4b96d512a34db42be2eaaa2c7fb0bfed554e726aa79db7f45ade1f9dd1","libssh2/docs/libssh2_sftp_fstat_ex.3":"2446ac64b425dbaf115b37d29107b66fc0291c2ebd17898669c406a4fd57b78b","libssh2/docs/libssh2_sftp_fstatvfs.3":"a10a9bf1dda75b0e97966ed003d183728a8ded895eece58e458980bc742f7a39","libssh2/docs/libssh2_sftp_fsync.3":"bee468765b5d4a09a3b473eba0cf436328f29806953bc1f998d8bc97d2a3049f","libssh2/docs/libssh2_sftp_get_channel.3":"90e527f9eb6b0d17760328f6e3842f74d1d173fe88a7c9ec2357ca471e9c0f41","libssh2/docs/libssh2_sftp_init.3":"585d782936f71157d141474c94c897d7ea292580445550c25c8fd44f5e03052f","libssh2/docs/libssh2_sftp_last_error.3":"8e7b2fa2c5fe4792a39a5c1c24baf041c970e3021511b36e59979ed64a18b4c7","libssh2/docs/libssh2_sftp_lstat.3":"a01353b26374401029f5094a24beca08988ea201ca2197fef2b14f30bb2658e5","libssh2/docs/libssh2_sftp_mkdir.3":"14e04b070a6c351e2af6bd68f73a408e2982e9a358d5d2af5a46d8b422d27ce3","libssh2/docs/libssh2_sftp_mkdir_ex.3":"44c17758d2b0336f94c4004bdd2debf9e1632ba12c6db6df495c09a71a58e59f","libssh2/docs/libssh2_sftp_open.3":"af9a8c90999412d3371218f59859ff91c6a83eabee75f1712adf94c5bceaf1d6","libssh2/docs/libssh2_sftp_open_ex.3":"11661fbcec142d9afee722f5ce779bd32f6e0a2b2dc45558c3bd47292105231d","libssh2/docs/libssh2_sftp_opendir.3":"62639f60918835e08f3c00d708cb32af319b9a56d3c2cb33ad409b60b347b31d","libssh2/docs/libssh2_sftp_read.3":"1d0435c740470b8a6a427da4331b576833eead72f9d976001d8a1f55fcf24815","libssh2/docs/libssh2_sftp_readdir.3":"0e98293f67ae019adf8c5e17fa9f31f3e34b082c55ccd2119ee424f30c337fc7","libssh2/docs/libssh2_sftp_readdir_ex.3":"7f9a2bda1d49d12040796015a842b592decfb076230ee9c8260c31e7b12dd2cc","libssh2/docs/libssh2_sftp_readlink.3":"1834815d254c351664cacf38c06a4b232f099787cc09a41ef719a1ff242e4064","libssh2/docs/libssh2_sftp_realpath.3":"6b8e75bf89724998c414487d93f8c4899a3b1f4deba50806a798fdf9f9405bab","libssh2/docs/libssh2_sftp_rename.3":"eb87a9b1c94f38913c0cb62a3a474fe8c8f3cb0a874c61ced396a2d8bb92e510","libssh2/docs/libssh2_sftp_rename_ex.3":"12d2e70027755937df6de8b0836f75509f4fc5f1a5428fe5a92ae3eb23ff4b54","libssh2/docs/libssh2_sftp_rewind.3":"4caf86de2f35e2925ee637a68f7cfc2e76dab54571ada06495a0574e549c6a7c","libssh2/docs/libssh2_sftp_rmdir.3":"86a1935b7bb291041eaa7c0788f417c6398b39fd208b6bb478329299ae72a49f","libssh2/docs/libssh2_sftp_rmdir_ex.3":"17029aa15ef3e1c862731a7ee52e8f730dc8951e62e1c0539b922dbcd66810b0","libssh2/docs/libssh2_sftp_seek.3":"546a134db735df610032fa982d3c8c1013ced779e21faeff261d71041bcde8bc","libssh2/docs/libssh2_sftp_seek64.3":"07df7a2c8c9d75b198fa60909baa31e1c883002337a4c6b7a1b3a9c6ceb3a594","libssh2/docs/libssh2_sftp_setstat.3":"39c7f5d489ea5ceb51bd9c7de237464f5c510f3ce0983e57f7b69207ef957e01","libssh2/docs/libssh2_sftp_shutdown.3":"48bf057f1836924e3e5009890cb6e63ec9d11d0aa19abc258c75ee7c7bd097b9","libssh2/docs/libssh2_sftp_stat.3":"7fa4495645b580c216ca2279168b6b2f7c9c73a973dabf1997c02a0409d8c042","libssh2/docs/libssh2_sftp_stat_ex.3":"fd19ff075f44a1713d765330d069fd63cffd8b2dbc09ce9170d926f25d5f70c3","libssh2/docs/libssh2_sftp_statvfs.3":"5762f9ff7d56f44164db57fd048daa60173794c4e7a58ab2fb255e29f0ca2bb8","libssh2/docs/libssh2_sftp_symlink.3":"ae7ea167057c307552405124ad54ee488db7354e7caa974334e88f5b2104c88a","libssh2/docs/libssh2_sftp_symlink_ex.3":"7e22a39bb97548428cddc8a9cf3bc7a1ff57cde878b337a7e177730bf5c51d01","libssh2/docs/libssh2_sftp_tell.3":"ce22525601570f33d91469170d43470a8a9decf0b35ae82c2cea72fff1dc8d8f","libssh2/docs/libssh2_sftp_tell64.3":"db5faf0fd28de4738e3062555c1d6981c2b272d7b89bd85e3e83d2a03237472f","libssh2/docs/libssh2_sftp_unlink.3":"d8c4c60c41e81149fe14a4a00cc114d3f7bb4799ceea4895c67d79363da3ae7c","libssh2/docs/libssh2_sftp_unlink_ex.3":"64b0723444b716d2b809a3b481024523fc8c62ab45d3ec4274040abf824cf611","libssh2/docs/libssh2_sftp_write.3":"a4706e9d6dabcde2aeccba27f7d7d5a3cef33dd21f4bf66bf5b181c3e8a3f9ef","libssh2/docs/libssh2_trace.3":"636417e1798bce85c2058cad56493919c608d426acaac409ec1a489bdef90fe2","libssh2/docs/libssh2_trace_sethandler.3":"b37355eff49dacc9916818db61258f21665fb68993e57ca9040db056453bf8bd","libssh2/docs/libssh2_userauth_authenticated.3":"81115e3ac2549eadafc5ab8c73462d1c5565593106c4d995a920f718e5dd451e","libssh2/docs/libssh2_userauth_hostbased_fromfile.3":"265670d504f8db399e9253af673264b92ae8cc3593912e9b2e6aee436d02fdfe","libssh2/docs/libssh2_userauth_hostbased_fromfile_ex.3":"a71631a3eb07ac88ee21beeabaf6aaccb7e93378c98eed228fa27f1575b04a64","libssh2/docs/libssh2_userauth_keyboard_interactive.3":"17d55c3ba83fc9b7a2fa1dbf0e0d1886deb87616298b6bf424b5ac7d63d0da39","libssh2/docs/libssh2_userauth_keyboard_interactive_ex.3":"d62646af0cf3257fa4a599a676f5237c1ab4d07d56b9b66745fe786f640e6afb","libssh2/docs/libssh2_userauth_list.3":"af6928a269c96480a6ea3a3452af7029577f69485fee36ecdd9dde48b4956a5d","libssh2/docs/libssh2_userauth_password.3":"4c8103bb95903b0b2ee6c2b1d0b3eac150ab31314ec023424ab564d29b1678a9","libssh2/docs/libssh2_userauth_password_ex.3":"afa13d3bb9bbdb3672e014aec922b2953556842b69fb602e8dc97f10d569f5d0","libssh2/docs/libssh2_userauth_publickey.3":"874ece028410feb1bb33d481ab2789e6fadc9a9974cf4e0a72517b4c3fb81861","libssh2/docs/libssh2_userauth_publickey_fromfile.3":"6864fc6411955179866986cf95f75ff41a022a4b60ceb177cf503da45a67b88d","libssh2/docs/libssh2_userauth_publickey_fromfile_ex.3":"060d36d8a06538035e0d7c678f78db16d68ad6f930c958ef3c1bd46f96f9ed39","libssh2/docs/libssh2_userauth_publickey_frommemory.3":"5022660ab3c6c7f596b92e887debb3c580dc21f64be71b76c83c033c0fe36ef9","libssh2/docs/libssh2_version.3":"d3feeb9f870be0dacc7616c44dffae9abddcd22eec9cc8c18a0526af723ffce8","libssh2/docs/template.3":"740b501cbdd74773bdb93c8a4d1ae1e175f3593c0eb93844ea2cad0c61e14463","libssh2/example/CMakeLists.txt":"f8cc011f16f189f485ed9060d71de862616c254dcfc1fafe49ff6425a4d89757","libssh2/example/Makefile.am":"0e7c6f2ea9a65a6eb253d721cabc8df573cd4d2606ddc7bd7499b701380157a6","libssh2/example/direct_tcpip.c":"1a335122f9e28b3883587768e8332f3883b462def477f8651b83fc1392e96dca","libssh2/example/libssh2_config_cmake.h.in":"115c1b79ea918a83de959f0f50eb98c2ce252b21b566b9ad56f3c23b68e48ae7","libssh2/example/scp.c":"87736832ddc36e80b52ed6b7f1c87eedcb57d739c80dcff5bbf2d610bfc7f7c4","libssh2/example/scp_nonblock.c":"dfa78c57e18acdb437f3a643dbace70802aa7d2d504adcd47ed63f744189e822","libssh2/example/scp_write.c":"3a3c4dfb3c4688558716a364cf0f4d8b767bf30c59cc6b352394a2d698370930","libssh2/example/scp_write_nonblock.c":"8071bf056b72eee39bbb1ee173193a79e6ac8a2812724b3e31bb919c6b8ba370","libssh2/example/sftp.c":"6a0bcb5ec7b3066cd040bfc29243fcb36f8375575db17415974a20c29892f6b8","libssh2/example/sftp_RW_nonblock.c":"a2eac2e5433d8e63fd416dd8d0b1424536b4dae701360bf9ec3024495d8c6eb9","libssh2/example/sftp_append.c":"e9aa3ad34d7c9aa119a841e16e99657aa28596b184ff38d09df3a1319dfbf9bd","libssh2/example/sftp_mkdir.c":"51f94316a6fc8ce1c6de9bff0599fa95a950a1424e94b676410d76b1e1edc879","libssh2/example/sftp_mkdir_nonblock.c":"0fb08ab3d217af555d7512693a56c63094642247054def280cbcb08e2a3612c4","libssh2/example/sftp_nonblock.c":"c7236ccc7897e1abd3d9176a33cbd059327d30fc95c7803f7e5f99bf3c448a3f","libssh2/example/sftp_write.c":"7e972aa778422c962ba0ebd2fbae109865b334e33c371ae94a8634e74ffd5473","libssh2/example/sftp_write_nonblock.c":"6b18c9371c2ed1e22b005232f80b99959cc68f2e0dc1351fa73d678e7c64a329","libssh2/example/sftp_write_sliding.c":"b88419136786cd31709d9466b0e4a131b990bbd425096276e5699559863d4bd7","libssh2/example/sftpdir.c":"d186de774a29db36a87fe2f66011acb5c5847316791c98f39dc2749a4c448209","libssh2/example/sftpdir_nonblock.c":"6282ae10e701e48063a793ab2e7a819be77f7267dd7ec29264339c41c5dad8ab","libssh2/example/ssh2.c":"2789139110316e87a06b4d6132fb86081c545084358a3ddf6bb5128423eaed49","libssh2/example/ssh2_agent.c":"3184d5a396a9067279ec16070c699a8baffdc02c70930f8cbecbd1cbbd489d84","libssh2/example/ssh2_agent_forwarding.c":"2db3d78ce1c5bdb2453f7d22cdff09cf1dc3e40aceb8a54faffe6f76af88d1c3","libssh2/example/ssh2_echo.c":"91c519486541145f579c550fddb5ffde5933ba0aaf22366ee8aec50c0cfe4933","libssh2/example/ssh2_exec.c":"67afd0ef23627c87eef2e4424967eef26f8154ce50c357cad85f7d3764fcd5b9","libssh2/example/subsystem_netconf.c":"9b076de4366e11ca81e88d60f6dc41ff3ad897d3096f148ce4ce00102d7256b0","libssh2/example/tcpip-forward.c":"0a929eec2a7274e7592ded5f63230de45c1f30578ce92ea14a010a33b231ac42","libssh2/example/x11.c":"310b0aef741a513db213a895fbf772076e35c2ee83eb4ad1f300493ef6b5b436","libssh2/get_ver.awk":"ac9314659d618e57f0d57e9cb2dc5ab14ca342f099de6738e93d58b91f698f14","libssh2/git2news.pl":"26cad7a3870941f21348bfdffd05fff7a1e1c650b8e38fe469bab3a2a221f26c","libssh2/include/libssh2.h":"fe2c560b62960a968414c47f9fe640f4a4bcce5340a51a94083d1cc547c98a4e","libssh2/include/libssh2_publickey.h":"2d419bdfbc155cec62cc23d7cb87f3d9361c4f26ce3b3910c74cef715bd2e70b","libssh2/include/libssh2_sftp.h":"8a0c63c323edc42286cc608f9a53cebe46ac91432e1080a8520ab69d3caeadbf","libssh2/libssh2-style.el":"14bd86ae83b499f88b47f57cee18f1a7f4f41650e16e34af4b8ff03970c3c059","libssh2/libssh2.pc.in":"a2c375f048235970c995e4a091fca2cb500574151c356f7682d44deeb90623a0","libssh2/m4/autobuild.m4":"37dfd034b5ea52bede69c54901b818a461ae73e2ab1e28c61c229a87f24a1817","libssh2/m4/lib-ld.m4":"18c4c458009da32c9daf0ea332a539e5edc82ba009b6c2faac004626313f00e5","libssh2/m4/lib-link.m4":"d7aab3772e5b60d3ec57ae8dc66d9b762f5c68ef1e8516df25fadfa8bdfef379","libssh2/m4/lib-prefix.m4":"4797426d11dad1e5e4fdbc8bcbc8b10d9750f47bcb74e4c07a953a15265e902c","libssh2/maketgz":"3a5878c78f38abff9158f88cebd11394a5998dd2ea3803a4aa5b4bfa885e46d4","libssh2/nw/GNUmakefile":"d6afc1888b0fdfcb50b29a3d7080a4183de41a444c7063db93a1b56d533d8dd8","libssh2/nw/keepscreen.c":"f95e6f4851f16bde13e51a1f4f6f405a142c6a7940beda74de8058db2f170ef6","libssh2/nw/nwlib.c":"d81b0ad6d05938507ebc3c0510021e889a2d68a74d50709df981d2339798eb78","libssh2/nw/test/GNUmakefile":"fb00a4a6776f14c1789ac8abc0b0136b79813177221355fbd3c5b1907da938e2","libssh2/os400/README400":"f5ce6d4f86e2334f5c271020195fb0964083e19e2f44dea4c4d62e7a9bc9f4da","libssh2/os400/ccsid.c":"07d12155f5b9b2be9e5477fc2818a7e98183eedc247370de04d718eef506fdb8","libssh2/os400/include/alloca.h":"f2b4c60ed1f78832b9141cb64e5d1d8e187d90afcb5f9f1d56dcf3f9e185d236","libssh2/os400/include/stdio.h":"ce35104d75377458c0c38aded5375141abf22e71215ef7533a482ceec279c731","libssh2/os400/include/sys/socket.h":"05599c77ea5f79337a77e7b24f4d63f40b929884141fbb66f356d825c09c8dfb","libssh2/os400/initscript.sh":"b27631198e5eea8048684f8fae95ef27eef1f712742265022bf4eb1ebfe589cd","libssh2/os400/libssh2_ccsid.h":"13a0b3c9165d7ef27ce242c64ae191f876a1fdd65f0b4d768cc3235c2509910d","libssh2/os400/libssh2_config.h":"d5615c238ab5642d19c29a04f6e18ef0a1675043861cbe3eebac2297e5acae09","libssh2/os400/libssh2rpg/libssh2.rpgle.in":"0ce3e5bb7c33bb6dcf960af6267b4c0e3cc16259ae881724624c9fafbcc090e6","libssh2/os400/libssh2rpg/libssh2_ccsid.rpgle.in":"439d9e4c68c9b20a618e305e51f54f817a9cc51dd37b62f5792232048ed3ff80","libssh2/os400/libssh2rpg/libssh2_publickey.rpgle":"b138035c36feb1816c6a99b1d98daff7997b05d02325cad1d9909f983e4a330e","libssh2/os400/libssh2rpg/libssh2_sftp.rpgle":"7d6fcfc290b07c8bafbbdfcf61e19456ab6961afe23a0aa142110052a33e7ace","libssh2/os400/macros.h":"38360f3613c00f49178996cf53d2519009a0b3fab161db7aebff143149730c5a","libssh2/os400/make-include.sh":"c75efa9eba5bcaa1e75f60110dd463c2c6866b486186db705d49518c1b0fd8cf","libssh2/os400/make-rpg.sh":"41cce97d1dec97571160c98967db4ab27af9c7890cf4f7aa238b3d6b6aa69eee","libssh2/os400/make-src.sh":"c750bd85a5153b10c61c069a7d1ec253ec3587554f2da60a144dc4246ff50e67","libssh2/os400/make.sh":"07f221c0d6a9e7b1c55e5d1cc8e3babe7edb6b4bad3063827b55265bec9456e4","libssh2/os400/os400sys.c":"2c9bc9de576376b0a37c401c64b59990e2f74ceafdb0a8c6555fb8de5be2b01a","libssh2/src/CMakeLists.txt":"30b56cd9854ab0b20d1527f368b35c341ce8bed37708f316edef8e7a229f06a1","libssh2/src/Makefile.am":"5e0e38d3203bf1f1e0f1acc57b98591a4de80cd5efa26e5dde6b7348f2df1a68","libssh2/src/NMakefile":"bad4819608f02f282aae84462a7c3f1d1b199ee0fc86abdc9ab7326ee6482576","libssh2/src/agent.c":"7bbe43a2a9bbc1e6d4c2ff6f2c10d5b9d46920148c10b1788f355b760303862b","libssh2/src/agent.h":"1348e28650ce7f4350e4e1b92e26d7c45e729fe3b9cd68db716e40a64ea15269","libssh2/src/agent_win.c":"1c8d67a82e21c539c62f3a0b4c715fba81ca40cee588588d5e4f1abb389966b1","libssh2/src/bcrypt_pbkdf.c":"76b4d9244aa61fba7db31f4763336d890d5025f9f62f3bb1369eb3b0986fca6f","libssh2/src/blf.h":"db4921417d17d79529c393528e541bad14434777eba8cc131ed74f0317dabfe3","libssh2/src/blowfish.c":"830d5c2b3ac01b1a96253cd78304af11bbfef822a0e59bbf12d0d370f0f0f43f","libssh2/src/channel.c":"de351bd081fea82da9d1bc613bb4cce9a1b08bcf18839433b073b4ea5075c077","libssh2/src/channel.h":"3be8e8b444461111fe0d35b21137ffcd4f681c1357616e0db4908bd434e97bbc","libssh2/src/comp.c":"0fd0cfb6b74e2d94a2da15b27e8e99e42f277dd12fd27ccf17bf566ad8009993","libssh2/src/comp.h":"7aa028c23316132522362bc9f397e22bae94e9e620eb80ac12a2009278532926","libssh2/src/crypt.c":"04e3683e3a16046aa7736b2401bdebea1feffc1e7fb928952dbd53adcc5a493e","libssh2/src/crypto.h":"37d8b6726c771d88cee1928391ec5b5126617fc1f04f7e705b8fb041a8fe91cc","libssh2/src/global.c":"9551963ca2fb9c321703db04952d9b05e2e6049e12d8bf6ba6e9291920b87a37","libssh2/src/hostkey.c":"1ff0d3709396e9d0c4061968a7159bbf00af7c3fedc37ec32c4f8cea682dd492","libssh2/src/keepalive.c":"acc373252f0624126226e2528897757da61c870374d5905df29a17fa185214ef","libssh2/src/kex.c":"6fbb83649de7afcb197c285f41f6d2c0576e17bee93d6d51fb85421a21af8258","libssh2/src/knownhost.c":"2ef607c0bb2ef7ec9a4cf41158813ca8c62c55ace046a02a2b862cfdede25e75","libssh2/src/libgcrypt.c":"cbbd92a4b70d620517458412390519d40f1e153a882be8d5fe6c5de6d3570336","libssh2/src/libgcrypt.h":"46d7c65c53b1e355327e1b314d5841d41cb5426faee36ab6bbc0b7b48871b9d0","libssh2/src/libssh2.pc.in":"46db28ee6987b9f399c0e3b02dd5374fef2831fd4051109a478e85832e1913df","libssh2/src/libssh2_config_cmake.h.in":"07fe4470fd1643c51e5f2a868b053d733aaee891f1f886f4b8b848fb70db76cb","libssh2/src/libssh2_priv.h":"7cf354751d204d0ae1d3bf8bddbcfe38bebdf792217c34f9ea00947c57fc992d","libssh2/src/mac.c":"3ff6c3d22e5e9a0cc2d69b2f840606f560b83b9d40e276927d0854c20ec35b27","libssh2/src/mac.h":"ead9c368cf6700776d6083363a275e26d0e89de665b40b48fed1f5cd6d783b3b","libssh2/src/mbedtls.c":"3566fc0fc5d2a658780673741678f811e1a4fbc99aebaaeb2419c65b5887c2a7","libssh2/src/mbedtls.h":"e28d5e7b08c0d67f1d8e3e2d2fb7fef69df049cf8e188a7760abd7b50d91c7e7","libssh2/src/misc.c":"64f7a580f0cf00d6cba86de4fd5cf156cba038b2a321efa8504236991edff50f","libssh2/src/misc.h":"4bcc54e2280af4e4934e7c14a32e839bc9d09dc33b52b9a75f27366215a61556","libssh2/src/openssl.c":"126dbf0e4676f84a1acb46b154d2d32f42cb47a81f157a16ff1391a02c615baf","libssh2/src/openssl.h":"5dc71961f26506a53b7d724d385e5ba42ce75c83e00862041697e0f015a98166","libssh2/src/os400qc3.c":"f017c70d602941aca07f6fbe5fd55cc9bb8ce6c1d33fdb4e6f408d99edfdec03","libssh2/src/os400qc3.h":"e2d33622b00442fb2e2fcbb26fff7ee3bd997270f89a98a323bfed618956b28b","libssh2/src/packet.c":"e5b3f9dc190f9491a9746dd91e7da8d2f6639ef1a1e62552556753539fc1ddca","libssh2/src/packet.h":"cbd3fe922ff28675f6f39b31131d7832a07263356d0e7d55197e40d5fe244577","libssh2/src/pem.c":"d1adf7211b744554b8c41180c87e8d0aca2a7babceee91c75032e68655e41e22","libssh2/src/publickey.c":"3e1579cdc688dee088294975ee4b09316cc68cd9083ea6170a8d4726d820ea6c","libssh2/src/scp.c":"ef7120de5d824d9d4135b846021af8f42c44ff790dacabc8c4d23bb702abd81c","libssh2/src/session.c":"3d1ab27b52be357e36fa337e7461828029690cda8c69a705222dab2228d85065","libssh2/src/session.h":"c3918ff057ebdb51116d7552e27b9f7d18461e1fbba4c1b635465dff909d4623","libssh2/src/sftp.c":"9090319e2732c400a344c78f3e9695ca6e1a3466159ffdae3e3c5f52b10b9586","libssh2/src/sftp.h":"3b4d6460b857e32707116814f1ddc10dbfa5f804e407883e77bdad6c36db8c14","libssh2/src/transport.c":"4116293d9afceb3a8ea8de6a09bb3af42604632b3536f305240b7564be0555fc","libssh2/src/transport.h":"4a57bc5ecc21db41729319d8fd34808f042cfa7d155be306ec2165f2d81f010c","libssh2/src/userauth.c":"144ce811b1acf4be50bba03eee53a625fd5199815d04436858316912168fe05f","libssh2/src/userauth.h":"7d930eb690721808c6d89ba917045827118a3b98b04333935d8e91b49f651b84","libssh2/src/version.c":"544a1389f5a6bde4ec263991d994da3d9529cae5635aab6730702a6575bcc0c5","libssh2/src/wincng.c":"ba1fa277b369df2b51d23f354ecf28a4987ce0a0d29023e6af5ffeafbc4cd359","libssh2/src/wincng.h":"7bbc6e35d281bee22d52883c728b626336d3ec8a4ce6fb384f96bb8b1cfaca8f","libssh2/tests/CMakeLists.txt":"717707a250f05fb65e7009f696c70bd86d7d2ec16883127781b617d0c692cd82","libssh2/tests/Makefile.am":"d9f4abf187cfd058373c570fff74009dadfdc9c96f84375ed5649114f0d8369f","libssh2/tests/etc/host":"6eb0f1bb23d7877ddcd502159e6673c053b5ea1846630f21651ab58ea25d7a6f","libssh2/tests/etc/host.pub":"0e2479a973fbaf1f7f5dfebb111e2b199ee59c0dcfdf646d26760eba0b8b2aa8","libssh2/tests/etc/sshd_config":"2ad4ea47ddb633c7a2e000f2d6619d08bf643591f26a7a0b92d0befe518ee951","libssh2/tests/etc/user":"776aebc0c12e466e4b65f1a44ae5235dd70687ab03f283aa3d9a6df70d3bdbbf","libssh2/tests/etc/user.pub":"39bc4445c24c32fe5e64a6ee02025f3508b4334b2813e1a87c40d44ebc5f8c1d","libssh2/tests/key_dsa":"2e5b8a618e853eff7b3e0d2928203529fe18a3ae62b46a82ccd48a750819b8c2","libssh2/tests/key_dsa.pub":"12aecbb237794fc79d4a96cebad1c4badaa1902b3f1788cca83b28a1f977b895","libssh2/tests/key_dsa_wrong":"21f66160d72789400c5420f460fb716cde82b5afc5c09f3f7512d310e3c8e0b2","libssh2/tests/key_dsa_wrong.pub":"0274eed003e62413aa894abad044296c6fb3cc19450457a282674ed3836518ea","libssh2/tests/key_ecdsa":"8fb4d570516afc175869de7686125a828e18c38ddd4c2524c5a8d05c95ba7e7d","libssh2/tests/key_ecdsa.pub":"bc756bc47e3afd11437cd40ebe8ce5c8fca92ee03c6e3f01b6c5b44001bbc7c6","libssh2/tests/key_ed25519":"18e808415d2f344a20b7cefac12f0df0af4e404f446f5c690000c21987ce8795","libssh2/tests/key_ed25519.pub":"e52bcbcbdcdbf547a121e92bbb6f5342375719988e33ffe7f228dd2b935c98ba","libssh2/tests/key_ed25519_encrypted":"fd1e9378f94f2d5514e16f32fcf175e8303433750c81f2def3814d5bd44a13e3","libssh2/tests/key_ed25519_encrypted.pub":"7ceb4062d5fe17f190eb32c894e4cfd76e00db7c1b16de7516df8f910649469d","libssh2/tests/key_rsa":"9d8f4c955624a4af6fcb754e74e2abe1d3e7fe6340f6063617cd58bf122a2d59","libssh2/tests/key_rsa.pub":"4293f28b7033d459618b277374d7e932869964de131bba1d427030cb5e70c297","libssh2/tests/key_rsa_encrypted":"fc3872744c7bf6db2df4ab2ea5701370cd8bd39367d659eaeae49b2dbe7bca34","libssh2/tests/key_rsa_encrypted.pub":"1f340ccab8b86e51d4ee7585d61d5e49e3a32338ba9eeca65988a1d751112c5e","libssh2/tests/key_rsa_openssh":"a146196a5b2189b40bc00bdcd1958165106ca21e72a7d02c0a7f95a6dd926487","libssh2/tests/key_rsa_openssh.pub":"d564da6c612286603a83af006c3a6efe53885a2417aa25f234818612e16bea66","libssh2/tests/libssh2_config_cmake.h.in":"193a748944f6bccd3787b1c3958ddf95c1c7ad9b25e5b8f4b42cb48987e34668","libssh2/tests/mansyntax.sh":"71c56796eaa4008910b3d67b885b9a7e2c018d0f88be4bb290334afb9ff23bde","libssh2/tests/openssh_fixture.c":"7c17b8373b09dfe53489e96854fa89f6e6e3c13eac838f79179f38ad6323a501","libssh2/tests/openssh_fixture.h":"21935165166ce4518c6534070cc506fcd85ece95238fef29e6b0be784c05d7c0","libssh2/tests/openssh_server/Dockerfile":"fe4f6271644f6a29af0e077902cb7cc80b6226ef0e1976438dcd74148d26823c","libssh2/tests/openssh_server/authorized_keys":"58c4cf998535eb4123eddf7cae7da4413eed50e3827320187380ec7925fcf61e","libssh2/tests/openssh_server/ca_ecdsa":"14e72246d3990d345c30cd3d06c5c7ba9496057d94da2f5a6f14a7c636663206","libssh2/tests/openssh_server/ca_ecdsa.pub":"2925ca6bb4d280aec3dd68041efc2f06e959295932a26f73a263c939c03e3220","libssh2/tests/openssh_server/ssh_host_ecdsa_key":"03753b2b4942081d1f33201a193487ebd5a577e0bfde45f7e03a1de5ae404688","libssh2/tests/openssh_server/ssh_host_ed25519_key":"18e808415d2f344a20b7cefac12f0df0af4e404f446f5c690000c21987ce8795","libssh2/tests/openssh_server/ssh_host_rsa_key":"11a57dc115ca17203d6382ad6fdcd8df33bd0f23ff6bf38ee4a697260ffd1a11","libssh2/tests/ossfuzz/Makefile.am":"049665a167b9f4cd664b12884ae4470c0b0b2077931a056ed55d61784b230d88","libssh2/tests/ossfuzz/ossfuzz.sh":"6fde8ca30e3dfc0ade9da4d06f5e34f73a51c6fea72e3a1348cf5ced10b73d80","libssh2/tests/ossfuzz/ssh2_client_fuzzer.cc":"accadbd90783a3e7fa2311e749aab641f53851a14a17c2e8464bf85c1a5e887a","libssh2/tests/ossfuzz/standaloneengine.cc":"f6eb3ebf7e14252339a21fb887a08b2e7638a7ac77f706ed80508b2c0d54d81d","libssh2/tests/ossfuzz/testinput.h":"ce435e13e87abeec0a297ef3b566268496ecbd517c1d09dfa2232dcbbec9be2c","libssh2/tests/runner.c":"696b83fd77bca60560c1609212c59ad986bf151cf72520b63d23643111a7ce4e","libssh2/tests/session_fixture.c":"0e81e1d8e9999d24120fd8be8b26cf6984578c504f46d009cb816fce50412762","libssh2/tests/session_fixture.h":"d4f098a586b5f7dd0f3785b86933c08096bc12a2e55f07fff470db6fc7bbd076","libssh2/tests/signed_key_ecdsa":"796da5d8d420f644f47feffffb0357ac99b299471e4d757f21b6cc8bfefe8f0d","libssh2/tests/signed_key_ecdsa-cert.pub":"0f2e6d1b46874a01cc36ed766533301622d64fa88988575ca77eee56da7b3952","libssh2/tests/signed_key_ecdsa.pub":"d6b6f80d9117f896b99933eba19b012f55068ed8b77956f1a7b0510026c2876f","libssh2/tests/simple.c":"4afdeef598aa669b5cd0e7388dcf2e579f2c0f9c954face71d366250101d270f","libssh2/tests/ssh2.c":"3a8605fd3dd6151c569bc12c07ecdc33de7d704b6224da2dedfe3c76494e015b","libssh2/tests/ssh2.sh":"7bbe65ee20f4e47e9264bd74700cca16ee066aba5fb9e4e42f46e1cfdae4930e","libssh2/tests/sshd_fixture.sh.in":"c8b93076f66222f73329472ec151b210e55b39024de5d3c18a4c609b65d13b7e","libssh2/tests/sshdwrap":"21649ba440cd534f4bfd52c0a8de339565768b373c172dca106cffcc8bd06e09","libssh2/tests/test_agent_forward_succeeds.c":"a5b9f9009c6818b86f235debc2ee15de5ceb0cfe1d9b539270167058afb4e6ac","libssh2/tests/test_hostkey.c":"f1059c3ac304332342f39f32288afa3f61f9bdbd5d617fe6052491b20bc0672b","libssh2/tests/test_hostkey_hash.c":"e745d8b4ad92c858dc588e3494e183f47d591c1ef2a13b63e2122f478545093a","libssh2/tests/test_keyboard_interactive_auth_fails_with_wrong_response.c":"f585a7df65a87fc4905f0b165531beb41455486919ed3aebbe9804ba5795b9c7","libssh2/tests/test_keyboard_interactive_auth_succeeds_with_correct_response.c":"8a112c876cb2786eed61de0f68f0a93ee3840269d8d6610e8ebeeb9a66c43533","libssh2/tests/test_password_auth_fails_with_wrong_password.c":"e3d588d9c6850ab69bd7674d2027563ff9f1491740637506d80875e66609974d","libssh2/tests/test_password_auth_fails_with_wrong_username.c":"c91608bdda3a83a62876725ae2d7002ccb3332bcbacfc9c9578e7488c0ed4cef","libssh2/tests/test_password_auth_succeeds_with_correct_credentials.c":"80d253225d68bcb7dc4b94b53374aa4de86c6995481de0974b6284bf87a91583","libssh2/tests/test_public_key_auth_fails_with_wrong_key.c":"104b08aa9bb5f1006e07e59dece417a2d6a5f60ef6c3f8dc62b6a8af95d413e0","libssh2/tests/test_public_key_auth_succeeds_with_correct_dsa_key.c":"4b397de742f0d2fb15e86d20451f109fedd1ba28b0622496a2d030f9e9f9ea5a","libssh2/tests/test_public_key_auth_succeeds_with_correct_ecdsa_key.c":"53bd6d99a243aaedc20f7de5c974c7c04e38090a415d338cef2d7357d7644912","libssh2/tests/test_public_key_auth_succeeds_with_correct_ed25519_key.c":"207f499812271669d2a9ff5a286761a45840de9230c07bf72426fcd59a682317","libssh2/tests/test_public_key_auth_succeeds_with_correct_ed25519_key_from_mem.c":"4dd0a8251a41d0dd68490fb7abb9b0a1cc190af1603815f3050e29e2a7d6bc8a","libssh2/tests/test_public_key_auth_succeeds_with_correct_encrypted_ed25519_key.c":"6e5c107ad53c144892c54459f89ef2cf8a25cbf977bbd978e4517cb5959a2565","libssh2/tests/test_public_key_auth_succeeds_with_correct_encrypted_rsa_key.c":"dbc95a803a54364604ab379b512fc98c33d791a1df4e33e4027b881ecc2e75ed","libssh2/tests/test_public_key_auth_succeeds_with_correct_rsa_key.c":"93cdd2513af42d46552baa273401910dedd014951f836175ec98b827532c5b6e","libssh2/tests/test_public_key_auth_succeeds_with_correct_rsa_openssh_key.c":"4e6d3ace02cce1ba8c1b4b6e5d774a8a4d259eef8314fe6c3ae0d6003a87dcd8","libssh2/tests/test_public_key_auth_succeeds_with_correct_signed_ecdsa_key.c":"f16a0dc74d16f0d27f10867f0ddd5b306fc4b16b2bd8e401a5451ce71c7649f5","libssh2/vms/libssh2_config.h":"1c5c4ba6ab33bd1d9e4ce0d84e1107ced89d27a80e8505e1b428fa942edefedc","libssh2/vms/libssh2_make_example.dcl":"7726a5d4f07d522aa712da8a6ca7b998cd93ca950aaa544a5eed1790dc69c775","libssh2/vms/libssh2_make_help.dcl":"9d04ddc32831abf63b7e042dd0677da83599f11497d364b02cbe780419e248e4","libssh2/vms/libssh2_make_kit.dcl":"e7c23c9db4583f6944cd8973cd813a6d65749170417b8384f94db69597f81f1d","libssh2/vms/libssh2_make_lib.dcl":"1549134cd4a4bdf2543f900ea9c811de1c67895e1e830f7ddfb384e7601f56a4","libssh2/vms/man2help.c":"ae61cab505a4a9c87bdd103506ba9a36fd7ba92714edd9f67d022d8a9474e6bc","libssh2/vms/readme.vms":"30b5d682da37cf16352152daa682cb04c56e1044c77fc4c4da77bdc9709c33b8","libssh2/win32/GNUmakefile":"0c120532da875411df50b2f4483add53afd9345b2f4eab5f3c6ca5ccf7b17eb9","libssh2/win32/Makefile.Watcom":"475b8b37143bad986386ca1d2c777e9f8e46d0172ca4e9f70c613c84bbdece4f","libssh2/win32/config.mk":"e2172a92c5b5b9f2215c5c11128009cb6ba8a1f25402990c1f7e8ae78449d289","libssh2/win32/libssh2.dsw":"b16e14f1e5ed93f52e450b03d18691bd15a17b13b69486551c61b455cf823d98","libssh2/win32/libssh2.rc":"29a25c29ed977ba78619a59bc858508caa6f0849607c02da8fa7fe71b6fb7195","libssh2/win32/libssh2_config.h":"d5e704c80aca43c33698bd45059eecde05b098049192bb9f0640af593cdb2cb7","libssh2/win32/msvcproj.foot":"85c21ad71a2ae878242d9b370e96dbcb7433b77dc9fa4d1fc903ce0582e0f62d","libssh2/win32/msvcproj.head":"3a9edda7c4f545c43178c826cb0a83f9e2f38ed61cbe6b3002b9683cfebb4fb1","libssh2/win32/rules.mk":"5f68dc0a3ef0f61d783289c98c00419a0a76a2b866ecd0f86404ca1d3effc12a","libssh2/win32/test/GNUmakefile":"e2c77b03fa88a88d90fe1dcb6c095935ba99b03b56a78f101a373ff208e1369a","libssh2/win32/tests.dsp":"73710a110000074bb299c9b780fb4fdc9e7a7edcefe19428de89c33d65e77841"},"package":"b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"} +diff --git a/vendor/libssh2-sys/build.rs b/vendor/libssh2-sys/build.rs +index d1d33dc00..7f826638f 100644 +--- a/vendor/libssh2-sys/build.rs ++++ b/vendor/libssh2-sys/build.rs +@@ -121,6 +121,7 @@ fn main() { + cfg.define("HAVE_EVP_AES_128_CTR", None); + cfg.define("HAVE_POLL", None); + cfg.define("HAVE_GETTIMEOFDAY", None); ++ cfg.define("HAVE_OPAQUE_STRUCTS", None); + + cfg.file("libssh2/src/openssl.c"); + +diff --git a/vendor/openssl-sys/.cargo-checksum.json b/vendor/openssl-sys/.cargo-checksum.json +index 8c15ebcd2..2aeac0baa 100644 +--- a/vendor/openssl-sys/.cargo-checksum.json ++++ b/vendor/openssl-sys/.cargo-checksum.json +@@ -1 +1 @@ +-{"files":{"CHANGELOG.md":"6ee4e524e49a4e8cd3164701bf18fbc641c7a014b756b5de6b3ccc11fa588c70","Cargo.toml":"1a6b84bb11588fb0fa8d28741ab548726cef34e546de3dd2280be1d8139f292d","LICENSE-MIT":"378f5840b258e2779c39418f3f2d7b2ba96f1c7917dd6be0713f88305dbda397","README.md":"c5ddde25c2756a1115daaa671fb4297cdc83bf23009c8356ba65b5311d0dd30d","build/cfgs.rs":"193f81ffdf211f056599072e8910d59c2134d3df85fed9ca693bc59f82cb73d4","build/expando.c":"d6f6f9f7d9f79d03b96740fe378e6d4fd38e9447abf7839e62a5fae3eea49c14","build/find_normal.rs":"b6bc74f91a52bb592e14c085061b477722d7f72eaa33a7590fb01da46cd35b7c","build/find_vendored.rs":"7bf0e59c5646d72ee5a4392ad970fdf5c20288ddaf54dd86a8caff49583b38f5","build/main.rs":"c6e1ba232c3334a726707561c7cb0c87c841c75b1848880ce03c689f5d9b2b69","src/aes.rs":"822bf666db351fe6ef9607c918081d6ad378fc1cedb05290bb746f86980c6088","src/asn1.rs":"801c254afc76b0c29b756bd86a149361609f82ec33c1f1fad39a512fbe4e87ee","src/bio.rs":"3aac4e38ccf8d832b4156908cd3f1ff9c56f84c05d2f07ed7a3e3fccabe965e9","src/bn.rs":"c71b9c79f704a94a889d27bf75e7e5b1f9f10b0df0aeb485aef509cf05d7467f","src/cms.rs":"1e1500367732915e756ba7dcee4a0691ba4fab770e0cef88267b74111e99e127","src/conf.rs":"511e008c18039f54d856d70b80009426fc7f4ce34fe4304e2c58ebf465031de0","src/crypto.rs":"fa513478e5c4a1e9d54081a9c79d48400f726c7047e776aa3f1adc023d6600be","src/dh.rs":"fb3b539eec4434b448b30df19e2e2ac5ffc3bd11bb817c7fb9090186ec3b0146","src/dsa.rs":"ae79baf231681900ea76304285b3ffacf5298c90b8c04d371269cf4adbb5b9fa","src/dtls1.rs":"0477022d5bcf2b7a620c70ece4da08a2958be3eca5a57127c89d79525c692ebd","src/ec.rs":"018a2ab377804bb735206e88d0561ab16098e29007d1a1fd0d565c8e492544c2","src/err.rs":"9e6c84a170dce46db74414a64b9e1855845afbd8180100a2d9412f7509f69284","src/evp.rs":"c947ddf745e4fc761f2b4b7886246f96163f41ff8ccc3c822e46ad38169d2c94","src/hmac.rs":"fa3976d94a1383f300bdec228270afb8b47c97bb019d727c7d59ba783be3c42e","src/lib.rs":"19ddf11d94bf469abb3f453a6b38886f6ccea4bc6004477f36b200516f5fee44","src/macros.rs":"7ed99c00c53ee12ea92634d4ace0af84845ebf98819869746e7896c8eaff23db","src/obj_mac.rs":"42019b142e523d7695d8c14ee7f72fa4b5702c07dee98fa12e70ab7dfcc95459","src/object.rs":"9ec1a26968e3efc87b24f287b92331fa38eaca048a3919e6514f48d38c7df9a6","src/ocsp.rs":"614492810c5fadd0c1c4bb5eda165fb7e744eed7b04ae61d582446f5013e733a","src/ossl_typ.rs":"0d8dd0f82ef08672ab3c5059d2335b7eaad2d5afc0a20dbf26c2476c99dcae8e","src/pem.rs":"c92d1d31e6f70f6704f148e370a8b4228d6305b51fd3be907c49014a8bfe14ba","src/pkcs12.rs":"4c3c1cf2e716454c5fc94c3d5e1174922c57b9de796253799437dc13303a68d1","src/pkcs7.rs":"726614946784f919db88fd5282ec66d5b9df2edafc98ade9614758e109176b31","src/rand.rs":"c771057f37c64406aa750f36397fa877caf330a8c725e49356c7081c2b2fdd67","src/rsa.rs":"d45d421339b903b0d33817e93be5e939964431f9caed343e5c4490382cfad5b1","src/safestack.rs":"6c39e28565d34efad707d77561d4caa99e3f028fcac3a2ef6fd403a78de1190c","src/sha.rs":"16a4c77cbc38926b8f8eee07b0beae8dc12cbdc8cfa599d4db66fa84a7b3871d","src/srtp.rs":"1c4dee9e6c139cc70416207786e385f199321624fb9fbf3cbf39a8160c0c405d","src/ssl.rs":"f0dd56aef28630ba8359e49538664160b54f58e255cca1f5c239f23aa820de1b","src/ssl3.rs":"9336c816e00847d552dea22587d4ac72ff3cbd469fa5ff750423a19ea11e68eb","src/stack.rs":"1a509907283e5a2bf88cf193ce607f49ce7d2d95547c2ce2abc0fd4567aad334","src/tls1.rs":"60ca3dea1bbfda645bde563b4a878dac129c3f760e3ad572381000fc7a8ef522","src/types.rs":"0b9bafc6f5fd373ec8c01e49339f7fe7ef1d76e44d60cda59f60c06982b4070e","src/x509.rs":"785bcb26166b8f39e616e5ab9a0358814773e96de51b40fd5ae62b45a2edcda6","src/x509_vfy.rs":"e530e2fd91e959715265b40fba95576bb53ddcb4e2c6586c2192098e0e8b1cc1","src/x509v3.rs":"520253195097d134e553c6378c1db2510eae6ccfcab6f6fb08919697bc0f023b"},"package":"7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"} +\ No newline at end of file ++{"files":{"CHANGELOG.md":"6ee4e524e49a4e8cd3164701bf18fbc641c7a014b756b5de6b3ccc11fa588c70","Cargo.toml":"1a6b84bb11588fb0fa8d28741ab548726cef34e546de3dd2280be1d8139f292d","LICENSE-MIT":"378f5840b258e2779c39418f3f2d7b2ba96f1c7917dd6be0713f88305dbda397","README.md":"c5ddde25c2756a1115daaa671fb4297cdc83bf23009c8356ba65b5311d0dd30d","build/cfgs.rs":"193f81ffdf211f056599072e8910d59c2134d3df85fed9ca693bc59f82cb73d4","build/expando.c":"d6f6f9f7d9f79d03b96740fe378e6d4fd38e9447abf7839e62a5fae3eea49c14","build/find_normal.rs":"b6bc74f91a52bb592e14c085061b477722d7f72eaa33a7590fb01da46cd35b7c","build/find_vendored.rs":"7bf0e59c5646d72ee5a4392ad970fdf5c20288ddaf54dd86a8caff49583b38f5","build/main.rs":"137b9977adead26cc29c7c7ef2501516fd4b8540335e3b8b2690e5a6354ad202","src/aes.rs":"822bf666db351fe6ef9607c918081d6ad378fc1cedb05290bb746f86980c6088","src/asn1.rs":"801c254afc76b0c29b756bd86a149361609f82ec33c1f1fad39a512fbe4e87ee","src/bio.rs":"3aac4e38ccf8d832b4156908cd3f1ff9c56f84c05d2f07ed7a3e3fccabe965e9","src/bn.rs":"c71b9c79f704a94a889d27bf75e7e5b1f9f10b0df0aeb485aef509cf05d7467f","src/cms.rs":"1e1500367732915e756ba7dcee4a0691ba4fab770e0cef88267b74111e99e127","src/conf.rs":"511e008c18039f54d856d70b80009426fc7f4ce34fe4304e2c58ebf465031de0","src/crypto.rs":"fa513478e5c4a1e9d54081a9c79d48400f726c7047e776aa3f1adc023d6600be","src/dh.rs":"fb3b539eec4434b448b30df19e2e2ac5ffc3bd11bb817c7fb9090186ec3b0146","src/dsa.rs":"ae79baf231681900ea76304285b3ffacf5298c90b8c04d371269cf4adbb5b9fa","src/dtls1.rs":"0477022d5bcf2b7a620c70ece4da08a2958be3eca5a57127c89d79525c692ebd","src/ec.rs":"018a2ab377804bb735206e88d0561ab16098e29007d1a1fd0d565c8e492544c2","src/err.rs":"9e6c84a170dce46db74414a64b9e1855845afbd8180100a2d9412f7509f69284","src/evp.rs":"c947ddf745e4fc761f2b4b7886246f96163f41ff8ccc3c822e46ad38169d2c94","src/hmac.rs":"fa3976d94a1383f300bdec228270afb8b47c97bb019d727c7d59ba783be3c42e","src/lib.rs":"19ddf11d94bf469abb3f453a6b38886f6ccea4bc6004477f36b200516f5fee44","src/macros.rs":"7ed99c00c53ee12ea92634d4ace0af84845ebf98819869746e7896c8eaff23db","src/obj_mac.rs":"42019b142e523d7695d8c14ee7f72fa4b5702c07dee98fa12e70ab7dfcc95459","src/object.rs":"9ec1a26968e3efc87b24f287b92331fa38eaca048a3919e6514f48d38c7df9a6","src/ocsp.rs":"614492810c5fadd0c1c4bb5eda165fb7e744eed7b04ae61d582446f5013e733a","src/ossl_typ.rs":"0d8dd0f82ef08672ab3c5059d2335b7eaad2d5afc0a20dbf26c2476c99dcae8e","src/pem.rs":"c92d1d31e6f70f6704f148e370a8b4228d6305b51fd3be907c49014a8bfe14ba","src/pkcs12.rs":"4c3c1cf2e716454c5fc94c3d5e1174922c57b9de796253799437dc13303a68d1","src/pkcs7.rs":"726614946784f919db88fd5282ec66d5b9df2edafc98ade9614758e109176b31","src/rand.rs":"c771057f37c64406aa750f36397fa877caf330a8c725e49356c7081c2b2fdd67","src/rsa.rs":"d45d421339b903b0d33817e93be5e939964431f9caed343e5c4490382cfad5b1","src/safestack.rs":"6c39e28565d34efad707d77561d4caa99e3f028fcac3a2ef6fd403a78de1190c","src/sha.rs":"16a4c77cbc38926b8f8eee07b0beae8dc12cbdc8cfa599d4db66fa84a7b3871d","src/srtp.rs":"1c4dee9e6c139cc70416207786e385f199321624fb9fbf3cbf39a8160c0c405d","src/ssl.rs":"f0dd56aef28630ba8359e49538664160b54f58e255cca1f5c239f23aa820de1b","src/ssl3.rs":"9336c816e00847d552dea22587d4ac72ff3cbd469fa5ff750423a19ea11e68eb","src/stack.rs":"1a509907283e5a2bf88cf193ce607f49ce7d2d95547c2ce2abc0fd4567aad334","src/tls1.rs":"60ca3dea1bbfda645bde563b4a878dac129c3f760e3ad572381000fc7a8ef522","src/types.rs":"0b9bafc6f5fd373ec8c01e49339f7fe7ef1d76e44d60cda59f60c06982b4070e","src/x509.rs":"785bcb26166b8f39e616e5ab9a0358814773e96de51b40fd5ae62b45a2edcda6","src/x509_vfy.rs":"e530e2fd91e959715265b40fba95576bb53ddcb4e2c6586c2192098e0e8b1cc1","src/x509v3.rs":"520253195097d134e553c6378c1db2510eae6ccfcab6f6fb08919697bc0f023b"},"package":"7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"} +diff --git a/vendor/openssl-sys/build/main.rs b/vendor/openssl-sys/build/main.rs +index 88752d995..7cfa6e159 100644 +--- a/vendor/openssl-sys/build/main.rs ++++ b/vendor/openssl-sys/build/main.rs +@@ -236,7 +236,8 @@ See rust-openssl README for more information: + (3, 2, _) => ('3', '2', 'x'), + (3, 3, 0) => ('3', '3', '0'), + (3, 3, 1) => ('3', '3', '1'), +- (3, 3, _) => ('3', '3', 'x'), ++ (3, 4, _) => ('3', '4', 'x'), ++ (3, 5, _) => ('3', '5', 'x'), + _ => version_error(), + }; + +-- +2.34.1 + diff --git a/portage/patches/media-libs/gavl/patch-gavl.patch b/portage/patches/media-libs/gavl/patch-gavl.patch new file mode 100644 index 0000000..86e19d4 --- /dev/null +++ b/portage/patches/media-libs/gavl/patch-gavl.patch @@ -0,0 +1,10 @@ +--- a/src/benchmark.c 2012-06-08 14:49:30.000000000 +0300 ++++ b/src/benchmark.c 2021-03-15 01:35:44.098919393 +0200 +@@ -40,6 +40,7 @@ + #endif + + #ifdef HAVE_SCHED_SETAFFINITY ++#define _GNU_SOURCE + #define __USE_GNU + #include + #endif diff --git a/portage/patches/sys-apps/sandbox/0001-configure.ac-check-for-backtrace-function-only-if-ex.patch b/portage/patches/sys-apps/sandbox/0001-configure.ac-check-for-backtrace-function-only-if-ex.patch new file mode 100644 index 0000000..2900063 --- /dev/null +++ b/portage/patches/sys-apps/sandbox/0001-configure.ac-check-for-backtrace-function-only-if-ex.patch @@ -0,0 +1,39 @@ +From 1fb3b0d59e41dbef1f93e2194e1827a11b8b9f45 Mon Sep 17 00:00:00 2001 +From: Alfred Wingate +Date: Mon, 21 Feb 2022 20:24:09 +0200 +Subject: [PATCH] configure.ac: check for backtrace function only if execinfo.h + is found + +* llvm-unwindlib has backtrace function defined so it might lead to a + false result in the test otherwise on musl systems which dont have + execinfo.h + +Signed-off-by: Alfred Wingate +--- + configure.ac | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 698051f..644bd06 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -161,6 +161,8 @@ AC_CHECK_HEADERS_ONCE(m4_flatten([ + linux/ptrace.h + ])) + ++AC_CHECK_HEADER(execinfo.h, AC_DEFINE(HAVE_EXECINFO_H) AC_CHECK_FUNCS_ONCE(backtrace)) ++ + dnl Checks for typedefs, structures, and compiler characteristics. + dnl Do this after all headers have been checked. + AC_C_CONST +@@ -187,7 +189,6 @@ AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK + AC_TYPE_SIGNAL + AC_FUNC_STAT + AC_CHECK_FUNCS_ONCE(m4_flatten([ +- backtrace + clone + __clone2 + creat64 +-- +2.35.1 + diff --git a/portage/sets/firefox b/portage/sets/firefox new file mode 100644 index 0000000..7ab2280 --- /dev/null +++ b/portage/sets/firefox @@ -0,0 +1,2 @@ +dev-lang/spidermonkey +www-client/firefox diff --git a/portage/sets/toolchain-llvm b/portage/sets/toolchain-llvm new file mode 100644 index 0000000..7fe3e63 --- /dev/null +++ b/portage/sets/toolchain-llvm @@ -0,0 +1,9 @@ +sys-devel/llvm +sys-devel/clang +sys-devel/lld +sys-devel/clang-runtime +sys-libs/compiler-rt +sys-libs/compiler-rt-sanitizers +sys-libs/libcxx +sys-libs/libcxxabi +sys-libs/llvm-libunwind From 8ec334a95e1aac870f6b5e73dc9c0fac8854b956 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 19 May 2022 22:43:43 +0100 Subject: [PATCH 008/833] Fix www-client/firefox being incorrectly entered as www-client/gcc. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 4debe58..5c0156e 100644 --- a/portage/package.env +++ b/portage/package.env @@ -296,4 +296,4 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic sys-libs/libselinux gcc-basic.conf -www-client/gcc gcc-basic.conf +www-client/firefox gcc-basic.conf From 558a8286524668ba96e7a78d9f2530b08e6af693 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 19 May 2022 22:50:22 +0100 Subject: [PATCH 009/833] Remove Python targets. --- portage/make.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index adee8bb..80f0a9d 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -44,10 +44,6 @@ ABI_X86="64" ## LLVM target flags. LLVM_TARGETS="X86" -## Python targets. -PYTHON_SINGLE_TARGET="python3_9" -PYTHON_TARGETS="python3_9" - # System. ## CHOST. CHOST="x86_64-gentoo-linux-musl" From a4c567076883e1ae6b8ca4883ddd0505792ab70d Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 19 May 2022 22:51:49 +0100 Subject: [PATCH 010/833] Add extra space between Flags and System blocks. --- portage/make.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/make.conf b/portage/make.conf index 80f0a9d..01680ca 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -44,6 +44,7 @@ ABI_X86="64" ## LLVM target flags. LLVM_TARGETS="X86" + # System. ## CHOST. CHOST="x86_64-gentoo-linux-musl" From 1a06cc3c3b4f0be02812f79ab76727e727dabc02 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 19 May 2022 23:42:48 +0100 Subject: [PATCH 011/833] Update package list and USE flags. --- portage/package.use | 10 +--------- portage/profile/package.provided | 0 2 files changed, 1 insertion(+), 9 deletions(-) create mode 100644 portage/profile/package.provided diff --git a/portage/package.use b/portage/package.use index c98bed2..65e42dd 100644 --- a/portage/package.use +++ b/portage/package.use @@ -16,11 +16,10 @@ net-libs/nodejs -lto -system-ssl sys-auth/polkit duktape sys-block/parted device-mapper verify-sig sys-devel/clang default-compiler-rt default-lld default-libcxx -#sys-devel/gcc custom-cflags -hardened sys-fs/cryptsetup argon2 nls openssl udev reencrypt sys-kernel/gentoo-sources symlink www-client/chromium -hangouts -widevine -www-client/firefox -hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-webp -lto -clang +www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-webp x11-base/xwayland xcsecurity >=media-libs/libglvnd-1.4.0 X @@ -61,11 +60,4 @@ sys-libs/llvm-libunwind static-libs sys-libs/libcxx static-libs sys-libs/libcxxabi static-libs sys-devel/clang-runtime libcxx -# required by gui-wm/sway-1.7::gentoo -# required by @selected -# required by @world (argument) >=gui-libs/wlroots-0.15.0-r2 X -# required by media-libs/libsvgtiny-0.1.7-r2::gentoo -# required by www-client/netsurf-3.10-r6::libressl[svgtiny,svg] -# required by www-client/netsurf::libressl (argument) ->=net-libs/libdom-0.4.1-r1 xml diff --git a/portage/profile/package.provided b/portage/profile/package.provided new file mode 100644 index 0000000..e69de29 From 76d8a42e9edd60fb6de00ce3fd1fb300a41e2244 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 00:19:41 +0100 Subject: [PATCH 012/833] Remove USE flag system-libevent. --- portage/make.conf | 2 +- portage/profile/use.mask | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 portage/profile/use.mask diff --git a/portage/make.conf b/portage/make.conf index 01680ca..8e9f905 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -29,7 +29,7 @@ CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_HARDENING}" LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" ## USE flags. -USE="clang dbus elogind libcxx libedit llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-llvm system-png system-webp wayland" +USE="clang dbus elogind libcxx libedit llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-llvm system-png system-webp wayland" USE="${USE} -ipv6 -jit -systemd" ## CPU flags. diff --git a/portage/profile/use.mask b/portage/profile/use.mask new file mode 100644 index 0000000..c3cfc61 --- /dev/null +++ b/portage/profile/use.mask @@ -0,0 +1 @@ +-system-libevent From e790a22bb794135226862f557eb2c958a0d08740 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 00:20:44 +0100 Subject: [PATCH 013/833] Remove www-client/firefox USE flag system-libevent. --- portage/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index 65e42dd..68b5773 100644 --- a/portage/package.use +++ b/portage/package.use @@ -19,7 +19,7 @@ sys-devel/clang default-compiler-rt default-lld default-libcxx sys-fs/cryptsetup argon2 nls openssl udev reencrypt sys-kernel/gentoo-sources symlink www-client/chromium -hangouts -widevine -www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-webp +www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-webp x11-base/xwayland xcsecurity >=media-libs/libglvnd-1.4.0 X From 931920878c90d6db036ee9fb9f8dbac90c89f63b Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 00:25:14 +0100 Subject: [PATCH 014/833] Disable www-client/firefox USE flag system-libevent. --- portage/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index 68b5773..155996f 100644 --- a/portage/package.use +++ b/portage/package.use @@ -19,7 +19,7 @@ sys-devel/clang default-compiler-rt default-lld default-libcxx sys-fs/cryptsetup argon2 nls openssl udev reencrypt sys-kernel/gentoo-sources symlink www-client/chromium -hangouts -widevine -www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-webp +www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-webp -system-libevent x11-base/xwayland xcsecurity >=media-libs/libglvnd-1.4.0 X From ee489bfe73ff70bf51fa2de7a13e3df5bb8244da Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 00:48:19 +0100 Subject: [PATCH 015/833] Unforce www-client/firefox USE flag system-libevent. --- portage/profile/package.use.force | 1 + portage/profile/use.mask | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 portage/profile/package.use.force delete mode 100644 portage/profile/use.mask diff --git a/portage/profile/package.use.force b/portage/profile/package.use.force new file mode 100644 index 0000000..cd855cc --- /dev/null +++ b/portage/profile/package.use.force @@ -0,0 +1 @@ +www-client/firefox -system-libevent diff --git a/portage/profile/use.mask b/portage/profile/use.mask deleted file mode 100644 index c3cfc61..0000000 --- a/portage/profile/use.mask +++ /dev/null @@ -1 +0,0 @@ --system-libevent From ce688b6546cde850f5f6082b49d4394b1d7e8cb8 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 00:52:52 +0100 Subject: [PATCH 016/833] Move www-client/firefox from GCC - Basic env to No PIE env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 5c0156e..2a4f12e 100644 --- a/portage/package.env +++ b/portage/package.env @@ -278,6 +278,7 @@ sys-libs/compiler-rt-sanitizers nopie.conf sys-libs/libcxx nopie.conf sys-libs/libcxxabi nopie.conf sys-libs/llvm-libunwind nopie.conf +www-client/firefox nopie.conf # No LTO, no PIE @@ -296,4 +297,3 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic sys-libs/libselinux gcc-basic.conf -www-client/firefox gcc-basic.conf From cb7f8814c3232a95572ce4845712948e055ffcb5 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 22:40:13 +0100 Subject: [PATCH 017/833] Move gui-apps/waybar from No PIE env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 2a4f12e..e673c7c 100644 --- a/portage/package.env +++ b/portage/package.env @@ -139,7 +139,6 @@ dev-utils/cmake nopie.conf gnome-base/dconf nopie.conf gnome-base/gsettings-desktop-schemas nopie.conf gnome-base/librsvg nopie.conf -gui-apps/waybar nopie.conf gui-libs/wlroots nopie.conf media-fonts/font-util nopie.conf media-gfx/exiv2 nopie.conf @@ -286,6 +285,7 @@ www-client/firefox nopie.conf dev-lang/perl basic.conf dev-libs/libxml2 basic.conf dev-perl/Socket6 basic.conf +gui-apps/waybar basic.conf sys-devel/gettext basic.conf sys-libs/musl basic.conf sys-libs/slang basic.conf From 053ce0ab4542624773db51d25db9197d40c0925a Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 22:42:35 +0100 Subject: [PATCH 018/833] Move gui-apps/waybar from Basic env to GCC - Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index e673c7c..16deafb 100644 --- a/portage/package.env +++ b/portage/package.env @@ -285,7 +285,6 @@ www-client/firefox nopie.conf dev-lang/perl basic.conf dev-libs/libxml2 basic.conf dev-perl/Socket6 basic.conf -gui-apps/waybar basic.conf sys-devel/gettext basic.conf sys-libs/musl basic.conf sys-libs/slang basic.conf @@ -296,4 +295,5 @@ dev-util/pkgconf gcc-nopie.conf sys-devel/gcc gcc-nopie.conf # GCC - Basic +gui-apps/waybar gcc-basic.conf sys-libs/libselinux gcc-basic.conf From 9cc734802dcf109d3263ce8110e989079f89d64d Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 23:15:53 +0100 Subject: [PATCH 019/833] Unmask dev-libs/openssl. --- portage/package.mask | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.mask b/portage/package.mask index 655cd15..fc55c2b 100644 --- a/portage/package.mask +++ b/portage/package.mask @@ -13,7 +13,6 @@ dev-java/icedtea-bin::gentoo dev-java/openjdk::gentoo dev-lang/rust::gentoo dev-lang/rust-bin::gentoo -dev-libs/openssl::gentoo dev-python/pypy3-exe::gentoo dev-util/dwarves::gentoo dev-util/kbuild::gentoo From 5ef129f7cbd2a9dde6b6114d99ad1eacf385a472 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 23:18:53 +0100 Subject: [PATCH 020/833] Change dev-libs/libressl to dev-libs/openssl. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 16deafb..0aba2ce 100644 --- a/portage/package.env +++ b/portage/package.env @@ -90,7 +90,7 @@ dev-libs/libnl nopie.conf dev-libs/libpcre nopie.conf dev-libs/libpcre2 nopie.conf dev-libs/libpipeline nopie.conf -dev-libs/libressl nopie.conf +dev-libs/openssl nopie.conf dev-libs/libsigc++ nopie.conf dev-libs/libsodium nopie.conf dev-libs/libstrophe nopie.conf From b2a344bd33aad09a420312f0c413a43d0ee4a3ef Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 23:31:34 +0100 Subject: [PATCH 021/833] Move dev-lang/python from No LTO env to No LTO, No PIE env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 0aba2ce..d1c5b15 100644 --- a/portage/package.env +++ b/portage/package.env @@ -1,7 +1,6 @@ # No LTO app-crypt/efitools nolto.conf app-shells/zsh nolto.conf -dev-lang/python nolto.conf app-crypt/sbsigntools werror.conf @@ -280,6 +279,7 @@ sys-libs/llvm-libunwind nopie.conf www-client/firefox nopie.conf # No LTO, no PIE +dev-lang/python nolto-nopie.conf # Basic dev-lang/perl basic.conf From 7424413a72465335d17739a28fbb93d4ce7f512f Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 23:35:56 +0100 Subject: [PATCH 022/833] Move dev-lang/python from No LTO, No PIE env to GCC - Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index d1c5b15..f308515 100644 --- a/portage/package.env +++ b/portage/package.env @@ -279,7 +279,6 @@ sys-libs/llvm-libunwind nopie.conf www-client/firefox nopie.conf # No LTO, no PIE -dev-lang/python nolto-nopie.conf # Basic dev-lang/perl basic.conf @@ -295,5 +294,6 @@ dev-util/pkgconf gcc-nopie.conf sys-devel/gcc gcc-nopie.conf # GCC - Basic +dev-lang/python gcc-basic.conf gui-apps/waybar gcc-basic.conf sys-libs/libselinux gcc-basic.conf From 4ca54dd5f5921c577c2c2e5eb1c579a5e234fc02 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 01:56:02 +0100 Subject: [PATCH 023/833] Move dev-perl/Socket6 from Basic to GCC - Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index f308515..21cbff5 100644 --- a/portage/package.env +++ b/portage/package.env @@ -283,7 +283,6 @@ www-client/firefox nopie.conf # Basic dev-lang/perl basic.conf dev-libs/libxml2 basic.conf -dev-perl/Socket6 basic.conf sys-devel/gettext basic.conf sys-libs/musl basic.conf sys-libs/slang basic.conf @@ -295,5 +294,6 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic dev-lang/python gcc-basic.conf +dev-perl/Socket6 gcc-basic.conf gui-apps/waybar gcc-basic.conf sys-libs/libselinux gcc-basic.conf From e62469255e2763e3da769c31820ea37f4ae89427 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 01:58:48 +0100 Subject: [PATCH 024/833] Add dev-perl/Net-SSLeay to GCC - Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 21cbff5..ece1b72 100644 --- a/portage/package.env +++ b/portage/package.env @@ -294,6 +294,7 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic dev-lang/python gcc-basic.conf +dev-perl/Net-SSLeay gcc-basic.conf dev-perl/Socket6 gcc-basic.conf gui-apps/waybar gcc-basic.conf sys-libs/libselinux gcc-basic.conf From 65016a940460e3771ad366f1c0adbe1809de99e6 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 02:10:30 +0100 Subject: [PATCH 025/833] Add net-libs/nodejs to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index ece1b72..2b78ade 100644 --- a/portage/package.env +++ b/portage/package.env @@ -197,6 +197,7 @@ net-firewall/iptables nopie.conf net-im/profanity nopie.conf net-libs/glib-networking nopie.conf net-libs/gnutls nopie.conf +net-libs/nodejs nopie.conf net-libs/libasyncns nopie.conf net-libs/libmnl nopie.conf net-libs/libnftnl nopie.conf From b9121604f0a022d40ffd26be160e937b11906076 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 02:28:40 +0100 Subject: [PATCH 026/833] Move net-libs/nodejs from No PIE env to GCC - Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 2b78ade..c9b4b20 100644 --- a/portage/package.env +++ b/portage/package.env @@ -197,7 +197,6 @@ net-firewall/iptables nopie.conf net-im/profanity nopie.conf net-libs/glib-networking nopie.conf net-libs/gnutls nopie.conf -net-libs/nodejs nopie.conf net-libs/libasyncns nopie.conf net-libs/libmnl nopie.conf net-libs/libnftnl nopie.conf @@ -298,4 +297,5 @@ dev-lang/python gcc-basic.conf dev-perl/Net-SSLeay gcc-basic.conf dev-perl/Socket6 gcc-basic.conf gui-apps/waybar gcc-basic.conf +net-libs/nodejs gcc-basic.conf sys-libs/libselinux gcc-basic.conf From 266939f3d20e6f70e537089e82a67bf20b30f9c8 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 16:51:45 +0100 Subject: [PATCH 027/833] Add sci-libs/fftw to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index c9b4b20..fd28bea 100644 --- a/portage/package.env +++ b/portage/package.env @@ -267,6 +267,7 @@ www-client/w3m nopie.conf x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf x11-libs/xtrans nopie.conf +sci-libs/fftw nopie.conf sys-devel/llvm nopie.conf sys-devel/clang nopie.conf sys-devel/lld nopie.conf From c8029211831a490a80de1fc58ed824de194833ac Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 17:04:46 +0100 Subject: [PATCH 028/833] Add media-libs/libebur128 to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index fd28bea..19f16d1 100644 --- a/portage/package.env +++ b/portage/package.env @@ -158,6 +158,7 @@ media-libs/harfbuzz nopie.conf media-libs/lcms nopie.conf media-libs/libaom nopie.conf media-libs/libass nopie.conf +media-libs/libebur128 nopie.conf media-libs/libepoxy nopie.conf media-libs/libglvnd nopie.conf media-libs/libjpeg-turbo nopie.conf From e319a099cf5aaecd5abfbb1a0b6fe9d6152baca2 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 17:07:37 +0100 Subject: [PATCH 029/833] Add kde-frameworks/kconfig to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 19f16d1..6420293 100644 --- a/portage/package.env +++ b/portage/package.env @@ -279,6 +279,7 @@ sys-libs/libcxx nopie.conf sys-libs/libcxxabi nopie.conf sys-libs/llvm-libunwind nopie.conf www-client/firefox nopie.conf +kde-frameworks/kconfig nopie.conf # No LTO, no PIE From b998e2f64d8a65947efb7995809299c15707aef8 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 17:10:50 +0100 Subject: [PATCH 030/833] Replace individual kde-frameworks packages in envs with kde-frameworks/* to No PIE env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 6420293..5be987a 100644 --- a/portage/package.env +++ b/portage/package.env @@ -279,7 +279,7 @@ sys-libs/libcxx nopie.conf sys-libs/libcxxabi nopie.conf sys-libs/llvm-libunwind nopie.conf www-client/firefox nopie.conf -kde-frameworks/kconfig nopie.conf +kde-frameworks/* nopie.conf # No LTO, no PIE From 738ab41d3825d51f7144c18a18b8f23fa2d87230 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 17:16:10 +0100 Subject: [PATCH 031/833] Add media-libs/sdl2-image to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 5be987a..59a5ccc 100644 --- a/portage/package.env +++ b/portage/package.env @@ -280,6 +280,7 @@ sys-libs/libcxxabi nopie.conf sys-libs/llvm-libunwind nopie.conf www-client/firefox nopie.conf kde-frameworks/* nopie.conf +media-libs/sdl2-image nopie.conf # No LTO, no PIE From 4508e4d93bf66db200a6e67a7b455d3e32972108 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 18:58:24 +0100 Subject: [PATCH 032/833] Add media-libs/gavl to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 59a5ccc..7793409 100644 --- a/portage/package.env +++ b/portage/package.env @@ -281,6 +281,7 @@ sys-libs/llvm-libunwind nopie.conf www-client/firefox nopie.conf kde-frameworks/* nopie.conf media-libs/sdl2-image nopie.conf +media-libs/gavl nopie.conf # No LTO, no PIE From c2810ca72c91ddcc3855cc13769577ee83b2936b Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 19:03:35 +0100 Subject: [PATCH 033/833] Add dev-python/numpy to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 7793409..6553228 100644 --- a/portage/package.env +++ b/portage/package.env @@ -282,6 +282,7 @@ www-client/firefox nopie.conf kde-frameworks/* nopie.conf media-libs/sdl2-image nopie.conf media-libs/gavl nopie.conf +dev-python/numpy nopie.conf # No LTO, no PIE From 83507d8817f8b4a33c2517a1f48607e2c141b370 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 19:10:28 +0100 Subject: [PATCH 034/833] Move dev-python/numpy to No LTO, No PIE env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 6553228..ab12787 100644 --- a/portage/package.env +++ b/portage/package.env @@ -282,7 +282,7 @@ www-client/firefox nopie.conf kde-frameworks/* nopie.conf media-libs/sdl2-image nopie.conf media-libs/gavl nopie.conf -dev-python/numpy nopie.conf +dev-python/numpy nolto-nopie.conf # No LTO, no PIE From c4c3c356a4e7ba559544df5772395bc5b9e6741c Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 19:15:25 +0100 Subject: [PATCH 035/833] Add Alacritty configuration files. Add cmus configuration files. --- alacritty/alacritty.yml | 828 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 828 insertions(+) create mode 100755 alacritty/alacritty.yml diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml new file mode 100755 index 0000000..60834f6 --- /dev/null +++ b/alacritty/alacritty.yml @@ -0,0 +1,828 @@ +# Imports are loaded in order, skipping all missing files, with the importing +# file being loaded last. If a field is already present in a previous import, it +# will be replaced. +# +# All imports must either be absolute paths starting with `/`, or paths relative +# to the user's home directory starting with `~/`. +#import: +# - /path/to/alacritty.yml + +# Any items in the `env` entry below will be added as +# environment variables. Some entries may override variables +# set by alacritty itself. +#env: + # TERM variable + # + # This value is used to set the `$TERM` environment variable for + # each instance of Alacritty. If it is not present, alacritty will + # check the local terminfo database and use `alacritty` if it is + # available, otherwise `xterm-256color` is used. + #TERM: alacritty + +#window: + # Window dimensions (changes require restart) + # + # Number of lines/columns (not pixels) in the terminal. The number of columns + # must be at least `2`, while using a value of `0` for columns and lines will + # fall back to the window manager's recommended size. + #dimensions: + # columns: 0 + # lines: 0 + + # Window position (changes require restart) + # + # Specified in number of pixels. + # If the position is not set, the window manager will handle the placement. + #position: + # x: 0 + # y: 0 + + # Window padding (changes require restart) + # + # Blank space added around the window in pixels. This padding is scaled + # by DPI and the specified value is always added at both opposing sides. + #padding: + # x: 0 + # y: 0 + + # Spread additional padding evenly around the terminal content. + #dynamic_padding: false + + # Window decorations + # + # Values for `decorations`: + # - full: Borders and title bar + # - none: Neither borders nor title bar + # + # Values for `decorations` (macOS only): + # - transparent: Title bar, transparent background and title bar buttons + # - buttonless: Title bar, transparent background and no title bar buttons + #decorations: full + + # Startup Mode (changes require restart) + # + # Values for `startup_mode`: + # - Windowed + # - Maximized + # - Fullscreen + # + # Values for `startup_mode` (macOS only): + # - SimpleFullscreen + #startup_mode: Windowed + + # Window title + #title: Alacritty + + # Allow terminal applications to change Alacritty's window title. + #dynamic_title: true + + # Window class (Linux/BSD only): + #class: + # Application instance name + #instance: Alacritty + # General application class + #general: Alacritty + + # GTK theme variant (Linux/BSD only) + # + # Override the variant of the GTK theme. Commonly supported values are `dark` + # and `light`. Set this to `None` to use the default theme variant. + #gtk_theme_variant: None + +#scrolling: + # Maximum number of lines in the scrollback buffer. + # Specifying '0' will disable scrolling. + #history: 10000 + + # Scrolling distance multiplier. + #multiplier: 3 + +# Font configuration +font: + normal: + family: monospace + style: Regular + + bold: + family: monospace + style: Bold + + italic: + family: monospace + style: Italic + + bold_italic: + family: monospace + style: Bold Italic + + size: 13 + + # Offset is the extra space around each character. `offset.y` can be thought + # of as modifying the line spacing, and `offset.x` as modifying the letter + # spacing. + #offset: + # x: 0 + # y: 0 + + # Glyph offset determines the locations of the glyphs within their cells with + # the default being at the bottom. Increasing `x` moves the glyph to the + # right, increasing `y` moves the glyph upward. + #glyph_offset: + # x: 0 + # y: 0 + + # Thin stroke font rendering (macOS only) + # + # Thin strokes are suitable for retina displays, but for non-retina screens + # it is recommended to set `use_thin_strokes` to `false`. + #use_thin_strokes: true + +# If `true`, bold text is drawn using the bright color variants. +#draw_bold_text_with_bright_colors: false + +# Colors. +colors: + # Default colors + primary: + background: '#000000' + foreground: '#bcbcbc' + # Normal colors + normal: + black: '#000000' + red: '#cd0000' + green: '#00cd00' + yellow: '#cdcd00' + blue: '#465fff' + magenta: '#cd00cd' + cyan: '#00cdcd' + white: '#bcbcbc' + # Bright colors + bright: + black: '#7f7f7f' + red: '#ff0000' + green: '#00ff00' + yellow: '#ffff00' + blue: '#5c5cff' + magenta: '#ff00ff' + cyan: '#00ffff' + white: '#bcbcbc' + + # Cursor colors + # + # Colors which should be used to draw the terminal cursor. + # + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #cursor: + # text: CellBackground + # cursor: CellForeground + + # Vi mode cursor colors + # + # Colors for the cursor when the vi mode is active. + # + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #vi_mode_cursor: + # text: CellBackground + # cursor: CellForeground + + # Search colors + # + # Colors used for the search bar and match highlighting. + #search: + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #matches: + # foreground: '#000000' + # background: '#ffffff' + #focused_match: + # foreground: '#ffffff' + # background: '#000000' + + #bar: + # background: '#c5c8c6' + # foreground: '#1d1f21' + + # Keyboard regex hints + #hints: + # First character in the hint label + # + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #start: + # foreground: '#1d1f21' + # background: '#e9ff5e' + + # All characters after the first one in the hint label + # + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #end: + # foreground: '#e9ff5e' + # background: '#1d1f21' + + # Line indicator + # + # Color used for the indicator displaying the position in history during + # search and vi mode. + # + # By default, these will use the opposing primary color. + #line_indicator: + # foreground: None + # background: None + + # Selection colors + # + # Colors which should be used to draw the selection area. + # + # Allowed values are CellForeground/CellBackground, which reference the + # affected cell, or hexadecimal colors like #ff00ff. + #selection: + # text: CellBackground + # background: CellForeground + + # Normal colors + #normal: + # black: '#1d1f21' + # red: '#cc6666' + # green: '#b5bd68' + # yellow: '#f0c674' + # blue: '#81a2be' + # magenta: '#b294bb' + # cyan: '#8abeb7' + # white: '#c5c8c6' + + # Bright colors + #bright: + # black: '#666666' + # red: '#d54e53' + # green: '#b9ca4a' + # yellow: '#e7c547' + # blue: '#7aa6da' + # magenta: '#c397d8' + # cyan: '#70c0b1' + # white: '#eaeaea' + + # Dim colors + # + # If the dim colors are not set, they will be calculated automatically based + # on the `normal` colors. + #dim: + # black: '#131415' + # red: '#864343' + # green: '#777c44' + # yellow: '#9e824c' + # blue: '#556a7d' + # magenta: '#75617b' + # cyan: '#5b7d78' + # white: '#828482' + + # Indexed Colors + # + # The indexed colors include all colors from 16 to 256. + # When these are not set, they're filled with sensible defaults. + # + # Example: + # `- { index: 16, color: '#ff00ff' }` + # + #indexed_colors: [] + +# Bell +# +# The bell is rung every time the BEL control character is received. +#bell: + # Visual Bell Animation + # + # Animation effect for flashing the screen when the visual bell is rung. + # + # Values for `animation`: + # - Ease + # - EaseOut + # - EaseOutSine + # - EaseOutQuad + # - EaseOutCubic + # - EaseOutQuart + # - EaseOutQuint + # - EaseOutExpo + # - EaseOutCirc + # - Linear + #animation: EaseOutExpo + + # Duration of the visual bell flash in milliseconds. A `duration` of `0` will + # disable the visual bell animation. + #duration: 0 + + # Visual bell animation color. + #color: '#ffffff' + + # Bell Command + # + # This program is executed whenever the bell is rung. + # + # When set to `command: None`, no command will be executed. + # + # Example: + # command: + # program: notify-send + # args: ["Hello, World!"] + # + #command: None + +# Background opacity +# +# Window opacity as a floating point number from `0.0` to `1.0`. +# The value `0.0` is completely transparent and `1.0` is opaque. +#background_opacity: 1.0 + +#selection: + # This string contains all characters that are used as separators for + # "semantic words" in Alacritty. + #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" + + # When set to `true`, selected text will be copied to the primary clipboard. + #save_to_clipboard: false + +#cursor: + # Cursor style + #style: + # Cursor shape + # + # Values for `shape`: + # - ▇ Block + # - _ Underline + # - | Beam + #shape: Block + + # Cursor blinking state + # + # Values for `blinking`: + # - Never: Prevent the cursor from ever blinking + # - Off: Disable blinking by default + # - On: Enable blinking by default + # - Always: Force the cursor to always blink + #blinking: Off + + # Vi mode cursor style + # + # If the vi mode cursor style is `None` or not specified, it will fall back to + # the style of the active value of the normal cursor. + # + # See `cursor.style` for available options. + #vi_mode_style: None + + # Cursor blinking interval in milliseconds. + #blink_interval: 750 + + # If this is `true`, the cursor will be rendered as a hollow box when the + # window is not focused. + #unfocused_hollow: true + + # Thickness of the cursor relative to the cell width as floating point number + # from `0.0` to `1.0`. + #thickness: 0.15 + +# Live config reload (changes require restart) +#live_config_reload: true + +# Shell +# +# You can set `shell.program` to the path of your favorite shell, e.g. +# `/bin/fish`. Entries in `shell.args` are passed unmodified as arguments to the +# shell. +# +# Default: +# - (macOS) /bin/bash --login +# - (Linux/BSD) user login shell +# - (Windows) powershell +#shell: +# program: /bin/bash +# args: +# - --login + +# Startup directory +# +# Directory the shell is started in. If this is unset, or `None`, the working +# directory of the parent process will be used. +#working_directory: None + +# Send ESC (\x1b) before characters when alt is pressed. +#alt_send_esc: true + +#mouse: + # Click settings + # + # The `double_click` and `triple_click` settings control the time + # alacritty should wait for accepting multiple clicks as one double + # or triple click. + #double_click: { threshold: 300 } + #triple_click: { threshold: 300 } + + # If this is `true`, the cursor is temporarily hidden when typing. + #hide_when_typing: false + +# Regex hints +# +# Terminal hints can be used to find text in the visible part of the terminal +# and pipe it to other applications. +#hints: + # Keys used for the hint labels. + #alphabet: "jfkdls;ahgurieowpq" + + # List with all available hints + # + # Each hint must have a `regex` and either an `action` or a `command` field. + # The fields `mouse`, `binding` and `post_processing` are optional. + # + # The fields `command`, `binding.key`, `binding.mods`, `binding.mode` and + # `mouse.mods` accept the same values as they do in the `key_bindings` section. + # + # The `mouse.enabled` field controls if the hint should be underlined while + # the mouse with all `mouse.mods` keys held or the vi mode cursor is above it. + # + # If the `post_processing` field is set to `true`, heuristics will be used to + # shorten the match if there are characters likely not to be part of the hint + # (e.g. a trailing `.`). This is most useful for URIs. + # + # Values for `action`: + # - Copy + # Copy the hint's text to the clipboard. + # - Paste + # Paste the hint's text to the terminal or search. + # - Select + # Select the hint's text. + # - MoveViModeCursor + # Move the vi mode cursor to the beginning of the hint. + #enabled: + # - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ + # [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" + # command: xdg-open + # post_processing: true + # mouse: + # enabled: true + # mods: None + # binding: + # key: U + # mods: Control|Shift + +# Mouse bindings +# +# Mouse bindings are specified as a list of objects, much like the key +# bindings further below. +# +# To trigger mouse bindings when an application running within Alacritty +# captures the mouse, the `Shift` modifier is automatically added as a +# requirement. +# +# Each mouse binding will specify a: +# +# - `mouse`: +# +# - Middle +# - Left +# - Right +# - Numeric identifier such as `5` +# +# - `action` (see key bindings) +# +# And optionally: +# +# - `mods` (see key bindings) +#mouse_bindings: +# - { mouse: Middle, action: PasteSelection } + +# Key bindings +# +# Key bindings are specified as a list of objects. For example, this is the +# default paste binding: +# +# `- { key: V, mods: Control|Shift, action: Paste }` +# +# Each key binding will specify a: +# +# - `key`: Identifier of the key pressed +# +# - A-Z +# - F1-F24 +# - Key0-Key9 +# +# A full list with available key codes can be found here: +# https://docs.rs/glutin/*/glutin/event/enum.VirtualKeyCode.html#variants +# +# Instead of using the name of the keys, the `key` field also supports using +# the scancode of the desired key. Scancodes have to be specified as a +# decimal number. This command will allow you to display the hex scancodes +# for certain keys: +# +# `showkey --scancodes`. +# +# Then exactly one of: +# +# - `chars`: Send a byte sequence to the running application +# +# The `chars` field writes the specified string to the terminal. This makes +# it possible to pass escape sequences. To find escape codes for bindings +# like `PageUp` (`"\x1b[5~"`), you can run the command `showkey -a` outside +# of tmux. Note that applications use terminfo to map escape sequences back +# to keys. It is therefore required to update the terminfo when changing an +# escape sequence. +# +# - `action`: Execute a predefined action +# +# - ToggleViMode +# - SearchForward +# Start searching toward the right of the search origin. +# - SearchBackward +# Start searching toward the left of the search origin. +# - Copy +# - Paste +# - IncreaseFontSize +# - DecreaseFontSize +# - ResetFontSize +# - ScrollPageUp +# - ScrollPageDown +# - ScrollHalfPageUp +# - ScrollHalfPageDown +# - ScrollLineUp +# - ScrollLineDown +# - ScrollToTop +# - ScrollToBottom +# - ClearHistory +# Remove the terminal's scrollback history. +# - Hide +# Hide the Alacritty window. +# - Minimize +# Minimize the Alacritty window. +# - Quit +# Quit Alacritty. +# - ToggleFullscreen +# - SpawnNewInstance +# Spawn a new instance of Alacritty. +# - ClearLogNotice +# Clear Alacritty's UI warning and error notice. +# - ClearSelection +# Remove the active selection. +# - ReceiveChar +# - None +# +# - Vi mode exclusive actions: +# +# - Open +# Perform the action of the first matching hint under the vi mode cursor +# with `mouse.enabled` set to `true`. +# - ToggleNormalSelection +# - ToggleLineSelection +# - ToggleBlockSelection +# - ToggleSemanticSelection +# Toggle semantic selection based on `selection.semantic_escape_chars`. +# +# - Vi mode exclusive cursor motion actions: +# +# - Up +# One line up. +# - Down +# One line down. +# - Left +# One character left. +# - Right +# One character right. +# - First +# First column, or beginning of the line when already at the first column. +# - Last +# Last column, or beginning of the line when already at the last column. +# - FirstOccupied +# First non-empty cell in this terminal row, or first non-empty cell of +# the line when already at the first cell of the row. +# - High +# Top of the screen. +# - Middle +# Center of the screen. +# - Low +# Bottom of the screen. +# - SemanticLeft +# Start of the previous semantically separated word. +# - SemanticRight +# Start of the next semantically separated word. +# - SemanticLeftEnd +# End of the previous semantically separated word. +# - SemanticRightEnd +# End of the next semantically separated word. +# - WordLeft +# Start of the previous whitespace separated word. +# - WordRight +# Start of the next whitespace separated word. +# - WordLeftEnd +# End of the previous whitespace separated word. +# - WordRightEnd +# End of the next whitespace separated word. +# - Bracket +# Character matching the bracket at the cursor's location. +# - SearchNext +# Beginning of the next match. +# - SearchPrevious +# Beginning of the previous match. +# - SearchStart +# Start of the match to the left of the vi mode cursor. +# - SearchEnd +# End of the match to the right of the vi mode cursor. +# +# - Search mode exclusive actions: +# - SearchFocusNext +# Move the focus to the next search match. +# - SearchFocusPrevious +# Move the focus to the previous search match. +# - SearchConfirm +# - SearchCancel +# - SearchClear +# Reset the search regex. +# - SearchDeleteWord +# Delete the last word in the search regex. +# - SearchHistoryPrevious +# Go to the previous regex in the search history. +# - SearchHistoryNext +# Go to the next regex in the search history. +# +# - macOS exclusive actions: +# - ToggleSimpleFullscreen +# Enter fullscreen without occupying another space. +# +# - Linux/BSD exclusive actions: +# +# - CopySelection +# Copy from the selection buffer. +# - PasteSelection +# Paste from the selection buffer. +# +# - `command`: Fork and execute a specified command plus arguments +# +# The `command` field must be a map containing a `program` string and an +# `args` array of command line parameter strings. For example: +# `{ program: "alacritty", args: ["-e", "vttest"] }` +# +# And optionally: +# +# - `mods`: Key modifiers to filter binding actions +# +# - Command +# - Control +# - Option +# - Super +# - Shift +# - Alt +# +# Multiple `mods` can be combined using `|` like this: +# `mods: Control|Shift`. +# Whitespace and capitalization are relevant and must match the example. +# +# - `mode`: Indicate a binding for only specific terminal reported modes +# +# This is mainly used to send applications the correct escape sequences +# when in different modes. +# +# - AppCursor +# - AppKeypad +# - Search +# - Alt +# - Vi +# +# A `~` operator can be used before a mode to apply the binding whenever +# the mode is *not* active, e.g. `~Alt`. +# +# Bindings are always filled by default, but will be replaced when a new +# binding with the same triggers is defined. To unset a default binding, it can +# be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for +# a no-op if you do not wish to receive input characters for that binding. +# +# If the same trigger is assigned to multiple actions, all of them are executed +# in the order they were defined in. +#key_bindings: + #- { key: Paste, action: Paste } + #- { key: Copy, action: Copy } + #- { key: L, mods: Control, action: ClearLogNotice } + #- { key: L, mods: Control, mode: ~Vi|~Search, chars: "\x0c" } + #- { key: PageUp, mods: Shift, mode: ~Alt, action: ScrollPageUp, } + #- { key: PageDown, mods: Shift, mode: ~Alt, action: ScrollPageDown } + #- { key: Home, mods: Shift, mode: ~Alt, action: ScrollToTop, } + #- { key: End, mods: Shift, mode: ~Alt, action: ScrollToBottom } + + # Vi Mode + #- { key: Space, mods: Shift|Control, mode: ~Search, action: ToggleViMode } + #- { key: Space, mods: Shift|Control, mode: Vi|~Search, action: ScrollToBottom } + #- { key: Escape, mode: Vi|~Search, action: ClearSelection } + #- { key: I, mode: Vi|~Search, action: ToggleViMode } + #- { key: I, mode: Vi|~Search, action: ScrollToBottom } + #- { key: C, mods: Control, mode: Vi|~Search, action: ToggleViMode } + #- { key: Y, mods: Control, mode: Vi|~Search, action: ScrollLineUp } + #- { key: E, mods: Control, mode: Vi|~Search, action: ScrollLineDown } + #- { key: G, mode: Vi|~Search, action: ScrollToTop } + #- { key: G, mods: Shift, mode: Vi|~Search, action: ScrollToBottom } + #- { key: B, mods: Control, mode: Vi|~Search, action: ScrollPageUp } + #- { key: F, mods: Control, mode: Vi|~Search, action: ScrollPageDown } + #- { key: U, mods: Control, mode: Vi|~Search, action: ScrollHalfPageUp } + #- { key: D, mods: Control, mode: Vi|~Search, action: ScrollHalfPageDown } + #- { key: Y, mode: Vi|~Search, action: Copy } + #- { key: Y, mode: Vi|~Search, action: ClearSelection } + #- { key: Copy, mode: Vi|~Search, action: ClearSelection } + #- { key: V, mode: Vi|~Search, action: ToggleNormalSelection } + #- { key: V, mods: Shift, mode: Vi|~Search, action: ToggleLineSelection } + #- { key: V, mods: Control, mode: Vi|~Search, action: ToggleBlockSelection } + #- { key: V, mods: Alt, mode: Vi|~Search, action: ToggleSemanticSelection } + #- { key: Return, mode: Vi|~Search, action: Open } + #- { key: K, mode: Vi|~Search, action: Up } + #- { key: J, mode: Vi|~Search, action: Down } + #- { key: H, mode: Vi|~Search, action: Left } + #- { key: L, mode: Vi|~Search, action: Right } + #- { key: Up, mode: Vi|~Search, action: Up } + #- { key: Down, mode: Vi|~Search, action: Down } + #- { key: Left, mode: Vi|~Search, action: Left } + #- { key: Right, mode: Vi|~Search, action: Right } + #- { key: Key0, mode: Vi|~Search, action: First } + #- { key: Key4, mods: Shift, mode: Vi|~Search, action: Last } + #- { key: Key6, mods: Shift, mode: Vi|~Search, action: FirstOccupied } + #- { key: H, mods: Shift, mode: Vi|~Search, action: High } + #- { key: M, mods: Shift, mode: Vi|~Search, action: Middle } + #- { key: L, mods: Shift, mode: Vi|~Search, action: Low } + #- { key: B, mode: Vi|~Search, action: SemanticLeft } + #- { key: W, mode: Vi|~Search, action: SemanticRight } + #- { key: E, mode: Vi|~Search, action: SemanticRightEnd } + #- { key: B, mods: Shift, mode: Vi|~Search, action: WordLeft } + #- { key: W, mods: Shift, mode: Vi|~Search, action: WordRight } + #- { key: E, mods: Shift, mode: Vi|~Search, action: WordRightEnd } + #- { key: Key5, mods: Shift, mode: Vi|~Search, action: Bracket } + #- { key: Slash, mode: Vi|~Search, action: SearchForward } + #- { key: Slash, mods: Shift, mode: Vi|~Search, action: SearchBackward } + #- { key: N, mode: Vi|~Search, action: SearchNext } + #- { key: N, mods: Shift, mode: Vi|~Search, action: SearchPrevious } + + # Search Mode + #- { key: Return, mode: Search|Vi, action: SearchConfirm } + #- { key: Escape, mode: Search, action: SearchCancel } + #- { key: C, mods: Control, mode: Search, action: SearchCancel } + #- { key: U, mods: Control, mode: Search, action: SearchClear } + #- { key: W, mods: Control, mode: Search, action: SearchDeleteWord } + #- { key: P, mods: Control, mode: Search, action: SearchHistoryPrevious } + #- { key: N, mods: Control, mode: Search, action: SearchHistoryNext } + #- { key: Up, mode: Search, action: SearchHistoryPrevious } + #- { key: Down, mode: Search, action: SearchHistoryNext } + #- { key: Return, mode: Search|~Vi, action: SearchFocusNext } + #- { key: Return, mods: Shift, mode: Search|~Vi, action: SearchFocusPrevious } + + # (Windows, Linux, and BSD only) + #- { key: V, mods: Control|Shift, mode: ~Vi, action: Paste } + #- { key: C, mods: Control|Shift, action: Copy } + #- { key: F, mods: Control|Shift, mode: ~Search, action: SearchForward } + #- { key: B, mods: Control|Shift, mode: ~Search, action: SearchBackward } + #- { key: C, mods: Control|Shift, mode: Vi|~Search, action: ClearSelection } + #- { key: Insert, mods: Shift, action: PasteSelection } + #- { key: Key0, mods: Control, action: ResetFontSize } + #- { key: Equals, mods: Control, action: IncreaseFontSize } + #- { key: Plus, mods: Control, action: IncreaseFontSize } + #- { key: NumpadAdd, mods: Control, action: IncreaseFontSize } + #- { key: Minus, mods: Control, action: DecreaseFontSize } + #- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize } + + # (Windows only) + #- { key: Return, mods: Alt, action: ToggleFullscreen } + + # (macOS only) + #- { key: K, mods: Command, mode: ~Vi|~Search, chars: "\x0c" } + #- { key: K, mods: Command, mode: ~Vi|~Search, action: ClearHistory } + #- { key: Key0, mods: Command, action: ResetFontSize } + #- { key: Equals, mods: Command, action: IncreaseFontSize } + #- { key: Plus, mods: Command, action: IncreaseFontSize } + #- { key: NumpadAdd, mods: Command, action: IncreaseFontSize } + #- { key: Minus, mods: Command, action: DecreaseFontSize } + #- { key: NumpadSubtract, mods: Command, action: DecreaseFontSize } + #- { key: V, mods: Command, action: Paste } + #- { key: C, mods: Command, action: Copy } + #- { key: C, mods: Command, mode: Vi|~Search, action: ClearSelection } + #- { key: H, mods: Command, action: Hide } + #- { key: H, mods: Command|Alt, action: HideOtherApplications } + #- { key: M, mods: Command, action: Minimize } + #- { key: Q, mods: Command, action: Quit } + #- { key: W, mods: Command, action: Quit } + #- { key: N, mods: Command, action: SpawnNewInstance } + #- { key: F, mods: Command|Control, action: ToggleFullscreen } + #- { key: F, mods: Command, mode: ~Search, action: SearchForward } + #- { key: B, mods: Command, mode: ~Search, action: SearchBackward } + +#debug: + # Display the time it takes to redraw each frame. + #render_timer: false + + # Keep the log file after quitting Alacritty. + #persistent_logging: false + + # Log level + # + # Values for `log_level`: + # - Off + # - Error + # - Warn + # - Info + # - Debug + # - Trace + #log_level: Warn + + # Print all received window events. + #print_events: false From bfbd50b7db5134aecb3462c4f6fc8d02ccce1ade Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 21 May 2022 19:23:19 +0100 Subject: [PATCH 036/833] Add Dunst configuration files. Add mc configuration files. Add mpv configuration files. Add neofetch configuration files. Add Neovim configuration files. Add Sway configuration files. Add Waybar configuration files. --- dunst/dunstrc | 471 +++++++++++++++++++++++++++++++++++++++++++ mc/ini | 150 ++++++++++++++ mc/mc.keymap | 6 + mc/panels.ini | 0 mpv/input.conf | 9 + mpv/mpv.conf | 10 + neofetch/config.conf | 447 ++++++++++++++++++++++++++++++++++++++++ nvim/init.vim | 3 + sway/config | 212 +++++++++++++++++++ waybar/cmus.sh | 28 +++ waybar/config | 153 ++++++++++++++ waybar/config-old | 295 +++++++++++++++++++++++++++ waybar/cpu-frq.sh | 15 ++ waybar/cpu-temp.sh | 8 + waybar/launch.sh | 19 ++ waybar/style.css | 104 ++++++++++ 16 files changed, 1930 insertions(+) create mode 100755 dunst/dunstrc create mode 100755 mc/ini create mode 100755 mc/mc.keymap create mode 100755 mc/panels.ini create mode 100644 mpv/input.conf create mode 100644 mpv/mpv.conf create mode 100755 neofetch/config.conf create mode 100755 nvim/init.vim create mode 100755 sway/config create mode 100755 waybar/cmus.sh create mode 100644 waybar/config create mode 100755 waybar/config-old create mode 100755 waybar/cpu-frq.sh create mode 100755 waybar/cpu-temp.sh create mode 100755 waybar/launch.sh create mode 100644 waybar/style.css diff --git a/dunst/dunstrc b/dunst/dunstrc new file mode 100755 index 0000000..148fca8 --- /dev/null +++ b/dunst/dunstrc @@ -0,0 +1,471 @@ +# Dunst configuration file. + +# Copyright 2021 Inference + +# 1.0.0.1 + + +[global] + ### Display ### + + # Which monitor should the notifications be displayed on. + monitor = 0 + + # Display notification on focused monitor. Possible modes are: + # mouse: follow mouse pointer + # keyboard: follow window with keyboard focus + # none: don't follow anything + # + # "keyboard" needs a window manager that exports the + # _NET_ACTIVE_WINDOW property. + # This should be the case for almost all modern window managers. + # + # If this option is set to mouse or keyboard, the monitor option + # will be ignored. + follow = mouse + + # The geometry of the window: + # [{width}]x{height}[+/-{x}+/-{y}] + # The geometry of the message window. + # The height is measured in number of notifications everything else + # in pixels. If the width is omitted but the height is given + # ("-geometry x2"), the message window expands over the whole screen + # (dmenu-like). If width is 0, the window expands to the longest + # message displayed. A positive x is measured from the left, a + # negative from the right side of the screen. Y is measured from + # the top and down respectively. + # The width can be negative. In this case the actual width is the + # screen width minus the width defined in within the geometry option. + geometry = "400x0-0+47" + + # Turn on the progess bar + progress_bar = true + + # Set the progress bar height. This includes the frame, so make sure + # it's at least twice as big as the frame width. + progress_bar_height = 10 + + # Set the frame width of the progress bar + progress_bar_frame_width = 1 + + # Set the minimum width for the progress bar + progress_bar_min_width = 150 + + # Set the maximum width for the progress bar + progress_bar_max_width = 300 + + + # Show how many messages are currently hidden (because of geometry). + indicate_hidden = yes + + # Shrink window if it's smaller than the width. Will be ignored if + # width is 0. + shrink = no + + # The transparency of the window. Range: [0; 100]. + # This option will only work if a compositing window manager is + # present (e.g. xcompmgr, compiz, etc.). + transparency = 0 + + # The height of the entire notification. If the height is smaller + # than the font height and padding combined, it will be raised + # to the font height and padding. + notification_height = 0 + + # Draw a line of "separator_height" pixel height between two + # notifications. + # Set to 0 to disable. + separator_height = 5 + + # Padding between text and separator. + padding = 8 + + # Horizontal padding. + horizontal_padding = 8 + + # Padding between text and icon. + text_icon_padding = 0 + + # Defines width in pixels of frame around the notification window. + # Set to 0 to disable. + frame_width = 3 + + # Defines color of the frame around the notification window. + frame_color = "#aaaaaa" + + # Define a color for the separator. + # possible values are: + # * auto: dunst tries to find a color fitting to the background; + # * foreground: use the same color as the foreground; + # * frame: use the same color as the frame; + # * anything else will be interpreted as a X color. + separator_color = frame + + # Sort messages by urgency. + sort = yes + + # Don't remove messages, if the user is idle (no mouse or keyboard input) + # for longer than idle_threshold seconds. + # Set to 0 to disable. + # A client can set the 'transient' hint to bypass this. See the rules + # section for how to disable this if necessary + idle_threshold = 120 + + ### Text ### + + font = Monospace 12 + + # The spacing between lines. If the height is smaller than the + # font height, it will get raised to the font height. + line_height = 0 + + # Possible values are: + # full: Allow a small subset of html markup in notifications: + # bold + # italic + # strikethrough + # underline + # + # For a complete reference see + # . + # + # strip: This setting is provided for compatibility with some broken + # clients that send markup even though it's not enabled on the + # server. Dunst will try to strip the markup but the parsing is + # simplistic so using this option outside of matching rules for + # specific applications *IS GREATLY DISCOURAGED*. + # + # no: Disable markup parsing, incoming notifications will be treated as + # plain text. Dunst will not advertise that it has the body-markup + # capability if this is set as a global setting. + # + # It's important to note that markup inside the format option will be parsed + # regardless of what this is set to. + markup = full + + # The format of the message. Possible variables are: + # %a appname + # %s summary + # %b body + # %i iconname (including its path) + # %I iconname (without its path) + # %p progress value if set ([ 0%] to [100%]) or nothing + # %n progress value if set without any extra characters + # %% Literal % + # Markup is allowed + format = "%s\n%b" + + # Alignment of message text. + # Possible values are "left", "center" and "right". + alignment = left + + # Vertical alignment of message text and icon. + # Possible values are "top", "center" and "bottom". + vertical_alignment = center + + # Show age of message if message is older than show_age_threshold + # seconds. + # Set to -1 to disable. + show_age_threshold = 60 + + # Split notifications into multiple lines if they don't fit into + # geometry. + word_wrap = yes + + # When word_wrap is set to no, specify where to make an ellipsis in long lines. + # Possible values are "start", "middle" and "end". + ellipsize = middle + + # Ignore newlines '\n' in notifications. + ignore_newline = no + + # Stack together notifications with the same content + stack_duplicates = true + + # Hide the count of stacked notifications with the same content + hide_duplicate_count = false + + # Display indicators for URLs (U) and actions (A). + show_indicators = yes + + ### Icons ### + + # Align icons left/right/off + icon_position = left + + # Scale small icons up to this size, set to 0 to disable. Helpful + # for e.g. small files or high-dpi screens. In case of conflict, + # max_icon_size takes precedence over this. + min_icon_size = 0 + + # Scale larger icons down to this size, set to 0 to disable + max_icon_size = 32 + + # Paths to default icons. + icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + + ### History ### + + # Should a notification popped up from history be sticky or timeout + # as if it would normally do. + sticky_history = yes + + # Maximum amount of notifications kept in history + history_length = 20 + + ### Misc/Advanced ### + + # dmenu path. + dmenu = /usr/bin/dmenu -p dunst: + + # Browser for opening urls in context menu. + browser = /usr/bin/firefox -new-tab + + # Always run rule-defined scripts, even if the notification is suppressed + always_run_script = true + + # Define the title of the windows spawned by dunst + title = Dunst + + # Define the class of the windows spawned by dunst + class = Dunst + + # Print a notification on startup. + # This is mainly for error detection, since dbus (re-)starts dunst + # automatically after a crash. + startup_notification = false + + # Manage dunst's desire for talking + # Can be one of the following values: + # crit: Critical features. Dunst aborts + # warn: Only non-fatal warnings + # mesg: Important Messages + # info: all unimportant stuff + # debug: all less than unimportant stuff + verbosity = mesg + + # Define the corner radius of the notification window + # in pixel size. If the radius is 0, you have no rounded + # corners. + # The radius will be automatically lowered if it exceeds half of the + # notification height to avoid clipping text and/or icons. + corner_radius = 0 + + # Ignore the dbus closeNotification message. + # Useful to enforce the timeout set by dunst configuration. Without this + # parameter, an application may close the notification sent before the + # user defined timeout. + ignore_dbusclose = false + + ### Wayland ### + # These settings are Wayland-specific. They have no effect when using X11 + + # Uncomment this if you want to let notications appear under fullscreen + # applications (default: overlay) + # layer = top + + # Set this to true to use X11 output on Wayland. + force_xwayland = false + + ### Legacy + + # Use the Xinerama extension instead of RandR for multi-monitor support. + # This setting is provided for compatibility with older nVidia drivers that + # do not support RandR and using it on systems that support RandR is highly + # discouraged. + # + # By enabling this setting dunst will not be able to detect when a monitor + # is connected or disconnected which might break follow mode if the screen + # layout changes. + force_xinerama = false + + ### mouse + + # Defines list of actions for each mouse event + # Possible values are: + # * none: Don't do anything. + # * do_action: If the notification has exactly one action, or one is marked as default, + # invoke it. If there are multiple and no default, open the context menu. + # * close_current: Close current notification. + # * close_all: Close all notifications. + # These values can be strung together for each mouse event, and + # will be executed in sequence. + mouse_left_click = close_current + mouse_middle_click = do_action, close_current + mouse_right_click = close_all + +# Experimental features that may or may not work correctly. Do not expect them +# to have a consistent behaviour across releases. +[experimental] + # Calculate the dpi to use on a per-monitor basis. + # If this setting is enabled the Xft.dpi value will be ignored and instead + # dunst will attempt to calculate an appropriate dpi value for each monitor + # using the resolution and physical size. This might be useful in setups + # where there are multiple screens with very different dpi values. + per_monitor_dpi = false + +# The internal keyboard shortcut support in dunst is now considered deprecated +# and should be replaced by dunstctl calls. You can use the configuration of your +# WM or DE to bind these to shortcuts of your choice. +# Check the dunstctl manual page for more info. +[shortcuts] + + # Shortcuts are specified as [modifier+][modifier+]...key + # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2", + # "mod3" and "mod4" (windows-key). + # Xev might be helpful to find names for keys. + + # Close notification. Equivalent dunstctl command: + # dunstctl close + # close = ctrl+space + + # Close all notifications. Equivalent dunstctl command: + # dunstctl close-all + # close_all = ctrl+shift+space + + # Redisplay last message(s). Equivalent dunstctl command: + # dunstctl history-pop + # history = ctrl+grave + + # Context menu. Equivalent dunstctl command: + # dunstctl context + # context = ctrl+shift+period + +[urgency_low] + # IMPORTANT: colors have to be defined in quotation marks. + # Otherwise the "#" and following would be interpreted as a comment. + background = "#222222" + foreground = "#888888" + timeout = 10 + # Icon for notifications with low urgency, uncomment to enable + #icon = /path/to/icon + +[urgency_normal] + background = "#285577" + foreground = "#ffffff" + timeout = 10 + # Icon for notifications with normal urgency, uncomment to enable + #icon = /path/to/icon + +[urgency_critical] + background = "#900000" + foreground = "#ffffff" + frame_color = "#ff0000" + timeout = 0 + # Icon for notifications with critical urgency, uncomment to enable + #icon = /path/to/icon + +# Every section that isn't one of the above is interpreted as a rules to +# override settings for certain messages. +# +# Messages can be matched by +# appname (discouraged, see desktop_entry) +# body +# category +# desktop_entry +# icon +# match_transient +# msg_urgency +# stack_tag +# summary +# +# and you can override the +# background +# foreground +# format +# frame_color +# fullscreen +# new_icon +# set_stack_tag +# set_transient +# timeout +# urgency +# +# Shell-like globbing will get expanded. +# +# Instead of the appname filter, it's recommended to use the desktop_entry filter. +# GLib based applications export their desktop-entry name. In comparison to the appname, +# the desktop-entry won't get localized. +# +# SCRIPTING +# You can specify a script that gets run when the rule matches by +# setting the "script" option. +# The script will be called as follows: +# script appname summary body icon urgency +# where urgency can be "LOW", "NORMAL" or "CRITICAL". +# +# NOTE: if you don't want a notification to be displayed, set the format +# to "". +# NOTE: It might be helpful to run dunst -print in a terminal in order +# to find fitting options for rules. + +# Disable the transient hint so that idle_threshold cannot be bypassed from the +# client +#[transient_disable] +# match_transient = yes +# set_transient = no +# +# Make the handling of transient notifications more strict by making them not +# be placed in history. +#[transient_history_ignore] +# match_transient = yes +# history_ignore = yes + +# fullscreen values +# show: show the notifications, regardless if there is a fullscreen window opened +# delay: displays the new notification, if there is no fullscreen window active +# If the notification is already drawn, it won't get undrawn. +# pushback: same as delay, but when switching into fullscreen, the notification will get +# withdrawn from screen again and will get delayed like a new notification +#[fullscreen_delay_everything] +# fullscreen = delay +#[fullscreen_show_critical] +# msg_urgency = critical +# fullscreen = show + +#[espeak] +# summary = "*" +# script = dunst_espeak.sh + +#[script-test] +# summary = "*script*" +# script = dunst_test.sh + +#[ignore] +# # This notification will not be displayed +# summary = "foobar" +# format = "" + +#[history-ignore] +# # This notification will not be saved in history +# summary = "foobar" +# history_ignore = yes + +#[skip-display] +# # This notification will not be displayed, but will be included in the history +# summary = "foobar" +# skip_display = yes + +#[signed_on] +# appname = Pidgin +# summary = "*signed on*" +# urgency = low +# +#[signed_off] +# appname = Pidgin +# summary = *signed off* +# urgency = low +# +#[says] +# appname = Pidgin +# summary = *says* +# urgency = critical +# +#[twitter] +# appname = Pidgin +# summary = *twitter.com* +# urgency = normal +# +#[stack-volumes] +# appname = "some_volume_notifiers" +# set_stack_tag = "volume" diff --git a/mc/ini b/mc/ini new file mode 100755 index 0000000..17eee00 --- /dev/null +++ b/mc/ini @@ -0,0 +1,150 @@ +[Midnight-Commander] +verbose=true +shell_patterns=true +auto_save_setup=true +preallocate_space=false +auto_menu=false +use_internal_view=true +use_internal_edit=false +clear_before_exec=true +confirm_delete=true +confirm_overwrite=true +confirm_execute=false +confirm_history_cleanup=true +confirm_exit=false +confirm_directory_hotlist_delete=false +confirm_view_dir=false +safe_delete=false +safe_overwrite=false +use_8th_bit_as_meta=false +mouse_move_pages_viewer=true +mouse_close_dialog=false +fast_refresh=false +drop_menus=false +wrap_mode=true +old_esc_mode=true +cd_symlinks=true +show_all_if_ambiguous=false +use_file_to_guess_type=true +alternate_plus_minus=false +only_leading_plus_minus=true +show_output_starts_shell=false +xtree_mode=false +file_op_compute_totals=true +classic_progressbar=true +use_netrc=true +ftpfs_always_use_proxy=false +ftpfs_use_passive_connections=true +ftpfs_use_passive_connections_over_proxy=false +ftpfs_use_unix_list_options=true +ftpfs_first_cd_then_ls=true +ignore_ftp_chattr_errors=true +editor_fill_tabs_with_spaces=false +editor_return_does_auto_indent=false +editor_backspace_through_tabs=false +editor_fake_half_tabs=true +editor_option_save_position=true +editor_option_auto_para_formatting=false +editor_option_typewriter_wrap=false +editor_edit_confirm_save=true +editor_syntax_highlighting=true +editor_persistent_selections=true +editor_drop_selection_on_copy=true +editor_cursor_beyond_eol=false +editor_cursor_after_inserted_block=false +editor_visible_tabs=true +editor_visible_spaces=true +editor_line_state=false +editor_simple_statusbar=false +editor_check_new_line=false +editor_show_right_margin=false +editor_group_undo=true +editor_state_full_filename=true +editor_ask_filename_before_edit=false +nice_rotating_dash=true +mcview_remember_file_position=false +auto_fill_mkdir_name=true +copymove_persistent_attr=true +pause_after_run=1 +mouse_repeat_rate=100 +double_click_speed=250 +old_esc_mode_timeout=1000000 +max_dirt_limit=10 +num_history_items_recorded=60 +vfs_timeout=60 +ftpfs_directory_timeout=900 +ftpfs_retry_seconds=30 +fish_directory_timeout=900 +editor_tab_spacing=8 +editor_word_wrap_line_length=72 +editor_option_save_mode=0 +editor_backup_extension=~ +editor_filesize_threshold=64M +editor_stop_format_chars=-+*\\,.;:&> +mcview_eof= +skin=dark + +shadows=true + +[Layout] +message_visible=false +keybar_visible=true +xterm_title=true +output_lines=0 +command_prompt=false +menubar_visible=true +free_space=true +horizontal_split=false +vertical_equal=true +left_panel_size=86 +horizontal_equal=true +top_panel_size=1 + +[Misc] +timeformat_recent=%b %e %H:%M +timeformat_old=%b %e %Y +ftp_proxy_host=gate +ftpfs_password=anonymous@ +display_codepage=UTF-8 +source_codepage=Other_8_bit +autodetect_codeset= +spell_language=en +clipboard_store= +clipboard_paste= + +[Colors] +base_color= +xterm-256color= +color_terminals= + +xterm= + +[Panels] +show_mini_info=true +kilobyte_si=false +mix_all_files=false +show_backups=true +show_dot_files=true +fast_reload=false +fast_reload_msg_shown=false +mark_moves_down=true +reverse_files_only=true +auto_save_setup_panels=false +navigate_with_arrows=false +panel_scroll_pages=true +panel_scroll_center=false +mouse_move_pages=true +filetype_mode=true +permission_mode=false +torben_fj_mode=false +quick_search_mode=2 +select_flags=6 + +[Panelize] +Find *.orig after patching=find . -name \\*.orig -print +Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print +Find rejects after patching=find . -name \\*.rej -print +Modified git files=git ls-files --modified + +[terminal:general] +complete=` diff --git a/mc/mc.keymap b/mc/mc.keymap new file mode 100755 index 0000000..7cee3d6 --- /dev/null +++ b/mc/mc.keymap @@ -0,0 +1,6 @@ +[main:empty-cmdline] +ChangePanel = tab +[main] +ChangePanel = +[input] +Complete = tab; alt-tab diff --git a/mc/panels.ini b/mc/panels.ini new file mode 100755 index 0000000..e69de29 diff --git a/mpv/input.conf b/mpv/input.conf new file mode 100644 index 0000000..4c468a6 --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1,9 @@ +# Video panning. +Alt+left add video-pan-x 0.1 +Alt+right add video-pan-x -0.1 +Alt+up add video-pan-y 0.1 +Alt+down add video-pan-y -0.1 + +# Video zooming. +Alt+= add video-zoom 0.1 +Alt+- add video-zoom -0.1 diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..a33b171 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,10 @@ +loop-playlist=inf +loop-file=inf +vo=gpu +hwdec=vaapi +volume=100 +image-display-duration=inf +no-border +no-osc +osd-level=0 +alpha=yes diff --git a/neofetch/config.conf b/neofetch/config.conf new file mode 100755 index 0000000..e936365 --- /dev/null +++ b/neofetch/config.conf @@ -0,0 +1,447 @@ +# Neofetch Configuration File. + +# Copyright 2021 Inference + +# 1.0.0 + + +print_info() { + + info title + info underline + info "Host" model + info "CPU" cpu + info "GPU" gpu + info "GPU drv" gpu_driver + info "Mem" memory + info "Res" resolution + info underline + info "OS" distro + info "Kernel" kernel + info "Packages" packages + info "Shell" shell + info "DE" de + info "WM" wm + info "Terminal" term + info "Locale" locale + +} + + +# Kernel + +# Shorten the output of the kernel function. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --kernel_shorthand +# Supports: Everything except *BSDs (except PacBSD and PC-BSD) +# +# Example: +# on: '4.8.9-1-ARCH' +# off: 'Linux 4.8.9-1-ARCH' +kernel_shorthand="off" + + +# Distro + +# Shorten the output of the distro function +# +# Default: 'off' +# Values: 'on', 'off', 'tiny' +# Flag: --distro_shorthand +# Supports: Everything except Windows and Haiku +distro_shorthand="off" + +# Show/Hide OS Architecture. +# Show 'x86_64', 'x86' and etc in 'Distro:' output. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --os_arch +# +# Example: +# on: 'Arch Linux x86_64' +# off: 'Arch Linux' +os_arch="on" + + +# Packages + +# Show/Hide Package Manager names. +# +# Default: 'tiny' +# Values: 'on', 'tiny' 'off' +# Flag: --package_managers +# +# Example: +# on: '998 (pacman), 8 (flatpak), 4 (snap)' +# tiny: '908 (pacman, flatpak, snap)' +# off: '908' +package_managers="on" + + +# Shell + +# Show the path to $SHELL +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --shell_path +# +# Example: +# on: '/bin/bash' +# off: 'bash' +shell_path="off" + +# Show $SHELL version +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --shell_version +# +# Example: +# on: 'bash 4.4.5' +# off: 'bash' +shell_version="on" + + +# CPU + +# CPU speed type +# +# Default: 'bios_limit' +# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'. +# Flag: --speed_type +# Supports: Linux with 'cpufreq' +# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value. +speed_type="bios_limit" + +speed_shorthand="off" + +cpu_brand="on" + +cpu_speed="on" + +# CPU Cores +# Display CPU cores in output +# +# Default: 'logical' +# Values: 'logical', 'physical', 'off' +# Flag: --cpu_cores +# Support: 'physical' doesn't work on BSD. +# +# Example: +# logical: 'Intel i7-6500U (4) @ 3.1GHz' (All virtual cores) +# physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores) +# off: 'Intel i7-6500U @ 3.1GHz' +cpu_cores="logical" + +gpu_brand="on" + +gpu_type="all" + +refresh_rate="on" + + +# Gtk Theme / Icons / Font + +# Shorten output of GTK Theme / Icons / Font +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --gtk_shorthand +# +# Example: +# on: 'Numix, Adwaita' +# off: 'Numix [GTK2], Adwaita [GTK3]' +gtk_shorthand="off" + + +# Enable/Disable gtk2 Theme / Icons / Font +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --gtk2 +# +# Example: +# on: 'Numix [GTK2], Adwaita [GTK3]' +# off: 'Adwaita [GTK3]' +gtk2="on" + +# Enable/Disable gtk3 Theme / Icons / Font +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --gtk3 +# +# Example: +# on: 'Numix [GTK2], Adwaita [GTK3]' +# off: 'Numix [GTK2]' +gtk3="on" + + +# Disk + +# Which disks to display. +# The values can be any /dev/sdXX, mount point or directory. +# NOTE: By default we only show the disk info for '/'. +# +# Default: '/' +# Values: '/', '/dev/sdXX', '/path/to/drive'. +# Flag: --disk_show +# +# Example: +# disk_show=('/' '/dev/sdb1'): +# 'Disk (/): 74G / 118G (66%)' +# 'Disk (/mnt/Videos): 823G / 893G (93%)' +# +# disk_show=('/'): +# 'Disk (/): 74G / 118G (66%)' +# +disk_show=('/') + +# Disk subtitle. +# What to append to the Disk subtitle. +# +# Default: 'mount' +# Values: 'mount', 'name', 'dir' +# Flag: --disk_subtitle +# +# Example: +# name: 'Disk (/dev/sda1): 74G / 118G (66%)' +# 'Disk (/dev/sdb2): 74G / 118G (66%)' +# +# mount: 'Disk (/): 74G / 118G (66%)' +# 'Disk (/mnt/Local Disk): 74G / 118G (66%)' +# 'Disk (/mnt/Videos): 74G / 118G (66%)' +# +# dir: 'Disk (/): 74G / 118G (66%)' +# 'Disk (Local Disk): 74G / 118G (66%)' +# 'Disk (Videos): 74G / 118G (66%)' +disk_subtitle="mount" + + +# Text Colors + +# Text Colors +# +# Default: 'distro' +# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' +# Flag: --colors +# +# Each number represents a different part of the text in +# this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info' +# +# Example: +# colors=(distro) - Text is colored based on Distro colors. +# colors=(4 6 1 8 8 6) - Text is colored in the order above. +colors=(distro) + + +# Text Options + +# Toggle bold text +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --bold +bold="on" + +# Enable/Disable Underline +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --underline +underline_enabled="on" + +# Underline character +# +# Default: '-' +# Values: 'string' +# Flag: --underline_char +underline_char="-" + + +# Info Separator +# Replace the default separator with the specified string. +# +# Default: ':' +# Flag: --separator +# +# Example: +# separator="->": 'Shell-> bash' +# separator=" =": 'WM = dwm' +separator=":" + + +# Progress Bars + +# Bar characters +# +# Default: '-', '=' +# Values: 'string', 'string' +# Flag: --bar_char +# +# Example: +# neofetch --bar_char 'elapsed' 'total' +# neofetch --bar_char '-' '=' +bar_char_elapsed="-" +bar_char_total="=" + +# Toggle Bar border +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --bar_border +bar_border="on" + +# Progress bar length in spaces +# Number of chars long to make the progress bars. +# +# Default: '15' +# Values: 'num' +# Flag: --bar_length +bar_length=15 + +# Progress bar colors +# When set to distro, uses your distro's logo colors. +# +# Default: 'distro', 'distro' +# Values: 'distro', 'num' +# Flag: --bar_colors +# +# Example: +# neofetch --bar_colors 3 4 +# neofetch --bar_colors distro 5 +bar_color_elapsed="distro" +bar_color_total="distro" + + +# Info display +# Display a bar with the info. +# +# Default: 'off' +# Values: 'bar', 'infobar', 'barinfo', 'off' +# Flags: --cpu_display +# --memory_display +# --battery_display +# --disk_display +# +# Example: +# bar: '[---=======]' +# infobar: 'info [---=======]' +# barinfo: '[---=======] info' +# off: 'info' +cpu_display="off" +memory_display="off" +battery_display="off" +disk_display="off" + + +# Backend Settings + +# Image backend. +# +# Default: 'ascii' +# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', +# 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' +# Flag: --backend +image_backend="ascii" + +# Image Source +# +# Which image or ascii file to display. +# +# Default: 'auto' +# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' +# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")' +# Flag: --source +# +# NOTE: 'auto' will pick the best image source for whatever image backend is used. +# In ascii mode, distro ascii art will be used and in an image mode, your +# wallpaper will be used. +image_source="auto" + + +# Ascii Options + + +# Ascii distro +# Which distro's ascii art to display. +# +# Default: 'auto' +# Values: 'auto', 'distro_name' +# Flag: --ascii_distro +# +# NOTE: Arch and Ubuntu have 'old' logo variants. +# Change this to 'arch_old' or 'ubuntu_old' to use the old logos. +# NOTE: Ubuntu has flavor variants. +# Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME' or 'Ubuntu-Budgie' to use the flavors. +# NOTE: Arch, Crux and Gentoo have a smaller logo variant. +# Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos. +ascii_distro="auto" + +# Ascii Colors +# +# Default: 'distro' +# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' +# Flag: --ascii_colors +# +# Example: +# ascii_colors=(distro) - Ascii is colored based on Distro colors. +# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. +ascii_colors=(distro) + +# Bold ascii logo +# Whether or not to bold the ascii logo. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --ascii_bold +ascii_bold="on" + + +# Image Options + +# Image loop +# Setting this to on will make neofetch redraw the image constantly until +# Ctrl+C is pressed. This fixes display issues in some terminal emulators. +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --loop +image_loop="off" + +# Thumbnail directory +# +# Default: '~/.cache/thumbnails/neofetch' +# Values: 'dir' +thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch" + +# Crop mode +# +# Default: 'normal' +# Values: 'normal', 'fit', 'fill' +# Flag: --crop_mode +# +# See this wiki page to learn about the fit and fill options. +# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F +crop_mode="normal" + +# Crop offset +# Note: Only affects 'normal' crop mode. +# +# Default: 'center' +# Values: 'northwest', 'north', 'northeast', 'west', 'center' +# 'east', 'southwest', 'south', 'southeast' +# Flag: --crop_offset +crop_offset="center" + +# Gap between image and text +# +# Default: '3' +# Values: 'num', '-num' +# Flag: --gap +gap=3 + diff --git a/nvim/init.vim b/nvim/init.vim new file mode 100755 index 0000000..bc5eeee --- /dev/null +++ b/nvim/init.vim @@ -0,0 +1,3 @@ +set number +set tabstop=4 + diff --git a/sway/config b/sway/config new file mode 100755 index 0000000..83b1eff --- /dev/null +++ b/sway/config @@ -0,0 +1,212 @@ +# Sway Configuration File. + +# Copyright 2022 Inference + + +# Set Mod key. +set $mod Mod4 + +# Reload Sway configuration file. +bindsym $mod+Shift+c reload + +# Restart Sway. +bindsym $mod+Shift+r restart + +# Exit Sway (log out of Wayland session). +bindsym $mod+Shift+e exec swaynag -t warning -m 'Exit Sway?' -b 'Yes' 'swaymsg exit' + +# Start terminal. +bindsym $mod+Return exec alacritty + +# Kill focused window. +bindsym $mod+Shift+q kill + +# Change focus. +bindsym $mod+Left focus left +bindsym $mod+Down focus down +bindsym $mod+Up focus up +bindsym $mod+Right focus right + +# Move focused window. +bindsym $mod+Shift+Left move left +bindsym $mod+Shift+Down move down +bindsym $mod+Shift+Up move up +bindsym $mod+Shift+Right move right + +# Split in horizontal orientation. +bindsym $mod+h split h + +# Split in vertical orientation. +bindsym $mod+v split v + +# Enter fullscreen mode for the focused container. +bindsym $mod+f fullscreen toggle + +# Change container layout. +bindsym $mod+w layout tabbed +bindsym $mod+e layout toggle split + +# Change focus between tiling/floating windows. +bindsym $mod+space focus mode_toggle + +# Pop-up windows control. +popup_during_fullscreen smart + +# Focus the parent container. +bindsym $mod+a focus parent + +# Window activation focus control. +focus_on_window_activation smart + +# Workspaces. +set $ws1 "0" +set $ws2 "1" +set $ws3 "2" +set $ws4 "3" +set $ws5 "4" + +# Switch workspace. +bindsym $mod+1 workspace $ws1 +bindsym $mod+2 workspace $ws2 +bindsym $mod+3 workspace $ws3 +bindsym $mod+4 workspace $ws4 +bindsym $mod+5 workspace $ws5 + +# Move focused container to workspace. +bindsym $mod+Shift+1 move container to workspace $ws1 +bindsym $mod+Shift+2 move container to workspace $ws2 +bindsym $mod+Shift+3 move container to workspace $ws3 +bindsym $mod+Shift+4 move container to workspace $ws4 +bindsym $mod+Shift+5 move container to workspace $ws5 + +# Move window. +## Move window via shortcut. +bindsym $mod+m focus floating; mode "move" +mode "move" { + # Move mode shortcuts. + bindsym J move up 20px + bindsym K move down 20x + bindsym N move left 20px + bindsym M move right 20px + + ## Return to normal mode. + bindsym $mod+m mode "default" +} + +# Resize window. +## Resize window via shortcut. +bindsym $mod+r mode "resize" +mode "resize" { + ## Resize mode shortcuts. + bindsym N resize shrink width 10 px or 10 ppt + bindsym K resize grow height 10 px or 10 ppt + bindsym J resize shrink height 10 px or 10 ppt + bindsym M resize grow width 10 px or 10 ppt + + ## Return to normal mode. + bindsym $mod+r mode "default" +} + +# Volume control. +## Activate volume up key. +bindsym XF86AudioRaiseVolume exec amixer -q -D pulse sset Master 5%+ +## Activate volume down key. +bindsym XF86AudioLowerVolume exec amixer -q -D pulse sset Master 5%- +## Activate volume mute key. +bindsym XF86AudioMute exec amixer -q -D pulse sset Master toggle + +# Display brightness control. +## Activate display brightness up key. +bindsym XF86MonBrightnessUp exec "brightnessctl s 5%+" +## Activate display brightness down key. +bindsym XF86MonBrightnessDown exec "brightnessctl s 5%-" + +# Keyboard layout. +input * { + xkb_layout gb,jp + xkb_options grp:alt_space_toggle + } + +# Disable mouse focus. +focus_follows_mouse no + +# Disable mouse buttons. +## Left mouse button. +bindsym button1 nop +## Middle mouse button. +bindsym button2 nop +## Right mouse button. +bindsym button3 nop +## Scroll wheel up. +bindsym button4 nop +## Scroll wheel down. +bindsym button5 nop +## Scroll wheel right. +bindsym button6 nop +## Scroll wheel left. +bindsym button7 nop + +# Media control. +## Play media key. +bindsym XF86AudioPlay exec playerctl play +## Pause media key. +#bindsym XF86AudioPause exec playerctl pause +## Previous media key. +bindsym XF86AudioPrev exec playerctl previous +## Next media key. +bindsym XF86AudioNext exec playerctl next + +# System power control. +## Shut down system. +#bindsym XF86PowerOff exec alacritty -e "shutdown -h 0" + +# Font for window titles. +font pango:monospace 9 + +# Colors. +## Class Border Backgr Text Indicator Child_border +client.focused #4c7899 #285577 #ffffff #2e9ef4 #285577 +client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a +client.unfocused #333333 #222222 #888888 #292d2e #222222 +client.urgent #2f343a #c79500 #000000 #900000 #900000 +client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c +client.background #ffffff + +# Open specific software on specific workspaces. +#assign [class="KeePassXC"] $ws2 +#assign [class="Signal"] $ws3 +#assign [class="Wire"] $ws3 +#assign [class="Element"] $ws3 +#assign [class="Session"] $ws3 +#assign [class="VSCodium"] $ws4 +#assign [class="FreeTube"] $ws5 + + +# External software. +## Execute Waybar. +exec waybar + +## Execute Dunst. +exec dunst + +## Execute Pipewire. +exec gentoo-pipewire-launcher + +## Execute PulseAudio. +exec pulseaudio -D + +## Execute Unclutter. +#exec_always --no-startup-id nohup unclutter -idle 2 & + +## Set desktop background. +#exec_always --no-startup-id /scr/background-set.sh + +## Execute Wofi. +bindsym $mod+d exec "wofi --show drun" + +# Screen locker. +bindsym $mod+l exec alacritty -e swaylock -c 000000 + exec swayidle -w \ + timeout 600 'swaylock -f -c 000000' \ + timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ + before-sleep 'swaylock -f -c 000000' diff --git a/waybar/cmus.sh b/waybar/cmus.sh new file mode 100755 index 0000000..567c491 --- /dev/null +++ b/waybar/cmus.sh @@ -0,0 +1,28 @@ +#!/usr/bin/env bash + + +# Copyright 2021 Inference + +# 1.0.0.1 + + +#prepend_zero () { +# seq -f "%02g" $1 $1 +#} + +#artist=$(echo -n $(cmus-remote -C status | grep "tag artist" | cut -c 12-)) + +#if [[ $artist = *[!\ ]* ]]; then +# song=$(echo -n $(cmus-remote -C status | grep title | cut -c 11-)) +# position=$(cmus-remote -C status | grep position | cut -c 10-) +# minutes1=$(prepend_zero $(($position / 60))) +# seconds1=$(prepend_zero $(($position % 60))) +# duration=$(cmus-remote -C status | grep duration | cut -c 10-) +# minutes2=$(prepend_zero $(($duration / 60))) +# seconds2=$(prepend_zero $(($duration % 60))) +# echo -n "$artist - $song [$minutes1:$seconds1/$minutes2:$seconds2]" +#else +# echo +#fi + +cmus-remote -C 'format_print %F' diff --git a/waybar/config b/waybar/config new file mode 100644 index 0000000..bead114 --- /dev/null +++ b/waybar/config @@ -0,0 +1,153 @@ +// Waybar - Configuration. + +{ + "layer": "top", + "position": "top", + "height": 30, + + "modules-left": [ + "clock#date", + "clock#time", + ], + + "modules-center": [ + "sway/workspaces", + "sway/mode", + ], + + "modules-right": [ + "pulseaudio", + "backlight", + "sway/language", + "cpu", + "temperature", + "memory", + "disk", + "network", + "battery", + ], + + "clock#date": { + "interval": 1, + "format": "{:%Y-%m-%d}", + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + + "clock#time": { + "interval": 1, + "format": "{:%H:%M:%S}", + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + +// "battery": { +// "interval": 1, +// "format": " {capacity}%", +// "format-discharging": " {capacity}%", +// "disable-hover": true, +// "disable-click": true, +// "disable-scroll": true, +// "tooltip": false, +// }, + + "cpu": { + "interval": 1, + "format": " {usage:3}% {avg_frequency:0.03} GHz", + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + + "sway/language": { + "format": " {short}", + "min-length": 4, + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + + "memory": { + "interval": 1, + "format": " {used:0.02f} GiB / {total:0.02f} GiB", + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + + "disk": { + "interval": 1, + "format": " {used} / {total}", + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + + "network": { + "interval": 1, + "format-wifi": " {essid} ({signalStrength}%)", // Icon: wifi + //"format-ethernet": " {ifname}: {ipaddr}/{cidr}", // Icon: ethernet + "format-ethernet": " {ifname}", + "format-disconnected": "", + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + + "sway/workspaces": { + "format": "{name}", + "all-outputs": false, + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + + "sway/mode": { + "format": " {}" , + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + + "pulseaudio": { + "format": " {volume:3}%", + "format-muted": " {volume:3}%", + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + + "backlight": { + "device": "amdgpu_bl0", + "format": " {percent:3}%", + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + + "temperature": { + "interval": 1, + "thermal-zone": 0, + "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", + "critical-threshold": 90, + "format": "{temperatureC:3}°C", + "disable-hover": true, + "disable-click": true, + "disable-scroll": true, + "tooltip": false, + }, + +} diff --git a/waybar/config-old b/waybar/config-old new file mode 100755 index 0000000..2fe1ff0 --- /dev/null +++ b/waybar/config-old @@ -0,0 +1,295 @@ +; root filesystem module configuration. +[module/filesystem0] +type = internal/fs +interval = 1 +mount-0 = / +label-mounted = " /: %used%/%total% " +label-mounted-background = #c79500 +label-mounted-foreground = #000000 +label-unmounted = "  /:  " +label-unmounted-background = #c79500 +label-unmounted-foreground = #000000 + +; home filesystem module configuration. +[module/filesystem1] +type = internal/fs +interval = 1 +mount-0 = /home +label-mounted = "  /home: %used%/%total% " +label-mounted-background = #c79500 +label-mounted-foreground = #000000 +label-unmounted = "  /home:  " +label-unmounted-background = #c79500 +label-unmounted-foreground = #000000 + +; CPU module configuration. +[module/cpu] +type = internal/cpu +interval = 1 +label = "  %percentage:3%% " +label-background = #003487 +label-foreground = #ffffff + +; Physical memory module configuration. +[module/memory0] +type = internal/memory +interval = 1 +label = "  %gb_used%/%gb_total% " +label-background = #a60000 +label-foreground = #ffffff + +; Virtual memory module configuration. +[module/memory1] +type = internal/memory +interval = 1 +label = "  %gb_swap_used%/%gb_swap_total% " +label-background = #a60000 +label-foreground = #ffffff + +; Ethernet module configuration. +[module/eth] +type = internal/network +interface = eth0 +interval = 1 +label-connected = "   " +label-connected-background = #007a00 +label-connected-foreground = #ffffff +format-disconnected = +label-disconnected = "   " +label-disconnected-background = #007a00 +label-disconnected-foreground = #ffffff + +; Wi-Fi module configuration. +[module/wlan] +type = internal/network +interface = wlan0 +interval = 1 +format-connected = +label-connected = "   " +label-connected-background = #007a00 +label-connected-foreground = #ffffff +format-disconnected = +label-disconnected = "   " +label-disconnected-background = #007a00 +label-disconnected-foreground = #ffffff + +; Public IP address module configuration. +[module/ip-public] +type = custom/script +exec = curl -s https://www.icanhazip.com +label-padding = 1 +format =

Licensing

-

All configuration files are licensed under MIT License.

+

All content is licensed under MIT License.



Security

From 25d529b4ecaba409577daf971d24dc3bbeab35be Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 23 May 2022 20:02:39 +0100 Subject: [PATCH 087/833] Add policy section. --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index a4ec60b..8389134 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,30 @@ The maintainers take no responsibility for any security issues which
may arise due to usage of this repository.



+

Policy

+

Contributing

+

To contribute to the project, submit a pull request. All pull requests
+are subject to approval.
+
+Code must follow the standard style for Inferencium Network code:
+- 80 character column limit.
+- Tab indents.
+- 1 tab indent equals 4 columns.
+- Comments must be used for each different block of code.
+- Comments must be concise. Do not make comments longer than necessary.
+- Code and comments must be professional. No funny or vulgar code or
+comments.
+
+Files must be stored in their related directories.
+
+Text files must be stored as plain text (.txt) or Markdown (.md) files.
+
+All dates and times must be ISO 8601 compliant (YYYY-MM-DD HH:MM).
+
+All filenames must be most significant to least significant, lowercase, and
+hyphens must be used instead of spaces.

+
+

Branches

dev

Development branch. All pre-alpha development and alpha testing happens
From aeb3fdce334e6ef0673e951e177953e533a2a6c0 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 26 May 2022 21:25:02 +0100 Subject: [PATCH 088/833] Add fix patch. --- portage/patches/gui-apps/waybar/1476.patch | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 portage/patches/gui-apps/waybar/1476.patch diff --git a/portage/patches/gui-apps/waybar/1476.patch b/portage/patches/gui-apps/waybar/1476.patch new file mode 100644 index 0000000..b67a705 --- /dev/null +++ b/portage/patches/gui-apps/waybar/1476.patch @@ -0,0 +1,36 @@ +From 8b6bc215ccdd6f2a1d2c514e146305968a567fa4 Mon Sep 17 00:00:00 2001 +From: Louis des Landes +Date: Thu, 10 Mar 2022 14:48:01 +0100 +Subject: [PATCH] Fix freebsd action + +--- + include/modules/clock.hpp | 2 +- + src/modules/clock.cpp | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/include/modules/clock.hpp b/include/modules/clock.hpp +index 5a9c01e45..7c3eb8fc5 100644 +--- a/include/modules/clock.hpp ++++ b/include/modules/clock.hpp +@@ -36,7 +36,7 @@ class Clock : public ALabel { + auto first_day_of_week() -> date::weekday; + const date::time_zone* current_timezone(); + bool is_timezone_fixed(); +- auto timezones_text(std::chrono::_V2::system_clock::time_point *now) -> std::string; ++ auto timezones_text(std::chrono::system_clock::time_point *now) -> std::string; + }; + + } // namespace modules +diff --git a/src/modules/clock.cpp b/src/modules/clock.cpp +index 87cd58aa3..c80057c55 100644 +--- a/src/modules/clock.cpp ++++ b/src/modules/clock.cpp +@@ -219,7 +219,7 @@ auto waybar::modules::Clock::weekdays_header(const date::weekday& first_dow, std + os << "\n"; + } + +-auto waybar::modules::Clock::timezones_text(std::chrono::_V2::system_clock::time_point *now) -> std::string { ++auto waybar::modules::Clock::timezones_text(std::chrono::system_clock::time_point *now) -> std::string { + if (time_zones_.size() == 1) { + return ""; + } From 70067882fb0b1f339da065482e42e3c17759e77a Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 26 May 2022 21:28:59 +0100 Subject: [PATCH 089/833] Move gui-apps/waybar from GCC - Basic env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index a99d1cd..696d43d 100644 --- a/portage/package.env +++ b/portage/package.env @@ -289,6 +289,7 @@ dev-libs/appstream-glib basic.conf dev-libs/gobject-introspection basic.conf dev-libs/libxml2 basic.conf dev-libs/libxslt basic.conf +gui-apps/waybar basic.conf media-libs/libcanberra basic.conf media-libs/opencv basic.conf media-sound/mumble basic.conf @@ -318,7 +319,6 @@ dev-perl/Net-SSLeay gcc-basic.conf dev-perl/Socket6 gcc-basic.conf dev-python/lxml gcc-basic.conf dev-python/numpy gcc-basic.conf -gui-apps/waybar gcc-basic.conf media-libs/mlt gcc-basic.conf net-libs/nodejs gcc-basic.conf sys-apps/dbus gcc-basic.conf From 39797ca6a49b4bda512f85c770ca1e01d16bead4 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 1 Jun 2022 05:01:22 +0100 Subject: [PATCH 090/833] Add net-libs/libtirpc to Basic env. --- portage/package.env | 1 + portage/savedconfig/sys-firmware/ipxe-1.21.1 | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 portage/savedconfig/sys-firmware/ipxe-1.21.1 diff --git a/portage/package.env b/portage/package.env index 696d43d..41c4194 100644 --- a/portage/package.env +++ b/portage/package.env @@ -293,6 +293,7 @@ gui-apps/waybar basic.conf media-libs/libcanberra basic.conf media-libs/opencv basic.conf media-sound/mumble basic.conf +net-libs/libtirpc basic.conf sys-apps/portage basic.conf sys-block/parted basic.conf sys-block/thin-provisioning-tools basic.conf diff --git a/portage/savedconfig/sys-firmware/ipxe-1.21.1 b/portage/savedconfig/sys-firmware/ipxe-1.21.1 new file mode 100644 index 0000000..a165502 --- /dev/null +++ b/portage/savedconfig/sys-firmware/ipxe-1.21.1 @@ -0,0 +1,5 @@ +#undef BANNER_TIMEOUT +#define BANNER_TIMEOUT 0 +#define NET_PROTO_IPV6 +#define VMWARE_SETTINGS +#define CONSOLE_VMWARE From ffac140e41c51a7d4736eb99ff69b595896a5e4e Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 1 Jun 2022 05:02:40 +0100 Subject: [PATCH 091/833] Add net-analyzer/openbsd-netcat to Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 41c4194..8d895f6 100644 --- a/portage/package.env +++ b/portage/package.env @@ -293,6 +293,7 @@ gui-apps/waybar basic.conf media-libs/libcanberra basic.conf media-libs/opencv basic.conf media-sound/mumble basic.conf +net-analyzer/openbsd-netcat basic.conf net-libs/libtirpc basic.conf sys-apps/portage basic.conf sys-block/parted basic.conf From a2bcf9b407e43f501035a9d2e789c479e3da1e63 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 2 Jun 2022 01:16:19 +0100 Subject: [PATCH 092/833] Add dev-libs/botan to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 8d895f6..d4a9d51 100644 --- a/portage/package.env +++ b/portage/package.env @@ -60,6 +60,7 @@ dev-lang/tcl nopie.conf dev-libs/atk nopie.conf dev-libs/boehm-gc nopie.conf dev-libs/boost nopie.conf +dev-libs/botan nopie.conf dev-libs/date nopie.conf dev-libs/dbus-glib nopie.conf dev-libs/double-conversion nopie.conf From d898b6d5bf4a407c95eed7ff54f92cab16d40ed4 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 2 Jun 2022 01:27:08 +0100 Subject: [PATCH 093/833] Add sys-apps/pcsc-lite to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index d4a9d51..7e2dad7 100644 --- a/portage/package.env +++ b/portage/package.env @@ -229,6 +229,7 @@ sys-apps/kmod nopie.conf sys-apps/man-db nopie.conf sys-apps/openrc nopie.conf sys-apps/pciutils nopie.conf +sys-apps/pcsc-lite nopie.conf sys-apps/sandbox nopie.conf sys-apps/sed nopie.conf sys-apps/util-linux nopie.conf From a03eec4ff962b71480a9349071bbf81756a7a1b1 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 2 Jun 2022 01:39:06 +0100 Subject: [PATCH 094/833] Add dev-libs/icu unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 9eb87b8..46d8239 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -6,6 +6,7 @@ Date: Thu, 2 Jun 2022 01:40:19 +0100 Subject: [PATCH 095/833] Add dev-util/cbindgen unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 46d8239..97a0a0a 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -12,6 +12,7 @@ dev-libs/libstrophe ~amd64 dev-libs/nss ~amd64 dev-libs/olm ~amd64 dev-libs/spdlog ~amd64 +dev-util/cbindgen ~amd64 fs-util/fsverity-utils ~amd64 gui-apps/waybar ~amd64 gui-apps/wofi ~amd64 From 907c8f47b4f1bef88ed8f698052d423222b1675c Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 3 Jun 2022 11:32:40 +0100 Subject: [PATCH 096/833] Add unRAR license to app-arch/unrar. --- portage/package.license | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.license b/portage/package.license index f29ac14..9a272c2 100644 --- a/portage/package.license +++ b/portage/package.license @@ -3,5 +3,6 @@ # Copyright 2022 Inference +app-arch/unrar unRAR fs-util/fsverity-utils GPL-2 sys-kernel/linux-firmware @BINARY-REDISTRIBUTABLE From ac20ee0b8bc6de0709a65ba65e956daea54b71dc Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 3 Jun 2022 11:34:11 +0100 Subject: [PATCH 097/833] Add app-arch/unrar unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 97a0a0a..5ec9403 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -4,6 +4,7 @@ Date: Fri, 3 Jun 2022 11:36:26 +0100 Subject: [PATCH 098/833] Add app-arch/unrar to no PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 7e2dad7..ffa09d9 100644 --- a/portage/package.env +++ b/portage/package.env @@ -19,6 +19,7 @@ app-admin/sysklogd nopie.conf app-arch/brotli nopie.conf app-arch/bzip2 nopie.conf app-arch/libarchive nopie.conf +app-arch/unrar nopie.conf app-arch/xz-utils nopie.conf app-arch/zstd nopie.conf app-crypt/argon2 nopie.conf From 47f977faef9bd95c6300ce770f645de7e1fad614 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 02:42:11 +0100 Subject: [PATCH 099/833] Add sys-libs/libomp to No PIE env. --- portage/package.env | 1 + portage/savedconfig/sys-firmware/ipxe-1.21.1 | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 portage/savedconfig/sys-firmware/ipxe-1.21.1 diff --git a/portage/package.env b/portage/package.env index ffa09d9..abc8b8f 100644 --- a/portage/package.env +++ b/portage/package.env @@ -264,6 +264,7 @@ sys-libs/libblockdev nopie.conf sys-libs/libcap-ng nopie.conf sys-libs/libcxx nopie.conf sys-libs/libcxxabi nopie.conf +sys-libs/libomp nopie.conf sys-libs/libseccomp nopie.conf sys-libs/libsepol nopie.conf sys-libs/llvm-libunwind nopie.conf diff --git a/portage/savedconfig/sys-firmware/ipxe-1.21.1 b/portage/savedconfig/sys-firmware/ipxe-1.21.1 deleted file mode 100644 index a165502..0000000 --- a/portage/savedconfig/sys-firmware/ipxe-1.21.1 +++ /dev/null @@ -1,5 +0,0 @@ -#undef BANNER_TIMEOUT -#define BANNER_TIMEOUT 0 -#define NET_PROTO_IPV6 -#define VMWARE_SETTINGS -#define CONSOLE_VMWARE From 514e3d8da90817e9e1b816054c2e58aebcc161ba Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 02:55:15 +0100 Subject: [PATCH 100/833] Add dev-lang/vala to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index abc8b8f..7fe1445 100644 --- a/portage/package.env +++ b/portage/package.env @@ -58,6 +58,7 @@ dev-db/sqlite nopie.conf dev-lang/duktape nopie.conf dev-lang/lua nopie.conf dev-lang/tcl nopie.conf +dev-lang/vala nopie.conf dev-libs/atk nopie.conf dev-libs/boehm-gc nopie.conf dev-libs/boost nopie.conf From 8d5dfdcf1261835a4ef1ac9edf0a4514bb71a0e4 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 03:54:09 +0100 Subject: [PATCH 101/833] Add sys-apps/systemd-utils to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 7fe1445..6d882a7 100644 --- a/portage/package.env +++ b/portage/package.env @@ -234,6 +234,7 @@ sys-apps/pciutils nopie.conf sys-apps/pcsc-lite nopie.conf sys-apps/sandbox nopie.conf sys-apps/sed nopie.conf +sys-apps/systemd-utils nopie.conf sys-apps/util-linux nopie.conf sys-auth/libyubikey nopie.conf sys-auth/passwdqc nopie.conf From 17f56e259672c9224e26218a9b04209e873fb728 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 04:27:48 +0100 Subject: [PATCH 102/833] Add media-video/shotcut unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 5ec9403..0f1e829 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -20,6 +20,7 @@ gui-apps/wofi ~amd64 media-libs/babl ~amd64 media-libs/dav1d ~amd64 media-libs/gegl ~amd64 +media-video/shotcut ~amd64 net-im/gomuks ~amd64 net-im/profanity ~amd64 sys-fs/jmtpfs ~amd64 From fe667afea0f00dd8f5809e4e85322379c2709fa4 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 04:34:21 +0100 Subject: [PATCH 103/833] Remove unnecessary packages no longer in use. --- portage/package.env | 1 - portage/package.use | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 6d882a7..7c0a2df 100644 --- a/portage/package.env +++ b/portage/package.env @@ -146,7 +146,6 @@ gnome-base/dconf nopie.conf gnome-base/gsettings-desktop-schemas nopie.conf gnome-base/librsvg nopie.conf gui-libs/wlroots nopie.conf -kde-frameworks/* nopie.conf media-fonts/font-util nopie.conf media-gfx/exiv2 nopie.conf media-gfx/gimp nopie.conf diff --git a/portage/package.use b/portage/package.use index ec39861..09b538f 100644 --- a/portage/package.use +++ b/portage/package.use @@ -64,3 +64,8 @@ x11-libs/libdrm video_cards_radeon x11-libs/libxkbcommon X x11-libs/pango X sys-kernel/linux-firmware savedconfig +# required by app-emulation/libvirt-8.2.0::gentoo[virt-network] +# required by app-emulation/libvirt-glib-4.0.0::gentoo +# required by app-emulation/virt-manager-4.0.0::gentoo[-test] +# required by app-emulation/virt-manager (argument) +>=net-dns/dnsmasq-2.85 ipv6 From 9285f3ac4d10912f0a45e3172db522f2dc4cc8fe Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 09:15:12 +0100 Subject: [PATCH 104/833] Add raiagent Portage overlay. --- portage/repos.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/portage/repos.conf b/portage/repos.conf index 42813d9..0172657 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -17,3 +17,8 @@ sync-uri = https://codeberg.org/inference/inferencium.git location = /var/db/repos/yemou-overlay sync-type = git sync-uri = https://github.com/yemouu/yemou-overlay.git + +[raiagent] +location = /var/db/repos/raiagent +sync-type = git +sync-uri = https://github.com/leycec/raiagent From da7edf05fa2b47b2527d1dab4fb8ff920b1b1f66 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 09:16:22 +0100 Subject: [PATCH 105/833] Add games-roguelike/cataclysm-dda unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 0f1e829..a19cfc0 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -15,6 +15,7 @@ dev-libs/olm ~amd64 dev-libs/spdlog ~amd64 dev-util/cbindgen ~amd64 fs-util/fsverity-utils ~amd64 +games-roguelike/cataclysm-dda ~amd64 gui-apps/waybar ~amd64 gui-apps/wofi ~amd64 media-libs/babl ~amd64 From 4781e788f1b110fccbedc7f36ed027de6ce26e3b Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 09:19:43 +0100 Subject: [PATCH 106/833] Remove games-roguelike/cataclysm-dda unstable. --- portage/package.accept_keywords | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index a19cfc0..0f1e829 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -15,7 +15,6 @@ dev-libs/olm ~amd64 dev-libs/spdlog ~amd64 dev-util/cbindgen ~amd64 fs-util/fsverity-utils ~amd64 -games-roguelike/cataclysm-dda ~amd64 gui-apps/waybar ~amd64 gui-apps/wofi ~amd64 media-libs/babl ~amd64 From 5defcf2c2b99ae80d4098eb7f2671751419c10a3 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 09:20:15 +0100 Subject: [PATCH 107/833] Remove raiagent Portage overlay. --- portage/repos.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/portage/repos.conf b/portage/repos.conf index 0172657..42813d9 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -17,8 +17,3 @@ sync-uri = https://codeberg.org/inference/inferencium.git location = /var/db/repos/yemou-overlay sync-type = git sync-uri = https://github.com/yemouu/yemou-overlay.git - -[raiagent] -location = /var/db/repos/raiagent -sync-type = git -sync-uri = https://github.com/leycec/raiagent From de5d10357ad692819950060fe7fa01d7ac4c4001 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 09:21:26 +0100 Subject: [PATCH 108/833] Add media-libs/ladspa-sdk to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 7c0a2df..c4e3b22 100644 --- a/portage/package.env +++ b/portage/package.env @@ -163,6 +163,7 @@ media-libs/gegl nopie.conf media-libs/gexiv2 nopie.conf media-libs/glu nopie.conf media-libs/harfbuzz nopie.conf +media-libs/ladspa-sdk nopie.conf media-libs/lcms nopie.conf media-libs/libaom nopie.conf media-libs/libass nopie.conf From cbb988f86cc9bc4a369985a69e16292a2207e948 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 10:23:17 +0100 Subject: [PATCH 109/833] Add dev-python/dbus-python to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index c4e3b22..bf9d415 100644 --- a/portage/package.env +++ b/portage/package.env @@ -126,6 +126,7 @@ dev-libs/unibilium nopie.conf dev-libs/wayland nopie.conf dev-lua/lpeg nopie.conf dev-lua/mpack nopie.conf +dev-python/dbus-python nopie.conf dev-python/PySocks nopie.conf dev-python/charset_normalizer nopie.conf dev-python/cython nopie.conf From 77b4f4b3c653d0527baf699694a3e368ebf17df6 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 10:38:45 +0100 Subject: [PATCH 110/833] Add media-libs/sdl2-gfx to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index bf9d415..1a24d55 100644 --- a/portage/package.env +++ b/portage/package.env @@ -182,6 +182,7 @@ media-libs/libogg nopie.conf media-libs/libpng nopie.conf media-libs/libsamplerate nopie.conf media-libs/libsdl2 nopie.conf +media-libs/sdl2-gfx nopie.conf media-libs/libsndfile nopie.conf media-libs/libvorbis nopie.conf media-libs/libvpx nopie.conf From 4ecb7da39bbbe03fd92d71286582f041ff3ebfa9 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 10:40:53 +0100 Subject: [PATCH 111/833] Add media-libs/sdl2-mixer to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 1a24d55..188c77e 100644 --- a/portage/package.env +++ b/portage/package.env @@ -183,6 +183,7 @@ media-libs/libpng nopie.conf media-libs/libsamplerate nopie.conf media-libs/libsdl2 nopie.conf media-libs/sdl2-gfx nopie.conf +media-libs/sdl2-mixer nopie.conf media-libs/libsndfile nopie.conf media-libs/libvorbis nopie.conf media-libs/libvpx nopie.conf From 8087a9ad5f806ffa683512a9dd30ee5c5c8367a9 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 10:42:39 +0100 Subject: [PATCH 112/833] Add media-libs/sdl2-ttf to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 188c77e..6131c58 100644 --- a/portage/package.env +++ b/portage/package.env @@ -184,6 +184,7 @@ media-libs/libsamplerate nopie.conf media-libs/libsdl2 nopie.conf media-libs/sdl2-gfx nopie.conf media-libs/sdl2-mixer nopie.conf +media-libs/sdl2-ttf nopie.conf media-libs/libsndfile nopie.conf media-libs/libvorbis nopie.conf media-libs/libvpx nopie.conf From 32e8d286c5d29a0937ca866617b941107c7b871f Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 10:48:53 +0100 Subject: [PATCH 113/833] Add media-video/movit to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 6131c58..deb251e 100644 --- a/portage/package.env +++ b/portage/package.env @@ -206,6 +206,7 @@ media-sound/mpg123 nopie.conf media-sound/pulseaudio nopie.conf media-sound/pulsemixer nopie.conf media-video/ffmpeg nopie.conf +media-video/movit nopie.conf media-video/mpv nopie.conf net-dns/c-ares nopie.conf net-dns/libidn2 nopie.conf From c158f0f44b042efc6e5e0c9d0b4642d73dce7f86 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 13:58:06 +0100 Subject: [PATCH 114/833] Add local media overlay. --- portage/repos.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/portage/repos.conf b/portage/repos.conf index 42813d9..772a78b 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -17,3 +17,6 @@ sync-uri = https://codeberg.org/inference/inferencium.git location = /var/db/repos/yemou-overlay sync-type = git sync-uri = https://github.com/yemouu/yemou-overlay.git + +[media] +location = /var/db/repos/media From 1f3c1b4522d6ef01eb9d0677302df65cd0434783 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 14:17:19 +0100 Subject: [PATCH 115/833] Add games-rpg/cataclysm-dda unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 0f1e829..e14fede 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -15,6 +15,7 @@ dev-libs/olm ~amd64 dev-libs/spdlog ~amd64 dev-util/cbindgen ~amd64 fs-util/fsverity-utils ~amd64 +games-rpg/cataclysm-dda ~amd64 gui-apps/waybar ~amd64 gui-apps/wofi ~amd64 media-libs/babl ~amd64 From 4b8ecdddaccf382470640d08330a51587ccb0464 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 4 Jun 2022 15:41:33 +0100 Subject: [PATCH 116/833] Add games-rpg/cataclysm-dda to No LTO env due to excessive memory consumption during link-time. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index deb251e..ce2f433 100644 --- a/portage/package.env +++ b/portage/package.env @@ -6,6 +6,7 @@ # No LTO app-crypt/efitools nolto.conf app-shells/zsh nolto.conf +games-rpg/cataclysm-dda nolto.conf sys-libs/libcap nolto.conf # No PIE From 888451cca5c0dd332fcd957b819dbd2b0c1d341a Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 5 Jun 2022 06:08:06 +0100 Subject: [PATCH 117/833] Remove unnecessary comments. Remove unnecessary version specificy. --- portage/package.use | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/portage/package.use b/portage/package.use index 09b538f..784d0cf 100644 --- a/portage/package.use +++ b/portage/package.use @@ -64,8 +64,4 @@ x11-libs/libdrm video_cards_radeon x11-libs/libxkbcommon X x11-libs/pango X sys-kernel/linux-firmware savedconfig -# required by app-emulation/libvirt-8.2.0::gentoo[virt-network] -# required by app-emulation/libvirt-glib-4.0.0::gentoo -# required by app-emulation/virt-manager-4.0.0::gentoo[-test] -# required by app-emulation/virt-manager (argument) ->=net-dns/dnsmasq-2.85 ipv6 +net-dns/dnsmasq-2.85 ipv6 From 82e9194c5abfe895dbe828600528670d61abd76c Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 5 Jun 2022 06:10:07 +0100 Subject: [PATCH 118/833] Add media-libs/sdl2-image USE flags. --- portage/package.use | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.use b/portage/package.use index 784d0cf..403a278 100644 --- a/portage/package.use +++ b/portage/package.use @@ -65,3 +65,4 @@ x11-libs/libxkbcommon X x11-libs/pango X sys-kernel/linux-firmware savedconfig net-dns/dnsmasq-2.85 ipv6 +media-libs/sdl2-image gif jpeg png tiff webp From 011c26e7401c673383c7ca8b6a9bc214a3da64cb Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 7 Jun 2022 05:44:56 +0100 Subject: [PATCH 119/833] Rename HARDENING flags to SEC flags. --- portage/make.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index af792b9..d74e6d1 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -20,15 +20,15 @@ OBJDUMP="llvm-objdump" # Flags. ## Hardening flags. -C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" -LD_HARDENING="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" +C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. -CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__ ${C_HARDENING}" -CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_HARDENING}" +CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_SEC}" ## Linker flags. -LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" ## USE flags. USE="clang dbus elogind libcxx libedit llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-llvm system-png system-webp wayland" From 49052f2127e3afc6defeed31e98bc85fc2a30afc Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 7 Jun 2022 05:49:18 +0100 Subject: [PATCH 120/833] Add USE flag verify-sig to automatically verify signatures of supported Portage packages. --- portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/make.conf b/portage/make.conf index d74e6d1..1db8c03 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -31,7 +31,7 @@ CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_SEC}" LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" ## USE flags. -USE="clang dbus elogind libcxx libedit llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-llvm system-png system-webp wayland" +USE="clang dbus elogind libcxx libedit llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-llvm system-png system-webp verify-sig wayland" USE="${USE} -ipv6 -jit -systemd" ## CPU flags. From 94975222d66482f75c5249d91414977e24934904 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 7 Jun 2022 05:53:06 +0100 Subject: [PATCH 121/833] Fix invalid atom. --- portage/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index 403a278..1ea4998 100644 --- a/portage/package.use +++ b/portage/package.use @@ -64,5 +64,5 @@ x11-libs/libdrm video_cards_radeon x11-libs/libxkbcommon X x11-libs/pango X sys-kernel/linux-firmware savedconfig -net-dns/dnsmasq-2.85 ipv6 +net-dns/dnsmasq ipv6 media-libs/sdl2-image gif jpeg png tiff webp From 120d05c3d92593dfbb28232986b2609cec7e515f Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 8 Jun 2022 13:09:05 +0100 Subject: [PATCH 122/833] Disable dev-lang/rust USE flag verify-sig due to keys not matching package source. --- portage/package.use | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.use b/portage/package.use index 1ea4998..8b42e2c 100644 --- a/portage/package.use +++ b/portage/package.use @@ -66,3 +66,4 @@ x11-libs/pango X sys-kernel/linux-firmware savedconfig net-dns/dnsmasq ipv6 media-libs/sdl2-image gif jpeg png tiff webp +dev-lang/rust -verify-sig From 4313632048536a925ca97876b79a10adb20e0b99 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 10 Jun 2022 15:53:14 +0100 Subject: [PATCH 123/833] Add dev-perl/Locale-gettext to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index ce2f433..5667566 100644 --- a/portage/package.env +++ b/portage/package.env @@ -292,6 +292,7 @@ www-client/w3m nopie.conf x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf x11-libs/xtrans nopie.conf +dev-perl/Locale-gettext nopie.conf # No LTO, no PIE From c5245dd3108e1cc789d563c0e7c61b0e1d6a1477 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 10 Jun 2022 16:24:42 +0100 Subject: [PATCH 124/833] Add perl-core/Encode to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 5667566..56a6d14 100644 --- a/portage/package.env +++ b/portage/package.env @@ -293,6 +293,7 @@ x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf x11-libs/xtrans nopie.conf dev-perl/Locale-gettext nopie.conf +perl-core/Encode nopie.conf # No LTO, no PIE From 0a3b4c72a03572d78b12d62e8d1386d40b688861 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 10 Jun 2022 16:28:23 +0100 Subject: [PATCH 125/833] Move perl-core/Encode from No PIE env to GCC - Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 56a6d14..95578d3 100644 --- a/portage/package.env +++ b/portage/package.env @@ -293,7 +293,6 @@ x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf x11-libs/xtrans nopie.conf dev-perl/Locale-gettext nopie.conf -perl-core/Encode nopie.conf # No LTO, no PIE @@ -343,3 +342,4 @@ sys-auth/elogind gcc-basic.conf sys-libs/libcap gcc-basic.conf sys-libs/libselinux gcc-basic.conf sys-process/procps gcc-basic.conf +perl-core/Encode gcc-basic.conf From 085c9c13ebdb3b670fe8fe95ae319c7288c955c5 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 10 Jun 2022 16:30:48 +0100 Subject: [PATCH 126/833] Remove perl-core/Encode. Add perl-core/* to GCC - Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 95578d3..2ab5834 100644 --- a/portage/package.env +++ b/portage/package.env @@ -342,4 +342,4 @@ sys-auth/elogind gcc-basic.conf sys-libs/libcap gcc-basic.conf sys-libs/libselinux gcc-basic.conf sys-process/procps gcc-basic.conf -perl-core/Encode gcc-basic.conf +perl-core/* gcc-basic.conf From 60f82295447b8a4ab2dab5becb63199e65126380 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 10 Jun 2022 16:36:33 +0100 Subject: [PATCH 127/833] Change all individual dev-perl packages to dev-perl/* and add to GCC - Basic env. Change all individual dev-python packages to dev-python/* and add to GCC - Basic env. --- portage/package.env | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/portage/package.env b/portage/package.env index 2ab5834..6b3178f 100644 --- a/portage/package.env +++ b/portage/package.env @@ -330,10 +330,8 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic dev-lang/python gcc-basic.conf -dev-perl/Net-SSLeay gcc-basic.conf -dev-perl/Socket6 gcc-basic.conf -dev-python/lxml gcc-basic.conf -dev-python/numpy gcc-basic.conf +dev-perl/* gcc-basic.conf +dev-python/* gcc-basic.conf media-libs/mlt gcc-basic.conf net-libs/nodejs gcc-basic.conf sys-apps/dbus gcc-basic.conf From 41eb6a343486d8df6012953a0f91a5f496d1c9c1 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 10 Jun 2022 18:24:52 +0100 Subject: [PATCH 128/833] Add dev-lua/* to GCC - Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 6b3178f..11f4914 100644 --- a/portage/package.env +++ b/portage/package.env @@ -341,3 +341,4 @@ sys-libs/libcap gcc-basic.conf sys-libs/libselinux gcc-basic.conf sys-process/procps gcc-basic.conf perl-core/* gcc-basic.conf +dev-lua/* gcc-basic.conf From ca835ca4e1d9501d21570c1ac4fca628f1da4341 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 11 Jun 2022 13:23:52 +0100 Subject: [PATCH 129/833] Add virtual/rust unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index e14fede..24040b3 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -31,3 +31,4 @@ sys-libs/libucontext ~amd64 sys-libs/musl-legacy-compat ~amd64 www-client/chromium ~amd64 www-client/firefox ~amd64 +virtual/rust ~amd64 From c69b60c3ba20d857c9d09386230ba080669247a8 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 11 Jun 2022 18:56:30 +0100 Subject: [PATCH 130/833] Add -fPIE to C_SEC flags to enable PIE at compile-time (only link-time PIE is unsupported for encountered packages). --- portage/env/nopie.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/env/nopie.conf b/portage/env/nopie.conf index 04d4787..c9ce5ed 100644 --- a/portage/env/nopie.conf +++ b/portage/env/nopie.conf @@ -20,7 +20,7 @@ OBJDUMP="llvm-objdump" # Flags. ## Hardening flags. -C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. From 8a25a390536ac1ec9c5bd894967e8bc19fe3f062 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 12 Jun 2022 20:16:34 +0100 Subject: [PATCH 131/833] Add media-libs/libpulse USE flag X. --- portage/package.use | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.use b/portage/package.use index 8b42e2c..4f53f6d 100644 --- a/portage/package.use +++ b/portage/package.use @@ -67,3 +67,4 @@ sys-kernel/linux-firmware savedconfig net-dns/dnsmasq ipv6 media-libs/sdl2-image gif jpeg png tiff webp dev-lang/rust -verify-sig +media-libs/libpulse X From 509e3ed228ed953c225db4a0158d500d07c080f5 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 12 Jun 2022 20:44:46 +0100 Subject: [PATCH 132/833] Add sys-boot/grub to GCC - Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 11f4914..9f02504 100644 --- a/portage/package.env +++ b/portage/package.env @@ -342,3 +342,4 @@ sys-libs/libselinux gcc-basic.conf sys-process/procps gcc-basic.conf perl-core/* gcc-basic.conf dev-lua/* gcc-basic.conf +sys-boot/grub gcc-basic.conf From 16b242e85b97a10d16e17bb42e927fb06089aa99 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 12 Jun 2022 20:52:26 +0100 Subject: [PATCH 133/833] Add sys-fs/cryptmount to GCC - Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 9f02504..30a944e 100644 --- a/portage/package.env +++ b/portage/package.env @@ -343,3 +343,4 @@ sys-process/procps gcc-basic.conf perl-core/* gcc-basic.conf dev-lua/* gcc-basic.conf sys-boot/grub gcc-basic.conf +sys-fs/cryptmount gcc-basic.conf From c050dd4fc287f53533bcfb65ee209d4992348d54 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 15 Jun 2022 14:05:16 +0100 Subject: [PATCH 134/833] Sort packages A-Z. --- portage/package.accept_keywords | 2 +- portage/package.env | 18 +++++++++--------- portage/package.use | 16 ++++++++-------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 24040b3..2928563 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -29,6 +29,6 @@ sys-libs/libexecinfo ~amd64 sys-libs/libomp ~amd64 sys-libs/libucontext ~amd64 sys-libs/musl-legacy-compat ~amd64 +virtual/rust ~amd64 www-client/chromium ~amd64 www-client/firefox ~amd64 -virtual/rust ~amd64 diff --git a/portage/package.env b/portage/package.env index 30a944e..9895b81 100644 --- a/portage/package.env +++ b/portage/package.env @@ -127,10 +127,11 @@ dev-libs/unibilium nopie.conf dev-libs/wayland nopie.conf dev-lua/lpeg nopie.conf dev-lua/mpack nopie.conf -dev-python/dbus-python nopie.conf +dev-perl/Locale-gettext nopie.conf dev-python/PySocks nopie.conf dev-python/charset_normalizer nopie.conf dev-python/cython nopie.conf +dev-python/dbus-python nopie.conf dev-python/idna nopie.conf dev-python/markupsafe nopie.conf dev-python/pygments nopie.conf @@ -183,9 +184,6 @@ media-libs/libogg nopie.conf media-libs/libpng nopie.conf media-libs/libsamplerate nopie.conf media-libs/libsdl2 nopie.conf -media-libs/sdl2-gfx nopie.conf -media-libs/sdl2-mixer nopie.conf -media-libs/sdl2-ttf nopie.conf media-libs/libsndfile nopie.conf media-libs/libvorbis nopie.conf media-libs/libvpx nopie.conf @@ -194,7 +192,10 @@ media-libs/mesa nopie.conf media-libs/openh264 nopie.conf media-libs/openjpeg nopie.conf media-libs/opus nopie.conf +media-libs/sdl2-gfx nopie.conf media-libs/sdl2-image nopie.conf +media-libs/sdl2-mixer nopie.conf +media-libs/sdl2-ttf nopie.conf media-libs/speex nopie.conf media-libs/speexdsp nopie.conf media-libs/tiff nopie.conf @@ -292,7 +293,6 @@ www-client/w3m nopie.conf x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf x11-libs/xtrans nopie.conf -dev-perl/Locale-gettext nopie.conf # No LTO, no PIE @@ -330,17 +330,17 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic dev-lang/python gcc-basic.conf +dev-lua/* gcc-basic.conf dev-perl/* gcc-basic.conf dev-python/* gcc-basic.conf media-libs/mlt gcc-basic.conf net-libs/nodejs gcc-basic.conf +perl-core/* gcc-basic.conf sys-apps/dbus gcc-basic.conf sys-apps/shadow gcc-basic.conf sys-auth/elogind gcc-basic.conf +sys-boot/grub gcc-basic.conf +sys-fs/cryptmount gcc-basic.conf sys-libs/libcap gcc-basic.conf sys-libs/libselinux gcc-basic.conf sys-process/procps gcc-basic.conf -perl-core/* gcc-basic.conf -dev-lua/* gcc-basic.conf -sys-boot/grub gcc-basic.conf -sys-fs/cryptmount gcc-basic.conf diff --git a/portage/package.use b/portage/package.use index 4f53f6d..4861226 100644 --- a/portage/package.use +++ b/portage/package.use @@ -8,13 +8,14 @@ app-crypt/gcr gtk app-text/poppler cairo app-text/xmlto text dev-cpp/gtkmm X +dev-lang/rust -verify-sig dev-libs/libedit static-libs dev-libs/libpcre -readline dev-libs/libpcre2 -readline dev-qt/qtcore icu -dev-qt/qtgui eglfs jpeg -dev-qt/qtgui egl dev-qt/qtgui X +dev-qt/qtgui egl +dev-qt/qtgui eglfs jpeg gui-apps/grim jpeg gui-apps/waybar mpd network -popups -sndio -tray gui-libs/wlroots X @@ -30,17 +31,20 @@ media-libs/imlib2 X media-libs/libepoxy X media-libs/libglvnd X media-libs/libpng apng +media-libs/libpulse X media-libs/libraw jpeg media-libs/libsdl2 gles2 opengl X -media-libs/libsndfile minimal media-libs/libsndfile -minimal +media-libs/libsndfile minimal media-libs/libvpx postproc media-libs/mesa X media-libs/mlt qt5 ffmpeg frei0r xml sdl media-libs/opencv contrib contribdnn +media-libs/sdl2-image gif jpeg png tiff webp media-plugins/alsa-plugins pulseaudio media-video/ffmpeg X sdl media-video/mpv cli -xv +net-dns/dnsmasq ipv6 net-dns/dnsmasq script net-im/profanity gpg omemo otr net-libs/nodejs -lto @@ -50,6 +54,7 @@ sys-devel/clang default-compiler-rt default-lld default-libcxx sys-devel/clang-runtime libcxx sys-fs/cryptsetup argon2 nls openssl udev reencrypt sys-kernel/gentoo-sources symlink +sys-kernel/linux-firmware savedconfig sys-libs/libcxx static-libs sys-libs/libcxxabi static-libs sys-libs/llvm-libunwind static-libs @@ -63,8 +68,3 @@ x11-libs/gtk+ X x11-libs/libdrm video_cards_radeon x11-libs/libxkbcommon X x11-libs/pango X -sys-kernel/linux-firmware savedconfig -net-dns/dnsmasq ipv6 -media-libs/sdl2-image gif jpeg png tiff webp -dev-lang/rust -verify-sig -media-libs/libpulse X From d64a512d8491da720e9ef06d6b0e8518f6989c23 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 15 Jun 2022 14:11:00 +0100 Subject: [PATCH 135/833] Add copyright information. Optimise comments. --- portage/bashrc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/portage/bashrc b/portage/bashrc index 9da422c..4506b63 100644 --- a/portage/bashrc +++ b/portage/bashrc @@ -1,26 +1,31 @@ -# This hook is neccesary for automatic updating of the cfg-update index, please do not modify it! +# Portage bashrc + +# Copyright 2022 Inference + + +# This hook is necessary for automatic updating of the cfg-update index. pre_pkg_setup() { [[ $ROOT = / ]] && cfg-update --index } function pre_pkg_preinst() { - # This hook signs any out-of-tree kernel modules. + # Sign out-of-tree kernel modules. if [[ "$(type -t linux-mod_pkg_preinst)" != "function" ]]; then # The package does not seem to install any kernel modules. return fi - # Get the signature algorithm used by the kernel. + # Get signature algorithm used by the kernel. local module_sig_hash="$(grep -Po '(?<=CONFIG_MODULE_SIG_HASH=").*(?=")' "${KERNEL_DIR}/.config")" # Get the key file used by the kernel. local module_sig_key="$(grep -Po '(?<=CONFIG_MODULE_SIG_KEY=").*(?=")' "${KERNEL_DIR}/.config")" module_sig_key="${module_sig_key:-certs/signing_key.pem}" - # Path to the key file or PKCS11 URI + # Key file or PKCS11 URI path. if [[ "${module_sig_key#pkcs11:}" == "${module_sig_key}" && "${module_sig_key#/}" == "${module_sig_key}" ]]; then local key_path="${KERNEL_DIR}/${module_sig_key}" else local key_path="${module_sig_key}" fi - # Certificate path + # Certificate path. local cert_path="${KERNEL_DIR}/certs/signing_key.x509" # Sign all installed modules before merging. find "${D%/}/${INSDESTTREE#/}/" -name "*.ko" -exec "${KERNEL_DIR}/scripts/sign-file" "${module_sig_hash}" "${key_path}" "${cert_path}" '{}' \; From 457f0ee11b51d3d78134acf07933a6c921802f97 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 15 Jun 2022 15:16:42 +0100 Subject: [PATCH 136/833] Add configuration targets. --- README.md | 8 ++++++++ portage/make.conf | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8389134..4084a41 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@

Configuration

Inference personal configuration files.


+

These configuration files are targeting Linux, Gentoo Hardened,
+musl libc, and LLVM toolchain. Anything else is out of scope and
+unsupported. I am working on moving all GCC-related configurations to LLVM,
+and GCC will eventually be dropped, entirely. They also focus on hardening
+the system as much as possible, without making it unusable; expect
+noticeable performance impact, although the system should still be usable.
+Security and privacy are the focuses, nothing else. +

Licensing

All content is licensed under MIT License.

diff --git a/portage/make.conf b/portage/make.conf index 1db8c03..9c5ce9d 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -9,13 +9,13 @@ CC="clang" CPP="clang-cpp" CXX="clang++" LD="ld.lld" -STRINGS="llvm-strings" -STRIP="llvm-strip" NM="llvm-nm" -RANLIB="llvm-ranlib" -READELF="llvm-readelf" OBJCOPY="llvm-objcopy" OBJDUMP="llvm-objdump" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +STRINGS="llvm-strings" +STRIP="llvm-strip" # Flags. From a9995824faba9497db599f48a075a1b44acb2d78 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 16 Jun 2022 21:35:51 +0100 Subject: [PATCH 137/833] Add media-libs/libpulse to No PIE env. --- portage/package.env | 1 + .../sys-kernel/linux-firmware-20220610 | 2790 +++++++++++++++++ 2 files changed, 2791 insertions(+) create mode 100644 portage/savedconfig/sys-kernel/linux-firmware-20220610 diff --git a/portage/package.env b/portage/package.env index 9895b81..7c2f12d 100644 --- a/portage/package.env +++ b/portage/package.env @@ -182,6 +182,7 @@ media-libs/libmypaint nopie.conf media-libs/libnsgif nopie.conf media-libs/libogg nopie.conf media-libs/libpng nopie.conf +media-libs/libpulse nopie.conf media-libs/libsamplerate nopie.conf media-libs/libsdl2 nopie.conf media-libs/libsndfile nopie.conf diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220610 b/portage/savedconfig/sys-kernel/linux-firmware-20220610 new file mode 100644 index 0000000..47d5ee8 --- /dev/null +++ b/portage/savedconfig/sys-kernel/linux-firmware-20220610 @@ -0,0 +1,2790 @@ +# Remove files that shall not be installed from this list. +3com/typhoon.bin +RTL8192E/boot.img +RTL8192E/data.img +RTL8192E/main.img +TDA7706_OM_v2.5.1_boot.txt +TDA7706_OM_v3.0.2_boot.txt +a300_pfp.fw +a300_pm4.fw +advansys/mcode.bin +advansys/3550.bin +advansys/38C0800.bin +advansys/38C1600.bin +agere_ap_fw.bin +agere_sta_fw.bin +amd/amd_sev_fam17h_model0xh.sbin +amd/amd_sev_fam17h_model3xh.sbin +amd/amd_sev_fam19h_model0xh.sbin +amd-ucode/microcode_amd.bin +amd-ucode/microcode_amd_fam15h.bin +amd-ucode/microcode_amd_fam16h.bin +amd-ucode/microcode_amd_fam17h.bin +amd-ucode/microcode_amd_fam19h.bin +amdgpu/tahiti_ce.bin +amdgpu/tahiti_k_smc.bin +amdgpu/tahiti_mc.bin +amdgpu/tahiti_me.bin +amdgpu/tahiti_pfp.bin +amdgpu/tahiti_rlc.bin +amdgpu/tahiti_smc.bin +amdgpu/tahiti_uvd.bin +amdgpu/pitcairn_ce.bin +amdgpu/pitcairn_k_smc.bin +amdgpu/pitcairn_mc.bin +amdgpu/pitcairn_me.bin +amdgpu/pitcairn_pfp.bin +amdgpu/pitcairn_rlc.bin +amdgpu/pitcairn_smc.bin +amdgpu/pitcairn_uvd.bin +amdgpu/verde_ce.bin +amdgpu/verde_k_smc.bin +amdgpu/verde_mc.bin +amdgpu/verde_me.bin +amdgpu/verde_pfp.bin +amdgpu/verde_rlc.bin +amdgpu/verde_smc.bin +amdgpu/verde_uvd.bin +amdgpu/hainan_ce.bin +amdgpu/hainan_k_smc.bin +amdgpu/hainan_mc.bin +amdgpu/hainan_me.bin +amdgpu/hainan_pfp.bin +amdgpu/hainan_rlc.bin +amdgpu/hainan_smc.bin +amdgpu/oland_ce.bin +amdgpu/oland_k_smc.bin +amdgpu/oland_mc.bin +amdgpu/oland_me.bin +amdgpu/oland_pfp.bin +amdgpu/oland_rlc.bin +amdgpu/oland_smc.bin +amdgpu/oland_uvd.bin +amdgpu/si58_mc.bin +amdgpu/banks_k_2_smc.bin +amdgpu/bonaire_ce.bin +amdgpu/bonaire_k_smc.bin +amdgpu/bonaire_mc.bin +amdgpu/bonaire_me.bin +amdgpu/bonaire_mec.bin +amdgpu/bonaire_pfp.bin +amdgpu/bonaire_rlc.bin +amdgpu/bonaire_sdma.bin +amdgpu/bonaire_sdma1.bin +amdgpu/bonaire_smc.bin +amdgpu/bonaire_uvd.bin +amdgpu/bonaire_vce.bin +amdgpu/hawaii_ce.bin +amdgpu/hawaii_k_smc.bin +amdgpu/hawaii_mc.bin +amdgpu/hawaii_me.bin +amdgpu/hawaii_mec.bin +amdgpu/hawaii_pfp.bin +amdgpu/hawaii_rlc.bin +amdgpu/hawaii_sdma.bin +amdgpu/hawaii_sdma1.bin +amdgpu/hawaii_smc.bin +amdgpu/hawaii_uvd.bin +amdgpu/hawaii_vce.bin +amdgpu/kabini_ce.bin +amdgpu/kabini_me.bin +amdgpu/kabini_mec.bin +amdgpu/kabini_pfp.bin +amdgpu/kabini_rlc.bin +amdgpu/kabini_sdma.bin +amdgpu/kabini_sdma1.bin +amdgpu/kabini_uvd.bin +amdgpu/kabini_vce.bin +amdgpu/mullins_ce.bin +amdgpu/mullins_me.bin +amdgpu/mullins_mec.bin +amdgpu/mullins_pfp.bin +amdgpu/mullins_rlc.bin +amdgpu/mullins_sdma.bin +amdgpu/mullins_sdma1.bin +amdgpu/mullins_uvd.bin +amdgpu/mullins_vce.bin +amdgpu/kaveri_ce.bin +amdgpu/kaveri_me.bin +amdgpu/kaveri_mec.bin +amdgpu/kaveri_mec2.bin +amdgpu/kaveri_pfp.bin +amdgpu/kaveri_rlc.bin +amdgpu/kaveri_sdma.bin +amdgpu/kaveri_sdma1.bin +amdgpu/kaveri_uvd.bin +amdgpu/kaveri_vce.bin +amdgpu/topaz_ce.bin +amdgpu/topaz_k_smc.bin +amdgpu/topaz_mc.bin +amdgpu/topaz_me.bin +amdgpu/topaz_mec2.bin +amdgpu/topaz_mec.bin +amdgpu/topaz_pfp.bin +amdgpu/topaz_rlc.bin +amdgpu/topaz_sdma1.bin +amdgpu/topaz_sdma.bin +amdgpu/topaz_smc.bin +amdgpu/tonga_ce.bin +amdgpu/tonga_k_smc.bin +amdgpu/tonga_mc.bin +amdgpu/tonga_me.bin +amdgpu/tonga_mec2.bin +amdgpu/tonga_mec.bin +amdgpu/tonga_pfp.bin +amdgpu/tonga_rlc.bin +amdgpu/tonga_sdma1.bin +amdgpu/tonga_sdma.bin +amdgpu/tonga_smc.bin +amdgpu/tonga_uvd.bin +amdgpu/tonga_vce.bin +amdgpu/carrizo_ce.bin +amdgpu/carrizo_me.bin +amdgpu/carrizo_mec2.bin +amdgpu/carrizo_mec.bin +amdgpu/carrizo_pfp.bin +amdgpu/carrizo_rlc.bin +amdgpu/carrizo_sdma1.bin +amdgpu/carrizo_sdma.bin +amdgpu/carrizo_uvd.bin +amdgpu/carrizo_vce.bin +amdgpu/fiji_ce.bin +amdgpu/fiji_mc.bin +amdgpu/fiji_me.bin +amdgpu/fiji_mec2.bin +amdgpu/fiji_mec.bin +amdgpu/fiji_pfp.bin +amdgpu/fiji_rlc.bin +amdgpu/fiji_sdma1.bin +amdgpu/fiji_sdma.bin +amdgpu/fiji_smc.bin +amdgpu/fiji_uvd.bin +amdgpu/fiji_vce.bin +amdgpu/stoney_ce.bin +amdgpu/stoney_me.bin +amdgpu/stoney_mec.bin +amdgpu/stoney_pfp.bin +amdgpu/stoney_rlc.bin +amdgpu/stoney_sdma.bin +amdgpu/stoney_uvd.bin +amdgpu/stoney_vce.bin +amdgpu/polaris10_ce.bin +amdgpu/polaris10_ce_2.bin +amdgpu/polaris10_mc.bin +amdgpu/polaris10_k_mc.bin +amdgpu/polaris10_me.bin +amdgpu/polaris10_me_2.bin +amdgpu/polaris10_mec2.bin +amdgpu/polaris10_mec2_2.bin +amdgpu/polaris10_mec.bin +amdgpu/polaris10_mec_2.bin +amdgpu/polaris10_pfp.bin +amdgpu/polaris10_pfp_2.bin +amdgpu/polaris10_rlc.bin +amdgpu/polaris10_sdma1.bin +amdgpu/polaris10_sdma.bin +amdgpu/polaris10_smc.bin +amdgpu/polaris10_k_smc.bin +amdgpu/polaris10_k2_smc.bin +amdgpu/polaris10_smc_sk.bin +amdgpu/polaris10_uvd.bin +amdgpu/polaris10_vce.bin +amdgpu/polaris11_ce.bin +amdgpu/polaris11_ce_2.bin +amdgpu/polaris11_mc.bin +amdgpu/polaris11_k_mc.bin +amdgpu/polaris11_me.bin +amdgpu/polaris11_me_2.bin +amdgpu/polaris11_mec2.bin +amdgpu/polaris11_mec2_2.bin +amdgpu/polaris11_mec.bin +amdgpu/polaris11_mec_2.bin +amdgpu/polaris11_pfp.bin +amdgpu/polaris11_pfp_2.bin +amdgpu/polaris11_rlc.bin +amdgpu/polaris11_sdma1.bin +amdgpu/polaris11_sdma.bin +amdgpu/polaris11_smc.bin +amdgpu/polaris11_k_smc.bin +amdgpu/polaris11_k2_smc.bin +amdgpu/polaris11_smc_sk.bin +amdgpu/polaris11_uvd.bin +amdgpu/polaris11_vce.bin +amdgpu/polaris12_ce.bin +amdgpu/polaris12_ce_2.bin +amdgpu/polaris12_mc.bin +amdgpu/polaris12_k_mc.bin +amdgpu/polaris12_32_mc.bin +amdgpu/polaris12_me.bin +amdgpu/polaris12_me_2.bin +amdgpu/polaris12_mec.bin +amdgpu/polaris12_mec_2.bin +amdgpu/polaris12_mec2.bin +amdgpu/polaris12_mec2_2.bin +amdgpu/polaris12_pfp.bin +amdgpu/polaris12_pfp_2.bin +amdgpu/polaris12_rlc.bin +amdgpu/polaris12_sdma.bin +amdgpu/polaris12_sdma1.bin +amdgpu/polaris12_smc.bin +amdgpu/polaris12_k_smc.bin +amdgpu/polaris12_uvd.bin +amdgpu/polaris12_vce.bin +amdgpu/vegam_ce.bin +amdgpu/vegam_me.bin +amdgpu/vegam_mec.bin +amdgpu/vegam_mec2.bin +amdgpu/vegam_pfp.bin +amdgpu/vegam_rlc.bin +amdgpu/vegam_sdma.bin +amdgpu/vegam_sdma1.bin +amdgpu/vegam_smc.bin +amdgpu/vegam_uvd.bin +amdgpu/vegam_vce.bin +amdgpu/vega10_acg_smc.bin +amdgpu/vega10_asd.bin +amdgpu/vega10_ce.bin +amdgpu/vega10_gpu_info.bin +amdgpu/vega10_me.bin +amdgpu/vega10_mec.bin +amdgpu/vega10_mec2.bin +amdgpu/vega10_pfp.bin +amdgpu/vega10_rlc.bin +amdgpu/vega10_sdma.bin +amdgpu/vega10_sdma1.bin +amdgpu/vega10_smc.bin +amdgpu/vega10_sos.bin +amdgpu/vega10_uvd.bin +amdgpu/vega10_vce.bin +amdgpu/vega12_asd.bin +amdgpu/vega12_ce.bin +amdgpu/vega12_gpu_info.bin +amdgpu/vega12_me.bin +amdgpu/vega12_mec.bin +amdgpu/vega12_mec2.bin +amdgpu/vega12_pfp.bin +amdgpu/vega12_rlc.bin +amdgpu/vega12_sdma.bin +amdgpu/vega12_sdma1.bin +amdgpu/vega12_smc.bin +amdgpu/vega12_sos.bin +amdgpu/vega12_uvd.bin +amdgpu/vega12_vce.bin +amdgpu/vega20_asd.bin +amdgpu/vega20_ce.bin +amdgpu/vega20_me.bin +amdgpu/vega20_mec.bin +amdgpu/vega20_mec2.bin +amdgpu/vega20_pfp.bin +amdgpu/vega20_rlc.bin +amdgpu/vega20_sdma.bin +amdgpu/vega20_sdma1.bin +amdgpu/vega20_smc.bin +amdgpu/vega20_sos.bin +amdgpu/vega20_uvd.bin +amdgpu/vega20_vce.bin +amdgpu/vega20_ta.bin +amdgpu/raven_asd.bin +amdgpu/raven_ce.bin +amdgpu/raven_gpu_info.bin +amdgpu/raven_me.bin +amdgpu/raven_mec.bin +amdgpu/raven_mec2.bin +amdgpu/raven_pfp.bin +amdgpu/raven_rlc.bin +amdgpu/raven_sdma.bin +amdgpu/raven_vcn.bin +amdgpu/raven_dmcu.bin +amdgpu/raven_kicker_rlc.bin +amdgpu/raven_ta.bin +amdgpu/picasso_asd.bin +amdgpu/picasso_ce.bin +amdgpu/picasso_gpu_info.bin +amdgpu/picasso_me.bin +amdgpu/picasso_mec.bin +amdgpu/picasso_mec2.bin +amdgpu/picasso_pfp.bin +amdgpu/picasso_rlc.bin +amdgpu/picasso_rlc_am4.bin +amdgpu/picasso_sdma.bin +amdgpu/picasso_vcn.bin +amdgpu/picasso_ta.bin +amdgpu/raven2_asd.bin +amdgpu/raven2_ce.bin +amdgpu/raven2_gpu_info.bin +amdgpu/raven2_me.bin +amdgpu/raven2_mec.bin +amdgpu/raven2_mec2.bin +amdgpu/raven2_pfp.bin +amdgpu/raven2_rlc.bin +amdgpu/raven2_sdma.bin +amdgpu/raven2_vcn.bin +amdgpu/raven2_ta.bin +amdgpu/navi10_asd.bin +amdgpu/navi10_ce.bin +amdgpu/navi10_gpu_info.bin +amdgpu/navi10_me.bin +amdgpu/navi10_mec.bin +amdgpu/navi10_mec2.bin +amdgpu/navi10_pfp.bin +amdgpu/navi10_rlc.bin +amdgpu/navi10_sdma.bin +amdgpu/navi10_sdma1.bin +amdgpu/navi10_smc.bin +amdgpu/navi10_sos.bin +amdgpu/navi10_vcn.bin +amdgpu/navi10_ta.bin +amdgpu/navi14_asd.bin +amdgpu/navi14_ce.bin +amdgpu/navi14_ce_wks.bin +amdgpu/navi14_gpu_info.bin +amdgpu/navi14_me.bin +amdgpu/navi14_me_wks.bin +amdgpu/navi14_mec.bin +amdgpu/navi14_mec_wks.bin +amdgpu/navi14_mec2.bin +amdgpu/navi14_mec2_wks.bin +amdgpu/navi14_pfp.bin +amdgpu/navi14_pfp_wks.bin +amdgpu/navi14_rlc.bin +amdgpu/navi14_sdma.bin +amdgpu/navi14_sdma1.bin +amdgpu/navi14_smc.bin +amdgpu/navi14_sos.bin +amdgpu/navi14_vcn.bin +amdgpu/navi14_ta.bin +amdgpu/navi12_asd.bin +amdgpu/navi12_ce.bin +amdgpu/navi12_dmcu.bin +amdgpu/navi12_gpu_info.bin +amdgpu/navi12_me.bin +amdgpu/navi12_mec.bin +amdgpu/navi12_mec2.bin +amdgpu/navi12_pfp.bin +amdgpu/navi12_rlc.bin +amdgpu/navi12_sdma.bin +amdgpu/navi12_sdma1.bin +amdgpu/navi12_smc.bin +amdgpu/navi12_sos.bin +amdgpu/navi12_vcn.bin +amdgpu/navi12_ta.bin +amdgpu/renoir_asd.bin +amdgpu/renoir_ce.bin +amdgpu/renoir_gpu_info.bin +amdgpu/renoir_me.bin +amdgpu/renoir_mec.bin +amdgpu/renoir_mec2.bin +amdgpu/renoir_pfp.bin +amdgpu/renoir_rlc.bin +amdgpu/renoir_sdma.bin +amdgpu/renoir_vcn.bin +amdgpu/renoir_dmcub.bin +amdgpu/renoir_ta.bin +amdgpu/sienna_cichlid_ce.bin +amdgpu/sienna_cichlid_dmcub.bin +amdgpu/sienna_cichlid_me.bin +amdgpu/sienna_cichlid_mec.bin +amdgpu/sienna_cichlid_mec2.bin +amdgpu/sienna_cichlid_pfp.bin +amdgpu/sienna_cichlid_rlc.bin +amdgpu/sienna_cichlid_sdma.bin +amdgpu/sienna_cichlid_smc.bin +amdgpu/sienna_cichlid_sos.bin +amdgpu/sienna_cichlid_ta.bin +amdgpu/sienna_cichlid_vcn.bin +amdgpu/green_sardine_asd.bin +amdgpu/green_sardine_ce.bin +amdgpu/green_sardine_dmcub.bin +amdgpu/green_sardine_me.bin +amdgpu/green_sardine_mec2.bin +amdgpu/green_sardine_mec.bin +amdgpu/green_sardine_pfp.bin +amdgpu/green_sardine_rlc.bin +amdgpu/green_sardine_sdma.bin +amdgpu/green_sardine_ta.bin +amdgpu/green_sardine_vcn.bin +amdgpu/navy_flounder_ce.bin +amdgpu/navy_flounder_dmcub.bin +amdgpu/navy_flounder_me.bin +amdgpu/navy_flounder_mec.bin +amdgpu/navy_flounder_mec2.bin +amdgpu/navy_flounder_pfp.bin +amdgpu/navy_flounder_rlc.bin +amdgpu/navy_flounder_sdma.bin +amdgpu/navy_flounder_smc.bin +amdgpu/navy_flounder_sos.bin +amdgpu/navy_flounder_ta.bin +amdgpu/navy_flounder_vcn.bin +amdgpu/arcturus_asd.bin +amdgpu/arcturus_gpu_info.bin +amdgpu/arcturus_mec2.bin +amdgpu/arcturus_mec.bin +amdgpu/arcturus_rlc.bin +amdgpu/arcturus_sdma.bin +amdgpu/arcturus_smc.bin +amdgpu/arcturus_sos.bin +amdgpu/arcturus_ta.bin +amdgpu/arcturus_vcn.bin +amdgpu/dimgrey_cavefish_ce.bin +amdgpu/dimgrey_cavefish_dmcub.bin +amdgpu/dimgrey_cavefish_me.bin +amdgpu/dimgrey_cavefish_mec.bin +amdgpu/dimgrey_cavefish_mec2.bin +amdgpu/dimgrey_cavefish_pfp.bin +amdgpu/dimgrey_cavefish_rlc.bin +amdgpu/dimgrey_cavefish_sdma.bin +amdgpu/dimgrey_cavefish_smc.bin +amdgpu/dimgrey_cavefish_sos.bin +amdgpu/dimgrey_cavefish_ta.bin +amdgpu/dimgrey_cavefish_vcn.bin +amdgpu/vangogh_asd.bin +amdgpu/vangogh_ce.bin +amdgpu/vangogh_dmcub.bin +amdgpu/vangogh_me.bin +amdgpu/vangogh_mec2.bin +amdgpu/vangogh_mec.bin +amdgpu/vangogh_pfp.bin +amdgpu/vangogh_rlc.bin +amdgpu/vangogh_sdma.bin +amdgpu/vangogh_toc.bin +amdgpu/vangogh_vcn.bin +amdgpu/yellow_carp_asd.bin +amdgpu/yellow_carp_ce.bin +amdgpu/yellow_carp_dmcub.bin +amdgpu/yellow_carp_me.bin +amdgpu/yellow_carp_mec.bin +amdgpu/yellow_carp_mec2.bin +amdgpu/yellow_carp_pfp.bin +amdgpu/yellow_carp_rlc.bin +amdgpu/yellow_carp_sdma.bin +amdgpu/yellow_carp_ta.bin +amdgpu/yellow_carp_toc.bin +amdgpu/yellow_carp_vcn.bin +amdgpu/beige_goby_ce.bin +amdgpu/beige_goby_dmcub.bin +amdgpu/beige_goby_me.bin +amdgpu/beige_goby_mec.bin +amdgpu/beige_goby_mec2.bin +amdgpu/beige_goby_pfp.bin +amdgpu/beige_goby_rlc.bin +amdgpu/beige_goby_sdma.bin +amdgpu/beige_goby_smc.bin +amdgpu/beige_goby_sos.bin +amdgpu/beige_goby_ta.bin +amdgpu/beige_goby_vcn.bin +amdgpu/cyan_skillfish2_ce.bin +amdgpu/cyan_skillfish2_me.bin +amdgpu/cyan_skillfish2_mec.bin +amdgpu/cyan_skillfish2_mec2.bin +amdgpu/cyan_skillfish2_pfp.bin +amdgpu/cyan_skillfish2_rlc.bin +amdgpu/cyan_skillfish2_sdma.bin +amdgpu/cyan_skillfish2_sdma1.bin +amdgpu/aldebaran_mec2.bin +amdgpu/aldebaran_mec.bin +amdgpu/aldebaran_rlc.bin +amdgpu/aldebaran_sdma.bin +amdgpu/aldebaran_smc.bin +amdgpu/aldebaran_sos.bin +amdgpu/aldebaran_ta.bin +amdgpu/aldebaran_vcn.bin +amdgpu/gc_10_3_7_ce.bin +amdgpu/gc_10_3_7_me.bin +amdgpu/gc_10_3_7_mec.bin +amdgpu/gc_10_3_7_mec2.bin +amdgpu/gc_10_3_7_pfp.bin +amdgpu/gc_10_3_7_rlc.bin +amdgpu/dcn_3_1_6_dmcub.bin +amdgpu/psp_13_0_8_asd.bin +amdgpu/psp_13_0_8_ta.bin +amdgpu/psp_13_0_8_toc.bin +amdgpu/sdma_5_2_7.bin +amphion/vpu/vpu_fw_imx8_dec.bin +amphion/vpu/vpu_fw_imx8_enc.bin +ar3k/AthrBT_0x01020001.dfu +ar3k/ramps_0x01020001_26.dfu +ar3k/AthrBT_0x01020200.dfu +ar3k/ramps_0x01020200_26.dfu +ar3k/ramps_0x01020200_40.dfu +ar3k/AthrBT_0x31010000.dfu +ar3k/ramps_0x31010000_40.dfu +ar3k/AthrBT_0x11020000.dfu +ar3k/ramps_0x11020000_40.dfu +ar3k/ramps_0x01020201_26.dfu +ar3k/ramps_0x01020201_40.dfu +ar3k/AthrBT_0x41020000.dfu +ar3k/ramps_0x41020000_40.dfu +ar3k/AthrBT_0x11020100.dfu +ar3k/ramps_0x11020100_40.dfu +ar3k/AthrBT_0x31010100.dfu +ar3k/ramps_0x31010100_40.dfu +ar3k/AthrBT_0x01020201.dfu +ar3k/1020201coex/ramps_0x01020201_26_HighPriority.dfu +ar3k/1020201/PS_ASIC.pst +ar3k/1020201/RamPatch.txt +ar3k/1020200/ar3kbdaddr.pst +ar3k/1020200/PS_ASIC.pst +ar3k/1020200/RamPatch.txt +ar3k/30101/ar3kbdaddr.pst +ar3k/30101/PS_ASIC.pst +ar3k/30101/RamPatch.txt +ar3k/30000/ar3kbdaddr.pst +ar3k/30000/PS_ASIC.pst +ar3k/30000/RamPatch.txt +ar3k/30101coex/ar3kbdaddr.pst +ar3k/30101coex/PS_ASIC_aclLowPri.pst +ar3k/30101coex/PS_ASIC_aclHighPri.pst +ar3k/30101coex/PS_ASIC.pst +ar3k/30101coex/RamPatch.txt +ar5523.bin +ar7010.fw +ar7010_1_1.fw +ar9170-1.fw +ar9170-2.fw +ar9271.fw +as102_data1_st.hex +as102_data2_st.hex +ath10k/QCA988X/hw2.0/board.bin +ath10k/QCA988X/hw2.0/firmware-4.bin +ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt +ath10k/QCA988X/hw2.0/firmware-5.bin +ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt +ath10k/QCA6174/hw2.1/board.bin +ath10k/QCA6174/hw2.1/board-2.bin +ath10k/QCA6174/hw2.1/firmware-5.bin +ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt +ath10k/QCA6174/hw3.0/board.bin +ath10k/QCA6174/hw3.0/board-2.bin +ath10k/QCA6174/hw3.0/firmware-4.bin +ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt +ath10k/QCA6174/hw3.0/firmware-6.bin +ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt +ath10k/QCA6174/hw3.0/firmware-sdio-6.bin +ath10k/QCA6174/hw3.0/notice_ath10k_firmware-sdio-6.txt +ath10k/QCA9377/hw1.0/board.bin +ath10k/QCA9377/hw1.0/board-2.bin +ath10k/QCA9377/hw1.0/firmware-5.bin +ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt +ath10k/QCA9377/hw1.0/firmware-sdio-5.bin +ath10k/QCA9377/hw1.0/notice_ath10k_firmware-sdio-5.txt +ath10k/QCA9377/hw1.0/firmware-6.bin +ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt +ath10k/QCA99X0/hw2.0/board-2.bin +ath10k/QCA99X0/hw2.0/firmware-5.bin +ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt +ath10k/QCA4019/hw1.0/board-2.bin +ath10k/QCA4019/hw1.0/firmware-5.bin +ath10k/QCA4019/hw1.0/notice_ath10k_firmware-5.txt +ath10k/QCA9887/hw1.0/board.bin +ath10k/QCA9887/hw1.0/firmware-5.bin +ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt +ath10k/QCA9888/hw2.0/board-2.bin +ath10k/QCA9888/hw2.0/firmware-5.bin +ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt +ath10k/QCA9984/hw1.0/board-2.bin +ath10k/QCA9984/hw1.0/firmware-5.bin +ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt +ath10k/WCN3990/hw1.0/board-2.bin +ath10k/WCN3990/hw1.0/firmware-5.bin +ath10k/WCN3990/hw1.0/wlanmdsp.mbn +ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp +ath11k/IPQ6018/hw1.0/board-2.bin +ath11k/IPQ6018/hw1.0/m3_fw.b00 +ath11k/IPQ6018/hw1.0/m3_fw.b01 +ath11k/IPQ6018/hw1.0/m3_fw.b02 +ath11k/IPQ6018/hw1.0/m3_fw.flist +ath11k/IPQ6018/hw1.0/m3_fw.mdt +ath11k/IPQ6018/hw1.0/q6_fw.b00 +ath11k/IPQ6018/hw1.0/q6_fw.b01 +ath11k/IPQ6018/hw1.0/q6_fw.b02 +ath11k/IPQ6018/hw1.0/q6_fw.b03 +ath11k/IPQ6018/hw1.0/q6_fw.b04 +ath11k/IPQ6018/hw1.0/q6_fw.b05 +ath11k/IPQ6018/hw1.0/q6_fw.b07 +ath11k/IPQ6018/hw1.0/q6_fw.b08 +ath11k/IPQ6018/hw1.0/q6_fw.flist +ath11k/IPQ6018/hw1.0/q6_fw.mdt +ath11k/IPQ6018/hw1.0/Notice.txt +ath11k/IPQ8074/hw2.0/board-2.bin +ath11k/IPQ8074/hw2.0/m3_fw.b00 +ath11k/IPQ8074/hw2.0/m3_fw.b01 +ath11k/IPQ8074/hw2.0/m3_fw.b02 +ath11k/IPQ8074/hw2.0/m3_fw.flist +ath11k/IPQ8074/hw2.0/m3_fw.mdt +ath11k/IPQ8074/hw2.0/q6_fw.b00 +ath11k/IPQ8074/hw2.0/q6_fw.b01 +ath11k/IPQ8074/hw2.0/q6_fw.b02 +ath11k/IPQ8074/hw2.0/q6_fw.b03 +ath11k/IPQ8074/hw2.0/q6_fw.b04 +ath11k/IPQ8074/hw2.0/q6_fw.b05 +ath11k/IPQ8074/hw2.0/q6_fw.b07 +ath11k/IPQ8074/hw2.0/q6_fw.b08 +ath11k/IPQ8074/hw2.0/q6_fw.flist +ath11k/IPQ8074/hw2.0/q6_fw.mdt +ath11k/IPQ8074/hw2.0/Notice.txt +ath11k/QCA6390/hw2.0/board-2.bin +ath11k/QCA6390/hw2.0/amss.bin +ath11k/QCA6390/hw2.0/m3.bin +ath11k/QCA6390/hw2.0/Notice.txt +ath11k/WCN6855/hw2.0/regdb.bin +ath11k/WCN6855/hw2.0/board-2.bin +ath11k/WCN6855/hw2.0/amss.bin +ath11k/WCN6855/hw2.0/m3.bin +ath11k/WCN6855/hw2.0/Notice.txt +ath11k/WCN6855/hw2.1/regdb.bin +ath11k/WCN6855/hw2.1/board-2.bin +ath11k/WCN6855/hw2.1/amss.bin +ath11k/WCN6855/hw2.1/m3.bin +ath11k/QCN9074/hw1.0/board-2.bin +ath11k/QCN9074/hw1.0/amss.bin +ath11k/QCN9074/hw1.0/m3.bin +ath11k/QCN9074/hw1.0/Notice.txt +ath11k/WCN6750/hw1.0/board-2.bin +ath11k/WCN6750/hw1.0/wpss.b00 +ath11k/WCN6750/hw1.0/wpss.b01 +ath11k/WCN6750/hw1.0/wpss.b02 +ath11k/WCN6750/hw1.0/wpss.b03 +ath11k/WCN6750/hw1.0/wpss.b04 +ath11k/WCN6750/hw1.0/wpss.b05 +ath11k/WCN6750/hw1.0/wpss.b06 +ath11k/WCN6750/hw1.0/wpss.b07 +ath11k/WCN6750/hw1.0/wpss.b08 +ath11k/WCN6750/hw1.0/wpss.mdt +ath11k/WCN6750/hw1.0/Notice.txt +ath3k-1.fw +ath6k/AR6004/hw1.3/fw-3.bin +ath6k/AR6004/hw1.3/bdata.bin +ath6k/AR6004/hw1.2/fw-2.bin +ath6k/AR6004/hw1.2/bdata.bin +ath6k/AR6003/hw1.0/otp.bin.z77 +ath6k/AR6003/hw1.0/bdata.SD31.bin +ath6k/AR6003/hw1.0/bdata.SD32.bin +ath6k/AR6003/hw1.0/data.patch.bin +ath6k/AR6003/hw1.0/bdata.WB31.bin +ath6k/AR6003/hw1.0/athwlan.bin.z77 +ath6k/AR6003/hw2.1.1/fw-2.bin +ath6k/AR6003/hw2.1.1/fw-3.bin +ath6k/AR6003/hw2.1.1/otp.bin +ath6k/AR6003/hw2.1.1/athwlan.bin +ath6k/AR6003/hw2.1.1/endpointping.bin +ath6k/AR6003/hw2.1.1/bdata.SD31.bin +ath6k/AR6003/hw2.1.1/bdata.SD32.bin +ath6k/AR6003/hw2.1.1/data.patch.bin +ath6k/AR6003/hw2.1.1/bdata.WB31.bin +ath6k/AR6003/hw2.0/otp.bin.z77 +ath6k/AR6003/hw2.0/bdata.SD31.bin +ath6k/AR6003/hw2.0/bdata.SD32.bin +ath6k/AR6003/hw2.0/data.patch.bin +ath6k/AR6003/hw2.0/bdata.WB31.bin +ath6k/AR6003/hw2.0/athwlan.bin.z77 +ath6k/AR6002/eeprom.data +ath6k/AR6002/eeprom.bin +ath6k/AR6002/athwlan.bin.z77 +ath6k/AR6002/data.patch.hw2_0.bin +ath6k/AR6003.1/hw2.1.1/athwlan.bin +ath6k/AR6003.1/hw2.1.1/bdata.SD31.bin +ath6k/AR6003.1/hw2.1.1/bdata.SD32.bin +ath6k/AR6003.1/hw2.1.1/bdata.WB31.bin +ath6k/AR6003.1/hw2.1.1/data.patch.bin +ath6k/AR6003.1/hw2.1.1/endpointping.bin +ath6k/AR6003.1/hw2.1.1/otp.bin +ath9k_htc/htc_7010-1.4.0.fw +ath9k_htc/htc_9271-1.4.0.fw +atmel/wilc1000_fw.bin +atmel/wilc1000_ap_fw.bin +atmel/wilc1000_p2p_fw.bin +atmel/wilc1000_wifi_firmware.bin +atmel/wilc1000_wifi_firmware-1.bin +atusb/atusb-0.2.dfu +atusb/atusb-0.3.dfu +atusb/rzusb-0.3.bin +av7110/bootcode.bin +bnx2/bnx2-mips-06-4.6.16.fw +bnx2/bnx2-mips-06-5.0.0.j3.fw +bnx2/bnx2-mips-06-5.0.0.j6.fw +bnx2/bnx2-mips-06-6.0.15.fw +bnx2/bnx2-mips-06-6.2.1.fw +bnx2/bnx2-mips-06-6.2.3.fw +bnx2/bnx2-mips-09-4.6.17.fw +bnx2/bnx2-mips-09-5.0.0.j3.fw +bnx2/bnx2-mips-09-5.0.0.j9.fw +bnx2/bnx2-mips-09-5.0.0.j15.fw +bnx2/bnx2-mips-09-6.0.17.fw +bnx2/bnx2-mips-09-6.2.1.fw +bnx2/bnx2-mips-09-6.2.1a.fw +bnx2/bnx2-mips-09-6.2.1b.fw +bnx2/bnx2-rv2p-06-4.6.16.fw +bnx2/bnx2-rv2p-06-5.0.0.j3.fw +bnx2/bnx2-rv2p-06-6.0.15.fw +bnx2/bnx2-rv2p-09-4.6.15.fw +bnx2/bnx2-rv2p-09-5.0.0.j3.fw +bnx2/bnx2-rv2p-09-5.0.0.j10.fw +bnx2/bnx2-rv2p-09-6.0.17.fw +bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw +bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw +bnx2/bnx2-rv2p-09ax-6.0.17.fw +bnx2x/bnx2x-e1-6.0.34.0.fw +bnx2x/bnx2x-e1h-6.0.34.0.fw +bnx2x/bnx2x-e2-6.0.34.0.fw +bnx2x/bnx2x-e1-6.2.5.0.fw +bnx2x/bnx2x-e1h-6.2.5.0.fw +bnx2x/bnx2x-e2-6.2.5.0.fw +bnx2x/bnx2x-e1-6.2.9.0.fw +bnx2x/bnx2x-e1h-6.2.9.0.fw +bnx2x/bnx2x-e2-6.2.9.0.fw +bnx2x/bnx2x-e2-7.0.20.0.fw +bnx2x/bnx2x-e1-7.0.20.0.fw +bnx2x/bnx2x-e1h-7.0.20.0.fw +bnx2x/bnx2x-e2-7.0.23.0.fw +bnx2x/bnx2x-e1-7.0.23.0.fw +bnx2x/bnx2x-e1h-7.0.23.0.fw +bnx2x/bnx2x-e2-7.0.29.0.fw +bnx2x/bnx2x-e1-7.0.29.0.fw +bnx2x/bnx2x-e1h-7.0.29.0.fw +bnx2x/bnx2x-e2-7.2.16.0.fw +bnx2x/bnx2x-e1-7.2.16.0.fw +bnx2x/bnx2x-e1h-7.2.16.0.fw +bnx2x/bnx2x-e2-7.2.51.0.fw +bnx2x/bnx2x-e1-7.2.51.0.fw +bnx2x/bnx2x-e1h-7.2.51.0.fw +bnx2x/bnx2x-e1-7.8.2.0.fw +bnx2x/bnx2x-e1h-7.8.2.0.fw +bnx2x/bnx2x-e2-7.8.2.0.fw +bnx2x/bnx2x-e1-7.8.17.0.fw +bnx2x/bnx2x-e1h-7.8.17.0.fw +bnx2x/bnx2x-e2-7.8.17.0.fw +bnx2x/bnx2x-e1-7.8.19.0.fw +bnx2x/bnx2x-e1h-7.8.19.0.fw +bnx2x/bnx2x-e2-7.8.19.0.fw +bnx2x/bnx2x-e1-7.10.51.0.fw +bnx2x/bnx2x-e1h-7.10.51.0.fw +bnx2x/bnx2x-e2-7.10.51.0.fw +bnx2x/bnx2x-e1-7.12.30.0.fw +bnx2x/bnx2x-e1h-7.12.30.0.fw +bnx2x/bnx2x-e2-7.12.30.0.fw +bnx2x/bnx2x-e1-7.13.1.0.fw +bnx2x/bnx2x-e1h-7.13.1.0.fw +bnx2x/bnx2x-e2-7.13.1.0.fw +bnx2x/bnx2x-e1-7.13.11.0.fw +bnx2x/bnx2x-e1h-7.13.11.0.fw +bnx2x/bnx2x-e2-7.13.11.0.fw +bnx2x/bnx2x-e1-7.13.15.0.fw +bnx2x/bnx2x-e1h-7.13.15.0.fw +bnx2x/bnx2x-e2-7.13.15.0.fw +bnx2x/bnx2x-e1-7.13.21.0.fw +bnx2x/bnx2x-e1h-7.13.21.0.fw +bnx2x/bnx2x-e2-7.13.21.0.fw +bnx2x-e1-4.8.53.0.fw +bnx2x-e1-5.2.13.0.fw +bnx2x-e1-5.2.7.0.fw +bnx2x-e1h-4.8.53.0.fw +bnx2x-e1h-5.2.13.0.fw +bnx2x-e1h-5.2.7.0.fw +brcm/BCM-0bb4-0306.hcd +brcm/bcm43xx-0.fw +brcm/bcm43xx_hdr-0.fw +brcm/bcm4329-fullmac-4.bin +brcm/brcmfmac43236b.bin +brcm/brcmfmac4329-sdio.bin +brcm/brcmfmac4330-sdio.bin +brcm/brcmfmac4334-sdio.bin +brcm/brcmfmac4335-sdio.bin +brcm/brcmfmac43241b0-sdio.bin +brcm/brcmfmac43241b4-sdio.bin +brcm/brcmfmac43241b5-sdio.bin +brcm/brcmfmac43242a.bin +brcm/brcmfmac43143.bin +brcm/brcmfmac43143-sdio.bin +brcm/brcmfmac43430a0-sdio.bin +brcm/brcmfmac4350c2-pcie.bin +brcm/brcmfmac4350-pcie.bin +brcm/brcmfmac43569.bin +brcm/brcmfmac4358-pcie.bin +brcm/brcmfmac43602-pcie.bin +brcm/brcmfmac43602-pcie.ap.bin +brcm/brcmfmac4366b-pcie.bin +brcm/brcmfmac4366c-pcie.bin +brcm/brcmfmac4371-pcie.bin +brcm/brcmfmac4373.bin +brcm/brcmfmac4330-sdio.Prowise-PT301.txt +brcm/brcmfmac43340-sdio.meegopad-t08.txt +brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt +brcm/brcmfmac43340-sdio.predia-basic.txt +brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt +brcm/brcmfmac43430a0-sdio.ilife-S806.txt +brcm/brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt +brcm/brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt +brcm/brcmfmac43430-sdio.AP6212.txt +brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt +brcm/brcmfmac43430-sdio.MUR1DX.txt +brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt +brcm/brcmfmac43455-sdio.acepc-t8.txt +brcm/brcmfmac43455-sdio.pine64,quartz64-b.txt +brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt +brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt +brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt +brcm/brcmfmac4356-pcie.gpd-win-pocket.txt +brcm/brcmfmac4356-sdio.AP6356S.txt +brcm/BCM-0a5c-6410.hcd +brcm/brcmfmac43012-sdio.bin +brcm/brcmfmac43012-sdio.clm_blob +brcm/brcmfmac43340-sdio.bin +brcm/brcmfmac43362-sdio.bin +brcm/brcmfmac4339-sdio.bin +brcm/brcmfmac43430-sdio.bin +brcm/brcmfmac43430-sdio.clm_blob +brcm/brcmfmac43455-sdio.bin +brcm/brcmfmac43455-sdio.clm_blob +brcm/brcmfmac4354-sdio.bin +brcm/brcmfmac4354-sdio.clm_blob +brcm/brcmfmac4356-pcie.bin +brcm/brcmfmac4356-pcie.clm_blob +brcm/brcmfmac4356-sdio.bin +brcm/brcmfmac4356-sdio.clm_blob +brcm/brcmfmac43570-pcie.bin +brcm/brcmfmac43570-pcie.clm_blob +brcm/brcmfmac4373-sdio.bin +brcm/brcmfmac4373-sdio.clm_blob +brcm/brcmfmac54591-pcie.bin +brcm/brcmfmac54591-pcie.clm_blob +brcm/brcmfmac43362-sdio.lemaker,bananapro.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-plus.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-zero.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m3.txt +brcm/brcmfmac43430-sdio.friendlyarm,nanopi-r1.txt +brcm/brcmfmac43430-sdio.starfive,visionfive-v1.txt +brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-a1.txt +brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-r0.txt +brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt +brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt +brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt +brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi Compute Module 4.txt +brcm/brcmfmac4356-sdio.firefly,firefly-rk3399.txt +brcm/brcmfmac4356-sdio.khadas,vim2.txt +brcm/brcmfmac4356-sdio.vamrs,rock960.txt +cadence/mhdp8546.bin +carl9170-1.fw +cavium/cnn55xx_ae.fw +cavium/cnn55xx_se.fw +cbfw-3.2.1.1.bin +cbfw-3.2.3.0.bin +cbfw-3.2.5.1.bin +cis/LA-PCM.cis +cis/PCMLM28.cis +cis/DP83903.cis +cis/NE2K.cis +cis/tamarack.cis +cis/PE-200.cis +cis/PE520.cis +cis/3CXEM556.cis +cis/3CCFEM556.cis +cis/MT5634ZLX.cis +cis/RS-COM-2P.cis +cis/COMpad2.cis +cis/COMpad4.cis +cis/SW_555_SER.cis +cis/SW_7xx_SER.cis +cis/SW_8xx_SER.cis +cmmb_vega_12mhz.inp +cmmb_venice_12mhz.inp +cnm/wave521c_j721s2_codec_fw.bin +ct2fw-3.2.1.1.bin +ct2fw-3.2.3.0.bin +ct2fw-3.2.5.1.bin +ctefx.bin +ctfw-3.2.1.1.bin +ctfw-3.2.3.0.bin +ctfw-3.2.5.1.bin +ctspeq.bin +cxgb3/t3b_psram-1.1.0.bin +cxgb3/t3c_psram-1.1.0.bin +cxgb3/t3fw-7.0.0.bin +cxgb3/t3fw-7.1.0.bin +cxgb3/t3fw-7.4.0.bin +cxgb3/t3fw-7.10.0.bin +cxgb3/t3fw-7.12.0.bin +cxgb3/ael2005_opt_edc.bin +cxgb3/ael2005_twx_edc.bin +cxgb3/ael2020_twx_edc.bin +cxgb4/t4fw-1.14.4.0.bin +cxgb4/t4fw-1.15.37.0.bin +cxgb4/t4fw-1.26.6.0.bin +cxgb4/t5fw-1.14.4.0.bin +cxgb4/t5fw-1.15.37.0.bin +cxgb4/t5fw-1.26.6.0.bin +cxgb4/t6fw-1.26.6.0.bin +cxgb4/aq1202_fw.cld +cxgb4/bcm8483.bin +cxgb4/configs/t4-config-default.txt +cxgb4/configs/t5-config-default.txt +cxgb4/configs/t6-config-default.txt +cxgb4/configs/t5-config-hashfilter.txt +cxgb4/configs/t6-config-hashfilter.txt +cxgb4/t4fw.bin +cxgb4/t5fw.bin +cxgb4/t6fw.bin +cxgb4/t4-config.txt +cxgb4/t5-config.txt +cxgb4/t6-config.txt +cypress/cyfmac43012-sdio.bin +cypress/cyfmac43012-sdio.clm_blob +cypress/cyfmac43340-sdio.bin +cypress/cyfmac43362-sdio.bin +cypress/cyfmac4339-sdio.bin +cypress/cyfmac43430-sdio.bin +cypress/cyfmac43430-sdio.clm_blob +cypress/cyfmac43455-sdio.bin +cypress/cyfmac43455-sdio.clm_blob +cypress/cyfmac4354-sdio.bin +cypress/cyfmac4354-sdio.clm_blob +cypress/cyfmac4356-pcie.bin +cypress/cyfmac4356-pcie.clm_blob +cypress/cyfmac4356-sdio.bin +cypress/cyfmac4356-sdio.clm_blob +cypress/cyfmac43570-pcie.bin +cypress/cyfmac43570-pcie.clm_blob +cypress/cyfmac4373-sdio.bin +cypress/cyfmac4373-sdio.clm_blob +cypress/cyfmac54591-pcie.bin +cypress/cyfmac54591-pcie.clm_blob +dabusb/firmware.fw +dabusb/bitstream.bin +dpaa2/mc/mc_10.10.0_ls1088a.itb +dpaa2/mc/mc_10.10.0_ls2088a.itb +dpaa2/mc/mc_10.10.0_lx2160a.itb +dpaa2/mc/mc_10.14.3_ls1088a.itb +dpaa2/mc/mc_10.14.3_ls2088a.itb +dpaa2/mc/mc_10.14.3_lx2160a.itb +dpaa2/mc/mc_10.16.2_ls1088a.itb +dpaa2/mc/mc_10.16.2_ls2088a.itb +dpaa2/mc/mc_10.16.2_lx2160a.itb +dpaa2/mc/mc_10.18.0_ls1088a.itb +dpaa2/mc/mc_10.18.0_ls2088a.itb +dpaa2/mc/mc_10.18.0_lx2160a.itb +dpaa2/mc/mc_10.28.1_ls1088a.itb +dpaa2/mc/mc_10.28.1_ls2088a.itb +dpaa2/mc/mc_10.28.1_lx2160a.itb +dsp56k/bootstrap.bin +dvb-fe-xc4000-1.4.1.fw +dvb-fe-xc5000-1.6.114.fw +dvb-fe-xc5000c-4.1.30.7.fw +dvb-usb-dib0700-1.20.fw +dvb-usb-it9135-01.fw +dvb-usb-it9135-02.fw +dvb-usb-terratec-h5-drxk.fw +dvb_nova_12mhz.inp +dvb_nova_12mhz_b0.inp +e100/d101m_ucode.bin +e100/d101s_ucode.bin +e100/d102e_ucode.bin +emi26/bitstream.fw +emi26/firmware.fw +emi26/loader.fw +ene-ub6250/sd_init1.bin +ene-ub6250/sd_init2.bin +ene-ub6250/sd_rdwr.bin +ene-ub6250/ms_init.bin +ene-ub6250/msp_rdwr.bin +ene-ub6250/ms_rdwr.bin +f2255usb.bin +go7007/s2250-1.fw +go7007/s2250-2.fw +go7007/go7007fw.bin +go7007/go7007tv.bin +go7007/lr192.fw +go7007/px-m402u.fw +go7007/px-tv402u.fw +go7007/wis-startrek.fw +hfi1_dc8051.fw +hfi1_fabric.fw +hfi1_pcie.fw +hfi1_sbus.fw +htc_7010.fw +htc_9271.fw +i2400m-fw-usb-1.4.sbcf +i2400m-fw-usb-1.5.sbcf +i6050-fw-usb-1.5.sbcf +i915/skl_dmc_ver1_23.bin +i915/skl_dmc_ver1_26.bin +i915/skl_dmc_ver1_27.bin +i915/bxt_dmc_ver1_07.bin +i915/kbl_dmc_ver1_01.bin +i915/kbl_dmc_ver1_04.bin +i915/skl_guc_ver1.bin +i915/skl_guc_ver4.bin +i915/skl_guc_ver6_1.bin +i915/skl_guc_ver9_33.bin +i915/skl_guc_32.0.3.bin +i915/skl_guc_33.0.0.bin +i915/skl_guc_49.0.1.bin +i915/skl_guc_62.0.0.bin +i915/skl_guc_69.0.3.bin +i915/skl_guc_70.1.1.bin +i915/skl_huc_ver01_07_1398.bin +i915/skl_huc_2.0.0.bin +i915/bxt_huc_ver01_07_1398.bin +i915/bxt_huc_ver01_8_2893.bin +i915/bxt_huc_2.0.0.bin +i915/kbl_huc_ver02_00_1810.bin +i915/kbl_huc_4.0.0.bin +i915/bxt_guc_ver8_7.bin +i915/bxt_guc_ver9_29.bin +i915/bxt_guc_32.0.3.bin +i915/bxt_guc_33.0.0.bin +i915/bxt_guc_49.0.1.bin +i915/bxt_guc_62.0.0.bin +i915/bxt_guc_69.0.3.bin +i915/bxt_guc_70.1.1.bin +i915/kbl_guc_ver9_14.bin +i915/cml_guc_33.0.0.bin +i915/cml_guc_49.0.1.bin +i915/cml_guc_62.0.0.bin +i915/cml_guc_69.0.3.bin +i915/cml_guc_70.1.1.bin +i915/kbl_guc_ver9_39.bin +i915/kbl_guc_32.0.3.bin +i915/kbl_guc_33.0.0.bin +i915/kbl_guc_49.0.1.bin +i915/kbl_guc_62.0.0.bin +i915/kbl_guc_69.0.3.bin +i915/kbl_guc_70.1.1.bin +i915/glk_guc_32.0.3.bin +i915/glk_guc_33.0.0.bin +i915/glk_guc_49.0.1.bin +i915/glk_guc_62.0.0.bin +i915/glk_guc_69.0.3.bin +i915/glk_guc_70.1.1.bin +i915/glk_huc_ver03_01_2893.bin +i915/glk_huc_4.0.0.bin +i915/glk_dmc_ver1_04.bin +i915/cml_huc_4.0.0.bin +i915/cnl_dmc_ver1_06.bin +i915/cnl_dmc_ver1_07.bin +i915/icl_dmc_ver1_07.bin +i915/icl_dmc_ver1_09.bin +i915/icl_guc_32.0.3.bin +i915/icl_guc_33.0.0.bin +i915/icl_guc_49.0.1.bin +i915/icl_guc_62.0.0.bin +i915/icl_guc_69.0.3.bin +i915/icl_guc_70.1.1.bin +i915/icl_huc_ver8_4_3238.bin +i915/tgl_dmc_ver2_04.bin +i915/tgl_dmc_ver2_06.bin +i915/tgl_dmc_ver2_08.bin +i915/tgl_dmc_ver2_12.bin +i915/icl_huc_9.0.0.bin +i915/ehl_guc_33.0.4.bin +i915/ehl_guc_49.0.1.bin +i915/ehl_guc_62.0.0.bin +i915/ehl_guc_69.0.3.bin +i915/ehl_guc_70.1.1.bin +i915/ehl_huc_9.0.0.bin +i915/tgl_guc_35.2.0.bin +i915/tgl_guc_49.0.1.bin +i915/tgl_guc_62.0.0.bin +i915/tgl_guc_69.0.3.bin +i915/tgl_guc_70.1.1.bin +i915/tgl_huc_7.0.3.bin +i915/tgl_huc_7.0.12.bin +i915/tgl_huc_7.5.0.bin +i915/tgl_huc_7.9.3.bin +i915/rkl_dmc_ver2_02.bin +i915/rkl_dmc_ver2_03.bin +i915/dg1_dmc_ver2_02.bin +i915/dg1_guc_49.0.1.bin +i915/dg1_guc_62.0.0.bin +i915/dg1_guc_69.0.3.bin +i915/dg1_guc_70.1.1.bin +i915/dg1_huc_7.7.1.bin +i915/dg1_huc_7.9.3.bin +i915/adls_dmc_ver2_01.bin +i915/adlp_dmc_ver2_09.bin +i915/adlp_dmc_ver2_10.bin +i915/adlp_dmc_ver2_12.bin +i915/adlp_dmc_ver2_14.bin +i915/adlp_dmc_ver2_16.bin +i915/adlp_guc_62.0.3.bin +i915/adlp_guc_69.0.3.bin +i915/adlp_guc_70.1.1.bin +i915/dg2_guc_70.1.2.bin +i915/dg2_dmc_ver2_06.bin +i915/skl_dmc_ver1.bin +i915/bxt_dmc_ver1.bin +i915/kbl_dmc_ver1.bin +i915/skl_guc_ver6.bin +imx/sdma/sdma-imx6q.bin +imx/sdma/sdma-imx7d.bin +inside-secure/eip197_minifw/ipue.bin +inside-secure/eip197_minifw/ifpp.bin +intel/irci_irci_ecr-master_20161208_0213_20170112_1500.bin +intel/ibt-hw-37.7.bseq +intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq +intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq +intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq +intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq +intel/ibt-hw-37.8.bseq +intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq +intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq +intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq +intel/ibt-11-5.ddc +intel/ibt-11-5.sfi +intel/ibt-12-16.ddc +intel/ibt-12-16.sfi +intel/ibt-17-16-1.sfi +intel/ibt-17-16-1.ddc +intel/ibt-17-2.sfi +intel/ibt-17-2.ddc +intel/ibt-17-0-1.sfi +intel/ibt-17-0-1.ddc +intel/ibt-17-1.sfi +intel/ibt-17-1.ddc +intel/ibt-18-16-1.sfi +intel/ibt-18-16-1.ddc +intel/ibt-18-2.sfi +intel/ibt-18-2.ddc +intel/ibt-18-0-1.sfi +intel/ibt-18-0-1.ddc +intel/ibt-18-1.sfi +intel/ibt-18-1.ddc +intel/ibt-20-0-3.sfi +intel/ibt-20-0-3.ddc +intel/ibt-20-1-3.sfi +intel/ibt-20-1-3.ddc +intel/ibt-20-1-4.sfi +intel/ibt-20-1-4.ddc +intel/ibt-19-0-0.sfi +intel/ibt-19-0-0.ddc +intel/ibt-19-0-1.sfi +intel/ibt-19-0-1.ddc +intel/ibt-19-0-4.sfi +intel/ibt-19-0-4.ddc +intel/ibt-19-16-4.sfi +intel/ibt-19-16-4.ddc +intel/ibt-19-32-1.sfi +intel/ibt-19-32-1.ddc +intel/ibt-19-32-0.sfi +intel/ibt-19-32-0.ddc +intel/ibt-19-32-4.sfi +intel/ibt-19-32-4.ddc +intel/ibt-19-240-1.sfi +intel/ibt-19-240-1.ddc +intel/ibt-19-240-4.sfi +intel/ibt-19-240-4.ddc +intel/ibt-0041-0041.sfi +intel/ibt-0041-0041.ddc +intel/ibt-0040-0041.sfi +intel/ibt-0040-0041.ddc +intel/ibt-1040-0041.sfi +intel/ibt-1040-0041.ddc +intel/ibt-0040-1020.sfi +intel/ibt-0040-1020.ddc +intel/ibt-1040-1020.sfi +intel/ibt-1040-1020.ddc +intel/ibt-0040-2120.sfi +intel/ibt-0040-2120.ddc +intel/ibt-1040-2120.sfi +intel/ibt-1040-2120.ddc +intel/ibt-0040-4150.sfi +intel/ibt-0040-4150.ddc +intel/ibt-1040-4150.sfi +intel/ibt-1040-4150.ddc +intel/fw_sst_0f28.bin-48kHz_i2s_master +intel/IntcSST2.bin +intel/fw_sst_0f28.bin +intel/fw_sst_0f28_ssp0.bin +intel/fw_sst_22a8.bin +intel/dsp_fw_release_v969.bin +intel/dsp_fw_release_v3402.bin +intel/dsp_fw_bxtn_v2219.bin +intel/dsp_fw_bxtn_v3366.bin +intel/dsp_fw_kbl_v701.bin +intel/dsp_fw_kbl_v1037.bin +intel/dsp_fw_kbl_v2042.bin +intel/dsp_fw_kbl_v2630.bin +intel/dsp_fw_kbl_v3266.bin +intel/dsp_fw_kbl_v3420.bin +intel/dsp_fw_kbl_v3402.bin +intel/dsp_fw_glk_v1814.bin +intel/dsp_fw_glk_v2880.bin +intel/dsp_fw_glk_v2768.bin +intel/dsp_fw_glk_v3366.bin +intel/dsp_fw_cnl_v1191.bin +intel/dsp_fw_cnl_v1858.bin +intel/ice/ddp/ice-1.3.28.0.pkg +intel/ice/ddp/ice.pkg +intel/ice/ddp-comms/ice_comms-1.3.31.0.pkg +intel/ice/ddp-wireless_edge/ice_wireless_edge-1.3.7.0.pkg +intel/ipu3-fw.bin +intel/dsp_fw_release.bin +intel/dsp_fw_bxtn.bin +intel/dsp_fw_kbl.bin +intel/dsp_fw_glk.bin +intel/dsp_fw_cnl.bin +isci/isci_firmware.bin +isdbt_nova_12mhz.inp +isdbt_nova_12mhz_b0.inp +isdbt_rio.inp +iwlwifi-100-5.ucode +iwlwifi-1000-3.ucode +iwlwifi-1000-5.ucode +iwlwifi-105-6.ucode +iwlwifi-135-6.ucode +iwlwifi-2000-6.ucode +iwlwifi-2030-6.ucode +iwlwifi-3160-17.ucode +iwlwifi-3168-22.ucode +iwlwifi-3168-27.ucode +iwlwifi-3168-29.ucode +iwlwifi-3945-2.ucode +iwlwifi-4965-2.ucode +iwlwifi-5000-1.ucode +iwlwifi-5000-2.ucode +iwlwifi-5000-5.ucode +iwlwifi-5150-2.ucode +iwlwifi-6000-4.ucode +iwlwifi-6000g2a-5.ucode +iwlwifi-6000g2a-6.ucode +iwlwifi-6000g2b-5.ucode +iwlwifi-6000g2b-6.ucode +iwlwifi-6050-4.ucode +iwlwifi-6050-5.ucode +iwlwifi-7260-17.ucode +iwlwifi-7265-17.ucode +iwlwifi-7265D-22.ucode +iwlwifi-7265D-27.ucode +iwlwifi-7265D-29.ucode +iwlwifi-8000C-22.ucode +iwlwifi-8000C-27.ucode +iwlwifi-8000C-31.ucode +iwlwifi-8000C-34.ucode +iwlwifi-8000C-36.ucode +iwlwifi-8265-22.ucode +iwlwifi-8265-27.ucode +iwlwifi-8265-31.ucode +iwlwifi-8265-34.ucode +iwlwifi-8265-36.ucode +iwlwifi-9000-pu-b0-jf-b0-33.ucode +iwlwifi-9000-pu-b0-jf-b0-34.ucode +iwlwifi-9000-pu-b0-jf-b0-38.ucode +iwlwifi-9000-pu-b0-jf-b0-41.ucode +iwlwifi-9000-pu-b0-jf-b0-43.ucode +iwlwifi-9000-pu-b0-jf-b0-46.ucode +iwlwifi-9260-th-b0-jf-b0-33.ucode +iwlwifi-9260-th-b0-jf-b0-34.ucode +iwlwifi-9260-th-b0-jf-b0-38.ucode +iwlwifi-9260-th-b0-jf-b0-41.ucode +iwlwifi-9260-th-b0-jf-b0-43.ucode +iwlwifi-9260-th-b0-jf-b0-46.ucode +iwlwifi-Qu-b0-hr-b0-48.ucode +iwlwifi-Qu-b0-hr-b0-50.ucode +iwlwifi-Qu-b0-hr-b0-53.ucode +iwlwifi-Qu-b0-hr-b0-55.ucode +iwlwifi-Qu-b0-hr-b0-59.ucode +iwlwifi-Qu-b0-hr-b0-62.ucode +iwlwifi-Qu-b0-hr-b0-63.ucode +iwlwifi-Qu-b0-hr-b0-66.ucode +iwlwifi-Qu-b0-hr-b0-68.ucode +iwlwifi-Qu-b0-hr-b0-71.ucode +iwlwifi-Qu-b0-hr-b0-73.ucode +iwlwifi-Qu-b0-jf-b0-48.ucode +iwlwifi-Qu-b0-jf-b0-50.ucode +iwlwifi-Qu-b0-jf-b0-53.ucode +iwlwifi-Qu-b0-jf-b0-55.ucode +iwlwifi-Qu-b0-jf-b0-59.ucode +iwlwifi-Qu-b0-jf-b0-62.ucode +iwlwifi-Qu-b0-jf-b0-63.ucode +iwlwifi-Qu-b0-jf-b0-66.ucode +iwlwifi-Qu-b0-jf-b0-68.ucode +iwlwifi-Qu-b0-jf-b0-71.ucode +iwlwifi-Qu-b0-jf-b0-73.ucode +iwlwifi-Qu-c0-hr-b0-48.ucode +iwlwifi-Qu-c0-hr-b0-50.ucode +iwlwifi-Qu-c0-hr-b0-53.ucode +iwlwifi-Qu-c0-hr-b0-55.ucode +iwlwifi-Qu-c0-hr-b0-59.ucode +iwlwifi-Qu-c0-hr-b0-62.ucode +iwlwifi-Qu-c0-hr-b0-63.ucode +iwlwifi-Qu-c0-hr-b0-66.ucode +iwlwifi-Qu-c0-hr-b0-68.ucode +iwlwifi-Qu-c0-hr-b0-71.ucode +iwlwifi-Qu-c0-hr-b0-73.ucode +iwlwifi-Qu-c0-jf-b0-48.ucode +iwlwifi-Qu-c0-jf-b0-50.ucode +iwlwifi-Qu-c0-jf-b0-53.ucode +iwlwifi-Qu-c0-jf-b0-55.ucode +iwlwifi-Qu-c0-jf-b0-59.ucode +iwlwifi-Qu-c0-jf-b0-62.ucode +iwlwifi-Qu-c0-jf-b0-63.ucode +iwlwifi-Qu-c0-jf-b0-66.ucode +iwlwifi-Qu-c0-jf-b0-68.ucode +iwlwifi-Qu-c0-jf-b0-71.ucode +iwlwifi-Qu-c0-jf-b0-73.ucode +iwlwifi-QuZ-a0-hr-b0-48.ucode +iwlwifi-QuZ-a0-hr-b0-50.ucode +iwlwifi-QuZ-a0-hr-b0-53.ucode +iwlwifi-QuZ-a0-hr-b0-55.ucode +iwlwifi-QuZ-a0-hr-b0-59.ucode +iwlwifi-QuZ-a0-hr-b0-62.ucode +iwlwifi-QuZ-a0-hr-b0-63.ucode +iwlwifi-QuZ-a0-hr-b0-66.ucode +iwlwifi-QuZ-a0-hr-b0-67.ucode +iwlwifi-QuZ-a0-hr-b0-68.ucode +iwlwifi-QuZ-a0-hr-b0-71.ucode +iwlwifi-QuZ-a0-hr-b0-73.ucode +iwlwifi-QuZ-a0-jf-b0-48.ucode +iwlwifi-QuZ-a0-jf-b0-50.ucode +iwlwifi-QuZ-a0-jf-b0-53.ucode +iwlwifi-QuZ-a0-jf-b0-55.ucode +iwlwifi-QuZ-a0-jf-b0-59.ucode +iwlwifi-QuZ-a0-jf-b0-62.ucode +iwlwifi-QuZ-a0-jf-b0-63.ucode +iwlwifi-QuZ-a0-jf-b0-66.ucode +iwlwifi-QuZ-a0-jf-b0-68.ucode +iwlwifi-QuZ-a0-jf-b0-71.ucode +iwlwifi-QuZ-a0-jf-b0-73.ucode +iwlwifi-cc-a0-46.ucode +iwlwifi-cc-a0-48.ucode +iwlwifi-cc-a0-50.ucode +iwlwifi-cc-a0-53.ucode +iwlwifi-cc-a0-55.ucode +iwlwifi-cc-a0-59.ucode +iwlwifi-cc-a0-62.ucode +iwlwifi-cc-a0-63.ucode +iwlwifi-cc-a0-66.ucode +iwlwifi-cc-a0-67.ucode +iwlwifi-cc-a0-68.ucode +iwlwifi-cc-a0-71.ucode +iwlwifi-cc-a0-73.ucode +iwlwifi-so-a0-gf-a0-64.ucode +iwlwifi-so-a0-gf-a0-67.ucode +iwlwifi-so-a0-gf-a0-68.ucode +iwlwifi-so-a0-gf-a0-71.ucode +iwlwifi-so-a0-gf-a0-73.ucode +iwlwifi-so-a0-gf-a0.pnvm +iwlwifi-so-a0-gf4-a0-67.ucode +iwlwifi-so-a0-gf4-a0-68.ucode +iwlwifi-so-a0-gf4-a0-71.ucode +iwlwifi-so-a0-gf4-a0-73.ucode +iwlwifi-so-a0-gf4-a0.pnvm +iwlwifi-so-a0-hr-b0-64.ucode +iwlwifi-so-a0-hr-b0-68.ucode +iwlwifi-so-a0-hr-b0-71.ucode +iwlwifi-so-a0-hr-b0-73.ucode +iwlwifi-so-a0-jf-b0-64.ucode +iwlwifi-so-a0-jf-b0-68.ucode +iwlwifi-so-a0-jf-b0-71.ucode +iwlwifi-so-a0-jf-b0-73.ucode +iwlwifi-ty-a0-gf-a0-59.ucode +iwlwifi-ty-a0-gf-a0-62.ucode +iwlwifi-ty-a0-gf-a0-63.ucode +iwlwifi-ty-a0-gf-a0-66.ucode +iwlwifi-ty-a0-gf-a0-67.ucode +iwlwifi-ty-a0-gf-a0-68.ucode +iwlwifi-ty-a0-gf-a0-71.ucode +iwlwifi-ty-a0-gf-a0-73.ucode +iwlwifi-ty-a0-gf-a0.pnvm +kaweth/new_code.bin +kaweth/new_code_fix.bin +kaweth/trigger_code.bin +kaweth/trigger_code_fix.bin +keyspan/mpr.fw +keyspan/usa18x.fw +keyspan/usa19.fw +keyspan/usa19qi.fw +keyspan/usa19qw.fw +keyspan/usa19w.fw +keyspan/usa28.fw +keyspan/usa28xa.fw +keyspan/usa28xb.fw +keyspan/usa28x.fw +keyspan/usa49w.fw +keyspan/usa49wlc.fw +keyspan_pda/keyspan_pda.fw +keyspan_pda/xircom_pgs.fw +lbtf_usb.bin +libertas/cf8381.bin +libertas/cf8381_helper.bin +libertas/cf8385.bin +libertas/cf8385_helper.bin +libertas/gspi8682.bin +libertas/gspi8682_helper.bin +libertas/gspi8686_v9.bin +libertas/gspi8686_v9_helper.bin +libertas/gspi8688.bin +libertas/gspi8688_helper.bin +libertas/sd8385.bin +libertas/sd8385_helper.bin +libertas/sd8682.bin +libertas/sd8682_helper.bin +libertas/sd8686_v8.bin +libertas/sd8686_v8_helper.bin +libertas/sd8686_v9.bin +libertas/sd8686_v9_helper.bin +libertas/usb8388_v5.bin +libertas/usb8388_v9.bin +libertas/usb8682.bin +libertas/lbtf_sdio.bin +libertas/usb8388_olpc.bin +libertas/sd8688.bin +libertas/sd8688_helper.bin +liquidio/lio_23xx_nic.bin +liquidio/lio_23xx_vsw.bin +liquidio/lio_210nv_nic.bin +liquidio/lio_210sv_nic.bin +liquidio/lio_410nv_nic.bin +lt9611uxc_fw.bin +matrox/g200_warp.fw +matrox/g400_warp.fw +mediatek/mt8173/vpu_d.bin +mediatek/mt8173/vpu_p.bin +mediatek/mt8183/scp.img +mediatek/mt8192/scp.img +mediatek/mt8195/scp.img +mediatek/mt7622pr2h.bin +mediatek/mt7668pr2h.bin +mediatek/mt7663pr2h.bin +mediatek/mt7610u.bin +mediatek/mt7610e.bin +mediatek/mt7650e.bin +mediatek/mt7662u.bin +mediatek/mt7662u_rom_patch.bin +mediatek/mt7615_n9.bin +mediatek/mt7615_cr4.bin +mediatek/mt7615_rom_patch.bin +mediatek/mt7622_n9.bin +mediatek/mt7622_rom_patch.bin +mediatek/mt7663_n9_v3.bin +mediatek/mt7663pr2h_rebb.bin +mediatek/mt7663_n9_rebb.bin +mediatek/mt7915_wm.bin +mediatek/mt7915_wa.bin +mediatek/mt7915_rom_patch.bin +mediatek/mt7915_eeprom.bin +mediatek/mt7915_eeprom_dbdc.bin +mediatek/mt7916_wm.bin +mediatek/mt7916_wa.bin +mediatek/mt7916_rom_patch.bin +mediatek/mt7916_eeprom.bin +mediatek/mt7986_wm.bin +mediatek/mt7986_wm_mt7975.bin +mediatek/mt7986_wa.bin +mediatek/mt7986_rom_patch.bin +mediatek/mt7986_rom_patch_mt7975.bin +mediatek/mt7986_eeprom_mt7976.bin +mediatek/mt7986_eeprom_mt7976_dbdc.bin +mediatek/mt7986_eeprom_mt7976_dual.bin +mediatek/mt7986_eeprom_mt7975_dual.bin +mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin +mediatek/WIFI_RAM_CODE_MT7961_1.bin +mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin +mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin +mediatek/WIFI_RAM_CODE_MT7922_1.bin +mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin +mellanox/mlxsw_spectrum-13.1420.122.mfa2 +mellanox/mlxsw_spectrum-13.1530.152.mfa2 +mellanox/mlxsw_spectrum-13.1620.192.mfa2 +mellanox/mlxsw_spectrum-13.1702.6.mfa2 +mellanox/mlxsw_spectrum-13.1703.4.mfa2 +mellanox/mlxsw_spectrum-13.1910.622.mfa2 +mellanox/mlxsw_spectrum-13.2000.1122.mfa2 +mellanox/mlxsw_spectrum-13.2000.1886.mfa2 +mellanox/mlxsw_spectrum-13.2000.2308.mfa2 +mellanox/mlxsw_spectrum2-29.2000.2308.mfa2 +mellanox/mlxsw_spectrum-13.2000.2714.mfa2 +mellanox/mlxsw_spectrum2-29.2000.2714.mfa2 +mellanox/mlxsw_spectrum-13.2007.1168.mfa2 +mellanox/mlxsw_spectrum2-29.2007.1168.mfa2 +mellanox/mlxsw_spectrum3-30.2007.1168.mfa2 +mellanox/mlxsw_spectrum-13.2008.1036.mfa2 +mellanox/mlxsw_spectrum2-29.2008.1036.mfa2 +mellanox/mlxsw_spectrum3-30.2008.1036.mfa2 +mellanox/mlxsw_spectrum-13.2008.1310.mfa2 +mellanox/mlxsw_spectrum2-29.2008.1310.mfa2 +mellanox/mlxsw_spectrum3-30.2008.1310.mfa2 +mellanox/mlxsw_spectrum-13.2008.1312.mfa2 +mellanox/mlxsw_spectrum2-29.2008.1312.mfa2 +mellanox/mlxsw_spectrum3-30.2008.1312.mfa2 +mellanox/mlxsw_spectrum-13.2008.2018.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2018.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2018.mfa2 +mellanox/mlxsw_spectrum-13.2008.2304.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2304.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2304.mfa2 +mellanox/mlxsw_spectrum-13.2008.2406.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2406.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2406.mfa2 +mellanox/mlxsw_spectrum-13.2008.2438.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2438.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2438.mfa2 +mellanox/mlxsw_spectrum-13.2008.2946.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2946.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2946.mfa2 +mellanox/mlxsw_spectrum-13.2008.3326.mfa2 +mellanox/mlxsw_spectrum2-29.2008.3326.mfa2 +mellanox/mlxsw_spectrum3-30.2008.3326.mfa2 +mellanox/mlxsw_spectrum-13.2010.1006.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 +mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 +mellanox/lc_ini_bundle_2010_1006.bin +mellanox/mlxsw_spectrum-13.2010.1232.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1232.mfa2 +mellanox/mlxsw_spectrum3-30.2010.1232.mfa2 +mellanox/mlxsw_spectrum-13.2010.1406.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1406.mfa2 +mellanox/mlxsw_spectrum3-30.2010.1406.mfa2 +mellanox/mlxsw_spectrum-13.2010.1502.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1502.mfa2 +mellanox/mlxsw_spectrum3-30.2010.1502.mfa2 +mellanox/lc_ini_bundle_2010_1502.bin +meson/vdec/g12a_h264.bin +meson/vdec/g12a_hevc_mmu.bin +meson/vdec/g12a_vp9.bin +meson/vdec/gxbb_h264.bin +meson/vdec/gxl_h263.bin +meson/vdec/gxl_h264.bin +meson/vdec/gxl_hevc.bin +meson/vdec/gxl_hevc_mmu.bin +meson/vdec/gxl_mjpeg.bin +meson/vdec/gxl_mpeg12.bin +meson/vdec/gxl_mpeg4_5.bin +meson/vdec/gxl_vp9.bin +meson/vdec/gxm_h264.bin +meson/vdec/sm1_hevc_mmu.bin +meson/vdec/sm1_vp9_mmu.bin +microchip/mscc_vsc8574_revb_int8051_29e8.bin +microchip/mscc_vsc8584_revb_int8051_fb48.bin +moxa/moxa-1110.fw +moxa/moxa-1130.fw +moxa/moxa-1131.fw +moxa/moxa-1150.fw +moxa/moxa-1151.fw +moxa/moxa-1250.fw +moxa/moxa-1251.fw +moxa/moxa-1410.fw +moxa/moxa-1450.fw +moxa/moxa-1451.fw +moxa/moxa-1613.fw +moxa/moxa-1618.fw +moxa/moxa-1653.fw +moxa/moxa-1658.fw +mrvl/sd8688.bin +mrvl/sd8688_helper.bin +mrvl/sd8787_uapsta.bin +mrvl/usb8766_uapsta.bin +mrvl/sd8797_uapsta.bin +mrvl/usb8797_uapsta.bin +mrvl/sd8897_uapsta.bin +mrvl/usb8897_uapsta.bin +mrvl/pcie8897_uapsta.bin +mrvl/sd8887_uapsta.bin +mrvl/sd8801_uapsta.bin +mrvl/usb8801_uapsta.bin +mrvl/pcieuart8997_combo_v4.bin +mrvl/pcieusb8997_combo_v4.bin +mrvl/pcie8997_wlan_v4.bin +mrvl/usbusb8997_combo_v4.bin +mrvl/sdsd8997_combo_v4.bin +mrvl/sdsd8977_combo_v2.bin +mrvl/prestera/mvsw_prestera_fw-v2.0.img +mrvl/prestera/mvsw_prestera_fw-v3.0.img +mrvl/prestera/mvsw_prestera_fw-v4.0.img +mrvl/cpt01/ae.out +mrvl/cpt01/se.out +mrvl/cpt01/ie.out +mrvl/cpt02/ae.out +mrvl/cpt02/se.out +mrvl/cpt02/ie.out +mrvl/cpt03/ae.out +mrvl/cpt03/se.out +mrvl/cpt03/ie.out +mrvl/cpt04/ae.out +mrvl/cpt04/se.out +mrvl/cpt04/ie.out +mt7601u.bin +mt7650.bin +mt7662.bin +mt7662_rom_patch.bin +mts_cdma.fw +mts_edge.fw +mts_gsm.fw +mwl8k/fmimage_8687.fw +mwl8k/helper_8687.fw +mwl8k/fmimage_8366.fw +mwl8k/fmimage_8366_ap-1.fw +mwl8k/fmimage_8366_ap-2.fw +mwl8k/fmimage_8366_ap-3.fw +mwl8k/helper_8366.fw +mwl8k/fmimage_8764_ap-1.fw +mwlwifi/88W8864.bin +mwlwifi/88W8897.bin +myri10ge_eth_big_z8e.dat +myri10ge_eth_z8e.dat +myri10ge_ethp_big_z8e.dat +myri10ge_ethp_z8e.dat +myri10ge_rss_eth_big_z8e.dat +myri10ge_rss_eth_z8e.dat +myri10ge_rss_ethp_big_z8e.dat +myri10ge_rss_ethp_z8e.dat +netronome/nic/nic_AMDA0081-0001_1x40.nffw +netronome/nic/nic_AMDA0097-0001_2x40.nffw +netronome/nic/nic_AMDA0099-0001_2x10.nffw +netronome/nic/nic_AMDA0081-0001_4x10.nffw +netronome/nic/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/nic/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/nic/nic_AMDA0099-0001_2x25.nffw +netronome/nic/nic_AMDA0096-0001_2x10.nffw +netronome/nic/nic_AMDA0097-0001_8x10.nffw +netronome/nic/nic_AMDA0058-0011_2x40.nffw +netronome/nic/nic_AMDA0058-0012_2x40.nffw +netronome/nic/nic_AMDA0078-0011_1x100.nffw +netronome/nic-sriov/nic_AMDA0081-0001_1x40.nffw +netronome/nic-sriov/nic_AMDA0097-0001_2x40.nffw +netronome/nic-sriov/nic_AMDA0099-0001_2x10.nffw +netronome/nic-sriov/nic_AMDA0081-0001_4x10.nffw +netronome/nic-sriov/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/nic-sriov/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/nic-sriov/nic_AMDA0099-0001_2x25.nffw +netronome/nic-sriov/nic_AMDA0096-0001_2x10.nffw +netronome/nic-sriov/nic_AMDA0097-0001_8x10.nffw +netronome/nic-sriov/nic_AMDA0058-0011_2x40.nffw +netronome/nic-sriov/nic_AMDA0058-0012_2x40.nffw +netronome/nic-sriov/nic_AMDA0078-0011_1x100.nffw +netronome/flower/nic_AMDA0099.nffw +netronome/flower/nic_AMDA0096.nffw +netronome/flower/nic_AMDA0097.nffw +netronome/flower/nic_AMDA0058.nffw +netronome/flower/nic_AMDA0081.nffw +netronome/flower/nic_AMDA0081-0001_1x40.nffw +netronome/flower/nic_AMDA0097-0001_2x40.nffw +netronome/flower/nic_AMDA0099-0001_2x10.nffw +netronome/flower/nic_AMDA0081-0001_4x10.nffw +netronome/flower/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/flower/nic_AMDA0099-0001_2x25.nffw +netronome/flower/nic_AMDA0096-0001_2x10.nffw +netronome/flower/nic_AMDA0097-0001_8x10.nffw +netronome/flower/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/flower/nic_AMDA0058-0011_1x100.nffw +netronome/flower/nic_AMDA0058-0011_2x40.nffw +netronome/flower/nic_AMDA0058-0011_4x10_1x40.nffw +netronome/flower/nic_AMDA0058-0011_8x10.nffw +netronome/flower/nic_AMDA0058-0012_1x100.nffw +netronome/flower/nic_AMDA0058-0012_2x40.nffw +netronome/flower/nic_AMDA0058-0012_4x10_1x40.nffw +netronome/flower/nic_AMDA0058-0012_8x10.nffw +netronome/flower/nic_AMDA0078-0011_1x100.nffw +netronome/flower/nic_AMDA0078-0011_2x40.nffw +netronome/flower/nic_AMDA0078-0011_4x10_1x40.nffw +netronome/flower/nic_AMDA0078-0011_8x10.nffw +netronome/flower/nic_AMDA0078-0012_1x100.nffw +netronome/flower/nic_AMDA0078-0012_2x40.nffw +netronome/flower/nic_AMDA0078-0012_4x10_1x40.nffw +netronome/flower/nic_AMDA0078-0012_8x10.nffw +netronome/bpf/nic_AMDA0081-0001_1x40.nffw +netronome/bpf/nic_AMDA0097-0001_2x40.nffw +netronome/bpf/nic_AMDA0099-0001_2x10.nffw +netronome/bpf/nic_AMDA0081-0001_4x10.nffw +netronome/bpf/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/bpf/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/bpf/nic_AMDA0099-0001_2x25.nffw +netronome/bpf/nic_AMDA0096-0001_2x10.nffw +netronome/bpf/nic_AMDA0097-0001_8x10.nffw +netronome/bpf/nic_AMDA0058-0011_2x40.nffw +netronome/bpf/nic_AMDA0058-0012_2x40.nffw +netronome/bpf/nic_AMDA0078-0011_1x100.nffw +netronome/nic_AMDA0081-0001_1x40.nffw +netronome/nic_AMDA0097-0001_2x40.nffw +netronome/nic_AMDA0099-0001_2x10.nffw +netronome/nic_AMDA0081-0001_4x10.nffw +netronome/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/nic_AMDA0099-0001_2x25.nffw +netronome/nic_AMDA0096-0001_2x10.nffw +netronome/nic_AMDA0097-0001_8x10.nffw +netronome/nic_AMDA0058-0011_2x40.nffw +netronome/nic_AMDA0058-0012_2x40.nffw +netronome/nic_AMDA0078-0011_1x100.nffw +nvidia/tegra124/xusb.bin +nvidia/tegra124/vic03_ucode.bin +nvidia/tegra124/vic.bin +nvidia/tegra210/xusb.bin +nvidia/tegra210/vic04_ucode.bin +nvidia/tegra210/vic.bin +nvidia/tegra186/xusb.bin +nvidia/tegra186/vic04_ucode.bin +nvidia/tegra186/vic.bin +nvidia/tegra194/xusb.bin +nvidia/tegra194/vic.bin +nvidia/gk20a/fecs_data.bin +nvidia/gk20a/fecs_inst.bin +nvidia/gk20a/gpccs_data.bin +nvidia/gk20a/gpccs_inst.bin +nvidia/gk20a/sw_bundle_init.bin +nvidia/gk20a/sw_ctx.bin +nvidia/gk20a/sw_method_init.bin +nvidia/gk20a/sw_nonctx.bin +nvidia/gm200/acr/bl.bin +nvidia/gm200/acr/ucode_load.bin +nvidia/gm200/acr/ucode_unload.bin +nvidia/gm200/gr/fecs_bl.bin +nvidia/gm200/gr/fecs_data.bin +nvidia/gm200/gr/fecs_inst.bin +nvidia/gm200/gr/fecs_sig.bin +nvidia/gm200/gr/gpccs_bl.bin +nvidia/gm200/gr/gpccs_data.bin +nvidia/gm200/gr/gpccs_inst.bin +nvidia/gm200/gr/gpccs_sig.bin +nvidia/gm200/gr/sw_bundle_init.bin +nvidia/gm200/gr/sw_ctx.bin +nvidia/gm200/gr/sw_method_init.bin +nvidia/gm200/gr/sw_nonctx.bin +nvidia/gm204/gr/fecs_data.bin +nvidia/gm204/gr/fecs_sig.bin +nvidia/gm204/gr/gpccs_data.bin +nvidia/gm204/gr/gpccs_sig.bin +nvidia/gm204/gr/fecs_bl.bin +nvidia/gm204/gr/fecs_inst.bin +nvidia/gm204/gr/gpccs_bl.bin +nvidia/gm204/gr/gpccs_inst.bin +nvidia/gm204/gr/sw_bundle_init.bin +nvidia/gm204/gr/sw_ctx.bin +nvidia/gm204/gr/sw_method_init.bin +nvidia/gm204/gr/sw_nonctx.bin +nvidia/gm204/acr/bl.bin +nvidia/gm204/acr/ucode_load.bin +nvidia/gm204/acr/ucode_unload.bin +nvidia/gm206/acr/ucode_load.bin +nvidia/gm206/acr/ucode_unload.bin +nvidia/gm206/acr/bl.bin +nvidia/gm206/gr/fecs_data.bin +nvidia/gm206/gr/fecs_sig.bin +nvidia/gm206/gr/gpccs_data.bin +nvidia/gm206/gr/gpccs_sig.bin +nvidia/gm206/gr/fecs_bl.bin +nvidia/gm206/gr/fecs_inst.bin +nvidia/gm206/gr/gpccs_bl.bin +nvidia/gm206/gr/gpccs_inst.bin +nvidia/gm206/gr/sw_bundle_init.bin +nvidia/gm206/gr/sw_ctx.bin +nvidia/gm206/gr/sw_method_init.bin +nvidia/gm206/gr/sw_nonctx.bin +nvidia/gm20b/acr/bl.bin +nvidia/gm20b/acr/ucode_load.bin +nvidia/gm20b/gr/fecs_bl.bin +nvidia/gm20b/gr/fecs_data.bin +nvidia/gm20b/gr/fecs_inst.bin +nvidia/gm20b/gr/fecs_sig.bin +nvidia/gm20b/gr/gpccs_data.bin +nvidia/gm20b/gr/gpccs_inst.bin +nvidia/gm20b/gr/sw_bundle_init.bin +nvidia/gm20b/gr/sw_ctx.bin +nvidia/gm20b/gr/sw_nonctx.bin +nvidia/gm20b/gr/sw_method_init.bin +nvidia/gm20b/pmu/desc.bin +nvidia/gm20b/pmu/image.bin +nvidia/gm20b/pmu/sig.bin +nvidia/gp100/acr/bl.bin +nvidia/gp100/acr/ucode_load.bin +nvidia/gp100/acr/ucode_unload.bin +nvidia/gp100/gr/fecs_data.bin +nvidia/gp100/gr/fecs_inst.bin +nvidia/gp100/gr/fecs_sig.bin +nvidia/gp100/gr/gpccs_data.bin +nvidia/gp100/gr/gpccs_inst.bin +nvidia/gp100/gr/gpccs_sig.bin +nvidia/gp100/gr/sw_bundle_init.bin +nvidia/gp100/gr/sw_ctx.bin +nvidia/gp100/gr/sw_method_init.bin +nvidia/gp100/gr/sw_nonctx.bin +nvidia/gp100/gr/fecs_bl.bin +nvidia/gp100/gr/gpccs_bl.bin +nvidia/gp102/acr/bl.bin +nvidia/gp102/acr/ucode_load.bin +nvidia/gp102/acr/ucode_unload.bin +nvidia/gp102/acr/unload_bl.bin +nvidia/gp102/gr/fecs_data.bin +nvidia/gp102/gr/fecs_inst.bin +nvidia/gp102/gr/fecs_sig.bin +nvidia/gp102/gr/gpccs_data.bin +nvidia/gp102/gr/gpccs_inst.bin +nvidia/gp102/gr/gpccs_sig.bin +nvidia/gp102/gr/sw_bundle_init.bin +nvidia/gp102/gr/sw_ctx.bin +nvidia/gp102/gr/sw_method_init.bin +nvidia/gp102/gr/sw_nonctx.bin +nvidia/gp102/gr/fecs_bl.bin +nvidia/gp102/gr/gpccs_bl.bin +nvidia/gp102/nvdec/scrubber.bin +nvidia/gp102/sec2/desc.bin +nvidia/gp102/sec2/image.bin +nvidia/gp102/sec2/sig.bin +nvidia/gp102/sec2/desc-1.bin +nvidia/gp102/sec2/image-1.bin +nvidia/gp102/sec2/sig-1.bin +nvidia/gp104/gr/fecs_data.bin +nvidia/gp104/gr/fecs_inst.bin +nvidia/gp104/gr/fecs_sig.bin +nvidia/gp104/gr/gpccs_data.bin +nvidia/gp104/gr/gpccs_inst.bin +nvidia/gp104/gr/gpccs_sig.bin +nvidia/gp104/gr/fecs_bl.bin +nvidia/gp104/gr/gpccs_bl.bin +nvidia/gp104/gr/sw_bundle_init.bin +nvidia/gp104/gr/sw_ctx.bin +nvidia/gp104/gr/sw_method_init.bin +nvidia/gp104/gr/sw_nonctx.bin +nvidia/gp104/acr/bl.bin +nvidia/gp104/acr/ucode_load.bin +nvidia/gp104/acr/ucode_unload.bin +nvidia/gp104/acr/unload_bl.bin +nvidia/gp104/nvdec/scrubber.bin +nvidia/gp104/sec2/desc.bin +nvidia/gp104/sec2/image.bin +nvidia/gp104/sec2/sig.bin +nvidia/gp104/sec2/desc-1.bin +nvidia/gp104/sec2/image-1.bin +nvidia/gp104/sec2/sig-1.bin +nvidia/gp106/gr/fecs_data.bin +nvidia/gp106/gr/fecs_sig.bin +nvidia/gp106/gr/gpccs_data.bin +nvidia/gp106/gr/gpccs_sig.bin +nvidia/gp106/gr/fecs_bl.bin +nvidia/gp106/gr/fecs_inst.bin +nvidia/gp106/gr/gpccs_bl.bin +nvidia/gp106/gr/gpccs_inst.bin +nvidia/gp106/gr/sw_bundle_init.bin +nvidia/gp106/gr/sw_ctx.bin +nvidia/gp106/gr/sw_method_init.bin +nvidia/gp106/gr/sw_nonctx.bin +nvidia/gp106/acr/bl.bin +nvidia/gp106/acr/ucode_load.bin +nvidia/gp106/acr/ucode_unload.bin +nvidia/gp106/acr/unload_bl.bin +nvidia/gp106/nvdec/scrubber.bin +nvidia/gp106/sec2/desc.bin +nvidia/gp106/sec2/image.bin +nvidia/gp106/sec2/sig.bin +nvidia/gp106/sec2/desc-1.bin +nvidia/gp106/sec2/image-1.bin +nvidia/gp106/sec2/sig-1.bin +nvidia/gp107/gr/fecs_bl.bin +nvidia/gp107/gr/fecs_data.bin +nvidia/gp107/gr/fecs_inst.bin +nvidia/gp107/gr/fecs_sig.bin +nvidia/gp107/gr/gpccs_bl.bin +nvidia/gp107/gr/gpccs_data.bin +nvidia/gp107/gr/gpccs_inst.bin +nvidia/gp107/gr/gpccs_sig.bin +nvidia/gp107/gr/sw_ctx.bin +nvidia/gp107/gr/sw_nonctx.bin +nvidia/gp107/gr/sw_bundle_init.bin +nvidia/gp107/gr/sw_method_init.bin +nvidia/gp107/acr/bl.bin +nvidia/gp107/acr/ucode_load.bin +nvidia/gp107/acr/ucode_unload.bin +nvidia/gp107/acr/unload_bl.bin +nvidia/gp107/nvdec/scrubber.bin +nvidia/gp107/sec2/desc.bin +nvidia/gp107/sec2/image.bin +nvidia/gp107/sec2/sig.bin +nvidia/gp107/sec2/desc-1.bin +nvidia/gp107/sec2/image-1.bin +nvidia/gp107/sec2/sig-1.bin +nvidia/gp10b/acr/bl.bin +nvidia/gp10b/acr/ucode_load.bin +nvidia/gp10b/gr/fecs_bl.bin +nvidia/gp10b/gr/fecs_data.bin +nvidia/gp10b/gr/fecs_inst.bin +nvidia/gp10b/gr/fecs_sig.bin +nvidia/gp10b/gr/gpccs_bl.bin +nvidia/gp10b/gr/gpccs_data.bin +nvidia/gp10b/gr/gpccs_inst.bin +nvidia/gp10b/gr/gpccs_sig.bin +nvidia/gp10b/gr/sw_bundle_init.bin +nvidia/gp10b/gr/sw_ctx.bin +nvidia/gp10b/gr/sw_method_init.bin +nvidia/gp10b/gr/sw_nonctx.bin +nvidia/gp10b/pmu/desc.bin +nvidia/gp10b/pmu/image.bin +nvidia/gp10b/pmu/sig.bin +nvidia/gp108/gr/fecs_bl.bin +nvidia/gp108/gr/fecs_data.bin +nvidia/gp108/gr/fecs_inst.bin +nvidia/gp108/gr/fecs_sig.bin +nvidia/gp108/gr/gpccs_bl.bin +nvidia/gp108/gr/gpccs_data.bin +nvidia/gp108/gr/gpccs_inst.bin +nvidia/gp108/gr/gpccs_sig.bin +nvidia/gp108/gr/sw_bundle_init.bin +nvidia/gp108/gr/sw_ctx.bin +nvidia/gp108/gr/sw_method_init.bin +nvidia/gp108/gr/sw_nonctx.bin +nvidia/gp108/acr/bl.bin +nvidia/gp108/acr/ucode_load.bin +nvidia/gp108/acr/ucode_unload.bin +nvidia/gp108/acr/unload_bl.bin +nvidia/gp108/nvdec/scrubber.bin +nvidia/gp108/sec2/desc.bin +nvidia/gp108/sec2/image.bin +nvidia/gp108/sec2/sig.bin +nvidia/gv100/acr/bl.bin +nvidia/gv100/acr/ucode_load.bin +nvidia/gv100/acr/ucode_unload.bin +nvidia/gv100/acr/unload_bl.bin +nvidia/gv100/gr/fecs_bl.bin +nvidia/gv100/gr/fecs_data.bin +nvidia/gv100/gr/fecs_inst.bin +nvidia/gv100/gr/fecs_sig.bin +nvidia/gv100/gr/gpccs_bl.bin +nvidia/gv100/gr/gpccs_data.bin +nvidia/gv100/gr/gpccs_inst.bin +nvidia/gv100/gr/gpccs_sig.bin +nvidia/gv100/gr/sw_bundle_init.bin +nvidia/gv100/gr/sw_ctx.bin +nvidia/gv100/gr/sw_method_init.bin +nvidia/gv100/gr/sw_nonctx.bin +nvidia/gv100/nvdec/scrubber.bin +nvidia/gv100/sec2/desc.bin +nvidia/gv100/sec2/image.bin +nvidia/gv100/sec2/sig.bin +nvidia/tu102/acr/bl.bin +nvidia/tu102/acr/ucode_ahesasc.bin +nvidia/tu102/acr/ucode_asb.bin +nvidia/tu102/acr/unload_bl.bin +nvidia/tu102/acr/ucode_unload.bin +nvidia/tu102/gr/fecs_bl.bin +nvidia/tu102/gr/fecs_data.bin +nvidia/tu102/gr/fecs_inst.bin +nvidia/tu102/gr/fecs_sig.bin +nvidia/tu102/gr/gpccs_bl.bin +nvidia/tu102/gr/gpccs_data.bin +nvidia/tu102/gr/gpccs_inst.bin +nvidia/tu102/gr/gpccs_sig.bin +nvidia/tu102/gr/sw_bundle_init.bin +nvidia/tu102/gr/sw_ctx.bin +nvidia/tu102/gr/sw_method_init.bin +nvidia/tu102/gr/sw_nonctx.bin +nvidia/tu102/gr/sw_veid_bundle_init.bin +nvidia/tu102/nvdec/scrubber.bin +nvidia/tu102/sec2/desc.bin +nvidia/tu102/sec2/image.bin +nvidia/tu102/sec2/sig.bin +nvidia/tu104/gr/fecs_data.bin +nvidia/tu104/gr/fecs_inst.bin +nvidia/tu104/gr/fecs_sig.bin +nvidia/tu104/gr/gpccs_data.bin +nvidia/tu104/gr/gpccs_inst.bin +nvidia/tu104/gr/gpccs_sig.bin +nvidia/tu104/gr/sw_bundle_init.bin +nvidia/tu104/gr/sw_ctx.bin +nvidia/tu104/gr/sw_method_init.bin +nvidia/tu104/gr/sw_nonctx.bin +nvidia/tu104/gr/sw_veid_bundle_init.bin +nvidia/tu104/gr/fecs_bl.bin +nvidia/tu104/gr/gpccs_bl.bin +nvidia/tu104/acr/bl.bin +nvidia/tu104/acr/ucode_ahesasc.bin +nvidia/tu104/acr/ucode_asb.bin +nvidia/tu104/acr/unload_bl.bin +nvidia/tu104/acr/ucode_unload.bin +nvidia/tu104/nvdec/scrubber.bin +nvidia/tu104/sec2/desc.bin +nvidia/tu104/sec2/image.bin +nvidia/tu104/sec2/sig.bin +nvidia/tu106/gr/fecs_data.bin +nvidia/tu106/gr/fecs_inst.bin +nvidia/tu106/gr/fecs_sig.bin +nvidia/tu106/gr/gpccs_data.bin +nvidia/tu106/gr/gpccs_inst.bin +nvidia/tu106/gr/gpccs_sig.bin +nvidia/tu106/gr/sw_bundle_init.bin +nvidia/tu106/gr/sw_ctx.bin +nvidia/tu106/gr/sw_method_init.bin +nvidia/tu106/gr/sw_nonctx.bin +nvidia/tu106/gr/sw_veid_bundle_init.bin +nvidia/tu106/gr/fecs_bl.bin +nvidia/tu106/gr/gpccs_bl.bin +nvidia/tu106/acr/bl.bin +nvidia/tu106/acr/ucode_ahesasc.bin +nvidia/tu106/acr/ucode_asb.bin +nvidia/tu106/acr/unload_bl.bin +nvidia/tu106/acr/ucode_unload.bin +nvidia/tu106/nvdec/scrubber.bin +nvidia/tu106/sec2/desc.bin +nvidia/tu106/sec2/image.bin +nvidia/tu106/sec2/sig.bin +nvidia/tu116/acr/bl.bin +nvidia/tu116/acr/ucode_ahesasc.bin +nvidia/tu116/acr/ucode_asb.bin +nvidia/tu116/acr/ucode_unload.bin +nvidia/tu116/acr/unload_bl.bin +nvidia/tu116/gr/fecs_bl.bin +nvidia/tu116/gr/fecs_data.bin +nvidia/tu116/gr/fecs_inst.bin +nvidia/tu116/gr/fecs_sig.bin +nvidia/tu116/gr/gpccs_bl.bin +nvidia/tu116/gr/gpccs_data.bin +nvidia/tu116/gr/gpccs_inst.bin +nvidia/tu116/gr/gpccs_sig.bin +nvidia/tu116/gr/sw_bundle_init.bin +nvidia/tu116/gr/sw_ctx.bin +nvidia/tu116/gr/sw_method_init.bin +nvidia/tu116/gr/sw_nonctx.bin +nvidia/tu116/gr/sw_veid_bundle_init.bin +nvidia/tu116/nvdec/scrubber.bin +nvidia/tu116/sec2/desc.bin +nvidia/tu116/sec2/image.bin +nvidia/tu116/sec2/sig.bin +nvidia/tu117/gr/fecs_data.bin +nvidia/tu117/gr/fecs_inst.bin +nvidia/tu117/gr/fecs_sig.bin +nvidia/tu117/gr/gpccs_data.bin +nvidia/tu117/gr/gpccs_inst.bin +nvidia/tu117/gr/gpccs_sig.bin +nvidia/tu117/gr/sw_bundle_init.bin +nvidia/tu117/gr/sw_ctx.bin +nvidia/tu117/gr/sw_method_init.bin +nvidia/tu117/gr/sw_nonctx.bin +nvidia/tu117/gr/sw_veid_bundle_init.bin +nvidia/tu117/gr/fecs_bl.bin +nvidia/tu117/gr/gpccs_bl.bin +nvidia/tu117/acr/bl.bin +nvidia/tu117/acr/ucode_ahesasc.bin +nvidia/tu117/acr/ucode_asb.bin +nvidia/tu117/acr/ucode_unload.bin +nvidia/tu117/acr/unload_bl.bin +nvidia/tu117/nvdec/scrubber.bin +nvidia/tu117/sec2/desc.bin +nvidia/tu117/sec2/image.bin +nvidia/tu117/sec2/sig.bin +nvidia/ga102/acr/ucode_ahesasc.bin +nvidia/ga102/acr/ucode_asb.bin +nvidia/ga102/acr/ucode_unload.bin +nvidia/ga102/gr/fecs_bl.bin +nvidia/ga102/gr/fecs_sig.bin +nvidia/ga102/gr/gpccs_bl.bin +nvidia/ga102/gr/gpccs_sig.bin +nvidia/ga102/gr/NET_img.bin +nvidia/ga102/nvdec/scrubber.bin +nvidia/ga102/sec2/desc.bin +nvidia/ga102/sec2/hs_bl_sig.bin +nvidia/ga102/sec2/image.bin +nvidia/ga102/sec2/sig.bin +nvidia/ga103/gr/fecs_bl.bin +nvidia/ga103/gr/fecs_sig.bin +nvidia/ga103/gr/gpccs_bl.bin +nvidia/ga103/gr/gpccs_sig.bin +nvidia/ga103/gr/NET_img.bin +nvidia/ga103/acr/ucode_ahesasc.bin +nvidia/ga103/acr/ucode_asb.bin +nvidia/ga103/acr/ucode_unload.bin +nvidia/ga103/nvdec/scrubber.bin +nvidia/ga103/sec2/desc.bin +nvidia/ga103/sec2/hs_bl_sig.bin +nvidia/ga103/sec2/image.bin +nvidia/ga103/sec2/sig.bin +nvidia/ga104/gr/fecs_bl.bin +nvidia/ga104/gr/fecs_sig.bin +nvidia/ga104/gr/gpccs_bl.bin +nvidia/ga104/gr/gpccs_sig.bin +nvidia/ga104/gr/NET_img.bin +nvidia/ga104/acr/ucode_ahesasc.bin +nvidia/ga104/acr/ucode_asb.bin +nvidia/ga104/acr/ucode_unload.bin +nvidia/ga104/nvdec/scrubber.bin +nvidia/ga104/sec2/desc.bin +nvidia/ga104/sec2/hs_bl_sig.bin +nvidia/ga104/sec2/image.bin +nvidia/ga104/sec2/sig.bin +nvidia/ga106/gr/fecs_bl.bin +nvidia/ga106/gr/fecs_sig.bin +nvidia/ga106/gr/gpccs_bl.bin +nvidia/ga106/gr/gpccs_sig.bin +nvidia/ga106/gr/NET_img.bin +nvidia/ga106/acr/ucode_ahesasc.bin +nvidia/ga106/acr/ucode_asb.bin +nvidia/ga106/acr/ucode_unload.bin +nvidia/ga106/nvdec/scrubber.bin +nvidia/ga106/sec2/desc.bin +nvidia/ga106/sec2/hs_bl_sig.bin +nvidia/ga106/sec2/image.bin +nvidia/ga106/sec2/sig.bin +nvidia/ga107/gr/fecs_bl.bin +nvidia/ga107/gr/fecs_sig.bin +nvidia/ga107/gr/gpccs_bl.bin +nvidia/ga107/gr/gpccs_sig.bin +nvidia/ga107/gr/NET_img.bin +nvidia/ga107/acr/ucode_ahesasc.bin +nvidia/ga107/acr/ucode_asb.bin +nvidia/ga107/acr/ucode_unload.bin +nvidia/ga107/nvdec/scrubber.bin +nvidia/ga107/sec2/desc.bin +nvidia/ga107/sec2/hs_bl_sig.bin +nvidia/ga107/sec2/image.bin +nvidia/ga107/sec2/sig.bin +nvidia/tu10x/typec/ccg_primary.cyacd +nvidia/tu10x/typec/ccg_secondary.cyacd +nvidia/tu10x/typec/ccg_boot.cyacd +phanfw.bin +qat_895xcc.bin +qat_895xcc_mmp.bin +qat_c3xxx.bin +qat_c3xxx_mmp.bin +qat_c62x.bin +qat_c62x_mmp.bin +qat_mmp.bin +qca/nvm_usb_00000201.bin +qca/nvm_usb_00000200.bin +qca/nvm_usb_00000300.bin +qca/nvm_usb_00000302.bin +qca/nvm_00130300.bin +qca/nvm_00130302.bin +qca/nvm_00230302.bin +qca/rampatch_usb_00000200.bin +qca/rampatch_usb_00000201.bin +qca/rampatch_usb_00000300.bin +qca/rampatch_usb_00000302.bin +qca/rampatch_00130300.bin +qca/rampatch_00130302.bin +qca/rampatch_00230302.bin +qca/nvm_00440302.bin +qca/rampatch_00440302.bin +qca/nvm_00440302_eu.bin +qca/nvm_00440302_i2s_eu.bin +qca/nvm_usb_00000302_eu.bin +qca/htbtfw20.tlv +qca/htnv20.bin +qca/rampatch_usb_00130200.bin +qca/nvm_usb_00130200.bin +qca/nvm_usb_00130200_0104.bin +qca/nvm_usb_00130200_0105.bin +qca/nvm_usb_00130200_0106.bin +qca/nvm_usb_00130200_0107.bin +qca/nvm_usb_00130200_0109.bin +qca/nvm_usb_00130200_0110.bin +qca/rampatch_usb_00130201.bin +qca/nvm_usb_00130201.bin +qca/nvm_usb_00130201_010a.bin +qca/nvm_usb_00130201_010b.bin +qca/nvm_usb_00130201_0303.bin +qca/nvm_usb_00130201_gf.bin +qca/nvm_usb_00130201_gf_010a.bin +qca/nvm_usb_00130201_gf_010b.bin +qca/nvm_usb_00130201_gf_0303.bin +qca/crbtfw21.tlv +qca/crnv21.bin +qca/crbtfw32.tlv +qca/crnv32.bin +qca/crnv32u.bin +qca/msbtfw11.mbn +qca/msbtfw11.tlv +qca/msnv11.bin +qcom/venus-1.8/venus.mdt +qcom/venus-1.8/venus.b00 +qcom/venus-1.8/venus.b01 +qcom/venus-1.8/venus.b02 +qcom/venus-1.8/venus.b03 +qcom/venus-1.8/venus.b04 +qcom/venus-4.2/venus.mdt +qcom/venus-4.2/venus.b00 +qcom/venus-4.2/venus.b01 +qcom/venus-4.2/venus.b02 +qcom/venus-4.2/venus.b03 +qcom/venus-4.2/venus.b04 +qcom/venus-5.2/venus.mdt +qcom/venus-5.2/venus.b00 +qcom/venus-5.2/venus.b01 +qcom/venus-5.2/venus.b02 +qcom/venus-5.2/venus.b03 +qcom/venus-5.2/venus.b04 +qcom/venus-5.2/venus.mbn +qcom/venus-5.4/venus.mdt +qcom/venus-5.4/venus.b00 +qcom/venus-5.4/venus.b01 +qcom/venus-5.4/venus.b02 +qcom/venus-5.4/venus.b03 +qcom/venus-5.4/venus.b04 +qcom/venus-5.4/venus.mbn +qcom/vpu-1.0/venus.mdt +qcom/vpu-1.0/venus.b00 +qcom/vpu-1.0/venus.b01 +qcom/vpu-1.0/venus.b02 +qcom/vpu-1.0/venus.b03 +qcom/vpu-1.0/venus.b04 +qcom/vpu-1.0/venus.b05 +qcom/vpu-1.0/venus.b06 +qcom/vpu-1.0/venus.b07 +qcom/vpu-1.0/venus.b08 +qcom/vpu-1.0/venus.b09 +qcom/vpu-1.0/venus.b10 +qcom/vpu-1.0/venus.b19 +qcom/vpu-1.0/venus.mbn +qcom/vpu-2.0/venus.mdt +qcom/vpu-2.0/venus.b00 +qcom/vpu-2.0/venus.b01 +qcom/vpu-2.0/venus.b02 +qcom/vpu-2.0/venus.b03 +qcom/vpu-2.0/venus.b04 +qcom/vpu-2.0/venus.b05 +qcom/vpu-2.0/venus.b06 +qcom/vpu-2.0/venus.b07 +qcom/vpu-2.0/venus.b08 +qcom/vpu-2.0/venus.b09 +qcom/vpu-2.0/venus.b10 +qcom/vpu-2.0/venus.b19 +qcom/vpu-2.0/venus.mbn +qcom/a300_pfp.fw +qcom/a300_pm4.fw +qcom/a330_pfp.fw +qcom/a330_pm4.fw +qcom/a420_pfp.fw +qcom/a420_pm4.fw +qcom/a530_pfp.fw +qcom/a530_pm4.fw +qcom/a530v3_gpmu.fw2 +qcom/a530_zap.b00 +qcom/a530_zap.b01 +qcom/a530_zap.b02 +qcom/a530_zap.mdt +qcom/a630_gmu.bin +qcom/a630_sqe.fw +qcom/sdm845/a630_zap.mbn +qcom/sdm845/adsp.mbn +qcom/sdm845/adspr.jsn +qcom/sdm845/adspua.jsn +qcom/sdm845/cdsp.mbn +qcom/sdm845/cdspr.jsn +qcom/sdm845/mba.mbn +qcom/sdm845/modem.mbn +qcom/sdm845/modemuw.jsn +qcom/sdm845/wlanmdsp.mbn +qcom/a650_gmu.bin +qcom/a650_sqe.fw +qcom/sm8250/a650_zap.mbn +qcom/sm8250/adsp.mbn +qcom/sm8250/adspr.jsn +qcom/sm8250/adspua.jsn +qcom/sm8250/cdsp.mbn +qcom/sm8250/cdspr.jsn +qcom/a660_gmu.bin +qcom/a660_sqe.fw +qcom/leia_pfp_470.fw +qcom/leia_pm4_470.fw +qcom/apq8096/adsp.mbn +qcom/apq8096/adspr.jsn +qcom/apq8096/adspua.jsn +qcom/apq8096/mba.mbn +qcom/apq8096/modem.mbn +qcom/apq8096/modemr.jsn +qed/qed_init_values_zipped-8.4.2.0.bin +qed/qed_init_values_zipped-8.7.3.0.bin +qed/qed_init_values_zipped-8.10.5.0.bin +qed/qed_init_values-8.10.9.0.bin +qed/qed_init_values_zipped-8.10.10.0.bin +qed/qed_init_values-8.14.6.0.bin +qed/qed_init_values_zipped-8.15.3.0.bin +qed/qed_init_values-8.18.9.0.bin +qed/qed_init_values_zipped-8.20.0.0.bin +qed/qed_init_values-8.20.0.0.bin +qed/qed_init_values-8.30.12.0.bin +qed/qed_init_values_zipped-8.33.1.0.bin +qed/qed_init_values_zipped-8.33.11.0.bin +qed/qed_init_values-8.33.12.0.bin +qed/qed_init_values_zipped-8.37.2.0.bin +qed/qed_init_values_zipped-8.37.7.0.bin +qed/qed_init_values-8.37.7.0.bin +qed/qed_init_values-8.40.33.0.bin +qed/qed_init_values_zipped-8.42.2.0.bin +qed/qed_init_values_zipped-8.59.1.0.bin +ql2100_fw.bin +ql2200_fw.bin +ql2300_fw.bin +ql2322_fw.bin +ql2400_fw.bin +ql2500_fw.bin +qlogic/1040.bin +qlogic/1280.bin +qlogic/12160.bin +qlogic/sd7220.fw +r128/r128_cce.bin +r8a779x_usb3_v1.dlmem +r8a779x_usb3_v2.dlmem +r8a779x_usb3_v3.dlmem +radeon/R100_cp.bin +radeon/R200_cp.bin +radeon/R300_cp.bin +radeon/R420_cp.bin +radeon/RS600_cp.bin +radeon/RS690_cp.bin +radeon/R520_cp.bin +radeon/R600_pfp.bin +radeon/R600_me.bin +radeon/RV610_pfp.bin +radeon/RV610_me.bin +radeon/RV630_pfp.bin +radeon/RV630_me.bin +radeon/RV620_pfp.bin +radeon/RV620_me.bin +radeon/RV635_pfp.bin +radeon/RV635_me.bin +radeon/RV670_pfp.bin +radeon/RV670_me.bin +radeon/RS780_pfp.bin +radeon/RS780_me.bin +radeon/RV770_pfp.bin +radeon/RV770_me.bin +radeon/RV730_pfp.bin +radeon/RV730_me.bin +radeon/RV710_pfp.bin +radeon/RV710_me.bin +radeon/R600_rlc.bin +radeon/R600_uvd.bin +radeon/RS780_uvd.bin +radeon/R700_rlc.bin +radeon/RV710_uvd.bin +radeon/RV710_smc.bin +radeon/RV730_smc.bin +radeon/RV740_smc.bin +radeon/RV770_smc.bin +radeon/RV770_uvd.bin +radeon/CEDAR_me.bin +radeon/CEDAR_pfp.bin +radeon/CEDAR_rlc.bin +radeon/CEDAR_smc.bin +radeon/CYPRESS_me.bin +radeon/CYPRESS_pfp.bin +radeon/CYPRESS_rlc.bin +radeon/CYPRESS_uvd.bin +radeon/CYPRESS_smc.bin +radeon/JUNIPER_me.bin +radeon/JUNIPER_pfp.bin +radeon/JUNIPER_rlc.bin +radeon/JUNIPER_smc.bin +radeon/REDWOOD_me.bin +radeon/REDWOOD_pfp.bin +radeon/REDWOOD_rlc.bin +radeon/REDWOOD_smc.bin +radeon/PALM_me.bin +radeon/PALM_pfp.bin +radeon/SUMO_rlc.bin +radeon/SUMO_uvd.bin +radeon/BARTS_mc.bin +radeon/BARTS_me.bin +radeon/BARTS_pfp.bin +radeon/BARTS_smc.bin +radeon/BTC_rlc.bin +radeon/CAICOS_mc.bin +radeon/CAICOS_me.bin +radeon/CAICOS_pfp.bin +radeon/CAICOS_smc.bin +radeon/TURKS_mc.bin +radeon/TURKS_me.bin +radeon/TURKS_pfp.bin +radeon/TURKS_smc.bin +radeon/CAYMAN_mc.bin +radeon/CAYMAN_me.bin +radeon/CAYMAN_pfp.bin +radeon/CAYMAN_rlc.bin +radeon/CAYMAN_smc.bin +radeon/SUMO_pfp.bin +radeon/SUMO_me.bin +radeon/SUMO2_pfp.bin +radeon/SUMO2_me.bin +radeon/ARUBA_me.bin +radeon/ARUBA_pfp.bin +radeon/ARUBA_rlc.bin +radeon/PITCAIRN_ce.bin +radeon/PITCAIRN_mc.bin +radeon/PITCAIRN_mc2.bin +radeon/PITCAIRN_me.bin +radeon/PITCAIRN_pfp.bin +radeon/PITCAIRN_rlc.bin +radeon/PITCAIRN_smc.bin +radeon/TAHITI_ce.bin +radeon/TAHITI_mc.bin +radeon/TAHITI_mc2.bin +radeon/TAHITI_me.bin +radeon/TAHITI_pfp.bin +radeon/TAHITI_rlc.bin +radeon/TAHITI_uvd.bin +radeon/TAHITI_smc.bin +radeon/TAHITI_vce.bin +radeon/VERDE_ce.bin +radeon/VERDE_mc.bin +radeon/VERDE_mc2.bin +radeon/VERDE_me.bin +radeon/VERDE_pfp.bin +radeon/VERDE_rlc.bin +radeon/VERDE_smc.bin +radeon/OLAND_ce.bin +radeon/OLAND_mc.bin +radeon/OLAND_mc2.bin +radeon/OLAND_me.bin +radeon/OLAND_pfp.bin +radeon/OLAND_rlc.bin +radeon/OLAND_smc.bin +radeon/HAINAN_ce.bin +radeon/HAINAN_mc.bin +radeon/HAINAN_mc2.bin +radeon/HAINAN_me.bin +radeon/HAINAN_pfp.bin +radeon/HAINAN_rlc.bin +radeon/HAINAN_smc.bin +radeon/BONAIRE_ce.bin +radeon/BONAIRE_mc.bin +radeon/BONAIRE_mc2.bin +radeon/BONAIRE_me.bin +radeon/BONAIRE_mec.bin +radeon/BONAIRE_pfp.bin +radeon/BONAIRE_rlc.bin +radeon/BONAIRE_sdma.bin +radeon/BONAIRE_uvd.bin +radeon/BONAIRE_smc.bin +radeon/BONAIRE_vce.bin +radeon/KABINI_ce.bin +radeon/KABINI_me.bin +radeon/KABINI_mec.bin +radeon/KABINI_pfp.bin +radeon/KABINI_rlc.bin +radeon/KABINI_sdma.bin +radeon/KAVERI_ce.bin +radeon/KAVERI_me.bin +radeon/KAVERI_mec.bin +radeon/KAVERI_pfp.bin +radeon/KAVERI_rlc.bin +radeon/KAVERI_sdma.bin +radeon/HAWAII_ce.bin +radeon/HAWAII_mc.bin +radeon/HAWAII_mc2.bin +radeon/HAWAII_me.bin +radeon/HAWAII_mec.bin +radeon/HAWAII_pfp.bin +radeon/HAWAII_rlc.bin +radeon/HAWAII_sdma.bin +radeon/HAWAII_smc.bin +radeon/MULLINS_ce.bin +radeon/MULLINS_me.bin +radeon/MULLINS_mec.bin +radeon/MULLINS_pfp.bin +radeon/MULLINS_rlc.bin +radeon/MULLINS_sdma.bin +radeon/pitcairn_ce.bin +radeon/pitcairn_k_smc.bin +radeon/pitcairn_mc.bin +radeon/pitcairn_me.bin +radeon/pitcairn_pfp.bin +radeon/pitcairn_rlc.bin +radeon/pitcairn_smc.bin +radeon/tahiti_ce.bin +radeon/tahiti_k_smc.bin +radeon/tahiti_mc.bin +radeon/tahiti_me.bin +radeon/tahiti_pfp.bin +radeon/tahiti_rlc.bin +radeon/tahiti_smc.bin +radeon/verde_ce.bin +radeon/verde_k_smc.bin +radeon/verde_mc.bin +radeon/verde_me.bin +radeon/verde_pfp.bin +radeon/verde_rlc.bin +radeon/verde_smc.bin +radeon/oland_ce.bin +radeon/oland_k_smc.bin +radeon/oland_mc.bin +radeon/oland_me.bin +radeon/oland_pfp.bin +radeon/oland_rlc.bin +radeon/oland_smc.bin +radeon/hainan_ce.bin +radeon/hainan_k_smc.bin +radeon/hainan_mc.bin +radeon/hainan_me.bin +radeon/hainan_pfp.bin +radeon/hainan_rlc.bin +radeon/hainan_smc.bin +radeon/bonaire_ce.bin +radeon/bonaire_k_smc.bin +radeon/bonaire_mc.bin +radeon/bonaire_me.bin +radeon/bonaire_mec.bin +radeon/bonaire_pfp.bin +radeon/bonaire_rlc.bin +radeon/bonaire_sdma.bin +radeon/bonaire_sdma1.bin +radeon/bonaire_smc.bin +radeon/bonaire_uvd.bin +radeon/bonaire_vce.bin +radeon/kabini_ce.bin +radeon/kabini_me.bin +radeon/kabini_mec.bin +radeon/kabini_pfp.bin +radeon/kabini_rlc.bin +radeon/kabini_sdma.bin +radeon/kabini_sdma1.bin +radeon/kabini_uvd.bin +radeon/kabini_vce.bin +radeon/kaveri_ce.bin +radeon/kaveri_me.bin +radeon/kaveri_mec.bin +radeon/kaveri_mec2.bin +radeon/kaveri_pfp.bin +radeon/kaveri_rlc.bin +radeon/kaveri_sdma.bin +radeon/kaveri_sdma1.bin +radeon/kaveri_uvd.bin +radeon/kaveri_vce.bin +radeon/hawaii_ce.bin +radeon/hawaii_k_smc.bin +radeon/hawaii_mc.bin +radeon/hawaii_me.bin +radeon/hawaii_mec.bin +radeon/hawaii_pfp.bin +radeon/hawaii_rlc.bin +radeon/hawaii_sdma.bin +radeon/hawaii_sdma1.bin +radeon/hawaii_smc.bin +radeon/hawaii_uvd.bin +radeon/hawaii_vce.bin +radeon/mullins_ce.bin +radeon/mullins_me.bin +radeon/mullins_mec.bin +radeon/mullins_pfp.bin +radeon/mullins_rlc.bin +radeon/mullins_sdma.bin +radeon/mullins_sdma1.bin +radeon/mullins_uvd.bin +radeon/mullins_vce.bin +radeon/banks_k_2_smc.bin +radeon/si58_mc.bin +rockchip/dptx.bin +rp2.fw +rsi/rs9113_wlan_qspi.rps +rsi/rs9113_wlan_bt_dual_mode.rps +rsi/rs9113_ap_bt_dual_mode.rps +rsi/rs9116_wlan.rps +rsi/rs9116_wlan_bt_classic.rps +rsi_91x.fw +rt2561.bin +rt2561s.bin +rt2661.bin +rt2860.bin +rt2870.bin +rt3070.bin +rt3071.bin +rt3090.bin +rt3290.bin +rt73.bin +rtl_bt/rtl8192ee_fw.bin +rtl_bt/rtl8192eu_fw.bin +rtl_bt/rtl8723a_fw.bin +rtl_bt/rtl8723b_fw.bin +rtl_bt/rtl8723bs_fw.bin +rtl_bt/rtl8723bs_config-OBDA8723.bin +rtl_bt/rtl8761a_fw.bin +rtl_bt/rtl8761b_fw.bin +rtl_bt/rtl8761b_config.bin +rtl_bt/rtl8761bu_fw.bin +rtl_bt/rtl8761bu_config.bin +rtl_bt/rtl8812ae_fw.bin +rtl_bt/rtl8821a_fw.bin +rtl_bt/rtl8822b_fw.bin +rtl_bt/rtl8822b_config.bin +rtl_bt/rtl8723d_fw.bin +rtl_bt/rtl8723d_config.bin +rtl_bt/rtl8821c_fw.bin +rtl_bt/rtl8821c_config.bin +rtl_bt/rtl8822cu_fw.bin +rtl_bt/rtl8822cu_config.bin +rtl_bt/rtl8822cs_fw.bin +rtl_bt/rtl8822cs_config.bin +rtl_bt/rtl8852au_fw.bin +rtl_bt/rtl8852au_config.bin +rtl_bt/rtl8852bu_fw.bin +rtl_bt/rtl8852bu_config.bin +rtl_bt/rtl8852cu_fw.bin +rtl_bt/rtl8852cu_config.bin +rtl_bt/rtl8723bs_config-OBDA0623.bin +rtl_bt/rtl8821a_config.bin +rtl_nic/rtl8168d-1.fw +rtl_nic/rtl8168d-2.fw +rtl_nic/rtl8105e-1.fw +rtl_nic/rtl8168e-1.fw +rtl_nic/rtl8168e-2.fw +rtl_nic/rtl8168e-3.fw +rtl_nic/rtl8168f-1.fw +rtl_nic/rtl8168f-2.fw +rtl_nic/rtl8411-1.fw +rtl_nic/rtl8411-2.fw +rtl_nic/rtl8402-1.fw +rtl_nic/rtl8106e-1.fw +rtl_nic/rtl8106e-2.fw +rtl_nic/rtl8168g-1.fw +rtl_nic/rtl8168g-2.fw +rtl_nic/rtl8168g-3.fw +rtl_nic/rtl8168h-1.fw +rtl_nic/rtl8168h-2.fw +rtl_nic/rtl8168fp-3.fw +rtl_nic/rtl8107e-1.fw +rtl_nic/rtl8107e-2.fw +rtl_nic/rtl8125a-3.fw +rtl_nic/rtl8125b-1.fw +rtl_nic/rtl8125b-2.fw +rtl_nic/rtl8153a-2.fw +rtl_nic/rtl8153a-3.fw +rtl_nic/rtl8153a-4.fw +rtl_nic/rtl8153b-2.fw +rtl_nic/rtl8153c-1.fw +rtl_nic/rtl8156a-2.fw +rtl_nic/rtl8156b-2.fw +rtlwifi/rtl8712u.bin +rtlwifi/rtl8192cfw.bin +rtlwifi/rtl8192cfwU.bin +rtlwifi/rtl8192cfwU_B.bin +rtlwifi/rtl8192cufw.bin +rtlwifi/rtl8192cufw_A.bin +rtlwifi/rtl8192cufw_B.bin +rtlwifi/rtl8192cufw_TMSC.bin +rtlwifi/rtl8192sefw.bin +rtlwifi/rtl8192defw.bin +rtlwifi/rtl8723fw.bin +rtlwifi/rtl8723fw_B.bin +rtlwifi/rtl8723befw.bin +rtlwifi/rtl8723befw_36.bin +rtlwifi/rtl8723defw.bin +rtlwifi/rtl8723aufw_A.bin +rtlwifi/rtl8723aufw_B.bin +rtlwifi/rtl8723aufw_B_NoBT.bin +rtlwifi/rtl8188efw.bin +rtlwifi/rtl8188eufw.bin +rtlwifi/rtl8812aefw.bin +rtlwifi/rtl8812aefw_wowlan.bin +rtlwifi/rtl8821aefw.bin +rtlwifi/rtl8821aefw_wowlan.bin +rtlwifi/rtl8821aefw_29.bin +rtlwifi/rtl8822befw.bin +rtlwifi/rtl8723bs_bt.bin +rtlwifi/rtl8723bu_nic.bin +rtlwifi/rtl8723bu_wowlan.bin +rtlwifi/rtl8723bu_ap_wowlan.bin +rtlwifi/rtl8192eu_nic.bin +rtlwifi/rtl8192eu_wowlan.bin +rtlwifi/rtl8192eu_ap_wowlan.bin +rtlwifi/rtl8192eefw.bin +rtlwifi/rtl8723bs_nic.bin +rtlwifi/rtl8723bs_ap_wowlan.bin +rtlwifi/rtl8723bs_wowlan.bin +rtw88/rtw8822b_fw.bin +rtw88/rtw8822c_fw.bin +rtw88/rtw8822c_wow_fw.bin +rtw88/README +rtw88/rtw8723d_fw.bin +rtw88/rtw8821c_fw.bin +rtw89/rtw8852a_fw.bin +rtw89/rtw8852c_fw.bin +s2250.fw +s2250_loader.fw +s5p-mfc-v6-v2.fw +s5p-mfc-v6.fw +s5p-mfc-v7.fw +s5p-mfc-v8.fw +s5p-mfc.fw +sdd_sagrad_1091_1098.bin +slicoss/gbdownload.sys +slicoss/gbrcvucode.sys +slicoss/oasisdbgdownload.sys +slicoss/oasisdownload.sys +slicoss/oasisrcvucode.sys +sms1xxx-hcw-55xxx-dvbt-02.fw +sms1xxx-hcw-55xxx-isdbt-02.fw +sms1xxx-nova-a-dvbt-01.fw +sms1xxx-nova-b-dvbt-01.fw +sms1xxx-stellar-dvbt-01.fw +sxg/saharadownloadB.sys +sxg/saharadbgdownloadB.sys +tdmb_nova_12mhz.inp +tehuti/bdx.bin +ti/vpdma-1b8.bin +ti-connectivity/wl1251-fw.bin +ti-connectivity/wl1251-nvs.bin +ti-connectivity/wl1271-fw.bin +ti-connectivity/wl1271-fw-2.bin +ti-connectivity/wl1271-fw-ap.bin +ti-connectivity/wl127x-fw-3.bin +ti-connectivity/wl127x-fw-plt-3.bin +ti-connectivity/wl127x-fw-4-sr.bin +ti-connectivity/wl127x-fw-4-mr.bin +ti-connectivity/wl127x-fw-4-plt.bin +ti-connectivity/wl127x-fw-5-sr.bin +ti-connectivity/wl127x-fw-5-mr.bin +ti-connectivity/wl127x-fw-5-plt.bin +ti-connectivity/wl128x-fw.bin +ti-connectivity/wl128x-fw-ap.bin +ti-connectivity/wl128x-fw-3.bin +ti-connectivity/wl128x-fw-plt-3.bin +ti-connectivity/wl128x-fw-4-sr.bin +ti-connectivity/wl128x-fw-4-mr.bin +ti-connectivity/wl128x-fw-4-plt.bin +ti-connectivity/wl128x-fw-5-sr.bin +ti-connectivity/wl128x-fw-5-mr.bin +ti-connectivity/wl128x-fw-5-plt.bin +ti-connectivity/wl127x-nvs.bin +ti-connectivity/wl128x-nvs.bin +ti-connectivity/wl18xx-fw.bin +ti-connectivity/wl18xx-fw-2.bin +ti-connectivity/wl18xx-fw-3.bin +ti-connectivity/wl18xx-fw-4.bin +ti-connectivity/TIInit_6.2.31.bts +ti-connectivity/TIInit_6.6.15.bts +ti-connectivity/TIInit_7.2.31.bts +ti-connectivity/wl12xx-nvs.bin +ti-connectivity/wl1271-nvs.bin +ti-keystone/ks2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin +tigon/tg3.bin +tigon/tg3_tso.bin +tigon/tg3_tso5.bin +tigon/tg357766.bin +tlg2300_firmware.bin +ueagle-atm/CMV4p.bin.v2 +ueagle-atm/DSP4p.bin +ueagle-atm/eagleIV.fw +ueagle-atm/930-fpga.bin +ueagle-atm/CMVeiWO.bin +ueagle-atm/CMVepFR10.bin +ueagle-atm/DSP9p.bin +ueagle-atm/eagleIII.fw +ueagle-atm/adi930.fw +ueagle-atm/CMVep.bin +ueagle-atm/CMVepFR.bin +ueagle-atm/DSPei.bin +ueagle-atm/CMV9i.bin +ueagle-atm/CMVepES03.bin +ueagle-atm/CMVepIT.bin +ueagle-atm/DSPep.bin +ueagle-atm/CMV9p.bin +ueagle-atm/CMVepES.bin +ueagle-atm/CMVepWO.bin +ueagle-atm/eagleI.fw +ueagle-atm/CMVei.bin +ueagle-atm/CMVepFR04.bin +ueagle-atm/DSP9i.bin +ueagle-atm/eagleII.fw +usbdux_firmware.bin +usbduxfast_firmware.bin +usbduxsigma_firmware.bin +v4l-cx231xx-avcore-01.fw +v4l-cx23418-apu.fw +v4l-cx23418-cpu.fw +v4l-cx23418-dig.fw +v4l-cx23885-avcore-01.fw +v4l-cx25840.fw +vntwusb.fw +vpu_d.bin +vpu_p.bin +vxge/X3fw.ncf +vxge/X3fw-pxe.ncf +wfx/wfm_wf200_C0.sec +wil6210.brd +wil6210.fw +wsm_22.bin From 75bef0c660ad3432e04b1729f074118b8f54068f Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 16 Jun 2022 21:46:38 +0100 Subject: [PATCH 138/833] Add media-sound/pulseaudio-daemon to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 7c2f12d..140bb67 100644 --- a/portage/package.env +++ b/portage/package.env @@ -207,6 +207,7 @@ media-sound/cmus nopie.conf media-sound/lame nopie.conf media-sound/mpg123 nopie.conf media-sound/pulseaudio nopie.conf +media-sound/pulseaudio-daemon nopie.conf media-sound/pulsemixer nopie.conf media-video/ffmpeg nopie.conf media-video/movit nopie.conf From d46ac208e3dd3e702959ed325eaf749ea546e970 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Jun 2022 21:34:33 +0100 Subject: [PATCH 139/833] Add www-client/chromium musl patches. --- .../www-client/chromium/musl-crashpad.patch | 10 + .../musl-default-pthread-stacksize.patch | 32 ++++ .../www-client/chromium/musl-sandbox.patch | 175 ++++++++++++++++++ .../chromium/musl-tid-caching.patch | 83 +++++++++ .../chromium/musl_base_fix_close.patch | 20 ++ .../musl_canonicalize_file_name.patch | 13 ++ .../musl_define_temp_failure_retry.patch | 20 ++ .../chromium/musl_dns_config_service.patch | 25 +++ .../chromium/musl_dns_res_ninit.patch | 88 +++++++++ .../www-client/chromium/musl_exeinfo.patch | 27 +++ .../www-client/chromium/musl_getcontext.patch | 13 ++ .../chromium/musl_glibc_version.patch | 23 +++ .../www-client/chromium/musl_mallinfo.patch | 77 ++++++++ .../chromium/musl_pread_pwrite64.patch | 18 ++ .../www-client/chromium/musl_push_back.patch | 13 ++ .../www-client/chromium/musl_si_fields.patch | 13 ++ .../www-client/chromium/musl_stack_util.patch | 40 ++++ .../www-client/chromium/musl_tcp_listen.patch | 14 ++ .../chromium/musl_uid_include.patch | 13 ++ .../chromium/pthread_getname_np.patch | 22 +++ .../www-client/chromium/static_cast.patch | 46 +++++ 21 files changed, 785 insertions(+) create mode 100644 portage/patches/www-client/chromium/musl-crashpad.patch create mode 100644 portage/patches/www-client/chromium/musl-default-pthread-stacksize.patch create mode 100644 portage/patches/www-client/chromium/musl-sandbox.patch create mode 100644 portage/patches/www-client/chromium/musl-tid-caching.patch create mode 100644 portage/patches/www-client/chromium/musl_base_fix_close.patch create mode 100644 portage/patches/www-client/chromium/musl_canonicalize_file_name.patch create mode 100644 portage/patches/www-client/chromium/musl_define_temp_failure_retry.patch create mode 100644 portage/patches/www-client/chromium/musl_dns_config_service.patch create mode 100644 portage/patches/www-client/chromium/musl_dns_res_ninit.patch create mode 100644 portage/patches/www-client/chromium/musl_exeinfo.patch create mode 100644 portage/patches/www-client/chromium/musl_getcontext.patch create mode 100644 portage/patches/www-client/chromium/musl_glibc_version.patch create mode 100644 portage/patches/www-client/chromium/musl_mallinfo.patch create mode 100644 portage/patches/www-client/chromium/musl_pread_pwrite64.patch create mode 100644 portage/patches/www-client/chromium/musl_push_back.patch create mode 100644 portage/patches/www-client/chromium/musl_si_fields.patch create mode 100644 portage/patches/www-client/chromium/musl_stack_util.patch create mode 100644 portage/patches/www-client/chromium/musl_tcp_listen.patch create mode 100644 portage/patches/www-client/chromium/musl_uid_include.patch create mode 100644 portage/patches/www-client/chromium/pthread_getname_np.patch create mode 100644 portage/patches/www-client/chromium/static_cast.patch diff --git a/portage/patches/www-client/chromium/musl-crashpad.patch b/portage/patches/www-client/chromium/musl-crashpad.patch new file mode 100644 index 0000000..6c51a8e --- /dev/null +++ b/portage/patches/www-client/chromium/musl-crashpad.patch @@ -0,0 +1,10 @@ +--- a/third_party/crashpad/crashpad/util/linux/ptracer.cc ++++ b/third_party/crashpad/crashpad/util/linux/ptracer.cc +@@ -26,6 +26,7 @@ + + #if defined(ARCH_CPU_X86_FAMILY) + #include ++#include + #endif + + namespace crashpad { diff --git a/portage/patches/www-client/chromium/musl-default-pthread-stacksize.patch b/portage/patches/www-client/chromium/musl-default-pthread-stacksize.patch new file mode 100644 index 0000000..0591f68 --- /dev/null +++ b/portage/patches/www-client/chromium/musl-default-pthread-stacksize.patch @@ -0,0 +1,32 @@ +diff --git a/base/threading/platform_thread_linux.cc b/base/threading/platform_thread_linux.cc +index 095c49b..5044bb8 100644 +--- a/base/threading/platform_thread_linux.cc ++++ b/base/threading/platform_thread_linux.cc +@@ -186,7 +186,7 @@ void TerminateOnThread() {} + + size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { + #if !defined(THREAD_SANITIZER) +- return 0; ++ return (1 << 23); + #else + // ThreadSanitizer bloats the stack heavily. Evidence has been that the + // default stack size isn't enough for some browser tests. +diff --git a/chrome/browser/shutdown_signal_handlers_posix.cc b/chrome/browser/shutdown_signal_handlers_posix.cc +index ccc39d4..3c0ff8d 100644 +--- a/chrome/browser/shutdown_signal_handlers_posix.cc ++++ b/chrome/browser/shutdown_signal_handlers_posix.cc +@@ -187,11 +187,11 @@ void InstallShutdownSignalHandlers( + g_shutdown_pipe_read_fd = pipefd[0]; + g_shutdown_pipe_write_fd = pipefd[1]; + #if !defined(ADDRESS_SANITIZER) +- const size_t kShutdownDetectorThreadStackSize = PTHREAD_STACK_MIN * 2; ++ const size_t kShutdownDetectorThreadStackSize = PTHREAD_STACK_MIN * 2 * 8; + #else + // ASan instrumentation bloats the stack frames, so we need to increase the + // stack size to avoid hitting the guard page. +- const size_t kShutdownDetectorThreadStackSize = PTHREAD_STACK_MIN * 4; ++ const size_t kShutdownDetectorThreadStackSize = PTHREAD_STACK_MIN * 4 * 8; + #endif + ShutdownDetector* detector = new ShutdownDetector( + g_shutdown_pipe_read_fd, std::move(shutdown_callback), task_runner); + diff --git a/portage/patches/www-client/chromium/musl-sandbox.patch b/portage/patches/www-client/chromium/musl-sandbox.patch new file mode 100644 index 0000000..79179c6 --- /dev/null +++ b/portage/patches/www-client/chromium/musl-sandbox.patch @@ -0,0 +1,175 @@ +diff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc +index a8f860f..4becce0 100644 +--- a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc ++++ b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc +@@ -138,21 +138,11 @@ namespace sandbox { + // present (as in newer versions of posix_spawn). + ResultExpr RestrictCloneToThreadsAndEPERMFork() { + const Arg flags(0); +- +- // TODO(mdempsky): Extend DSL to support (flags & ~mask1) == mask2. +- const uint64_t kAndroidCloneMask = CLONE_VM | CLONE_FS | CLONE_FILES | +- CLONE_SIGHAND | CLONE_THREAD | +- CLONE_SYSVSEM; +- const uint64_t kObsoleteAndroidCloneMask = kAndroidCloneMask | CLONE_DETACHED; +- +- const uint64_t kGlibcPthreadFlags = +- CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | +- CLONE_SYSVSEM | CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID; +- const BoolExpr glibc_test = flags == kGlibcPthreadFlags; +- +- const BoolExpr android_test = +- AnyOf(flags == kAndroidCloneMask, flags == kObsoleteAndroidCloneMask, +- flags == kGlibcPthreadFlags); ++ const int required = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | ++ CLONE_THREAD | CLONE_SYSVSEM; ++ const int safe = CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | ++ CLONE_DETACHED; ++ const BoolExpr thread_clone_ok = (flags&~safe)==required; + + // The following two flags are the two important flags in any vfork-emulating + // clone call. EPERM any clone call that contains both of them. +@@ -162,7 +152,7 @@ ResultExpr RestrictCloneToThreadsAndEPERMFork() { + AnyOf((flags & (CLONE_VM | CLONE_THREAD)) == 0, + (flags & kImportantCloneVforkFlags) == kImportantCloneVforkFlags); + +- return If(IsAndroid() ? android_test : glibc_test, Allow()) ++ return If(thread_clone_ok, Allow()) + .ElseIf(is_fork_or_clone_vfork, Error(EPERM)) + .Else(CrashSIGSYSClone()); + } +diff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc +index 96c9f49..225823c 100644 +--- a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc ++++ b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc +@@ -417,6 +417,7 @@ bool SyscallSets::IsAllowedProcessStartOrDeath(int sysno) { + #if defined(__i386__) + case __NR_waitpid: + #endif ++ case __NR_set_tid_address: + return true; + case __NR_clone: // Should be parameter-restricted. + case __NR_setns: // Privileged. +@@ -429,7 +430,6 @@ bool SyscallSets::IsAllowedProcessStartOrDeath(int sysno) { + #if defined(__i386__) || defined(__x86_64__) || defined(__mips__) + case __NR_set_thread_area: + #endif +- case __NR_set_tid_address: + case __NR_unshare: + #if !defined(__mips__) && !defined(__aarch64__) + case __NR_vfork: +@@ -543,6 +543,8 @@ bool SyscallSets::IsAllowedAddressSpaceAccess(int sysno) { + case __NR_mlock: + case __NR_munlock: + case __NR_munmap: ++ case __NR_mremap: ++ case __NR_membarrier: + return true; + case __NR_madvise: + case __NR_mincore: +@@ -560,7 +562,6 @@ bool SyscallSets::IsAllowedAddressSpaceAccess(int sysno) { + case __NR_modify_ldt: + #endif + case __NR_mprotect: +- case __NR_mremap: + case __NR_msync: + case __NR_munlockall: + case __NR_readahead: +diff --git a/sandbox/linux/system_headers/arm64_linux_syscalls.h b/sandbox/linux/system_headers/arm64_linux_syscalls.h +index ab86b36..60d8743 100644 +--- a/sandbox/linux/system_headers/arm64_linux_syscalls.h ++++ b/sandbox/linux/system_headers/arm64_linux_syscalls.h +@@ -1215,4 +1215,8 @@ + #define __NR_landlock_restrict_self 446 + #endif + ++#if !defined(__NR_membarrier) ++#define __NR_membarrier 283 ++#endif ++ + #endif // SANDBOX_LINUX_SYSTEM_HEADERS_ARM64_LINUX_SYSCALLS_H_ +diff --git a/sandbox/linux/system_headers/arm_linux_syscalls.h b/sandbox/linux/system_headers/arm_linux_syscalls.h +index 9c44368..40c6186 100644 +--- a/sandbox/linux/system_headers/arm_linux_syscalls.h ++++ b/sandbox/linux/system_headers/arm_linux_syscalls.h +@@ -1617,6 +1617,10 @@ + #define __NR_landlock_restrict_self (__NR_SYSCALL_BASE + 446) + #endif + ++#if !defined(__NR_membarrier) ++#define __NR_membarrier (__NR_SYSCALL_BASE+389) ++#endif ++ + // ARM private syscalls. + #if !defined(__ARM_NR_BASE) + #define __ARM_NR_BASE (__NR_SYSCALL_BASE + 0xF0000) +diff --git a/sandbox/linux/system_headers/linux_syscalls.h b/sandbox/linux/system_headers/linux_syscalls.h +index 2b78a0c..b6fedb5 100644 +--- a/sandbox/linux/system_headers/linux_syscalls.h ++++ b/sandbox/linux/system_headers/linux_syscalls.h +@@ -10,6 +10,7 @@ + #define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SYSCALLS_H_ + + #include "build/build_config.h" ++#include + + #if defined(__x86_64__) + #include "sandbox/linux/system_headers/x86_64_linux_syscalls.h" +diff --git a/sandbox/linux/system_headers/mips64_linux_syscalls.h b/sandbox/linux/system_headers/mips64_linux_syscalls.h +index ae7cb48..4ce8142 100644 +--- a/sandbox/linux/system_headers/mips64_linux_syscalls.h ++++ b/sandbox/linux/system_headers/mips64_linux_syscalls.h +@@ -1415,4 +1415,8 @@ + #define __NR_landlock_restrict_self (__NR_Linux + 446) + #endif + ++#if !defined(__NR_membarrier) ++#define __NR_membarrier (__NR_Linux 318) ++#endif ++ + #endif // SANDBOX_LINUX_SYSTEM_HEADERS_MIPS64_LINUX_SYSCALLS_H_ +diff --git a/sandbox/linux/system_headers/mips_linux_syscalls.h b/sandbox/linux/system_headers/mips_linux_syscalls.h +index 0937782..f5c014e 100644 +--- a/sandbox/linux/system_headers/mips_linux_syscalls.h ++++ b/sandbox/linux/system_headers/mips_linux_syscalls.h +@@ -1697,4 +1697,8 @@ + #define __NR_landlock_restrict_self (__NR_Linux + 446) + #endif + ++#if !defined(__NR_membarrier) ++#define __NR_membarrier (__NR_Linux 358) ++#endif ++ + #endif // SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_SYSCALLS_H_ +diff --git a/sandbox/linux/system_headers/x86_64_linux_syscalls.h b/sandbox/linux/system_headers/x86_64_linux_syscalls.h +index e618c62..dc6fa8d 100644 +--- a/sandbox/linux/system_headers/x86_64_linux_syscalls.h ++++ b/sandbox/linux/system_headers/x86_64_linux_syscalls.h +@@ -1438,5 +1438,9 @@ + #define __NR_landlock_restrict_self 446 + #endif + ++#if !defined(__NR_membarrier) ++#define __NR_membarrier 324 ++#endif ++ + #endif // SANDBOX_LINUX_SYSTEM_HEADERS_X86_64_LINUX_SYSCALLS_H_ + +diff --git a/sandbox/policy/linux/bpf_renderer_policy_linux.cc b/sandbox/policy/linux/bpf_renderer_policy_linux.cc +index f789e92..1a84c2c 100644 +--- a/sandbox/policy/linux/bpf_renderer_policy_linux.cc ++++ b/sandbox/policy/linux/bpf_renderer_policy_linux.cc +@@ -97,11 +97,11 @@ ResultExpr RendererProcessPolicy::EvaluateSyscall(int sysno) const { + case __NR_sysinfo: + case __NR_times: + case __NR_uname: +- return Allow(); +- case __NR_sched_getaffinity: + case __NR_sched_getparam: + case __NR_sched_getscheduler: + case __NR_sched_setscheduler: ++ return Allow(); ++ case __NR_sched_getaffinity: + return RestrictSchedTarget(GetPolicyPid(), sysno); + case __NR_prlimit64: + // See crbug.com/662450 and setrlimit comment above. diff --git a/portage/patches/www-client/chromium/musl-tid-caching.patch b/portage/patches/www-client/chromium/musl-tid-caching.patch new file mode 100644 index 0000000..21e5d88 --- /dev/null +++ b/portage/patches/www-client/chromium/musl-tid-caching.patch @@ -0,0 +1,83 @@ +diff --git a/sandbox/linux/services/namespace_sandbox.cc b/sandbox/linux/services/namespace_sandbox.cc +index d46ea08..fbedde1 100644 +--- a/sandbox/linux/services/namespace_sandbox.cc ++++ b/sandbox/linux/services/namespace_sandbox.cc +@@ -209,6 +209,70 @@ base::Process NamespaceSandbox::LaunchProcessWithOptions( + return base::LaunchProcess(argv, launch_options_copy); + } + ++#if defined(__aarch64__) ++#define TLS_ABOVE_TP ++#endif ++ ++struct musl_pthread ++{ ++ /* Part 1 -- these fields may be external or ++ * internal (accessed via asm) ABI. Do not change. */ ++ struct pthread *self; ++#ifndef TLS_ABOVE_TP ++ uintptr_t *dtv; ++#endif ++ struct pthread *prev, *next; /* non-ABI */ ++ uintptr_t sysinfo; ++#ifndef TLS_ABOVE_TP ++#ifdef CANARY_PAD ++ uintptr_t canary_pad; ++#endif ++ uintptr_t canary; ++#endif ++ ++/* Part 2 -- implementation details, non-ABI. */ ++ int tid; ++ int errno_val; ++ volatile int detach_state; ++ volatile int cancel; ++ volatile unsigned char canceldisable, cancelasync; ++ unsigned char tsd_used:1; ++ unsigned char dlerror_flag:1; ++ unsigned char *map_base; ++ size_t map_size; ++ void *stack; ++ size_t stack_size; ++ size_t guard_size; ++ void *result; ++ struct __ptcb *cancelbuf; ++ void **tsd; ++ struct { ++ volatile void *volatile head; ++ long off; ++ volatile void *volatile pending; ++ } robust_list; ++ int h_errno_val; ++ volatile int timer_id; ++ locale_t locale; ++ volatile int killlock[1]; ++ char *dlerror_buf; ++ void *stdio_locks; ++ ++ /* Part 3 -- the positions of these fields relative to ++ * the end of the structure is external and internal ABI. */ ++#ifdef TLS_ABOVE_TP ++ uintptr_t canary; ++ uintptr_t *dtv; ++#endif ++}; ++ ++void MaybeUpdateMuslTidCache() ++{ ++ pid_t real_tid = sys_gettid(); ++ pid_t* cached_tid_location = &reinterpret_cast(pthread_self())->tid; ++ *cached_tid_location = real_tid; ++} ++ + // static + pid_t NamespaceSandbox::ForkInNewPidNamespace(bool drop_capabilities_in_child) { + const pid_t pid = +@@ -226,6 +290,7 @@ pid_t NamespaceSandbox::ForkInNewPidNamespace(bool drop_capabilities_in_child) { + #if defined(LIBC_GLIBC) + MaybeUpdateGlibcTidCache(); + #endif ++ MaybeUpdateMuslTidCache(); + return 0; + } + diff --git a/portage/patches/www-client/chromium/musl_base_fix_close.patch b/portage/patches/www-client/chromium/musl_base_fix_close.patch new file mode 100644 index 0000000..1e9f2cf --- /dev/null +++ b/portage/patches/www-client/chromium/musl_base_fix_close.patch @@ -0,0 +1,20 @@ +diff --git a/base/files/scoped_file_linux.cc b/base/files/scoped_file_linux.cc +index 26bc18e62..7d7b29b29 100644 +--- a/base/files/scoped_file_linux.cc ++++ b/base/files/scoped_file_linux.cc +@@ -77,15 +77,3 @@ bool IsFDOwned(int fd) { + } + + } // namespace base +- +-extern "C" { +- +-int __close(int); +- +-__attribute__((visibility("default"), noinline)) int close(int fd) { +- if (base::IsFDOwned(fd) && g_is_ownership_enforced) +- CrashOnFdOwnershipViolation(); +- return __close(fd); +-} +- +-} // extern "C" diff --git a/portage/patches/www-client/chromium/musl_canonicalize_file_name.patch b/portage/patches/www-client/chromium/musl_canonicalize_file_name.patch new file mode 100644 index 0000000..127dc6b --- /dev/null +++ b/portage/patches/www-client/chromium/musl_canonicalize_file_name.patch @@ -0,0 +1,13 @@ +diff --git a/third_party/nasm/config/config-linux.h b/third_party/nasm/config/config-linux.h +index 9e59df4f00..b96673ac0c 100644 +--- a/third_party/nasm/config/config-linux.h ++++ b/third_party/nasm/config/config-linux.h +@@ -139,7 +139,7 @@ + #define HAVE_ACCESS 1 + + /* Define to 1 if you have the `canonicalize_file_name' function. */ +-#define HAVE_CANONICALIZE_FILE_NAME 1 ++/* #undef HAVE_CANONICALIZE_FILE_NAME */ + + /* Define to 1 if you have the `cpu_to_le16' intrinsic function. */ + /* #undef HAVE_CPU_TO_LE16 */ diff --git a/portage/patches/www-client/chromium/musl_define_temp_failure_retry.patch b/portage/patches/www-client/chromium/musl_define_temp_failure_retry.patch new file mode 100644 index 0000000..85931a5 --- /dev/null +++ b/portage/patches/www-client/chromium/musl_define_temp_failure_retry.patch @@ -0,0 +1,20 @@ +diff --git a/sandbox/linux/suid/sandbox.c b/sandbox/linux/suid/sandbox.c +index 5fdb4817af..88bd478903 100644 +--- a/sandbox/linux/suid/sandbox.c ++++ b/sandbox/linux/suid/sandbox.c +@@ -42,6 +42,15 @@ + #define CLONE_NEWNET 0x40000000 + #endif + ++#ifndef TEMP_FAILURE_RETRY ++#define TEMP_FAILURE_RETRY(expression) \ ++ (__extension__ \ ++ ({ long int __result; \ ++ do __result = (long int) (expression); \ ++ while (__result == -1L && errno == EINTR); \ ++ __result; })) ++#endif ++ + static bool DropRoot(); + + #define HANDLE_EINTR(x) TEMP_FAILURE_RETRY(x) diff --git a/portage/patches/www-client/chromium/musl_dns_config_service.patch b/portage/patches/www-client/chromium/musl_dns_config_service.patch new file mode 100644 index 0000000..80994b9 --- /dev/null +++ b/portage/patches/www-client/chromium/musl_dns_config_service.patch @@ -0,0 +1,25 @@ +diff --git a/net/dns/BUILD.gn b/net/dns/BUILD.gn +index c398d8a..0ce15f3 100644 +--- a/net/dns/BUILD.gn ++++ b/net/dns/BUILD.gn +@@ -110,11 +110,6 @@ source_set("dns") { + "dns_config_service_android.cc", + "dns_config_service_android.h", + ] +- } else if (is_linux) { +- sources += [ +- "dns_config_service_linux.cc", +- "dns_config_service_linux.h", +- ] + } else if (is_posix) { + sources += [ + "dns_config_service_posix.cc", +@@ -416,8 +411,6 @@ source_set("tests") { + + if (is_android) { + sources += [ "dns_config_service_android_unittest.cc" ] +- } else if (is_linux) { +- sources += [ "dns_config_service_linux_unittest.cc" ] + } else if (is_posix) { + sources += [ "dns_config_service_posix_unittest.cc" ] + } diff --git a/portage/patches/www-client/chromium/musl_dns_res_ninit.patch b/portage/patches/www-client/chromium/musl_dns_res_ninit.patch new file mode 100644 index 0000000..dae344a --- /dev/null +++ b/portage/patches/www-client/chromium/musl_dns_res_ninit.patch @@ -0,0 +1,88 @@ +diff --git a/net/dns/dns_config_service_posix.cc b/net/dns/dns_config_service_posix.cc +index 2de1457..66c4803 100644 +--- a/net/dns/dns_config_service_posix.cc ++++ b/net/dns/dns_config_service_posix.cc +@@ -32,6 +32,10 @@ + #include "net/dns/dns_config_watcher_mac.h" + #endif + ++#if defined(OS_LINUX) && !defined(__GLIBC__) ++#include "net/dns/resolv_compat.h" ++#endif ++ + namespace net { + + namespace internal { +diff --git a/net/dns/dns_reloader.cc b/net/dns/dns_reloader.cc +index 0672e71..252fcc2 100644 +--- a/net/dns/dns_reloader.cc ++++ b/net/dns/dns_reloader.cc +@@ -17,6 +17,10 @@ + #include "base/threading/thread_local.h" + #include "net/base/network_change_notifier.h" + ++#if defined(OS_LINUX) && !defined(__GLIBC__) ++#include "net/dns/resolv_compat.h" ++#endif ++ + namespace net { + + namespace { +diff --git a/net/dns/public/resolv_reader.cc b/net/dns/public/resolv_reader.cc +index 5686762..34c3d1a 100644 +--- a/net/dns/public/resolv_reader.cc ++++ b/net/dns/public/resolv_reader.cc +@@ -17,6 +17,10 @@ + #include "base/check_op.h" + #include "net/base/ip_endpoint.h" + ++#if defined(OS_LINUX) && !defined(__GLIBC__) ++#include "net/dns/resolv_compat.h" ++#endif ++ + namespace net { + + std::unique_ptr ResolvReader::GetResState() { +diff --git a/net/dns/public/scoped_res_state.cc b/net/dns/public/scoped_res_state.cc +index 9706d18..b28d7a2 100644 +--- a/net/dns/public/scoped_res_state.cc ++++ b/net/dns/public/scoped_res_state.cc +@@ -10,6 +10,10 @@ + #include "base/check.h" + #include "build/build_config.h" + ++#if defined(OS_LINUX) && !defined(__GLIBC__) ++#include "net/dns/resolv_compat.h" ++#endif ++ + namespace net { + + ScopedResState::ScopedResState() { +diff --git a/net/dns/resolv_compat.h b/net/dns/resolv_compat.h +new file mode 100644 +index 0000000..0f03b32 +--- /dev/null ++++ b/net/dns/resolv_compat.h +@@ -0,0 +1,22 @@ ++#if !defined(__GLIBC__) ++#include ++ ++static inline int res_ninit(res_state statp) ++{ ++ int rc = res_init(); ++ if (statp != &_res) { ++ memcpy(statp, &_res, sizeof(*statp)); ++ } ++ return rc; ++} ++ ++static inline int res_nclose(res_state statp) ++{ ++ if (!statp) ++ return -1; ++ if (statp != &_res) { ++ memset(statp, 0, sizeof(*statp)); ++ } ++ return 0; ++} ++#endif diff --git a/portage/patches/www-client/chromium/musl_exeinfo.patch b/portage/patches/www-client/chromium/musl_exeinfo.patch new file mode 100644 index 0000000..cb4a340 --- /dev/null +++ b/portage/patches/www-client/chromium/musl_exeinfo.patch @@ -0,0 +1,27 @@ +--- a/base/BUILD.gn ++++ b/base/BUILD.gn +@@ -1345,6 +1345,10 @@ component("base") { + libs = [] + frameworks = [] + ++ if (is_posix) { ++ libs += [ "execinfo" ] ++ } ++ + configs += [ + ":base_implementation", + ":memory_tagging", +--- a/v8/BUILD.gn ++++ b/v8/BUILD.gn +@@ -4624,6 +4624,10 @@ + "src/tracing/trace-categories.h", + ] + } ++ ++ if (v8_enable_debugging_features || dcheck_always_on) { ++ libs += [ "execinfo" ] ++ } + } + + group("v8_base") { + diff --git a/portage/patches/www-client/chromium/musl_getcontext.patch b/portage/patches/www-client/chromium/musl_getcontext.patch new file mode 100644 index 0000000..10b4347 --- /dev/null +++ b/portage/patches/www-client/chromium/musl_getcontext.patch @@ -0,0 +1,13 @@ +diff --git a/third_party/breakpad/BUILD.gn b/third_party/breakpad/BUILD.gn +index a0c3bf4..14b2fde 100644 +--- a/third_party/breakpad/BUILD.gn ++++ b/third_party/breakpad/BUILD.gn +@@ -661,7 +661,7 @@ if (is_linux || is_chromeos || is_android) { + cflags = [ "-marm" ] + } + +- libs = [ "dl" ] ++ libs = [ "dl", "ucontext" ] + + include_dirs = [ + ".", diff --git a/portage/patches/www-client/chromium/musl_glibc_version.patch b/portage/patches/www-client/chromium/musl_glibc_version.patch new file mode 100644 index 0000000..1d12d27 --- /dev/null +++ b/portage/patches/www-client/chromium/musl_glibc_version.patch @@ -0,0 +1,23 @@ +diff --git a/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc b/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc +index 618fcb065..9994e66d3 100644 +--- a/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc ++++ b/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc +@@ -59,7 +59,9 @@ + // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch + // of lacros-chrome is complete. + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) ++#if defined(__GLIBC__) + #include ++#endif + + #include "base/linux_util.h" + #include "base/strings/string_split.h" +@@ -321,7 +323,7 @@ void RecordLinuxDistro() { + void RecordLinuxGlibcVersion() { + // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch + // of lacros-chrome is complete. +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) ++#if defined(__GLIBC__) || BUILDFLAG(IS_CHROMEOS_LACROS) + base::Version version(gnu_get_libc_version()); + + UMALinuxGlibcVersion glibc_version_result = UMA_LINUX_GLIBC_NOT_PARSEABLE; diff --git a/portage/patches/www-client/chromium/musl_mallinfo.patch b/portage/patches/www-client/chromium/musl_mallinfo.patch new file mode 100644 index 0000000..99a2fc2 --- /dev/null +++ b/portage/patches/www-client/chromium/musl_mallinfo.patch @@ -0,0 +1,77 @@ +diff --git a/base/process/process_metrics_posix.cc b/base/process/process_metrics_posix.cc +index ae6d3a6..ad68860 100644 +--- a/base/process/process_metrics_posix.cc ++++ b/base/process/process_metrics_posix.cc +@@ -114,12 +114,14 @@ size_t GetMallocUsageMallinfo() { + #define MALLINFO2_FOUND_IN_LIBC + struct mallinfo2 minfo = mallinfo2(); + #endif +-#endif // defined(__GLIBC__) && defined(__GLIBC_PREREQ) + #if !defined(MALLINFO2_FOUND_IN_LIBC) + struct mallinfo minfo = mallinfo(); + #endif + #undef MALLINFO2_FOUND_IN_LIBC + return minfo.hblkhd + minfo.arena; ++#else ++ return 0; ++#endif // defined(__GLIBC__) && defined(__GLIBC_PREREQ) + } + + } // namespace +diff --git a/third_party/tflite/src/tensorflow/lite/profiling/memory_info.cc b/third_party/tflite/src/tensorflow/lite/profiling/memory_info.cc +index 6a4438f480..161eacef80 100644 +--- a/third_party/tflite/src/tensorflow/lite/profiling/memory_info.cc ++++ b/third_party/tflite/src/tensorflow/lite/profiling/memory_info.cc +@@ -40,13 +40,15 @@ + if (getrusage(RUSAGE_SELF, &res) == 0) { + result.max_rss_kb = res.ru_maxrss; + } +-#if defined(__GLIBC__) && __GLIBC_MINOR__ >= 33 ++#if defined(__GLIBC__) ++#if __GLIBC_MINOR__ >= 33 + const auto mem = mallinfo2(); + #else + const auto mem = mallinfo(); + #endif + result.total_allocated_bytes = mem.arena; + result.in_use_allocated_bytes = mem.uordblks; ++#endif // defined(__GLIBC__) + #endif + return result; + } + +diff --git a/base/allocator/allocator_shim_default_dispatch_to_partition_alloc.cc b/base/allocator/allocator_shim_default_dispatch_to_partition_alloc.cc +index e92a0fc..b289e7c 100644 +--- a/base/allocator/allocator_shim_default_dispatch_to_partition_alloc.cc ++++ b/base/allocator/allocator_shim_default_dispatch_to_partition_alloc.cc +@@ -663,7 +663,7 @@ SHIM_ALWAYS_EXPORT int mallopt(int cmd, int value) __THROW { + + #endif // !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_ANDROID) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) && defined(__GLIBC__) || BUILDFLAG(IS_CHROMEOS) + SHIM_ALWAYS_EXPORT struct mallinfo mallinfo(void) __THROW { + base::SimplePartitionStatsDumper allocator_dumper; + Allocator()->DumpStats("malloc", true, &allocator_dumper); +diff --git a/base/trace_event/malloc_dump_provider.cc b/base/trace_event/malloc_dump_provider.cc +index 22edeeca4f..da280da606 100644 +--- a/base/trace_event/malloc_dump_provider.cc ++++ b/base/trace_event/malloc_dump_provider.cc +@@ -174,7 +174,7 @@ void ReportAppleAllocStats(size_t* total_virtual_size, + + #if (BUILDFLAG(USE_PARTITION_ALLOC_AS_MALLOC) && BUILDFLAG(IS_ANDROID)) || \ + (!BUILDFLAG(USE_PARTITION_ALLOC_AS_MALLOC) && !BUILDFLAG(IS_WIN) && \ +- !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_FUCHSIA)) ++ !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_FUCHSIA)) && !(BUILDFLAG(IS_LINUX) && !defined(__GLIBC__)) + void ReportMallinfoStats(ProcessMemoryDump* pmd, + size_t* total_virtual_size, + size_t* resident_size, +@@ -337,7 +337,7 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, + ReportWinHeapStats(args.level_of_detail, nullptr, &total_virtual_size, + &resident_size, &allocated_objects_size, + &allocated_objects_count); +-#elif BUILDFLAG(IS_FUCHSIA) ++#elif BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) && !defined(__GLIBC__) + // TODO(fuchsia): Port, see https://crbug.com/706592. + #else + ReportMallinfoStats(/*pmd=*/nullptr, &total_virtual_size, &resident_size, diff --git a/portage/patches/www-client/chromium/musl_pread_pwrite64.patch b/portage/patches/www-client/chromium/musl_pread_pwrite64.patch new file mode 100644 index 0000000..0c2c4dd --- /dev/null +++ b/portage/patches/www-client/chromium/musl_pread_pwrite64.patch @@ -0,0 +1,18 @@ +diff --git a/third_party/lss/linux_syscall_support.h b/third_party/lss/linux_syscall_support.h +index 8d4e4d2a18..634baff404 100644 +--- a/third_party/lss/linux_syscall_support.h ++++ b/third_party/lss/linux_syscall_support.h +@@ -173,6 +173,13 @@ extern "C" { + # undef __NR_waitpid + #endif + ++#ifdef pread64 ++#undef pread64 ++#endif ++#ifdef pwrite64 ++#undef pwrite64 ++#endif ++ + /* As glibc often provides subtly incompatible data structures (and implicit + * wrapper functions that convert them), we provide our own kernel data + * structures for use by the system calls. diff --git a/portage/patches/www-client/chromium/musl_push_back.patch b/portage/patches/www-client/chromium/musl_push_back.patch new file mode 100644 index 0000000..7f1ca5f --- /dev/null +++ b/portage/patches/www-client/chromium/musl_push_back.patch @@ -0,0 +1,13 @@ +diff --git a/net/socket/udp_socket_posix.cc b/net/socket/udp_socket_posix.cc +index 47f31493a4..8beda760a3 100644 +--- a/net/socket/udp_socket_posix.cc ++++ b/net/socket/udp_socket_posix.cc +@@ -1162,7 +1162,7 @@ SendResult UDPSocketPosixSender::InternalSendmmsgBuffers( + msg_iov->push_back({const_cast(buffer->data()), buffer->length()}); + msgvec->reserve(buffers.size()); + for (size_t j = 0; j < buffers.size(); j++) +- msgvec->push_back({{nullptr, 0, &msg_iov[j], 1, nullptr, 0, 0}, 0}); ++ msgvec->push_back({{nullptr, 0, &msg_iov[j], 1, 0, nullptr, 0, 0, 0}, 0}); + int result = HANDLE_EINTR(Sendmmsg(fd, &msgvec[0], buffers.size(), 0)); + SendResult send_result(0, 0, std::move(buffers)); + if (result < 0) { diff --git a/portage/patches/www-client/chromium/musl_si_fields.patch b/portage/patches/www-client/chromium/musl_si_fields.patch new file mode 100644 index 0000000..caa34d5 --- /dev/null +++ b/portage/patches/www-client/chromium/musl_si_fields.patch @@ -0,0 +1,13 @@ +diff --git a/sandbox/linux/seccomp-bpf/trap.cc b/sandbox/linux/seccomp-bpf/trap.cc +index f5b86a73ac..709b575419 100644 +--- a/sandbox/linux/seccomp-bpf/trap.cc ++++ b/sandbox/linux/seccomp-bpf/trap.cc +@@ -174,7 +174,7 @@ void Trap::SigSys(int nr, LinuxSigInfo* info, ucontext_t* ctx) { + // If the version of glibc doesn't include this information in + // siginfo_t (older than 2.17), we need to explicitly copy it + // into an arch_sigsys structure. +- memcpy(&sigsys, &info->_sifields, sizeof(sigsys)); ++ memcpy(&sigsys, &info->__si_fields, sizeof(sigsys)); + #endif + + #if defined(__mips__) diff --git a/portage/patches/www-client/chromium/musl_stack_util.patch b/portage/patches/www-client/chromium/musl_stack_util.patch new file mode 100644 index 0000000..dbba508 --- /dev/null +++ b/portage/patches/www-client/chromium/musl_stack_util.patch @@ -0,0 +1,40 @@ +diff --git a/third_party/blink/renderer/platform/wtf/stack_util.cc b/third_party/blink/renderer/platform/wtf/stack_util.cc +index 2ea9916..589b109 100644 +--- a/third_party/blink/renderer/platform/wtf/stack_util.cc ++++ b/third_party/blink/renderer/platform/wtf/stack_util.cc +@@ -29,7 +29,7 @@ size_t GetUnderestimatedStackSize() { + // FIXME: On Mac OSX and Linux, this method cannot estimate stack size + // correctly for the main thread. + +-#elif defined(__GLIBC__) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FREEBSD) || \ ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FREEBSD) || \ + BUILDFLAG(IS_FUCHSIA) + // pthread_getattr_np() can fail if the thread is not invoked by + // pthread_create() (e.g., the main thread of blink_unittests). +@@ -55,6 +55,9 @@ size_t GetUnderestimatedStackSize() { + pthread_attr_destroy(&attr); + #endif + ++#if BUILDFLAG(IS_LINUX) && !defined(__GLIBC__) ++ return 128 * 1024; ++#else + // Return a 512k stack size, (conservatively) assuming the following: + // - that size is much lower than the pthreads default (x86 pthreads has a 2M + // default.) +@@ -62,6 +65,7 @@ size_t GetUnderestimatedStackSize() { + // low as 512k. + // + return 512 * 1024; ++#endif // BUILDFLAG(IS_LINUX) && !defined(__GLIBC__) + #elif BUILDFLAG(IS_MAC) + // pthread_get_stacksize_np() returns too low a value for the main thread on + // OSX 10.9, +@@ -97,7 +101,7 @@ size_t GetUnderestimatedStackSize() { + } + + void* GetStackStart() { +-#if defined(__GLIBC__) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FREEBSD) || \ ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FREEBSD) || \ + BUILDFLAG(IS_FUCHSIA) + pthread_attr_t attr; + int error; diff --git a/portage/patches/www-client/chromium/musl_tcp_listen.patch b/portage/patches/www-client/chromium/musl_tcp_listen.patch new file mode 100644 index 0000000..6ecfa1e --- /dev/null +++ b/portage/patches/www-client/chromium/musl_tcp_listen.patch @@ -0,0 +1,14 @@ +diff --git a/content/public/common/socket_permission_request.h b/content/public/common/socket_permission_request.h +index 7316621275..6171219631 100644 +--- a/content/public/common/socket_permission_request.h ++++ b/content/public/common/socket_permission_request.h +@@ -9,6 +9,9 @@ + + #include + ++#ifdef TCP_LISTEN ++#undef TCP_LISTEN ++#endif + + namespace content { + diff --git a/portage/patches/www-client/chromium/musl_uid_include.patch b/portage/patches/www-client/chromium/musl_uid_include.patch new file mode 100644 index 0000000..e6cc777 --- /dev/null +++ b/portage/patches/www-client/chromium/musl_uid_include.patch @@ -0,0 +1,13 @@ +diff --git a/sandbox/linux/services/credentials.h b/sandbox/linux/services/credentials.h +index 189d161..122be4f 100644 +--- a/sandbox/linux/services/credentials.h ++++ b/sandbox/linux/services/credentials.h +@@ -13,6 +13,7 @@ + + #include + #include ++#include + + #include "base/compiler_specific.h" + #include "sandbox/linux/system_headers/capability.h" + diff --git a/portage/patches/www-client/chromium/pthread_getname_np.patch b/portage/patches/www-client/chromium/pthread_getname_np.patch new file mode 100644 index 0000000..25bffff --- /dev/null +++ b/portage/patches/www-client/chromium/pthread_getname_np.patch @@ -0,0 +1,22 @@ +diff --git a/third_party/perfetto/include/perfetto/ext/base/thread_utils.h b/third_party/perfetto/include/perfetto/ext/base/thread_utils.h +index 2e9c4e54ef..dfcbd222d8 100644 +--- a/third_party/perfetto/include/perfetto/ext/base/thread_utils.h ++++ b/third_party/perfetto/include/perfetto/ext/base/thread_utils.h +@@ -57,16 +57,7 @@ inline bool MaybeSetThreadName(const std::string& name) { + } + + inline bool GetThreadName(std::string& out_result) { +- char buf[16] = {}; +-#if PERFETTO_BUILDFLAG(PERFETTO_OS_ANDROID) +- if (prctl(PR_GET_NAME, buf) != 0) +- return false; +-#else +- if (pthread_getname_np(pthread_self(), buf, sizeof(buf)) != 0) +- return false; +-#endif +- out_result = std::string(buf); +- return true; ++ return false; + } + + #else diff --git a/portage/patches/www-client/chromium/static_cast.patch b/portage/patches/www-client/chromium/static_cast.patch new file mode 100644 index 0000000..f299170 --- /dev/null +++ b/portage/patches/www-client/chromium/static_cast.patch @@ -0,0 +1,46 @@ +diff --git a/base/files/file_util_linux.cc b/base/files/file_util_linux.cc +index b123dd2..b230fd9 100644 +--- a/base/files/file_util_linux.cc ++++ b/base/files/file_util_linux.cc +@@ -30,7 +30,7 @@ bool GetFileSystemType(const FilePath& path, FileSystemType* type) { + case EXT2_SUPER_MAGIC: // Also ext3 and ext4 + case MSDOS_SUPER_MAGIC: + case REISERFS_SUPER_MAGIC: +- case static_cast(BTRFS_SUPER_MAGIC): ++ case BTRFS_SUPER_MAGIC: + case 0x5346544E: // NTFS + case 0x58465342: // XFS + case 0x3153464A: // JFS +@@ -40,14 +40,14 @@ bool GetFileSystemType(const FilePath& path, FileSystemType* type) { + *type = FILE_SYSTEM_NFS; + break; + case SMB_SUPER_MAGIC: +- case static_cast(0xFF534D42): // CIFS ++ case 0xFF534D42: // CIFS + *type = FILE_SYSTEM_SMB; + break; + case CODA_SUPER_MAGIC: + *type = FILE_SYSTEM_CODA; + break; +- case static_cast(HUGETLBFS_MAGIC): +- case static_cast(RAMFS_MAGIC): ++ case HUGETLBFS_MAGIC: ++ case RAMFS_MAGIC: + case TMPFS_MAGIC: + *type = FILE_SYSTEM_MEMORY; + break; +diff --git a/base/system/sys_info_posix.cc b/base/system/sys_info_posix.cc +index 672c72f..a0d3465 100644 +--- a/base/system/sys_info_posix.cc ++++ b/base/system/sys_info_posix.cc +@@ -102,8 +102,8 @@ bool IsStatsZeroIfUnlimited(const base::FilePath& path) { + + switch (stats.f_type) { + case TMPFS_MAGIC: +- case static_cast(HUGETLBFS_MAGIC): +- case static_cast(RAMFS_MAGIC): ++ case HUGETLBFS_MAGIC: ++ case RAMFS_MAGIC: + return true; + } + return false; From 39f34aea7a3a0bf019a49920635568d6c3e86183 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Jun 2022 21:38:45 +0100 Subject: [PATCH 140/833] Add www-client/chromium USE flags. --- portage/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index 4861226..eb0cdee 100644 --- a/portage/package.use +++ b/portage/package.use @@ -60,7 +60,7 @@ sys-libs/libcxxabi static-libs sys-libs/llvm-libunwind static-libs sys-libs/ncurses static-libs sys-libs/zlib minizip -www-client/chromium -hangouts -widevine +www-client/chromium lto proprietary-codecs system-allocator system-harfbuzz system-icu system-png vaapi www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-webp -system-libevent x11-base/xwayland xcsecurity x11-libs/cairo X From dd4e2899b07269ad6599606e4ad22b2e16a8b644 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Jun 2022 21:41:20 +0100 Subject: [PATCH 141/833] Remove www-client/chromium USE flag system-allocator. --- portage/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index eb0cdee..2d9e689 100644 --- a/portage/package.use +++ b/portage/package.use @@ -60,7 +60,7 @@ sys-libs/libcxxabi static-libs sys-libs/llvm-libunwind static-libs sys-libs/ncurses static-libs sys-libs/zlib minizip -www-client/chromium lto proprietary-codecs system-allocator system-harfbuzz system-icu system-png vaapi +www-client/chromium lto proprietary-codecs system-harfbuzz system-icu system-png vaapi www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-webp -system-libevent x11-base/xwayland xcsecurity x11-libs/cairo X From 3a104331799be5f0f2e3824438b82a6a0e9c6233 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Jun 2022 21:47:43 +0100 Subject: [PATCH 142/833] Add necessary USE flags for www-client/chromium to work. --- portage/package.use | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/portage/package.use b/portage/package.use index 2d9e689..2c9510c 100644 --- a/portage/package.use +++ b/portage/package.use @@ -68,3 +68,8 @@ x11-libs/gtk+ X x11-libs/libdrm video_cards_radeon x11-libs/libxkbcommon X x11-libs/pango X +dev-libs/libxml2 icu +media-libs/harfbuzz icu +media-libs/libpng -apng +x11-libs/libva X +net-libs/nodejs inspector From 435dbe55e0999e64f1a4138391a209b36960ab71 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Jun 2022 21:52:23 +0100 Subject: [PATCH 143/833] Remove www-client/chromium USE flag libcxx. --- portage/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index 2c9510c..12c061d 100644 --- a/portage/package.use +++ b/portage/package.use @@ -60,7 +60,7 @@ sys-libs/libcxxabi static-libs sys-libs/llvm-libunwind static-libs sys-libs/ncurses static-libs sys-libs/zlib minizip -www-client/chromium lto proprietary-codecs system-harfbuzz system-icu system-png vaapi +www-client/chromium lto proprietary-codecs system-harfbuzz system-icu system-png vaapi -libcxx www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-webp -system-libevent x11-base/xwayland xcsecurity x11-libs/cairo X From 71f2c3745165319ad2f6a0575e4d4be531444a23 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Jun 2022 21:55:26 +0100 Subject: [PATCH 144/833] Add necessary USE flag changes for www-client/chromium to compile. --- portage/package.use | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/package.use b/portage/package.use index 12c061d..d241756 100644 --- a/portage/package.use +++ b/portage/package.use @@ -60,7 +60,7 @@ sys-libs/libcxxabi static-libs sys-libs/llvm-libunwind static-libs sys-libs/ncurses static-libs sys-libs/zlib minizip -www-client/chromium lto proprietary-codecs system-harfbuzz system-icu system-png vaapi -libcxx +www-client/chromium lto proprietary-codecs system-harfbuzz system-icu system-png vaapi -hangouts -js-type-check -libcxx -suid -X www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-webp -system-libevent x11-base/xwayland xcsecurity x11-libs/cairo X @@ -69,7 +69,7 @@ x11-libs/libdrm video_cards_radeon x11-libs/libxkbcommon X x11-libs/pango X dev-libs/libxml2 icu -media-libs/harfbuzz icu -media-libs/libpng -apng +media-libs/harfbuzz icu glib introspection truetype +media-libs/libpng apng x11-libs/libva X net-libs/nodejs inspector From 73a88d8e1879cc8f80b96a94aa277a6c42f03bfb Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Jun 2022 22:01:18 +0100 Subject: [PATCH 145/833] Add necessary USE flag changes for www-client/chromium to compile. --- portage/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index d241756..f3220b7 100644 --- a/portage/package.use +++ b/portage/package.use @@ -70,6 +70,6 @@ x11-libs/libxkbcommon X x11-libs/pango X dev-libs/libxml2 icu media-libs/harfbuzz icu glib introspection truetype -media-libs/libpng apng +media-libs/libpng -apng x11-libs/libva X net-libs/nodejs inspector From 07f2164f572b386944a0bc2ab0c7d09f821cae69 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Jun 2022 22:05:55 +0100 Subject: [PATCH 146/833] Add necessary USE flag changes for www-client/chromium to compile. --- portage/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index f3220b7..a555379 100644 --- a/portage/package.use +++ b/portage/package.use @@ -60,7 +60,7 @@ sys-libs/libcxxabi static-libs sys-libs/llvm-libunwind static-libs sys-libs/ncurses static-libs sys-libs/zlib minizip -www-client/chromium lto proprietary-codecs system-harfbuzz system-icu system-png vaapi -hangouts -js-type-check -libcxx -suid -X +www-client/chromium lto proprietary-codecs system-harfbuzz system-icu -system-png vaapi -hangouts -js-type-check -libcxx -suid -X www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-webp -system-libevent x11-base/xwayland xcsecurity x11-libs/cairo X From f15a288cde6a00d6fb906bdbcf9965512d9ad392 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Jun 2022 22:27:55 +0100 Subject: [PATCH 147/833] Add dev-libs/re2 to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 140bb67..98e9a89 100644 --- a/portage/package.env +++ b/portage/package.env @@ -121,6 +121,7 @@ dev-libs/nss nopie.conf dev-libs/openssl nopie.conf dev-libs/popt nopie.conf dev-libs/protobuf nopie.conf +dev-libs/re2 nopie.conf dev-libs/spdlog nopie.conf dev-libs/tree-sitter nopie.conf dev-libs/unibilium nopie.conf From d57e7e6debae3ae03126f82b29c63ca55d7091bc Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Jun 2022 22:55:35 +0100 Subject: [PATCH 148/833] Add 12101111-overlay overlay. --- portage/repos.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/portage/repos.conf b/portage/repos.conf index 772a78b..a75401b 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -13,6 +13,11 @@ location = /var/db/repos/inferencium sync-type = git sync-uri = https://codeberg.org/inference/inferencium.git +[12101111-overlay] +location = /var/db/repos/12101111-overlay +sync-type = git +sync-uri = https://github.com/12101111/overlay + [yemou-overlay] location = /var/db/repos/yemou-overlay sync-type = git From f502974384b905b8264d893699422eda0d88954b Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Jun 2022 23:09:41 +0100 Subject: [PATCH 149/833] Add www-client/chromium USE flag system-allocator. --- portage/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index a555379..e2a1f6b 100644 --- a/portage/package.use +++ b/portage/package.use @@ -60,7 +60,7 @@ sys-libs/libcxxabi static-libs sys-libs/llvm-libunwind static-libs sys-libs/ncurses static-libs sys-libs/zlib minizip -www-client/chromium lto proprietary-codecs system-harfbuzz system-icu -system-png vaapi -hangouts -js-type-check -libcxx -suid -X +www-client/chromium lto proprietary-codecs system-allocator system-harfbuzz system-icu -system-png vaapi -hangouts -js-type-check -libcxx -suid -X www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-webp -system-libevent x11-base/xwayland xcsecurity x11-libs/cairo X From d5dfaa5ac6f072165e8f083fc9bf715b7c621f75 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 18 Jun 2022 00:16:38 +0100 Subject: [PATCH 150/833] Add sys-libs/musl pamalloc patch. --- portage/patches/sys-libs/musl/fix-pamalloc.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 portage/patches/sys-libs/musl/fix-pamalloc.patch diff --git a/portage/patches/sys-libs/musl/fix-pamalloc.patch b/portage/patches/sys-libs/musl/fix-pamalloc.patch new file mode 100644 index 0000000..2d25eaf --- /dev/null +++ b/portage/patches/sys-libs/musl/fix-pamalloc.patch @@ -0,0 +1,14 @@ +diff --git a/src/thread/pthread_atfork.c b/src/thread/pthread_atfork.c +index 76497401..f4e2cf7e 100644 +--- a/src/thread/pthread_atfork.c ++++ b/src/thread/pthread_atfork.c +@@ -2,6 +2,8 @@ + #include "libc.h" + #include "lock.h" + ++#define malloc __libc_malloc ++ + static struct atfork_funcs { + void (*prepare)(void); + void (*parent)(void); + From a9cd3e2d80cbbb568d75cd97d5bfac1e12b7de68 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 18 Jun 2022 00:23:58 +0100 Subject: [PATCH 151/833] Remove unnecessary musl patches since they are provided by 12101111-overlay. --- .../www-client/chromium/musl-crashpad.patch | 10 - .../musl-default-pthread-stacksize.patch | 32 ---- .../www-client/chromium/musl-sandbox.patch | 175 ------------------ .../chromium/musl_base_fix_close.patch | 20 -- .../musl_canonicalize_file_name.patch | 13 -- .../musl_define_temp_failure_retry.patch | 20 -- .../chromium/musl_dns_config_service.patch | 25 --- .../chromium/musl_dns_res_ninit.patch | 88 --------- .../www-client/chromium/musl_exeinfo.patch | 27 --- .../www-client/chromium/musl_getcontext.patch | 13 -- .../chromium/musl_glibc_version.patch | 23 --- .../www-client/chromium/musl_mallinfo.patch | 77 -------- .../chromium/musl_pread_pwrite64.patch | 18 -- .../www-client/chromium/musl_push_back.patch | 13 -- .../www-client/chromium/musl_si_fields.patch | 13 -- .../www-client/chromium/musl_stack_util.patch | 40 ---- .../www-client/chromium/musl_tcp_listen.patch | 14 -- .../chromium/musl_uid_include.patch | 13 -- .../chromium/pthread_getname_np.patch | 22 --- .../www-client/chromium/static_cast.patch | 46 ----- 20 files changed, 702 deletions(-) delete mode 100644 portage/patches/www-client/chromium/musl-crashpad.patch delete mode 100644 portage/patches/www-client/chromium/musl-default-pthread-stacksize.patch delete mode 100644 portage/patches/www-client/chromium/musl-sandbox.patch delete mode 100644 portage/patches/www-client/chromium/musl_base_fix_close.patch delete mode 100644 portage/patches/www-client/chromium/musl_canonicalize_file_name.patch delete mode 100644 portage/patches/www-client/chromium/musl_define_temp_failure_retry.patch delete mode 100644 portage/patches/www-client/chromium/musl_dns_config_service.patch delete mode 100644 portage/patches/www-client/chromium/musl_dns_res_ninit.patch delete mode 100644 portage/patches/www-client/chromium/musl_exeinfo.patch delete mode 100644 portage/patches/www-client/chromium/musl_getcontext.patch delete mode 100644 portage/patches/www-client/chromium/musl_glibc_version.patch delete mode 100644 portage/patches/www-client/chromium/musl_mallinfo.patch delete mode 100644 portage/patches/www-client/chromium/musl_pread_pwrite64.patch delete mode 100644 portage/patches/www-client/chromium/musl_push_back.patch delete mode 100644 portage/patches/www-client/chromium/musl_si_fields.patch delete mode 100644 portage/patches/www-client/chromium/musl_stack_util.patch delete mode 100644 portage/patches/www-client/chromium/musl_tcp_listen.patch delete mode 100644 portage/patches/www-client/chromium/musl_uid_include.patch delete mode 100644 portage/patches/www-client/chromium/pthread_getname_np.patch delete mode 100644 portage/patches/www-client/chromium/static_cast.patch diff --git a/portage/patches/www-client/chromium/musl-crashpad.patch b/portage/patches/www-client/chromium/musl-crashpad.patch deleted file mode 100644 index 6c51a8e..0000000 --- a/portage/patches/www-client/chromium/musl-crashpad.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/third_party/crashpad/crashpad/util/linux/ptracer.cc -+++ b/third_party/crashpad/crashpad/util/linux/ptracer.cc -@@ -26,6 +26,7 @@ - - #if defined(ARCH_CPU_X86_FAMILY) - #include -+#include - #endif - - namespace crashpad { diff --git a/portage/patches/www-client/chromium/musl-default-pthread-stacksize.patch b/portage/patches/www-client/chromium/musl-default-pthread-stacksize.patch deleted file mode 100644 index 0591f68..0000000 --- a/portage/patches/www-client/chromium/musl-default-pthread-stacksize.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff --git a/base/threading/platform_thread_linux.cc b/base/threading/platform_thread_linux.cc -index 095c49b..5044bb8 100644 ---- a/base/threading/platform_thread_linux.cc -+++ b/base/threading/platform_thread_linux.cc -@@ -186,7 +186,7 @@ void TerminateOnThread() {} - - size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { - #if !defined(THREAD_SANITIZER) -- return 0; -+ return (1 << 23); - #else - // ThreadSanitizer bloats the stack heavily. Evidence has been that the - // default stack size isn't enough for some browser tests. -diff --git a/chrome/browser/shutdown_signal_handlers_posix.cc b/chrome/browser/shutdown_signal_handlers_posix.cc -index ccc39d4..3c0ff8d 100644 ---- a/chrome/browser/shutdown_signal_handlers_posix.cc -+++ b/chrome/browser/shutdown_signal_handlers_posix.cc -@@ -187,11 +187,11 @@ void InstallShutdownSignalHandlers( - g_shutdown_pipe_read_fd = pipefd[0]; - g_shutdown_pipe_write_fd = pipefd[1]; - #if !defined(ADDRESS_SANITIZER) -- const size_t kShutdownDetectorThreadStackSize = PTHREAD_STACK_MIN * 2; -+ const size_t kShutdownDetectorThreadStackSize = PTHREAD_STACK_MIN * 2 * 8; - #else - // ASan instrumentation bloats the stack frames, so we need to increase the - // stack size to avoid hitting the guard page. -- const size_t kShutdownDetectorThreadStackSize = PTHREAD_STACK_MIN * 4; -+ const size_t kShutdownDetectorThreadStackSize = PTHREAD_STACK_MIN * 4 * 8; - #endif - ShutdownDetector* detector = new ShutdownDetector( - g_shutdown_pipe_read_fd, std::move(shutdown_callback), task_runner); - diff --git a/portage/patches/www-client/chromium/musl-sandbox.patch b/portage/patches/www-client/chromium/musl-sandbox.patch deleted file mode 100644 index 79179c6..0000000 --- a/portage/patches/www-client/chromium/musl-sandbox.patch +++ /dev/null @@ -1,175 +0,0 @@ -diff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc -index a8f860f..4becce0 100644 ---- a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc -+++ b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc -@@ -138,21 +138,11 @@ namespace sandbox { - // present (as in newer versions of posix_spawn). - ResultExpr RestrictCloneToThreadsAndEPERMFork() { - const Arg flags(0); -- -- // TODO(mdempsky): Extend DSL to support (flags & ~mask1) == mask2. -- const uint64_t kAndroidCloneMask = CLONE_VM | CLONE_FS | CLONE_FILES | -- CLONE_SIGHAND | CLONE_THREAD | -- CLONE_SYSVSEM; -- const uint64_t kObsoleteAndroidCloneMask = kAndroidCloneMask | CLONE_DETACHED; -- -- const uint64_t kGlibcPthreadFlags = -- CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | -- CLONE_SYSVSEM | CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID; -- const BoolExpr glibc_test = flags == kGlibcPthreadFlags; -- -- const BoolExpr android_test = -- AnyOf(flags == kAndroidCloneMask, flags == kObsoleteAndroidCloneMask, -- flags == kGlibcPthreadFlags); -+ const int required = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | -+ CLONE_THREAD | CLONE_SYSVSEM; -+ const int safe = CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | -+ CLONE_DETACHED; -+ const BoolExpr thread_clone_ok = (flags&~safe)==required; - - // The following two flags are the two important flags in any vfork-emulating - // clone call. EPERM any clone call that contains both of them. -@@ -162,7 +152,7 @@ ResultExpr RestrictCloneToThreadsAndEPERMFork() { - AnyOf((flags & (CLONE_VM | CLONE_THREAD)) == 0, - (flags & kImportantCloneVforkFlags) == kImportantCloneVforkFlags); - -- return If(IsAndroid() ? android_test : glibc_test, Allow()) -+ return If(thread_clone_ok, Allow()) - .ElseIf(is_fork_or_clone_vfork, Error(EPERM)) - .Else(CrashSIGSYSClone()); - } -diff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc -index 96c9f49..225823c 100644 ---- a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc -+++ b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc -@@ -417,6 +417,7 @@ bool SyscallSets::IsAllowedProcessStartOrDeath(int sysno) { - #if defined(__i386__) - case __NR_waitpid: - #endif -+ case __NR_set_tid_address: - return true; - case __NR_clone: // Should be parameter-restricted. - case __NR_setns: // Privileged. -@@ -429,7 +430,6 @@ bool SyscallSets::IsAllowedProcessStartOrDeath(int sysno) { - #if defined(__i386__) || defined(__x86_64__) || defined(__mips__) - case __NR_set_thread_area: - #endif -- case __NR_set_tid_address: - case __NR_unshare: - #if !defined(__mips__) && !defined(__aarch64__) - case __NR_vfork: -@@ -543,6 +543,8 @@ bool SyscallSets::IsAllowedAddressSpaceAccess(int sysno) { - case __NR_mlock: - case __NR_munlock: - case __NR_munmap: -+ case __NR_mremap: -+ case __NR_membarrier: - return true; - case __NR_madvise: - case __NR_mincore: -@@ -560,7 +562,6 @@ bool SyscallSets::IsAllowedAddressSpaceAccess(int sysno) { - case __NR_modify_ldt: - #endif - case __NR_mprotect: -- case __NR_mremap: - case __NR_msync: - case __NR_munlockall: - case __NR_readahead: -diff --git a/sandbox/linux/system_headers/arm64_linux_syscalls.h b/sandbox/linux/system_headers/arm64_linux_syscalls.h -index ab86b36..60d8743 100644 ---- a/sandbox/linux/system_headers/arm64_linux_syscalls.h -+++ b/sandbox/linux/system_headers/arm64_linux_syscalls.h -@@ -1215,4 +1215,8 @@ - #define __NR_landlock_restrict_self 446 - #endif - -+#if !defined(__NR_membarrier) -+#define __NR_membarrier 283 -+#endif -+ - #endif // SANDBOX_LINUX_SYSTEM_HEADERS_ARM64_LINUX_SYSCALLS_H_ -diff --git a/sandbox/linux/system_headers/arm_linux_syscalls.h b/sandbox/linux/system_headers/arm_linux_syscalls.h -index 9c44368..40c6186 100644 ---- a/sandbox/linux/system_headers/arm_linux_syscalls.h -+++ b/sandbox/linux/system_headers/arm_linux_syscalls.h -@@ -1617,6 +1617,10 @@ - #define __NR_landlock_restrict_self (__NR_SYSCALL_BASE + 446) - #endif - -+#if !defined(__NR_membarrier) -+#define __NR_membarrier (__NR_SYSCALL_BASE+389) -+#endif -+ - // ARM private syscalls. - #if !defined(__ARM_NR_BASE) - #define __ARM_NR_BASE (__NR_SYSCALL_BASE + 0xF0000) -diff --git a/sandbox/linux/system_headers/linux_syscalls.h b/sandbox/linux/system_headers/linux_syscalls.h -index 2b78a0c..b6fedb5 100644 ---- a/sandbox/linux/system_headers/linux_syscalls.h -+++ b/sandbox/linux/system_headers/linux_syscalls.h -@@ -10,6 +10,7 @@ - #define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SYSCALLS_H_ - - #include "build/build_config.h" -+#include - - #if defined(__x86_64__) - #include "sandbox/linux/system_headers/x86_64_linux_syscalls.h" -diff --git a/sandbox/linux/system_headers/mips64_linux_syscalls.h b/sandbox/linux/system_headers/mips64_linux_syscalls.h -index ae7cb48..4ce8142 100644 ---- a/sandbox/linux/system_headers/mips64_linux_syscalls.h -+++ b/sandbox/linux/system_headers/mips64_linux_syscalls.h -@@ -1415,4 +1415,8 @@ - #define __NR_landlock_restrict_self (__NR_Linux + 446) - #endif - -+#if !defined(__NR_membarrier) -+#define __NR_membarrier (__NR_Linux 318) -+#endif -+ - #endif // SANDBOX_LINUX_SYSTEM_HEADERS_MIPS64_LINUX_SYSCALLS_H_ -diff --git a/sandbox/linux/system_headers/mips_linux_syscalls.h b/sandbox/linux/system_headers/mips_linux_syscalls.h -index 0937782..f5c014e 100644 ---- a/sandbox/linux/system_headers/mips_linux_syscalls.h -+++ b/sandbox/linux/system_headers/mips_linux_syscalls.h -@@ -1697,4 +1697,8 @@ - #define __NR_landlock_restrict_self (__NR_Linux + 446) - #endif - -+#if !defined(__NR_membarrier) -+#define __NR_membarrier (__NR_Linux 358) -+#endif -+ - #endif // SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_SYSCALLS_H_ -diff --git a/sandbox/linux/system_headers/x86_64_linux_syscalls.h b/sandbox/linux/system_headers/x86_64_linux_syscalls.h -index e618c62..dc6fa8d 100644 ---- a/sandbox/linux/system_headers/x86_64_linux_syscalls.h -+++ b/sandbox/linux/system_headers/x86_64_linux_syscalls.h -@@ -1438,5 +1438,9 @@ - #define __NR_landlock_restrict_self 446 - #endif - -+#if !defined(__NR_membarrier) -+#define __NR_membarrier 324 -+#endif -+ - #endif // SANDBOX_LINUX_SYSTEM_HEADERS_X86_64_LINUX_SYSCALLS_H_ - -diff --git a/sandbox/policy/linux/bpf_renderer_policy_linux.cc b/sandbox/policy/linux/bpf_renderer_policy_linux.cc -index f789e92..1a84c2c 100644 ---- a/sandbox/policy/linux/bpf_renderer_policy_linux.cc -+++ b/sandbox/policy/linux/bpf_renderer_policy_linux.cc -@@ -97,11 +97,11 @@ ResultExpr RendererProcessPolicy::EvaluateSyscall(int sysno) const { - case __NR_sysinfo: - case __NR_times: - case __NR_uname: -- return Allow(); -- case __NR_sched_getaffinity: - case __NR_sched_getparam: - case __NR_sched_getscheduler: - case __NR_sched_setscheduler: -+ return Allow(); -+ case __NR_sched_getaffinity: - return RestrictSchedTarget(GetPolicyPid(), sysno); - case __NR_prlimit64: - // See crbug.com/662450 and setrlimit comment above. diff --git a/portage/patches/www-client/chromium/musl_base_fix_close.patch b/portage/patches/www-client/chromium/musl_base_fix_close.patch deleted file mode 100644 index 1e9f2cf..0000000 --- a/portage/patches/www-client/chromium/musl_base_fix_close.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/base/files/scoped_file_linux.cc b/base/files/scoped_file_linux.cc -index 26bc18e62..7d7b29b29 100644 ---- a/base/files/scoped_file_linux.cc -+++ b/base/files/scoped_file_linux.cc -@@ -77,15 +77,3 @@ bool IsFDOwned(int fd) { - } - - } // namespace base -- --extern "C" { -- --int __close(int); -- --__attribute__((visibility("default"), noinline)) int close(int fd) { -- if (base::IsFDOwned(fd) && g_is_ownership_enforced) -- CrashOnFdOwnershipViolation(); -- return __close(fd); --} -- --} // extern "C" diff --git a/portage/patches/www-client/chromium/musl_canonicalize_file_name.patch b/portage/patches/www-client/chromium/musl_canonicalize_file_name.patch deleted file mode 100644 index 127dc6b..0000000 --- a/portage/patches/www-client/chromium/musl_canonicalize_file_name.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/third_party/nasm/config/config-linux.h b/third_party/nasm/config/config-linux.h -index 9e59df4f00..b96673ac0c 100644 ---- a/third_party/nasm/config/config-linux.h -+++ b/third_party/nasm/config/config-linux.h -@@ -139,7 +139,7 @@ - #define HAVE_ACCESS 1 - - /* Define to 1 if you have the `canonicalize_file_name' function. */ --#define HAVE_CANONICALIZE_FILE_NAME 1 -+/* #undef HAVE_CANONICALIZE_FILE_NAME */ - - /* Define to 1 if you have the `cpu_to_le16' intrinsic function. */ - /* #undef HAVE_CPU_TO_LE16 */ diff --git a/portage/patches/www-client/chromium/musl_define_temp_failure_retry.patch b/portage/patches/www-client/chromium/musl_define_temp_failure_retry.patch deleted file mode 100644 index 85931a5..0000000 --- a/portage/patches/www-client/chromium/musl_define_temp_failure_retry.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/sandbox/linux/suid/sandbox.c b/sandbox/linux/suid/sandbox.c -index 5fdb4817af..88bd478903 100644 ---- a/sandbox/linux/suid/sandbox.c -+++ b/sandbox/linux/suid/sandbox.c -@@ -42,6 +42,15 @@ - #define CLONE_NEWNET 0x40000000 - #endif - -+#ifndef TEMP_FAILURE_RETRY -+#define TEMP_FAILURE_RETRY(expression) \ -+ (__extension__ \ -+ ({ long int __result; \ -+ do __result = (long int) (expression); \ -+ while (__result == -1L && errno == EINTR); \ -+ __result; })) -+#endif -+ - static bool DropRoot(); - - #define HANDLE_EINTR(x) TEMP_FAILURE_RETRY(x) diff --git a/portage/patches/www-client/chromium/musl_dns_config_service.patch b/portage/patches/www-client/chromium/musl_dns_config_service.patch deleted file mode 100644 index 80994b9..0000000 --- a/portage/patches/www-client/chromium/musl_dns_config_service.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/net/dns/BUILD.gn b/net/dns/BUILD.gn -index c398d8a..0ce15f3 100644 ---- a/net/dns/BUILD.gn -+++ b/net/dns/BUILD.gn -@@ -110,11 +110,6 @@ source_set("dns") { - "dns_config_service_android.cc", - "dns_config_service_android.h", - ] -- } else if (is_linux) { -- sources += [ -- "dns_config_service_linux.cc", -- "dns_config_service_linux.h", -- ] - } else if (is_posix) { - sources += [ - "dns_config_service_posix.cc", -@@ -416,8 +411,6 @@ source_set("tests") { - - if (is_android) { - sources += [ "dns_config_service_android_unittest.cc" ] -- } else if (is_linux) { -- sources += [ "dns_config_service_linux_unittest.cc" ] - } else if (is_posix) { - sources += [ "dns_config_service_posix_unittest.cc" ] - } diff --git a/portage/patches/www-client/chromium/musl_dns_res_ninit.patch b/portage/patches/www-client/chromium/musl_dns_res_ninit.patch deleted file mode 100644 index dae344a..0000000 --- a/portage/patches/www-client/chromium/musl_dns_res_ninit.patch +++ /dev/null @@ -1,88 +0,0 @@ -diff --git a/net/dns/dns_config_service_posix.cc b/net/dns/dns_config_service_posix.cc -index 2de1457..66c4803 100644 ---- a/net/dns/dns_config_service_posix.cc -+++ b/net/dns/dns_config_service_posix.cc -@@ -32,6 +32,10 @@ - #include "net/dns/dns_config_watcher_mac.h" - #endif - -+#if defined(OS_LINUX) && !defined(__GLIBC__) -+#include "net/dns/resolv_compat.h" -+#endif -+ - namespace net { - - namespace internal { -diff --git a/net/dns/dns_reloader.cc b/net/dns/dns_reloader.cc -index 0672e71..252fcc2 100644 ---- a/net/dns/dns_reloader.cc -+++ b/net/dns/dns_reloader.cc -@@ -17,6 +17,10 @@ - #include "base/threading/thread_local.h" - #include "net/base/network_change_notifier.h" - -+#if defined(OS_LINUX) && !defined(__GLIBC__) -+#include "net/dns/resolv_compat.h" -+#endif -+ - namespace net { - - namespace { -diff --git a/net/dns/public/resolv_reader.cc b/net/dns/public/resolv_reader.cc -index 5686762..34c3d1a 100644 ---- a/net/dns/public/resolv_reader.cc -+++ b/net/dns/public/resolv_reader.cc -@@ -17,6 +17,10 @@ - #include "base/check_op.h" - #include "net/base/ip_endpoint.h" - -+#if defined(OS_LINUX) && !defined(__GLIBC__) -+#include "net/dns/resolv_compat.h" -+#endif -+ - namespace net { - - std::unique_ptr ResolvReader::GetResState() { -diff --git a/net/dns/public/scoped_res_state.cc b/net/dns/public/scoped_res_state.cc -index 9706d18..b28d7a2 100644 ---- a/net/dns/public/scoped_res_state.cc -+++ b/net/dns/public/scoped_res_state.cc -@@ -10,6 +10,10 @@ - #include "base/check.h" - #include "build/build_config.h" - -+#if defined(OS_LINUX) && !defined(__GLIBC__) -+#include "net/dns/resolv_compat.h" -+#endif -+ - namespace net { - - ScopedResState::ScopedResState() { -diff --git a/net/dns/resolv_compat.h b/net/dns/resolv_compat.h -new file mode 100644 -index 0000000..0f03b32 ---- /dev/null -+++ b/net/dns/resolv_compat.h -@@ -0,0 +1,22 @@ -+#if !defined(__GLIBC__) -+#include -+ -+static inline int res_ninit(res_state statp) -+{ -+ int rc = res_init(); -+ if (statp != &_res) { -+ memcpy(statp, &_res, sizeof(*statp)); -+ } -+ return rc; -+} -+ -+static inline int res_nclose(res_state statp) -+{ -+ if (!statp) -+ return -1; -+ if (statp != &_res) { -+ memset(statp, 0, sizeof(*statp)); -+ } -+ return 0; -+} -+#endif diff --git a/portage/patches/www-client/chromium/musl_exeinfo.patch b/portage/patches/www-client/chromium/musl_exeinfo.patch deleted file mode 100644 index cb4a340..0000000 --- a/portage/patches/www-client/chromium/musl_exeinfo.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- a/base/BUILD.gn -+++ b/base/BUILD.gn -@@ -1345,6 +1345,10 @@ component("base") { - libs = [] - frameworks = [] - -+ if (is_posix) { -+ libs += [ "execinfo" ] -+ } -+ - configs += [ - ":base_implementation", - ":memory_tagging", ---- a/v8/BUILD.gn -+++ b/v8/BUILD.gn -@@ -4624,6 +4624,10 @@ - "src/tracing/trace-categories.h", - ] - } -+ -+ if (v8_enable_debugging_features || dcheck_always_on) { -+ libs += [ "execinfo" ] -+ } - } - - group("v8_base") { - diff --git a/portage/patches/www-client/chromium/musl_getcontext.patch b/portage/patches/www-client/chromium/musl_getcontext.patch deleted file mode 100644 index 10b4347..0000000 --- a/portage/patches/www-client/chromium/musl_getcontext.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/third_party/breakpad/BUILD.gn b/third_party/breakpad/BUILD.gn -index a0c3bf4..14b2fde 100644 ---- a/third_party/breakpad/BUILD.gn -+++ b/third_party/breakpad/BUILD.gn -@@ -661,7 +661,7 @@ if (is_linux || is_chromeos || is_android) { - cflags = [ "-marm" ] - } - -- libs = [ "dl" ] -+ libs = [ "dl", "ucontext" ] - - include_dirs = [ - ".", diff --git a/portage/patches/www-client/chromium/musl_glibc_version.patch b/portage/patches/www-client/chromium/musl_glibc_version.patch deleted file mode 100644 index 1d12d27..0000000 --- a/portage/patches/www-client/chromium/musl_glibc_version.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc b/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc -index 618fcb065..9994e66d3 100644 ---- a/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc -+++ b/chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc -@@ -59,7 +59,9 @@ - // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch - // of lacros-chrome is complete. - #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) -+#if defined(__GLIBC__) - #include -+#endif - - #include "base/linux_util.h" - #include "base/strings/string_split.h" -@@ -321,7 +323,7 @@ void RecordLinuxDistro() { - void RecordLinuxGlibcVersion() { - // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch - // of lacros-chrome is complete. --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) -+#if defined(__GLIBC__) || BUILDFLAG(IS_CHROMEOS_LACROS) - base::Version version(gnu_get_libc_version()); - - UMALinuxGlibcVersion glibc_version_result = UMA_LINUX_GLIBC_NOT_PARSEABLE; diff --git a/portage/patches/www-client/chromium/musl_mallinfo.patch b/portage/patches/www-client/chromium/musl_mallinfo.patch deleted file mode 100644 index 99a2fc2..0000000 --- a/portage/patches/www-client/chromium/musl_mallinfo.patch +++ /dev/null @@ -1,77 +0,0 @@ -diff --git a/base/process/process_metrics_posix.cc b/base/process/process_metrics_posix.cc -index ae6d3a6..ad68860 100644 ---- a/base/process/process_metrics_posix.cc -+++ b/base/process/process_metrics_posix.cc -@@ -114,12 +114,14 @@ size_t GetMallocUsageMallinfo() { - #define MALLINFO2_FOUND_IN_LIBC - struct mallinfo2 minfo = mallinfo2(); - #endif --#endif // defined(__GLIBC__) && defined(__GLIBC_PREREQ) - #if !defined(MALLINFO2_FOUND_IN_LIBC) - struct mallinfo minfo = mallinfo(); - #endif - #undef MALLINFO2_FOUND_IN_LIBC - return minfo.hblkhd + minfo.arena; -+#else -+ return 0; -+#endif // defined(__GLIBC__) && defined(__GLIBC_PREREQ) - } - - } // namespace -diff --git a/third_party/tflite/src/tensorflow/lite/profiling/memory_info.cc b/third_party/tflite/src/tensorflow/lite/profiling/memory_info.cc -index 6a4438f480..161eacef80 100644 ---- a/third_party/tflite/src/tensorflow/lite/profiling/memory_info.cc -+++ b/third_party/tflite/src/tensorflow/lite/profiling/memory_info.cc -@@ -40,13 +40,15 @@ - if (getrusage(RUSAGE_SELF, &res) == 0) { - result.max_rss_kb = res.ru_maxrss; - } --#if defined(__GLIBC__) && __GLIBC_MINOR__ >= 33 -+#if defined(__GLIBC__) -+#if __GLIBC_MINOR__ >= 33 - const auto mem = mallinfo2(); - #else - const auto mem = mallinfo(); - #endif - result.total_allocated_bytes = mem.arena; - result.in_use_allocated_bytes = mem.uordblks; -+#endif // defined(__GLIBC__) - #endif - return result; - } - -diff --git a/base/allocator/allocator_shim_default_dispatch_to_partition_alloc.cc b/base/allocator/allocator_shim_default_dispatch_to_partition_alloc.cc -index e92a0fc..b289e7c 100644 ---- a/base/allocator/allocator_shim_default_dispatch_to_partition_alloc.cc -+++ b/base/allocator/allocator_shim_default_dispatch_to_partition_alloc.cc -@@ -663,7 +663,7 @@ SHIM_ALWAYS_EXPORT int mallopt(int cmd, int value) __THROW { - - #endif // !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) && defined(__GLIBC__) || BUILDFLAG(IS_CHROMEOS) - SHIM_ALWAYS_EXPORT struct mallinfo mallinfo(void) __THROW { - base::SimplePartitionStatsDumper allocator_dumper; - Allocator()->DumpStats("malloc", true, &allocator_dumper); -diff --git a/base/trace_event/malloc_dump_provider.cc b/base/trace_event/malloc_dump_provider.cc -index 22edeeca4f..da280da606 100644 ---- a/base/trace_event/malloc_dump_provider.cc -+++ b/base/trace_event/malloc_dump_provider.cc -@@ -174,7 +174,7 @@ void ReportAppleAllocStats(size_t* total_virtual_size, - - #if (BUILDFLAG(USE_PARTITION_ALLOC_AS_MALLOC) && BUILDFLAG(IS_ANDROID)) || \ - (!BUILDFLAG(USE_PARTITION_ALLOC_AS_MALLOC) && !BUILDFLAG(IS_WIN) && \ -- !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_FUCHSIA)) -+ !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_FUCHSIA)) && !(BUILDFLAG(IS_LINUX) && !defined(__GLIBC__)) - void ReportMallinfoStats(ProcessMemoryDump* pmd, - size_t* total_virtual_size, - size_t* resident_size, -@@ -337,7 +337,7 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, - ReportWinHeapStats(args.level_of_detail, nullptr, &total_virtual_size, - &resident_size, &allocated_objects_size, - &allocated_objects_count); --#elif BUILDFLAG(IS_FUCHSIA) -+#elif BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) && !defined(__GLIBC__) - // TODO(fuchsia): Port, see https://crbug.com/706592. - #else - ReportMallinfoStats(/*pmd=*/nullptr, &total_virtual_size, &resident_size, diff --git a/portage/patches/www-client/chromium/musl_pread_pwrite64.patch b/portage/patches/www-client/chromium/musl_pread_pwrite64.patch deleted file mode 100644 index 0c2c4dd..0000000 --- a/portage/patches/www-client/chromium/musl_pread_pwrite64.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/third_party/lss/linux_syscall_support.h b/third_party/lss/linux_syscall_support.h -index 8d4e4d2a18..634baff404 100644 ---- a/third_party/lss/linux_syscall_support.h -+++ b/third_party/lss/linux_syscall_support.h -@@ -173,6 +173,13 @@ extern "C" { - # undef __NR_waitpid - #endif - -+#ifdef pread64 -+#undef pread64 -+#endif -+#ifdef pwrite64 -+#undef pwrite64 -+#endif -+ - /* As glibc often provides subtly incompatible data structures (and implicit - * wrapper functions that convert them), we provide our own kernel data - * structures for use by the system calls. diff --git a/portage/patches/www-client/chromium/musl_push_back.patch b/portage/patches/www-client/chromium/musl_push_back.patch deleted file mode 100644 index 7f1ca5f..0000000 --- a/portage/patches/www-client/chromium/musl_push_back.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/net/socket/udp_socket_posix.cc b/net/socket/udp_socket_posix.cc -index 47f31493a4..8beda760a3 100644 ---- a/net/socket/udp_socket_posix.cc -+++ b/net/socket/udp_socket_posix.cc -@@ -1162,7 +1162,7 @@ SendResult UDPSocketPosixSender::InternalSendmmsgBuffers( - msg_iov->push_back({const_cast(buffer->data()), buffer->length()}); - msgvec->reserve(buffers.size()); - for (size_t j = 0; j < buffers.size(); j++) -- msgvec->push_back({{nullptr, 0, &msg_iov[j], 1, nullptr, 0, 0}, 0}); -+ msgvec->push_back({{nullptr, 0, &msg_iov[j], 1, 0, nullptr, 0, 0, 0}, 0}); - int result = HANDLE_EINTR(Sendmmsg(fd, &msgvec[0], buffers.size(), 0)); - SendResult send_result(0, 0, std::move(buffers)); - if (result < 0) { diff --git a/portage/patches/www-client/chromium/musl_si_fields.patch b/portage/patches/www-client/chromium/musl_si_fields.patch deleted file mode 100644 index caa34d5..0000000 --- a/portage/patches/www-client/chromium/musl_si_fields.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/sandbox/linux/seccomp-bpf/trap.cc b/sandbox/linux/seccomp-bpf/trap.cc -index f5b86a73ac..709b575419 100644 ---- a/sandbox/linux/seccomp-bpf/trap.cc -+++ b/sandbox/linux/seccomp-bpf/trap.cc -@@ -174,7 +174,7 @@ void Trap::SigSys(int nr, LinuxSigInfo* info, ucontext_t* ctx) { - // If the version of glibc doesn't include this information in - // siginfo_t (older than 2.17), we need to explicitly copy it - // into an arch_sigsys structure. -- memcpy(&sigsys, &info->_sifields, sizeof(sigsys)); -+ memcpy(&sigsys, &info->__si_fields, sizeof(sigsys)); - #endif - - #if defined(__mips__) diff --git a/portage/patches/www-client/chromium/musl_stack_util.patch b/portage/patches/www-client/chromium/musl_stack_util.patch deleted file mode 100644 index dbba508..0000000 --- a/portage/patches/www-client/chromium/musl_stack_util.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff --git a/third_party/blink/renderer/platform/wtf/stack_util.cc b/third_party/blink/renderer/platform/wtf/stack_util.cc -index 2ea9916..589b109 100644 ---- a/third_party/blink/renderer/platform/wtf/stack_util.cc -+++ b/third_party/blink/renderer/platform/wtf/stack_util.cc -@@ -29,7 +29,7 @@ size_t GetUnderestimatedStackSize() { - // FIXME: On Mac OSX and Linux, this method cannot estimate stack size - // correctly for the main thread. - --#elif defined(__GLIBC__) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FREEBSD) || \ -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FREEBSD) || \ - BUILDFLAG(IS_FUCHSIA) - // pthread_getattr_np() can fail if the thread is not invoked by - // pthread_create() (e.g., the main thread of blink_unittests). -@@ -55,6 +55,9 @@ size_t GetUnderestimatedStackSize() { - pthread_attr_destroy(&attr); - #endif - -+#if BUILDFLAG(IS_LINUX) && !defined(__GLIBC__) -+ return 128 * 1024; -+#else - // Return a 512k stack size, (conservatively) assuming the following: - // - that size is much lower than the pthreads default (x86 pthreads has a 2M - // default.) -@@ -62,6 +65,7 @@ size_t GetUnderestimatedStackSize() { - // low as 512k. - // - return 512 * 1024; -+#endif // BUILDFLAG(IS_LINUX) && !defined(__GLIBC__) - #elif BUILDFLAG(IS_MAC) - // pthread_get_stacksize_np() returns too low a value for the main thread on - // OSX 10.9, -@@ -97,7 +101,7 @@ size_t GetUnderestimatedStackSize() { - } - - void* GetStackStart() { --#if defined(__GLIBC__) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FREEBSD) || \ -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FREEBSD) || \ - BUILDFLAG(IS_FUCHSIA) - pthread_attr_t attr; - int error; diff --git a/portage/patches/www-client/chromium/musl_tcp_listen.patch b/portage/patches/www-client/chromium/musl_tcp_listen.patch deleted file mode 100644 index 6ecfa1e..0000000 --- a/portage/patches/www-client/chromium/musl_tcp_listen.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/content/public/common/socket_permission_request.h b/content/public/common/socket_permission_request.h -index 7316621275..6171219631 100644 ---- a/content/public/common/socket_permission_request.h -+++ b/content/public/common/socket_permission_request.h -@@ -9,6 +9,9 @@ - - #include - -+#ifdef TCP_LISTEN -+#undef TCP_LISTEN -+#endif - - namespace content { - diff --git a/portage/patches/www-client/chromium/musl_uid_include.patch b/portage/patches/www-client/chromium/musl_uid_include.patch deleted file mode 100644 index e6cc777..0000000 --- a/portage/patches/www-client/chromium/musl_uid_include.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/sandbox/linux/services/credentials.h b/sandbox/linux/services/credentials.h -index 189d161..122be4f 100644 ---- a/sandbox/linux/services/credentials.h -+++ b/sandbox/linux/services/credentials.h -@@ -13,6 +13,7 @@ - - #include - #include -+#include - - #include "base/compiler_specific.h" - #include "sandbox/linux/system_headers/capability.h" - diff --git a/portage/patches/www-client/chromium/pthread_getname_np.patch b/portage/patches/www-client/chromium/pthread_getname_np.patch deleted file mode 100644 index 25bffff..0000000 --- a/portage/patches/www-client/chromium/pthread_getname_np.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/third_party/perfetto/include/perfetto/ext/base/thread_utils.h b/third_party/perfetto/include/perfetto/ext/base/thread_utils.h -index 2e9c4e54ef..dfcbd222d8 100644 ---- a/third_party/perfetto/include/perfetto/ext/base/thread_utils.h -+++ b/third_party/perfetto/include/perfetto/ext/base/thread_utils.h -@@ -57,16 +57,7 @@ inline bool MaybeSetThreadName(const std::string& name) { - } - - inline bool GetThreadName(std::string& out_result) { -- char buf[16] = {}; --#if PERFETTO_BUILDFLAG(PERFETTO_OS_ANDROID) -- if (prctl(PR_GET_NAME, buf) != 0) -- return false; --#else -- if (pthread_getname_np(pthread_self(), buf, sizeof(buf)) != 0) -- return false; --#endif -- out_result = std::string(buf); -- return true; -+ return false; - } - - #else diff --git a/portage/patches/www-client/chromium/static_cast.patch b/portage/patches/www-client/chromium/static_cast.patch deleted file mode 100644 index f299170..0000000 --- a/portage/patches/www-client/chromium/static_cast.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff --git a/base/files/file_util_linux.cc b/base/files/file_util_linux.cc -index b123dd2..b230fd9 100644 ---- a/base/files/file_util_linux.cc -+++ b/base/files/file_util_linux.cc -@@ -30,7 +30,7 @@ bool GetFileSystemType(const FilePath& path, FileSystemType* type) { - case EXT2_SUPER_MAGIC: // Also ext3 and ext4 - case MSDOS_SUPER_MAGIC: - case REISERFS_SUPER_MAGIC: -- case static_cast(BTRFS_SUPER_MAGIC): -+ case BTRFS_SUPER_MAGIC: - case 0x5346544E: // NTFS - case 0x58465342: // XFS - case 0x3153464A: // JFS -@@ -40,14 +40,14 @@ bool GetFileSystemType(const FilePath& path, FileSystemType* type) { - *type = FILE_SYSTEM_NFS; - break; - case SMB_SUPER_MAGIC: -- case static_cast(0xFF534D42): // CIFS -+ case 0xFF534D42: // CIFS - *type = FILE_SYSTEM_SMB; - break; - case CODA_SUPER_MAGIC: - *type = FILE_SYSTEM_CODA; - break; -- case static_cast(HUGETLBFS_MAGIC): -- case static_cast(RAMFS_MAGIC): -+ case HUGETLBFS_MAGIC: -+ case RAMFS_MAGIC: - case TMPFS_MAGIC: - *type = FILE_SYSTEM_MEMORY; - break; -diff --git a/base/system/sys_info_posix.cc b/base/system/sys_info_posix.cc -index 672c72f..a0d3465 100644 ---- a/base/system/sys_info_posix.cc -+++ b/base/system/sys_info_posix.cc -@@ -102,8 +102,8 @@ bool IsStatsZeroIfUnlimited(const base::FilePath& path) { - - switch (stats.f_type) { - case TMPFS_MAGIC: -- case static_cast(HUGETLBFS_MAGIC): -- case static_cast(RAMFS_MAGIC): -+ case HUGETLBFS_MAGIC: -+ case RAMFS_MAGIC: - return true; - } - return false; From 705b32e602d675515465ebb0e9550a5c27e81c11 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 18 Jun 2022 00:26:14 +0100 Subject: [PATCH 152/833] Add sys-libs/libucontext to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 98e9a89..e0d3a8a 100644 --- a/portage/package.env +++ b/portage/package.env @@ -279,6 +279,7 @@ sys-libs/libcxxabi nopie.conf sys-libs/libomp nopie.conf sys-libs/libseccomp nopie.conf sys-libs/libsepol nopie.conf +sys-libs/libucontext nopie.conf sys-libs/llvm-libunwind nopie.conf sys-libs/mtdev nopie.conf sys-libs/ncurses nopie.conf From ad6b55d8fbfb7a7e778c049dd1d7764cb79046a0 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 18 Jun 2022 14:38:46 +0100 Subject: [PATCH 153/833] Add www-client/chromium to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index e0d3a8a..d2b97a5 100644 --- a/portage/package.env +++ b/portage/package.env @@ -292,6 +292,7 @@ sys-process/psmisc nopie.conf virtual/libelf nopie.conf virtual/rust nopie.conf virtual/w3m nopie.conf +www-client/chromium nopie.conf www-client/firefox nopie.conf www-client/w3m nopie.conf x11-base/xcb-proto nopie.conf From dd866da581a08a5c3ef46d2256c226c199a4e665 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 19 Jun 2022 16:21:20 +0100 Subject: [PATCH 154/833] Add Gentoo GURU overlay. --- portage/repos.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/portage/repos.conf b/portage/repos.conf index a75401b..6ba82f9 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -13,6 +13,11 @@ location = /var/db/repos/inferencium sync-type = git sync-uri = https://codeberg.org/inference/inferencium.git +[guru] +location = /var/db/repos/guru +sync-type = git +sync-uri = https://anongit.gentoo.org/git/repo/proj/guru.git + [12101111-overlay] location = /var/db/repos/12101111-overlay sync-type = git From 71eca7c42924bf096c278203e4caeb803319c434 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 19 Jun 2022 16:23:52 +0100 Subject: [PATCH 155/833] Add gui-apps/wofi USE flags drun and run. Remove gui-apps/wofi USE flag dmenu. --- portage/package.use | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.use b/portage/package.use index e2a1f6b..e9110e6 100644 --- a/portage/package.use +++ b/portage/package.use @@ -18,6 +18,7 @@ dev-qt/qtgui egl dev-qt/qtgui eglfs jpeg gui-apps/grim jpeg gui-apps/waybar mpd network -popups -sndio -tray +gui-apps/wofi drun run -dmenu gui-libs/wlroots X gui-wm/sway man swaybg swayidle swaylock swaymsg mwaynag X -swaybar kde-frameworks/knotifications X From f41343786f6e2cb4bfa469230cbd4778c0176cdf Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 19 Jun 2022 16:56:32 +0100 Subject: [PATCH 156/833] Add Chromium env. --- portage/env/chromium.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 portage/env/chromium.conf diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf new file mode 100644 index 0000000..8eb4903 --- /dev/null +++ b/portage/env/chromium.conf @@ -0,0 +1,2 @@ +EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true +CHROMIUM_FORCE_LIBCXX=yes From f7ab0943cebb28a8db3e0215ac1dec50471b7587 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 19 Jun 2022 16:58:52 +0100 Subject: [PATCH 157/833] Move www-client/chromium to from No PIE env to Chromium env. --- portage/package.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index d2b97a5..d8ea5d5 100644 --- a/portage/package.env +++ b/portage/package.env @@ -292,7 +292,6 @@ sys-process/psmisc nopie.conf virtual/libelf nopie.conf virtual/rust nopie.conf virtual/w3m nopie.conf -www-client/chromium nopie.conf www-client/firefox nopie.conf www-client/w3m nopie.conf x11-base/xcb-proto nopie.conf @@ -322,6 +321,9 @@ sys-libs/musl basic.conf sys-libs/slang basic.conf sys-process/audit basic.conf +# Chromium +www-client/chromium chromium.conf + # Werror app-crypt/sbsigntools werror.conf From 34ece7694fe981bc9611a04288200d74b6c65465 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 19 Jun 2022 17:02:28 +0100 Subject: [PATCH 158/833] Fix closing quotation. --- portage/env/chromium.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf index 8eb4903..561eab2 100644 --- a/portage/env/chromium.conf +++ b/portage/env/chromium.conf @@ -1,2 +1,2 @@ -EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true +EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true" CHROMIUM_FORCE_LIBCXX=yes From e8addfe3092ce3931f4f72c4f1c7fc149e495630 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 19 Jun 2022 18:19:10 +0100 Subject: [PATCH 159/833] Specify common flags and linker flags. --- portage/env/chromium.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf index 561eab2..86b10be 100644 --- a/portage/env/chromium.conf +++ b/portage/env/chromium.conf @@ -1,2 +1,10 @@ +## Common flags. +CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__" +CXXFLAGS="-march=znver1 -O2 -pipe -flto=full" + +## Linker flags. +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind" + +## GN flags. EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true" CHROMIUM_FORCE_LIBCXX=yes From c4a63eb49d1221a3b418df8bdeaa2e3d9efddeb5 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 19 Jun 2022 18:37:31 +0100 Subject: [PATCH 160/833] Enable CFI. --- portage/env/chromium.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf index 86b10be..a849067 100644 --- a/portage/env/chromium.conf +++ b/portage/env/chromium.conf @@ -6,5 +6,5 @@ CXXFLAGS="-march=znver1 -O2 -pipe -flto=full" LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind" ## GN flags. -EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true" +EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true is_cfi=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true" CHROMIUM_FORCE_LIBCXX=yes From 151402723265693289e281cd689b6a287d73d283 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 20 Jun 2022 15:55:25 +0100 Subject: [PATCH 161/833] Remove LTO from common flags since Chromium build system uses its own. --- portage/env/chromium.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf index a849067..13824ec 100644 --- a/portage/env/chromium.conf +++ b/portage/env/chromium.conf @@ -1,6 +1,6 @@ ## Common flags. -CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__" -CXXFLAGS="-march=znver1 -O2 -pipe -flto=full" +CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__" +CXXFLAGS="-march=znver1 -O2 -pipe" ## Linker flags. LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind" From 3685c419dc94e3f9ed2daaf8527127664d9dfd65 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 20 Jun 2022 15:57:28 +0100 Subject: [PATCH 162/833] Disable CFI due to illegal hardware instruction security exception. --- portage/env/chromium.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf index 13824ec..2fb8b36 100644 --- a/portage/env/chromium.conf +++ b/portage/env/chromium.conf @@ -6,5 +6,5 @@ CXXFLAGS="-march=znver1 -O2 -pipe" LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind" ## GN flags. -EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true is_cfi=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true" +EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true is_cfi=false use_cfi_cast=false is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true" CHROMIUM_FORCE_LIBCXX=yes From 550623f035d452b959b4202607ecaa54cad149bb Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 20 Jun 2022 16:59:57 +0100 Subject: [PATCH 163/833] Enable CFI cast checks since it does not require CFI to be explicitly enabled. Enable Widevine DRM. --- portage/env/chromium.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf index 2fb8b36..7c04cad 100644 --- a/portage/env/chromium.conf +++ b/portage/env/chromium.conf @@ -6,5 +6,5 @@ CXXFLAGS="-march=znver1 -O2 -pipe" LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind" ## GN flags. -EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true is_cfi=false use_cfi_cast=false is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true" +EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true enable_widevine=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true" CHROMIUM_FORCE_LIBCXX=yes From abd72be495a93738f3095c1825805249635861ca Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 22 Jun 2022 15:13:42 +0100 Subject: [PATCH 164/833] Add games-action/minetest. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 2928563..1a8b447 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -15,6 +15,7 @@ dev-libs/olm ~amd64 dev-libs/spdlog ~amd64 dev-util/cbindgen ~amd64 fs-util/fsverity-utils ~amd64 +games-action/minetest ~amd64 games-rpg/cataclysm-dda ~amd64 gui-apps/waybar ~amd64 gui-apps/wofi ~amd64 From a53fca2107c8501dd2ec4d2d705818486251ca44 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 22 Jun 2022 15:15:34 +0100 Subject: [PATCH 165/833] Add dev-games/irrlicht-mt unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 1a8b447..b9cb544 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -5,6 +5,7 @@ Date: Wed, 22 Jun 2022 15:17:16 +0100 Subject: [PATCH 166/833] Add dev-games/irrlicht-mt-headers unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index b9cb544..8219902 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -6,6 +6,7 @@ Date: Wed, 22 Jun 2022 15:21:01 +0100 Subject: [PATCH 167/833] Add media-libs/openal to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index d8ea5d5..5a277fd 100644 --- a/portage/package.env +++ b/portage/package.env @@ -191,6 +191,7 @@ media-libs/libvorbis nopie.conf media-libs/libvpx nopie.conf media-libs/libwebp nopie.conf media-libs/mesa nopie.conf +media-libs/openal nopie.conf media-libs/openh264 nopie.conf media-libs/openjpeg nopie.conf media-libs/opus nopie.conf From 74da48b29b129451bc672f877e5a1c4505677603 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 22 Jun 2022 15:23:19 +0100 Subject: [PATCH 168/833] Add dev-games/irrlicht-mt to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 5a277fd..5fe3188 100644 --- a/portage/package.env +++ b/portage/package.env @@ -56,6 +56,7 @@ dev-cpp/glibmm nopie.conf dev-cpp/gtkmm nopie.conf dev-cpp/pangomm nopie.conf dev-db/sqlite nopie.conf +dev-games/irrlicht-mt nopie.conf dev-lang/duktape nopie.conf dev-lang/lua nopie.conf dev-lang/tcl nopie.conf From fc13c3416d68bea75d8b0338802fd39378d61f35 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 22 Jun 2022 19:30:26 +0100 Subject: [PATCH 169/833] Add games-action/minetest to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 5fe3188..fec185a 100644 --- a/portage/package.env +++ b/portage/package.env @@ -299,6 +299,7 @@ www-client/w3m nopie.conf x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf x11-libs/xtrans nopie.conf +games-action/minetest nopie.conf # No LTO, no PIE From fa0dbd81c4aa580b45a881fc4d41ad3d305080f6 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 22 Jun 2022 19:43:17 +0100 Subject: [PATCH 170/833] Move games-action/minetest from No PIE env to GCC - Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index fec185a..b56a7f3 100644 --- a/portage/package.env +++ b/portage/package.env @@ -299,7 +299,6 @@ www-client/w3m nopie.conf x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf x11-libs/xtrans nopie.conf -games-action/minetest nopie.conf # No LTO, no PIE @@ -343,6 +342,7 @@ dev-lang/python gcc-basic.conf dev-lua/* gcc-basic.conf dev-perl/* gcc-basic.conf dev-python/* gcc-basic.conf +games-action/minetest gcc-basic.conf media-libs/mlt gcc-basic.conf net-libs/nodejs gcc-basic.conf perl-core/* gcc-basic.conf From 7551603ded76ac3343b4f224b64215222100acbb Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 25 Jun 2022 03:15:20 +0100 Subject: [PATCH 171/833] Mask www-client/firefox now that we have www-client/chromium. --- portage/package.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.mask b/portage/package.mask index 9d321f4..21f9344 100644 --- a/portage/package.mask +++ b/portage/package.mask @@ -9,6 +9,7 @@ app-admin/sudo gui-wm/hikari sys-libs/libunwind +www-client/firefox # Gentoo repository. app-office/libreoffice::gentoo From 26a4fd83ba848ba7f97cb26a40afa034bd2086e5 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 25 Jun 2022 03:15:51 +0100 Subject: [PATCH 172/833] Remove www-client/firefox now that we have www-client/chromium. --- portage/package.unmask | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.unmask b/portage/package.unmask index a7ac9fd..e051605 100644 --- a/portage/package.unmask +++ b/portage/package.unmask @@ -13,4 +13,3 @@ sys-libs/libcxx sys-libs/libcxxabi sys-libs/llvm-libunwind www-client/chromium -www-client/firefox From 21b108c24544ee9f23a9bc46507961cdd9f5bc5e Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 25 Jun 2022 03:16:18 +0100 Subject: [PATCH 173/833] Remove www-client/firefox now that we have www-client/chromium. --- portage/package.use | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index e9110e6..8f281af 100644 --- a/portage/package.use +++ b/portage/package.use @@ -62,7 +62,6 @@ sys-libs/llvm-libunwind static-libs sys-libs/ncurses static-libs sys-libs/zlib minizip www-client/chromium lto proprietary-codecs system-allocator system-harfbuzz system-icu -system-png vaapi -hangouts -js-type-check -libcxx -suid -X -www-client/firefox hardened openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-webp -system-libevent x11-base/xwayland xcsecurity x11-libs/cairo X x11-libs/gtk+ X From e3f16b721d5509d6bcf6d6344cca77b63472a001 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 25 Jun 2022 03:20:51 +0100 Subject: [PATCH 174/833] Remove www-client/firefox now that we have www-client/chromium. --- portage/package.accept_keywords | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 8219902..7779caf 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -34,4 +34,3 @@ sys-libs/libucontext ~amd64 sys-libs/musl-legacy-compat ~amd64 virtual/rust ~amd64 www-client/chromium ~amd64 -www-client/firefox ~amd64 From 7ec7aade5a0d375b2e5f2e2de06efc3f3a3390be Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 25 Jun 2022 03:21:54 +0100 Subject: [PATCH 175/833] Remove www-client/firefox now that we have www-client/chromium. --- portage/package.env | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index b56a7f3..fe04320 100644 --- a/portage/package.env +++ b/portage/package.env @@ -294,7 +294,6 @@ sys-process/psmisc nopie.conf virtual/libelf nopie.conf virtual/rust nopie.conf virtual/w3m nopie.conf -www-client/firefox nopie.conf www-client/w3m nopie.conf x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf From cc88eac4e7b1f080340cddd4a53db69eb6266e26 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 25 Jun 2022 03:51:17 +0100 Subject: [PATCH 176/833] Remove 12101111-overlay since it is no longer required. --- portage/repos.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/portage/repos.conf b/portage/repos.conf index 6ba82f9..3175e72 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -18,11 +18,6 @@ location = /var/db/repos/guru sync-type = git sync-uri = https://anongit.gentoo.org/git/repo/proj/guru.git -[12101111-overlay] -location = /var/db/repos/12101111-overlay -sync-type = git -sync-uri = https://github.com/12101111/overlay - [yemou-overlay] location = /var/db/repos/yemou-overlay sync-type = git From f23cce7718f19365a3f632cfbd5e1464783ad9c2 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 27 Jun 2022 01:33:28 +0100 Subject: [PATCH 177/833] Replace local media overlay with Git mmd overlay since it's been uploaded. --- portage/repos.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/portage/repos.conf b/portage/repos.conf index 3175e72..fa5b210 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -13,6 +13,11 @@ location = /var/db/repos/inferencium sync-type = git sync-uri = https://codeberg.org/inference/inferencium.git +[mmd] +location = /var/db/repos/mmd +sync-type = git +sync-uri = https://codeberg.org/inference/mmd.git + [guru] location = /var/db/repos/guru sync-type = git @@ -22,6 +27,3 @@ sync-uri = https://anongit.gentoo.org/git/repo/proj/guru.git location = /var/db/repos/yemou-overlay sync-type = git sync-uri = https://github.com/yemouu/yemou-overlay.git - -[media] -location = /var/db/repos/media From 0fe0a64eff5f4d842cf0fb2a8bb744889a4e5539 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 27 Jun 2022 06:50:25 +0100 Subject: [PATCH 178/833] Enable www-client/chromium USE flag system-png. --- portage/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index 8f281af..f7f6ea8 100644 --- a/portage/package.use +++ b/portage/package.use @@ -61,7 +61,7 @@ sys-libs/libcxxabi static-libs sys-libs/llvm-libunwind static-libs sys-libs/ncurses static-libs sys-libs/zlib minizip -www-client/chromium lto proprietary-codecs system-allocator system-harfbuzz system-icu -system-png vaapi -hangouts -js-type-check -libcxx -suid -X +www-client/chromium lto proprietary-codecs system-allocator system-harfbuzz system-icu system-png vaapi -hangouts -js-type-check -libcxx -suid -X x11-base/xwayland xcsecurity x11-libs/cairo X x11-libs/gtk+ X From 3543eb1f3ea0df59d54d0b5a8ad02a460042ea4a Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 27 Jun 2022 07:23:53 +0100 Subject: [PATCH 179/833] Remove musl-tld-caching patch since it's now provided by the repository. --- .../chromium/musl-tid-caching.patch | 83 ------------------- 1 file changed, 83 deletions(-) delete mode 100644 portage/patches/www-client/chromium/musl-tid-caching.patch diff --git a/portage/patches/www-client/chromium/musl-tid-caching.patch b/portage/patches/www-client/chromium/musl-tid-caching.patch deleted file mode 100644 index 21e5d88..0000000 --- a/portage/patches/www-client/chromium/musl-tid-caching.patch +++ /dev/null @@ -1,83 +0,0 @@ -diff --git a/sandbox/linux/services/namespace_sandbox.cc b/sandbox/linux/services/namespace_sandbox.cc -index d46ea08..fbedde1 100644 ---- a/sandbox/linux/services/namespace_sandbox.cc -+++ b/sandbox/linux/services/namespace_sandbox.cc -@@ -209,6 +209,70 @@ base::Process NamespaceSandbox::LaunchProcessWithOptions( - return base::LaunchProcess(argv, launch_options_copy); - } - -+#if defined(__aarch64__) -+#define TLS_ABOVE_TP -+#endif -+ -+struct musl_pthread -+{ -+ /* Part 1 -- these fields may be external or -+ * internal (accessed via asm) ABI. Do not change. */ -+ struct pthread *self; -+#ifndef TLS_ABOVE_TP -+ uintptr_t *dtv; -+#endif -+ struct pthread *prev, *next; /* non-ABI */ -+ uintptr_t sysinfo; -+#ifndef TLS_ABOVE_TP -+#ifdef CANARY_PAD -+ uintptr_t canary_pad; -+#endif -+ uintptr_t canary; -+#endif -+ -+/* Part 2 -- implementation details, non-ABI. */ -+ int tid; -+ int errno_val; -+ volatile int detach_state; -+ volatile int cancel; -+ volatile unsigned char canceldisable, cancelasync; -+ unsigned char tsd_used:1; -+ unsigned char dlerror_flag:1; -+ unsigned char *map_base; -+ size_t map_size; -+ void *stack; -+ size_t stack_size; -+ size_t guard_size; -+ void *result; -+ struct __ptcb *cancelbuf; -+ void **tsd; -+ struct { -+ volatile void *volatile head; -+ long off; -+ volatile void *volatile pending; -+ } robust_list; -+ int h_errno_val; -+ volatile int timer_id; -+ locale_t locale; -+ volatile int killlock[1]; -+ char *dlerror_buf; -+ void *stdio_locks; -+ -+ /* Part 3 -- the positions of these fields relative to -+ * the end of the structure is external and internal ABI. */ -+#ifdef TLS_ABOVE_TP -+ uintptr_t canary; -+ uintptr_t *dtv; -+#endif -+}; -+ -+void MaybeUpdateMuslTidCache() -+{ -+ pid_t real_tid = sys_gettid(); -+ pid_t* cached_tid_location = &reinterpret_cast(pthread_self())->tid; -+ *cached_tid_location = real_tid; -+} -+ - // static - pid_t NamespaceSandbox::ForkInNewPidNamespace(bool drop_capabilities_in_child) { - const pid_t pid = -@@ -226,6 +290,7 @@ pid_t NamespaceSandbox::ForkInNewPidNamespace(bool drop_capabilities_in_child) { - #if defined(LIBC_GLIBC) - MaybeUpdateGlibcTidCache(); - #endif -+ MaybeUpdateMuslTidCache(); - return 0; - } - From d4943f5b77aaee0120370b137f7554c89b343356 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 28 Jun 2022 10:35:14 +0100 Subject: [PATCH 180/833] Remove dev-lua/* and sys-libs/libselinux. --- portage/package.env | 2 -- 1 file changed, 2 deletions(-) diff --git a/portage/package.env b/portage/package.env index fe04320..3f6e748 100644 --- a/portage/package.env +++ b/portage/package.env @@ -338,7 +338,6 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic dev-lang/python gcc-basic.conf -dev-lua/* gcc-basic.conf dev-perl/* gcc-basic.conf dev-python/* gcc-basic.conf games-action/minetest gcc-basic.conf @@ -351,5 +350,4 @@ sys-auth/elogind gcc-basic.conf sys-boot/grub gcc-basic.conf sys-fs/cryptmount gcc-basic.conf sys-libs/libcap gcc-basic.conf -sys-libs/libselinux gcc-basic.conf sys-process/procps gcc-basic.conf From 9a832a9ff2f39ffcaec5a5b928ca282f85850417 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 28 Jun 2022 22:40:35 +0100 Subject: [PATCH 181/833] Add dev-lua/lpeg to GCC - Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 3f6e748..5ac13ee 100644 --- a/portage/package.env +++ b/portage/package.env @@ -338,6 +338,7 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic dev-lang/python gcc-basic.conf +dev-lua/lpeg gcc-basic.conf dev-perl/* gcc-basic.conf dev-python/* gcc-basic.conf games-action/minetest gcc-basic.conf From 77826a19c0123f9d94ec31ea2204723de48144c5 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 28 Jun 2022 22:55:40 +0100 Subject: [PATCH 182/833] Add dev-lua/mpack to GCC - Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 5ac13ee..a099bab 100644 --- a/portage/package.env +++ b/portage/package.env @@ -339,6 +339,7 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic dev-lang/python gcc-basic.conf dev-lua/lpeg gcc-basic.conf +dev-lua/mpack gcc-basic.conf dev-perl/* gcc-basic.conf dev-python/* gcc-basic.conf games-action/minetest gcc-basic.conf From 0bb821f124b1ec26940105d28b9f360cb31adbf4 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 28 Jun 2022 22:57:00 +0100 Subject: [PATCH 183/833] Remove dev-lua/lpeg and dev-lua/mpack from No PIE env. --- portage/package.env | 2 -- 1 file changed, 2 deletions(-) diff --git a/portage/package.env b/portage/package.env index a099bab..dbe78b4 100644 --- a/portage/package.env +++ b/portage/package.env @@ -127,8 +127,6 @@ dev-libs/spdlog nopie.conf dev-libs/tree-sitter nopie.conf dev-libs/unibilium nopie.conf dev-libs/wayland nopie.conf -dev-lua/lpeg nopie.conf -dev-lua/mpack nopie.conf dev-perl/Locale-gettext nopie.conf dev-python/PySocks nopie.conf dev-python/charset_normalizer nopie.conf From 93d86b438616a2deb7110171cb78edf36e902a0b Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 28 Jun 2022 23:02:59 +0100 Subject: [PATCH 184/833] Add dev-lua/luv to GCC - Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index dbe78b4..63f4b4b 100644 --- a/portage/package.env +++ b/portage/package.env @@ -337,6 +337,7 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic dev-lang/python gcc-basic.conf dev-lua/lpeg gcc-basic.conf +dev-lua/luv gcc-basic.conf dev-lua/mpack gcc-basic.conf dev-perl/* gcc-basic.conf dev-python/* gcc-basic.conf From 51ba2b0008dad54332f061105f4b41ec38f77c55 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 28 Jun 2022 23:53:12 +0100 Subject: [PATCH 185/833] Remove dev-python/*. Add dev-python/cython to GCC - Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 63f4b4b..db55181 100644 --- a/portage/package.env +++ b/portage/package.env @@ -340,7 +340,7 @@ dev-lua/lpeg gcc-basic.conf dev-lua/luv gcc-basic.conf dev-lua/mpack gcc-basic.conf dev-perl/* gcc-basic.conf -dev-python/* gcc-basic.conf +dev-python/cython gcc-basic.conf games-action/minetest gcc-basic.conf media-libs/mlt gcc-basic.conf net-libs/nodejs gcc-basic.conf From 8815bb9cb0f8b6fe20ea1cbd838ee9d474ab13ae Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 29 Jun 2022 01:05:42 +0100 Subject: [PATCH 186/833] Add dev-python/cffi to GCC - Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index db55181..e4eb61f 100644 --- a/portage/package.env +++ b/portage/package.env @@ -340,6 +340,7 @@ dev-lua/lpeg gcc-basic.conf dev-lua/luv gcc-basic.conf dev-lua/mpack gcc-basic.conf dev-perl/* gcc-basic.conf +dev-python/cffi gcc-basic.conf dev-python/cython gcc-basic.conf games-action/minetest gcc-basic.conf media-libs/mlt gcc-basic.conf From 6f302037f42eaeda71c8d5441bed1dd2458ccd89 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 2 Jul 2022 20:20:46 +0100 Subject: [PATCH 187/833] Add necessary USE flags for media-video/openshot. --- portage/package.use | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/portage/package.use b/portage/package.use index f7f6ea8..0c897f3 100644 --- a/portage/package.use +++ b/portage/package.use @@ -73,3 +73,29 @@ media-libs/harfbuzz icu glib introspection truetype media-libs/libpng -apng x11-libs/libva X net-libs/nodejs inspector + +# required by dev-python/PyQtWebEngine-5.15.5::gentoo +# required by media-video/openshot-2.6.1::gentoo[python_single_target_python3_9] +# required by media-video/openshot (argument) +>=dev-python/PyQt5-5.15.6 widgets svg gui webchannel network printsupport +# required by media-libs/libopenshot-0.2.7::gentoo +# required by media-video/openshot-2.6.1::gentoo +# required by media-video/openshot (argument) +>=dev-qt/qtmultimedia-5.15.4-r1 widgets +# required by media-libs/libopenshot-0.2.7::gentoo +# required by media-video/openshot-2.6.1::gentoo +# required by media-video/openshot (argument) +>=media-video/ffmpeg-4.4.2 xvid theora mp3 x264 vpx vorbis +# required by dev-python/pyzmq-23.0.0::gentoo[-test] +# required by media-video/openshot-2.6.1::gentoo[python_single_target_python3_9] +# required by media-video/openshot (argument) +>=net-libs/zeromq-4.3.4-r1 drafts +# required by dev-python/PyQtWebEngine-5.15.5::gentoo +# required by media-video/openshot-2.6.1::gentoo[python_single_target_python3_9] +# required by media-video/openshot (argument) +>=dev-qt/qtwebengine-5.15.4_p20220526 widgets +# required by dev-qt/qtwebengine-5.15.4_p20220526::gentoo +# required by dev-python/PyQtWebEngine-5.15.5::gentoo +# required by media-video/openshot-2.6.1::gentoo[python_single_target_python3_9] +# required by media-video/openshot (argument) +>=dev-qt/qtwebchannel-5.15.4 qml From fc6ff618343b21fb12bad0b50836b3dfd7ab59dd Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 2 Jul 2022 20:23:46 +0100 Subject: [PATCH 188/833] Remove unnecessary USE flags.. --- portage/package.use | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/portage/package.use b/portage/package.use index 0c897f3..f7f6ea8 100644 --- a/portage/package.use +++ b/portage/package.use @@ -73,29 +73,3 @@ media-libs/harfbuzz icu glib introspection truetype media-libs/libpng -apng x11-libs/libva X net-libs/nodejs inspector - -# required by dev-python/PyQtWebEngine-5.15.5::gentoo -# required by media-video/openshot-2.6.1::gentoo[python_single_target_python3_9] -# required by media-video/openshot (argument) ->=dev-python/PyQt5-5.15.6 widgets svg gui webchannel network printsupport -# required by media-libs/libopenshot-0.2.7::gentoo -# required by media-video/openshot-2.6.1::gentoo -# required by media-video/openshot (argument) ->=dev-qt/qtmultimedia-5.15.4-r1 widgets -# required by media-libs/libopenshot-0.2.7::gentoo -# required by media-video/openshot-2.6.1::gentoo -# required by media-video/openshot (argument) ->=media-video/ffmpeg-4.4.2 xvid theora mp3 x264 vpx vorbis -# required by dev-python/pyzmq-23.0.0::gentoo[-test] -# required by media-video/openshot-2.6.1::gentoo[python_single_target_python3_9] -# required by media-video/openshot (argument) ->=net-libs/zeromq-4.3.4-r1 drafts -# required by dev-python/PyQtWebEngine-5.15.5::gentoo -# required by media-video/openshot-2.6.1::gentoo[python_single_target_python3_9] -# required by media-video/openshot (argument) ->=dev-qt/qtwebengine-5.15.4_p20220526 widgets -# required by dev-qt/qtwebengine-5.15.4_p20220526::gentoo -# required by dev-python/PyQtWebEngine-5.15.5::gentoo -# required by media-video/openshot-2.6.1::gentoo[python_single_target_python3_9] -# required by media-video/openshot (argument) ->=dev-qt/qtwebchannel-5.15.4 qml From ff6653849a7073c480f777a6f615896e39ebd4bd Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 3 Jul 2022 13:02:13 +0100 Subject: [PATCH 189/833] Add app-misc/jq and dev-libs/oniguruma to No PIE env. --- portage/package.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portage/package.env b/portage/package.env index e4eb61f..54922d6 100644 --- a/portage/package.env +++ b/portage/package.env @@ -39,6 +39,7 @@ app-eselect/eselect-rust nopie.conf app-eselect/eselect-vi nopie.conf app-i18n/uchardet nopie.conf app-misc/ca-certificates nopie.conf +app-misc/jq nopie.conf app-misc/mc nopie.conf app-misc/tmux nopie.conf app-portage/eix nopie.conf @@ -119,6 +120,7 @@ dev-libs/nettle nopie.conf dev-libs/npth nopie.conf dev-libs/nspr nopie.conf dev-libs/nss nopie.conf +dev-libs/oniguruma nopie.conf dev-libs/openssl nopie.conf dev-libs/popt nopie.conf dev-libs/protobuf nopie.conf From 4b69113e0140595751ed9e1cafd607c49c86cec3 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 3 Jul 2022 13:02:49 +0100 Subject: [PATCH 190/833] Remove minetest packages. --- portage/package.accept_keywords | 3 --- 1 file changed, 3 deletions(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 7779caf..e6f41a4 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -5,8 +5,6 @@ Date: Sun, 3 Jul 2022 13:04:14 +0100 Subject: [PATCH 191/833] Add net-misc/ytfzf unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index e6f41a4..87b5ad7 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -24,6 +24,7 @@ media-libs/gegl ~amd64 media-video/shotcut ~amd64 net-im/gomuks ~amd64 net-im/profanity ~amd64 +met-misc/ytfzf ~amd64 sys-fs/jmtpfs ~amd64 sys-libs/libexecinfo ~amd64 sys-libs/libomp ~amd64 From f59bcfdb2ab328e57943917eb9ab1f6e8084950d Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 3 Jul 2022 13:04:56 +0100 Subject: [PATCH 192/833] Fix typo. --- portage/package.accept_keywords | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 87b5ad7..28c477d 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -24,7 +24,7 @@ media-libs/gegl ~amd64 media-video/shotcut ~amd64 net-im/gomuks ~amd64 net-im/profanity ~amd64 -met-misc/ytfzf ~amd64 +net-misc/ytfzf ~amd64 sys-fs/jmtpfs ~amd64 sys-libs/libexecinfo ~amd64 sys-libs/libomp ~amd64 From 14147e5126dbc04bce39305021fd949e2ae65807 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 3 Jul 2022 13:54:10 +0100 Subject: [PATCH 193/833] Clean up files. --- portage/package.unmask | 9 --------- 1 file changed, 9 deletions(-) diff --git a/portage/package.unmask b/portage/package.unmask index e051605..9b44289 100644 --- a/portage/package.unmask +++ b/portage/package.unmask @@ -3,13 +3,4 @@ # Copyright 2022 Inference -sys-devel/clang -sys-devel/clang-runtime -sys-devel/lld -sys-devel/llvm -sys-libs/compiler-rt -sys-libs/compiler-rt-sanitizers -sys-libs/libcxx -sys-libs/libcxxabi -sys-libs/llvm-libunwind www-client/chromium From ac04d01dcb1ee7337ff8d132d6e00826cc0f42aa Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 3 Jul 2022 13:55:26 +0100 Subject: [PATCH 194/833] Clean up files. --- portage/package.accept_keywords | 2 -- 1 file changed, 2 deletions(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 28c477d..f27450a 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -13,7 +13,6 @@ dev-libs/libstrophe ~amd64 dev-libs/nss ~amd64 dev-libs/olm ~amd64 dev-libs/spdlog ~amd64 -dev-util/cbindgen ~amd64 fs-util/fsverity-utils ~amd64 games-rpg/cataclysm-dda ~amd64 gui-apps/waybar ~amd64 @@ -21,7 +20,6 @@ gui-apps/wofi ~amd64 media-libs/babl ~amd64 media-libs/dav1d ~amd64 media-libs/gegl ~amd64 -media-video/shotcut ~amd64 net-im/gomuks ~amd64 net-im/profanity ~amd64 net-misc/ytfzf ~amd64 From 971628b439f254bdd8b5dd15bdb1c0fc81f2ed68 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 3 Jul 2022 14:05:03 +0100 Subject: [PATCH 195/833] Update approved licenses. --- portage/package.license | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/portage/package.license b/portage/package.license index 9a272c2..ac6536c 100644 --- a/portage/package.license +++ b/portage/package.license @@ -3,6 +3,8 @@ # Copyright 2022 Inference +*/* GPL-2 +*/* GPL-3 +*/* MIT app-arch/unrar unRAR -fs-util/fsverity-utils GPL-2 sys-kernel/linux-firmware @BINARY-REDISTRIBUTABLE From 0493b09acda285b80d68af780d26aba39821d682 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 4 Jul 2022 12:51:03 +0100 Subject: [PATCH 196/833] Add media-sound/mumble to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 54922d6..4dad560 100644 --- a/portage/package.env +++ b/portage/package.env @@ -209,6 +209,7 @@ media-plugins/frei0r-plugins nopie.conf media-sound/cmus nopie.conf media-sound/lame nopie.conf media-sound/mpg123 nopie.conf +media-sound/mumble nopie.conf media-sound/pulseaudio nopie.conf media-sound/pulseaudio-daemon nopie.conf media-sound/pulsemixer nopie.conf From c953cd7fc40c94430495a7eca545f044390222e0 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 4 Jul 2022 12:51:55 +0100 Subject: [PATCH 197/833] Remove minetest packages. --- portage/package.env | 2 -- 1 file changed, 2 deletions(-) diff --git a/portage/package.env b/portage/package.env index 4dad560..cd6f9d1 100644 --- a/portage/package.env +++ b/portage/package.env @@ -57,7 +57,6 @@ dev-cpp/glibmm nopie.conf dev-cpp/gtkmm nopie.conf dev-cpp/pangomm nopie.conf dev-db/sqlite nopie.conf -dev-games/irrlicht-mt nopie.conf dev-lang/duktape nopie.conf dev-lang/lua nopie.conf dev-lang/tcl nopie.conf @@ -345,7 +344,6 @@ dev-lua/mpack gcc-basic.conf dev-perl/* gcc-basic.conf dev-python/cffi gcc-basic.conf dev-python/cython gcc-basic.conf -games-action/minetest gcc-basic.conf media-libs/mlt gcc-basic.conf net-libs/nodejs gcc-basic.conf perl-core/* gcc-basic.conf From a2ced30b0b88c457856421a2715b40dbd70fd80f Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 5 Jul 2022 11:50:09 +0100 Subject: [PATCH 198/833] Change media-sound/mumble to net-voip/mumble. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index cd6f9d1..c36c8a8 100644 --- a/portage/package.env +++ b/portage/package.env @@ -208,7 +208,7 @@ media-plugins/frei0r-plugins nopie.conf media-sound/cmus nopie.conf media-sound/lame nopie.conf media-sound/mpg123 nopie.conf -media-sound/mumble nopie.conf +net-voip/mumble nopie.conf media-sound/pulseaudio nopie.conf media-sound/pulseaudio-daemon nopie.conf media-sound/pulsemixer nopie.conf From 3060d4417d0c22ee501c7bf12ba9b102bf71082d Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 5 Jul 2022 12:12:49 +0100 Subject: [PATCH 199/833] Remove net-im/profanity USE flags gpg and otr since they are deprecated encryption methods. --- portage/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index f7f6ea8..d4a1452 100644 --- a/portage/package.use +++ b/portage/package.use @@ -47,7 +47,7 @@ media-video/ffmpeg X sdl media-video/mpv cli -xv net-dns/dnsmasq ipv6 net-dns/dnsmasq script -net-im/profanity gpg omemo otr +net-im/profanity omemo -gpg -otr net-libs/nodejs -lto sys-auth/polkit duktape sys-block/parted device-mapper verify-sig From ba2faf9ffeabbd1065f3493151f914f599350704 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 5 Jul 2022 12:29:48 +0100 Subject: [PATCH 200/833] Move net-voip/mumble from No PIE env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index c36c8a8..3ba51ed 100644 --- a/portage/package.env +++ b/portage/package.env @@ -208,7 +208,6 @@ media-plugins/frei0r-plugins nopie.conf media-sound/cmus nopie.conf media-sound/lame nopie.conf media-sound/mpg123 nopie.conf -net-voip/mumble nopie.conf media-sound/pulseaudio nopie.conf media-sound/pulseaudio-daemon nopie.conf media-sound/pulsemixer nopie.conf @@ -313,6 +312,7 @@ media-libs/opencv basic.conf media-sound/mumble basic.conf net-analyzer/openbsd-netcat basic.conf net-libs/libtirpc basic.conf +net-voip/mumble basic.conf sys-apps/portage basic.conf sys-block/parted basic.conf sys-block/thin-provisioning-tools basic.conf From 020e00b5933c08378f635d03b765f806e008cbd1 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 5 Jul 2022 22:19:24 +0100 Subject: [PATCH 201/833] Temporarily add dev-libs/openssl unstable to allow patching CVE-2022-2068. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index f27450a..9797f90 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -12,6 +12,7 @@ dev-libs/libfmt ~amd64 dev-libs/libstrophe ~amd64 dev-libs/nss ~amd64 dev-libs/olm ~amd64 +dev-libs/openssl ~amd64 dev-libs/spdlog ~amd64 fs-util/fsverity-utils ~amd64 games-rpg/cataclysm-dda ~amd64 From 8af1ba179f5d4d46b133e8f12dc45f9d744c3640 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 09:57:14 +0100 Subject: [PATCH 202/833] Move net-libs/nodejs from GCC - Basic env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 3ba51ed..06ad390 100644 --- a/portage/package.env +++ b/portage/package.env @@ -312,6 +312,7 @@ media-libs/opencv basic.conf media-sound/mumble basic.conf net-analyzer/openbsd-netcat basic.conf net-libs/libtirpc basic.conf +net-libs/nodejs basic.conf net-voip/mumble basic.conf sys-apps/portage basic.conf sys-block/parted basic.conf @@ -345,7 +346,6 @@ dev-perl/* gcc-basic.conf dev-python/cffi gcc-basic.conf dev-python/cython gcc-basic.conf media-libs/mlt gcc-basic.conf -net-libs/nodejs gcc-basic.conf perl-core/* gcc-basic.conf sys-apps/dbus gcc-basic.conf sys-apps/shadow gcc-basic.conf From 5165fb288e8066e79b9b77eccfc4aa89dff077c4 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 10:01:28 +0100 Subject: [PATCH 203/833] Move sys-apps/dbus from GCC - Basic env to Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 06ad390..b6ac77d 100644 --- a/portage/package.env +++ b/portage/package.env @@ -314,6 +314,7 @@ net-analyzer/openbsd-netcat basic.conf net-libs/libtirpc basic.conf net-libs/nodejs basic.conf net-voip/mumble basic.conf +sys-apps/dbus basic.conf sys-apps/portage basic.conf sys-block/parted basic.conf sys-block/thin-provisioning-tools basic.conf From bf18dca2ee32faa0fc06f3a0e0a60dc24c7d2c05 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 10:03:46 +0100 Subject: [PATCH 204/833] Remove sys-apps/dbus from GCC - Basic env since it was left there after moving it to Basic env. --- portage/package.env | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index b6ac77d..b34c251 100644 --- a/portage/package.env +++ b/portage/package.env @@ -348,7 +348,6 @@ dev-python/cffi gcc-basic.conf dev-python/cython gcc-basic.conf media-libs/mlt gcc-basic.conf perl-core/* gcc-basic.conf -sys-apps/dbus gcc-basic.conf sys-apps/shadow gcc-basic.conf sys-auth/elogind gcc-basic.conf sys-boot/grub gcc-basic.conf From 4bf020aa28581a7dd99f3900505f0e2d11e0c371 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 10:06:15 +0100 Subject: [PATCH 205/833] Move sys-apps/shadow from GCC - Basic env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index b34c251..14e2a49 100644 --- a/portage/package.env +++ b/portage/package.env @@ -316,6 +316,7 @@ net-libs/nodejs basic.conf net-voip/mumble basic.conf sys-apps/dbus basic.conf sys-apps/portage basic.conf +sys-apps/shadow basic.conf sys-block/parted basic.conf sys-block/thin-provisioning-tools basic.conf sys-devel/gettext basic.conf @@ -348,7 +349,6 @@ dev-python/cffi gcc-basic.conf dev-python/cython gcc-basic.conf media-libs/mlt gcc-basic.conf perl-core/* gcc-basic.conf -sys-apps/shadow gcc-basic.conf sys-auth/elogind gcc-basic.conf sys-boot/grub gcc-basic.conf sys-fs/cryptmount gcc-basic.conf From 668aad93c6929e7a46a484ecef27b74e98e25322 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 10:22:38 +0100 Subject: [PATCH 206/833] Move sys-boot/grub from GCC - Basic env to Basic env. --- portage/package.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 14e2a49..a12bd51 100644 --- a/portage/package.env +++ b/portage/package.env @@ -317,8 +317,10 @@ net-voip/mumble basic.conf sys-apps/dbus basic.conf sys-apps/portage basic.conf sys-apps/shadow basic.conf +#sys-auth/elogind basic.conf sys-block/parted basic.conf sys-block/thin-provisioning-tools basic.conf +sys-boot/grub basic.conf sys-devel/gettext basic.conf sys-fs/lvm2 basic.conf sys-libs/musl basic.conf @@ -350,7 +352,6 @@ dev-python/cython gcc-basic.conf media-libs/mlt gcc-basic.conf perl-core/* gcc-basic.conf sys-auth/elogind gcc-basic.conf -sys-boot/grub gcc-basic.conf sys-fs/cryptmount gcc-basic.conf sys-libs/libcap gcc-basic.conf sys-process/procps gcc-basic.conf From a4d95ab76bf8bcddbf22f9e2a27fee5d3536278a Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 10:24:48 +0100 Subject: [PATCH 207/833] Move sys-libs/libcap from GCC - Basic env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index a12bd51..12b2b78 100644 --- a/portage/package.env +++ b/portage/package.env @@ -323,6 +323,7 @@ sys-block/thin-provisioning-tools basic.conf sys-boot/grub basic.conf sys-devel/gettext basic.conf sys-fs/lvm2 basic.conf +sys-libs/libcap basic.conf sys-libs/musl basic.conf sys-libs/slang basic.conf sys-process/audit basic.conf @@ -353,5 +354,4 @@ media-libs/mlt gcc-basic.conf perl-core/* gcc-basic.conf sys-auth/elogind gcc-basic.conf sys-fs/cryptmount gcc-basic.conf -sys-libs/libcap gcc-basic.conf sys-process/procps gcc-basic.conf From c4a6a99cef481bf202adbe431ff96583801c16e4 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 10:27:51 +0100 Subject: [PATCH 208/833] Move sys-process/procps from GCC - Basic env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 12b2b78..0ec5a1a 100644 --- a/portage/package.env +++ b/portage/package.env @@ -327,6 +327,7 @@ sys-libs/libcap basic.conf sys-libs/musl basic.conf sys-libs/slang basic.conf sys-process/audit basic.conf +sys-process/procps basic.conf # Chromium www-client/chromium chromium.conf @@ -354,4 +355,3 @@ media-libs/mlt gcc-basic.conf perl-core/* gcc-basic.conf sys-auth/elogind gcc-basic.conf sys-fs/cryptmount gcc-basic.conf -sys-process/procps gcc-basic.conf From 1a340bc5a6ce6ee07b3a883143a84e007f842fde Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 10:30:42 +0100 Subject: [PATCH 209/833] Move dev-libs/libevent from GCC env to Basic env. Remove GCC env. --- portage/package.env | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/portage/package.env b/portage/package.env index 0ec5a1a..0c875b5 100644 --- a/portage/package.env +++ b/portage/package.env @@ -328,6 +328,7 @@ sys-libs/musl basic.conf sys-libs/slang basic.conf sys-process/audit basic.conf sys-process/procps basic.conf +dev-libs/libevent basic.conf # Chromium www-client/chromium chromium.conf @@ -335,9 +336,6 @@ www-client/chromium chromium.conf # Werror app-crypt/sbsigntools werror.conf -# GCC -dev-libs/libevent gcc.conf - # GCC - No PIE dev-libs/libedit gcc-nopie.conf dev-util/pkgconf gcc-nopie.conf From cd4e8119b4f4c0177c773273e886d03b4005d237 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 10:34:30 +0100 Subject: [PATCH 210/833] Move dev-util/pkgconf from GCC - No PIE env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 0c875b5..7a25e87 100644 --- a/portage/package.env +++ b/portage/package.env @@ -329,6 +329,7 @@ sys-libs/slang basic.conf sys-process/audit basic.conf sys-process/procps basic.conf dev-libs/libevent basic.conf +dev-util/pkgconf basic.conf # Chromium www-client/chromium chromium.conf @@ -338,7 +339,6 @@ app-crypt/sbsigntools werror.conf # GCC - No PIE dev-libs/libedit gcc-nopie.conf -dev-util/pkgconf gcc-nopie.conf sys-devel/gcc gcc-nopie.conf # GCC - Basic From c1d2a49392f52ae20b6a1034e715cb84d9b60a0a Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 10:37:05 +0100 Subject: [PATCH 211/833] Move sys-fs/cryptmount from GCC - Basic env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 7a25e87..afd5a98 100644 --- a/portage/package.env +++ b/portage/package.env @@ -330,6 +330,7 @@ sys-process/audit basic.conf sys-process/procps basic.conf dev-libs/libevent basic.conf dev-util/pkgconf basic.conf +sys-fs/cryptmount basic.conf # Chromium www-client/chromium chromium.conf @@ -352,4 +353,3 @@ dev-python/cython gcc-basic.conf media-libs/mlt gcc-basic.conf perl-core/* gcc-basic.conf sys-auth/elogind gcc-basic.conf -sys-fs/cryptmount gcc-basic.conf From 58a98da87f2e77d50b0ac37c15fdb1510f441dd0 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 11:15:56 +0100 Subject: [PATCH 212/833] Move dev-lang/python from GCC - Basic env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index afd5a98..9ab4550 100644 --- a/portage/package.env +++ b/portage/package.env @@ -331,6 +331,7 @@ sys-process/procps basic.conf dev-libs/libevent basic.conf dev-util/pkgconf basic.conf sys-fs/cryptmount basic.conf +dev-lang/python basic.conf # Chromium www-client/chromium chromium.conf @@ -343,7 +344,6 @@ dev-libs/libedit gcc-nopie.conf sys-devel/gcc gcc-nopie.conf # GCC - Basic -dev-lang/python gcc-basic.conf dev-lua/lpeg gcc-basic.conf dev-lua/luv gcc-basic.conf dev-lua/mpack gcc-basic.conf From e1988f734e03554e3d5b3929e283a4e0a640ef0e Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 11:20:20 +0100 Subject: [PATCH 213/833] Move dev-lua/lpeg, dev-lua/luv, and dev-lua/mpack, from GCC - Basic env to Basic env. --- portage/package.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/package.env b/portage/package.env index 9ab4550..1043e3e 100644 --- a/portage/package.env +++ b/portage/package.env @@ -332,6 +332,9 @@ dev-libs/libevent basic.conf dev-util/pkgconf basic.conf sys-fs/cryptmount basic.conf dev-lang/python basic.conf +dev-lua/lpeg basic.conf +dev-lua/luv basic.conf +dev-lua/mpack basic.conf # Chromium www-client/chromium chromium.conf @@ -344,9 +347,6 @@ dev-libs/libedit gcc-nopie.conf sys-devel/gcc gcc-nopie.conf # GCC - Basic -dev-lua/lpeg gcc-basic.conf -dev-lua/luv gcc-basic.conf -dev-lua/mpack gcc-basic.conf dev-perl/* gcc-basic.conf dev-python/cffi gcc-basic.conf dev-python/cython gcc-basic.conf From aa750a2a575a0fb0e2eb4bac1542f9b5e1186eed Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 11:22:33 +0100 Subject: [PATCH 214/833] Move dev-python/cffi from GCC - Basic env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 1043e3e..d67eb11 100644 --- a/portage/package.env +++ b/portage/package.env @@ -335,6 +335,7 @@ dev-lang/python basic.conf dev-lua/lpeg basic.conf dev-lua/luv basic.conf dev-lua/mpack basic.conf +dev-python/cffi basic.conf # Chromium www-client/chromium chromium.conf @@ -348,7 +349,6 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic dev-perl/* gcc-basic.conf -dev-python/cffi gcc-basic.conf dev-python/cython gcc-basic.conf media-libs/mlt gcc-basic.conf perl-core/* gcc-basic.conf From a06bba8804acaac4097e0fe61be353633900e4fe Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 11:24:44 +0100 Subject: [PATCH 215/833] Move media-libs/mlt from GCC - Basic env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index d67eb11..7a30e9e 100644 --- a/portage/package.env +++ b/portage/package.env @@ -336,6 +336,7 @@ dev-lua/lpeg basic.conf dev-lua/luv basic.conf dev-lua/mpack basic.conf dev-python/cffi basic.conf +media-libs/mlt basic.conf # Chromium www-client/chromium chromium.conf @@ -350,6 +351,5 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic dev-perl/* gcc-basic.conf dev-python/cython gcc-basic.conf -media-libs/mlt gcc-basic.conf perl-core/* gcc-basic.conf sys-auth/elogind gcc-basic.conf From 83504b9d9e670e921aa1d706f5612902df469333 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 11:30:38 +0100 Subject: [PATCH 216/833] Remove dev-perl/*. --- portage/package.env | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 7a30e9e..e6bf0df 100644 --- a/portage/package.env +++ b/portage/package.env @@ -349,7 +349,6 @@ dev-libs/libedit gcc-nopie.conf sys-devel/gcc gcc-nopie.conf # GCC - Basic -dev-perl/* gcc-basic.conf dev-python/cython gcc-basic.conf perl-core/* gcc-basic.conf sys-auth/elogind gcc-basic.conf From a1dad4fd2ef1537c8595cf483e63a4cf30b9c17c Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 11:31:42 +0100 Subject: [PATCH 217/833] Remove perl-core/*. --- portage/package.env | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index e6bf0df..aa31a95 100644 --- a/portage/package.env +++ b/portage/package.env @@ -350,5 +350,4 @@ sys-devel/gcc gcc-nopie.conf # GCC - Basic dev-python/cython gcc-basic.conf -perl-core/* gcc-basic.conf sys-auth/elogind gcc-basic.conf From 7fd67d1b1e22525fded56b3f49a4edf929c019e4 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 6 Jul 2022 11:32:45 +0100 Subject: [PATCH 218/833] Move dev-python/cython from GCC - Basic env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index aa31a95..fd32d55 100644 --- a/portage/package.env +++ b/portage/package.env @@ -337,6 +337,7 @@ dev-lua/luv basic.conf dev-lua/mpack basic.conf dev-python/cffi basic.conf media-libs/mlt basic.conf +dev-python/cython basic.conf # Chromium www-client/chromium chromium.conf @@ -349,5 +350,4 @@ dev-libs/libedit gcc-nopie.conf sys-devel/gcc gcc-nopie.conf # GCC - Basic -dev-python/cython gcc-basic.conf sys-auth/elogind gcc-basic.conf From 4a15b5afa716224335a2cd7f60e4d0aacb8df9ae Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 9 Jul 2022 12:57:02 +0100 Subject: [PATCH 219/833] Add gui-libs/wlroots patch to fix TTY switching. --- portage/patches/gui-libs/wlroots/3581.patch | 114 ++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 portage/patches/gui-libs/wlroots/3581.patch diff --git a/portage/patches/gui-libs/wlroots/3581.patch b/portage/patches/gui-libs/wlroots/3581.patch new file mode 100644 index 0000000..8a2c023 --- /dev/null +++ b/portage/patches/gui-libs/wlroots/3581.patch @@ -0,0 +1,114 @@ +From 988fe5bda9c11c4b2a25e998bd0329c70cc487a0 Mon Sep 17 00:00:00 2001 +From: Rouven Czerwinski +Date: Fri, 27 May 2022 20:47:34 +0200 +Subject: [PATCH] relative_pointer: handle inert pointer objects + +Since 5e0ef70cc085 ("seat: Create inert objects for missing capabilities") +wlroots can create inert seat objects when the capability is currently missing +for the client but it had the capablity before. The client hoever will happily +handover the wl_pointer resource to the relative_pointer implementation, +creating a NULL pointer dereference when trying to access the seat_client which +is set to NULL for inert objects. + +Since the protocol does not contain an error for such requests, we hand out an +relative_pointer handle with the seat set to NULL. +We also need to check whether there is an associated seat in +send_relative_motion and need to tweak the destroy notifier in case no seat is +available. + +This way we can hand out a valid relative_pointer resource and don't crash the +compositor when trying to access an inert seat pointer resource in +relative_pointer. + +Relevant WAYLAND_DEBUG=1 when testing a client and switching VT every second: +[2619872.442] wl_seat@30.capabilities(3) +[2619872.460] -> wl_seat@30.get_pointer(new id wl_pointer@36) +[2619872.484] wl_data_device@25.selection(nil) +[2619872.504] zwp_primary_selection_device_v1@26.selection(nil) +[2619874.995] wl_seat@12.capabilities(3) +[2619875.035] -> wl_compositor@5.create_surface(new id wl_surface@37) +[2619875.088] -> wl_seat@12.get_pointer(new id wl_pointer@29) +[2619875.105] -> zwp_relative_pointer_manager_v1@8.get_relative_pointer(new id zwp_relative_pointer_v1@27, wl_pointer@29) +[2619875.127] -> wl_compositor@5.create_surface(new id wl_surface@35) +[2619875.139] -> wl_seat@12.get_pointer(new id wl_pointer@43) +[2619981.180] wl_seat@12.capabilities(2) +[2619981.214] -> zwp_relative_pointer_v1@27.destroy() +[2619981.226] -> wl_pointer@29.release() +[2619981.236] -> wl_surface@37.destroy() +[2619981.247] -> wl_pointer@43.release() +[2619981.254] -> wl_surface@35.destroy() +[2619981.262] wl_seat@12.capabilities(0) +[2619981.285] -> wl_keyboard@33.release() +[2619987.316] wl_seat@30.capabilities(2) +[2619987.336] -> wl_pointer@36.release() +[2619987.363] wl_seat@30.capabilities(0) +[2619987.371] -> wl_keyboard@34.release() +[2621932.880] wl_display@1.delete_id(41) +[2621932.903] wl_display@1.delete_id(40) +[2621932.910] wl_display@1.delete_id(27) +[2621932.917] wl_display@1.delete_id(29) +[2621932.924] wl_display@1.delete_id(37) +[2621932.930] wl_display@1.delete_id(43) +[2621932.944] wl_display@1.delete_id(35) +[2621932.950] wl_display@1.delete_id(33) +[2621932.959] wl_seat@12.capabilities(2) +[2621932.976] -> wl_seat@12.get_keyboard(new id wl_keyboard@33) +[2621936.875] wl_seat@12.capabilities(3) +[2621936.893] -> wl_compositor@5.create_surface(new id wl_surface@35) +[2621936.931] -> wl_seat@12.get_pointer(new id wl_pointer@43) +[2621936.945] -> zwp_relative_pointer_manager_v1@8.get_relative_pointer(new id zwp_relative_pointer_v1@37, wl_pointer@43) +[2621936.965] -> wl_compositor@5.create_surface(new id wl_surface@29) +[2621936.987] -> wl_seat@12.get_pointer(new id wl_pointer@27) +[2621942.796] wl_data_device@25.selection(nil) +[2621942.817] zwp_primary_selection_device_v1@26.selection(nil) +[2621942.823] wl_seat@30.capabilities(2) +--- + types/wlr_relative_pointer_v1.c | 16 ++++++++++------ + 1 file changed, 10 insertions(+), 6 deletions(-) + +diff --git a/types/wlr_relative_pointer_v1.c b/types/wlr_relative_pointer_v1.c +index 8613f2b91..0c3d3829f 100644 +--- a/types/wlr_relative_pointer_v1.c ++++ b/types/wlr_relative_pointer_v1.c +@@ -117,9 +117,17 @@ static void relative_pointer_manager_v1_handle_get_relative_pointer(struct wl_cl + } + + relative_pointer->resource = relative_pointer_resource; +- relative_pointer->seat = seat_client->seat; + relative_pointer->pointer_resource = pointer; + ++ if (seat_client) { ++ relative_pointer->seat = seat_client->seat; ++ wl_signal_add(&relative_pointer->seat->events.destroy, ++ &relative_pointer->seat_destroy); ++ relative_pointer->seat_destroy.notify = relative_pointer_handle_seat_destroy; ++ } else { ++ wl_list_init(&relative_pointer->seat_destroy.link); ++ } ++ + wl_signal_init(&relative_pointer->events.destroy); + + wl_resource_set_implementation(relative_pointer_resource, &relative_pointer_v1_impl, +@@ -131,10 +139,6 @@ static void relative_pointer_manager_v1_handle_get_relative_pointer(struct wl_cl + wl_list_insert(&manager->relative_pointers, + &relative_pointer->link); + +- wl_signal_add(&relative_pointer->seat->events.destroy, +- &relative_pointer->seat_destroy); +- relative_pointer->seat_destroy.notify = relative_pointer_handle_seat_destroy; +- + wl_resource_add_destroy_listener(relative_pointer->pointer_resource, + &relative_pointer->pointer_destroy); + relative_pointer->pointer_destroy.notify = relative_pointer_handle_pointer_destroy; +@@ -230,7 +234,7 @@ void wlr_relative_pointer_manager_v1_send_relative_motion( + wl_list_for_each(pointer, &manager->relative_pointers, link) { + struct wlr_seat_client *seat_client = + wlr_seat_client_from_pointer_resource(pointer->pointer_resource); +- if (seat != pointer->seat || focused != seat_client) { ++ if (!pointer->seat || seat != pointer->seat || focused != seat_client) { + continue; + } + +-- +GitLab + From de05dff8d532e38fd4681de5fab5092613aed075 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 9 Jul 2022 13:03:42 +0100 Subject: [PATCH 220/833] Add Linux directory. Add Linux kernel configuration file. --- linux/.config | 4462 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 4462 insertions(+) create mode 100644 linux/.config diff --git a/linux/.config b/linux/.config new file mode 100644 index 0000000..b799c7b --- /dev/null +++ b/linux/.config @@ -0,0 +1,4462 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/x86 5.15.41-gentoo Kernel Configuration +# +CONFIG_CC_VERSION_TEXT="gcc (Gentoo Hardened 11.3.0 p4) 11.3.0" +CONFIG_CC_IS_GCC=y +CONFIG_GCC_VERSION=110300 +CONFIG_CLANG_VERSION=0 +CONFIG_AS_IS_GNU=y +CONFIG_AS_VERSION=23700 +CONFIG_LD_IS_BFD=y +CONFIG_LD_VERSION=23700 +CONFIG_LLD_VERSION=0 +CONFIG_CC_CAN_LINK=y +CONFIG_CC_CAN_LINK_STATIC=y +CONFIG_CC_HAS_ASM_GOTO=y +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y +CONFIG_THREAD_INFO_IN_TASK=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +# CONFIG_WERROR is not set +CONFIG_LOCALVERSION="-inferencium-AA000-0-0.1.0.0" +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_BUILD_SALT="" +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_LZ4=y +CONFIG_HAVE_KERNEL_ZSTD=y +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_BZIP2 is not set +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_XZ is not set +# CONFIG_KERNEL_LZO is not set +# CONFIG_KERNEL_LZ4 is not set +# CONFIG_KERNEL_ZSTD is not set +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SWAP=y +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_USELIB=y +CONFIG_AUDIT=y +CONFIG_HAVE_ARCH_AUDITSYSCALL=y +CONFIG_AUDITSYSCALL=y + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_PENDING_IRQ=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_GENERIC_MSI_IRQ_DOMAIN=y +CONFIG_IRQ_MSI_IOMMU=y +CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y +CONFIG_GENERIC_IRQ_RESERVATION_MODE=y +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_SPARSE_IRQ=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +# end of IRQ subsystem + +CONFIG_CLOCKSOURCE_WATCHDOG=y +CONFIG_ARCH_CLOCKSOURCE_INIT=y +CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y +CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +CONFIG_NO_HZ_IDLE=y +# CONFIG_NO_HZ_FULL is not set +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y +CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y + +# +# BPF subsystem +# +# CONFIG_BPF_SYSCALL is not set +# CONFIG_BPF_JIT is not set +# end of BPF subsystem + +# CONFIG_PREEMPT_NONE is not set +CONFIG_PREEMPT_VOLUNTARY=y +# CONFIG_PREEMPT is not set +CONFIG_SCHED_CORE=y + +# +# CPU/Task time and stats accounting +# +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_BSD_PROCESS_ACCT=y +# CONFIG_BSD_PROCESS_ACCT_V3 is not set +CONFIG_TASKSTATS=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_XACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +# CONFIG_PSI is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_SRCU=y +CONFIG_TREE_SRCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +# end of RCU Subsystem + +# CONFIG_IKCONFIG is not set +# CONFIG_IKHEADERS is not set +CONFIG_LOG_BUF_SHIFT=18 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 +CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13 +# CONFIG_PRINTK_INDEX is not set +CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y + +# +# Scheduler features +# +# CONFIG_UCLAMP_TASK is not set +# end of Scheduler features + +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y +CONFIG_CC_HAS_INT128=y +CONFIG_ARCH_SUPPORTS_INT128=y +# CONFIG_NUMA_BALANCING is not set +CONFIG_CGROUPS=y +# CONFIG_MEMCG is not set +# CONFIG_BLK_CGROUP is not set +CONFIG_CGROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +# CONFIG_CFS_BANDWIDTH is not set +# CONFIG_RT_GROUP_SCHED is not set +# CONFIG_CGROUP_PIDS is not set +# CONFIG_CGROUP_RDMA is not set +CONFIG_CGROUP_FREEZER=y +# CONFIG_CGROUP_HUGETLB is not set +CONFIG_CPUSETS=y +CONFIG_PROC_PID_CPUSET=y +# CONFIG_CGROUP_DEVICE is not set +CONFIG_CGROUP_CPUACCT=y +# CONFIG_CGROUP_PERF is not set +# CONFIG_CGROUP_MISC is not set +CONFIG_NAMESPACES=y +CONFIG_UTS_NS=y +CONFIG_TIME_NS=y +CONFIG_IPC_NS=y +CONFIG_USER_NS=y +CONFIG_PID_NS=y +CONFIG_NET_NS=y +# CONFIG_CHECKPOINT_RESTORE is not set +# CONFIG_SCHED_AUTOGROUP is not set +# CONFIG_SYSFS_DEPRECATED is not set +CONFIG_RELAY=y +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_XZ=y +CONFIG_RD_LZO=y +CONFIG_RD_LZ4=y +CONFIG_RD_ZSTD=y +# CONFIG_BOOT_CONFIG is not set +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_SYSCTL=y +CONFIG_HAVE_UID16=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_HAVE_PCSPKR_PLATFORM=y +# CONFIG_EXPERT is not set +CONFIG_UID16=y +CONFIG_MULTIUSER=y +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SYSFS_SYSCALL=y +CONFIG_FHANDLE=y +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_PCSPKR_PLATFORM=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y +CONFIG_KALLSYMS_BASE_RELATIVE=y +# CONFIG_USERFAULTFD is not set +CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y +CONFIG_KCMP=y +CONFIG_RSEQ=y +# CONFIG_EMBEDDED is not set +CONFIG_HAVE_PERF_EVENTS=y + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# end of Kernel Performance Events And Counters + +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_SLUB_DEBUG=y +# CONFIG_COMPAT_BRK is not set +# CONFIG_SLAB is not set +CONFIG_SLUB=y +# CONFIG_SLAB_MERGE_DEFAULT is not set +CONFIG_SLAB_FREELIST_RANDOM=y +CONFIG_SLAB_FREELIST_HARDENED=y +CONFIG_SHUFFLE_PAGE_ALLOCATOR=y +# CONFIG_SLUB_CPU_PARTIAL is not set +CONFIG_SYSTEM_DATA_VERIFICATION=y +CONFIG_PROFILING=y +CONFIG_TRACEPOINTS=y +# end of General setup + +CONFIG_64BIT=y +CONFIG_X86_64=y +CONFIG_X86=y +CONFIG_INSTRUCTION_DECODER=y +CONFIG_OUTPUT_FORMAT="elf64-x86-64" +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_MMU=y +CONFIG_ARCH_MMAP_RND_BITS_MIN=28 +CONFIG_ARCH_MMAP_RND_BITS_MAX=32 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16 +CONFIG_GENERIC_ISA_DMA=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_ARCH_MAY_HAVE_PC_FDC=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_ARCH_HAS_CPU_RELAX=y +CONFIG_ARCH_HAS_FILTER_PGPROT=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_NR_GPIO=1024 +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_ARCH_WANT_GENERAL_HUGETLB=y +CONFIG_AUDIT_ARCH=y +CONFIG_HAVE_INTEL_TXT=y +CONFIG_X86_64_SMP=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_PGTABLE_LEVELS=5 +CONFIG_CC_HAS_SANE_STACKPROTECTOR=y + +# +# Processor type and features +# +CONFIG_SMP=y +CONFIG_X86_FEATURE_NAMES=y +CONFIG_X86_MPPARSE=y +# CONFIG_GOLDFISH is not set +CONFIG_RETPOLINE=y +CONFIG_CC_HAS_SLS=y +# CONFIG_SLS is not set +# CONFIG_X86_CPU_RESCTRL is not set +# CONFIG_X86_EXTENDED_PLATFORM is not set +# CONFIG_X86_INTEL_LPSS is not set +# CONFIG_X86_AMD_PLATFORM_DEVICE is not set +CONFIG_IOSF_MBI=y +# CONFIG_IOSF_MBI_DEBUG is not set +CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y +CONFIG_SCHED_OMIT_FRAME_POINTER=y +# CONFIG_HYPERVISOR_GUEST is not set +# CONFIG_MK8 is not set +# CONFIG_MPSC is not set +# CONFIG_MCORE2 is not set +# CONFIG_MATOM is not set +CONFIG_GENERIC_CPU=y +CONFIG_X86_INTERNODE_CACHE_SHIFT=6 +CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_TSC=y +CONFIG_X86_CMPXCHG64=y +CONFIG_X86_CMOV=y +CONFIG_X86_MINIMUM_CPU_FAMILY=64 +CONFIG_X86_DEBUGCTLMSR=y +CONFIG_IA32_FEAT_CTL=y +CONFIG_X86_VMX_FEATURE_NAMES=y +CONFIG_CPU_SUP_INTEL=y +CONFIG_CPU_SUP_AMD=y +CONFIG_CPU_SUP_HYGON=y +CONFIG_CPU_SUP_CENTAUR=y +CONFIG_CPU_SUP_ZHAOXIN=y +CONFIG_HPET_TIMER=y +CONFIG_HPET_EMULATE_RTC=y +CONFIG_DMI=y +# CONFIG_GART_IOMMU is not set +CONFIG_NR_CPUS_RANGE_BEGIN=2 +CONFIG_NR_CPUS_RANGE_END=512 +CONFIG_NR_CPUS_DEFAULT=64 +CONFIG_NR_CPUS=4 +CONFIG_SCHED_SMT=y +CONFIG_SCHED_MC=y +CONFIG_SCHED_MC_PRIO=y +CONFIG_X86_LOCAL_APIC=y +CONFIG_X86_IO_APIC=y +CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y +CONFIG_X86_MCE=y +# CONFIG_X86_MCELOG_LEGACY is not set +CONFIG_X86_MCE_INTEL=y +CONFIG_X86_MCE_AMD=y +CONFIG_X86_MCE_THRESHOLD=y +# CONFIG_X86_MCE_INJECT is not set + +# +# Performance monitoring +# +CONFIG_PERF_EVENTS_INTEL_UNCORE=y +CONFIG_PERF_EVENTS_INTEL_RAPL=y +CONFIG_PERF_EVENTS_INTEL_CSTATE=y +# CONFIG_PERF_EVENTS_AMD_POWER is not set +CONFIG_PERF_EVENTS_AMD_UNCORE=y +# end of Performance monitoring + +CONFIG_X86_16BIT=y +CONFIG_X86_ESPFIX64=y +CONFIG_X86_VSYSCALL_EMULATION=y +CONFIG_X86_IOPL_IOPERM=y +# CONFIG_I8K is not set +CONFIG_MICROCODE=y +# CONFIG_MICROCODE_INTEL is not set +CONFIG_MICROCODE_AMD=y +# CONFIG_MICROCODE_OLD_INTERFACE is not set +CONFIG_X86_MSR=y +CONFIG_X86_CPUID=y +CONFIG_X86_5LEVEL=y +CONFIG_X86_DIRECT_GBPAGES=y +# CONFIG_X86_CPA_STATISTICS is not set +# CONFIG_AMD_MEM_ENCRYPT is not set +CONFIG_NUMA=y +CONFIG_AMD_NUMA=y +CONFIG_X86_64_ACPI_NUMA=y +# CONFIG_NUMA_EMU is not set +CONFIG_NODES_SHIFT=6 +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_PROC_KCORE_TEXT=y +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +# CONFIG_X86_PMEM_LEGACY is not set +CONFIG_X86_CHECK_BIOS_CORRUPTION=y +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_MTRR=y +# CONFIG_MTRR_SANITIZER is not set +CONFIG_X86_PAT=y +CONFIG_ARCH_USES_PG_UNCACHED=y +CONFIG_ARCH_RANDOM=y +CONFIG_X86_SMAP=y +CONFIG_X86_UMIP=y +CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y +CONFIG_X86_INTEL_TSX_MODE_OFF=y +# CONFIG_X86_INTEL_TSX_MODE_ON is not set +# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set +# CONFIG_X86_SGX is not set +CONFIG_EFI=y +CONFIG_EFI_STUB=y +CONFIG_EFI_MIXED=y +# CONFIG_HZ_100 is not set +# CONFIG_HZ_250 is not set +# CONFIG_HZ_300 is not set +CONFIG_HZ_1000=y +CONFIG_HZ=1000 +CONFIG_SCHED_HRTICK=y +CONFIG_KEXEC=y +# CONFIG_KEXEC_FILE is not set +CONFIG_CRASH_DUMP=y +# CONFIG_KEXEC_JUMP is not set +CONFIG_PHYSICAL_START=0x1000000 +CONFIG_RELOCATABLE=y +CONFIG_RANDOMIZE_BASE=y +CONFIG_X86_NEED_RELOCS=y +CONFIG_PHYSICAL_ALIGN=0x200000 +CONFIG_DYNAMIC_MEMORY_LAYOUT=y +CONFIG_RANDOMIZE_MEMORY=y +CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0x0 +CONFIG_HOTPLUG_CPU=y +# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set +# CONFIG_DEBUG_HOTPLUG_CPU0 is not set +# CONFIG_COMPAT_VDSO is not set +# CONFIG_LEGACY_VSYSCALL_EMULATE is not set +CONFIG_LEGACY_VSYSCALL_XONLY=y +# CONFIG_LEGACY_VSYSCALL_NONE is not set +CONFIG_CMDLINE_BOOL=y +CONFIG_CMDLINE="\"root=UUID=2c866bb8-3352-4240-b849-775cebfb6d7b rd.luks.uuid=c6453dde-a22f-4b2f-b6b4-eb82b89c1105 rd.luks.allow-discards\"" +# CONFIG_CMDLINE_OVERRIDE is not set +CONFIG_MODIFY_LDT_SYSCALL=y +CONFIG_HAVE_LIVEPATCH=y +# end of Processor type and features + +CONFIG_ARCH_HAS_ADD_PAGES=y +CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y + +# +# Power management and ACPI options +# +CONFIG_ARCH_HIBERNATION_HEADER=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +CONFIG_HIBERNATE_CALLBACKS=y +CONFIG_HIBERNATION=y +CONFIG_HIBERNATION_SNAPSHOT_DEV=y +CONFIG_PM_STD_PARTITION="" +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +# CONFIG_PM_AUTOSLEEP is not set +# CONFIG_PM_WAKELOCKS is not set +CONFIG_PM=y +CONFIG_PM_DEBUG=y +# CONFIG_PM_ADVANCED_DEBUG is not set +# CONFIG_PM_TEST_SUSPEND is not set +CONFIG_PM_SLEEP_DEBUG=y +CONFIG_PM_TRACE=y +CONFIG_PM_TRACE_RTC=y +CONFIG_PM_CLK=y +# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set +# CONFIG_ENERGY_MODEL is not set +CONFIG_ARCH_SUPPORTS_ACPI=y +CONFIG_ACPI=y +CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y +CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y +CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y +# CONFIG_ACPI_DEBUGGER is not set +CONFIG_ACPI_SPCR_TABLE=y +# CONFIG_ACPI_FPDT is not set +CONFIG_ACPI_LPIT=y +CONFIG_ACPI_SLEEP=y +CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y +# CONFIG_ACPI_EC_DEBUGFS is not set +CONFIG_ACPI_AC=y +CONFIG_ACPI_BATTERY=y +CONFIG_ACPI_BUTTON=y +CONFIG_ACPI_VIDEO=y +CONFIG_ACPI_FAN=y +# CONFIG_ACPI_TAD is not set +CONFIG_ACPI_DOCK=y +CONFIG_ACPI_CPU_FREQ_PSS=y +CONFIG_ACPI_PROCESSOR_CSTATE=y +CONFIG_ACPI_PROCESSOR_IDLE=y +CONFIG_ACPI_CPPC_LIB=y +CONFIG_ACPI_PROCESSOR=y +CONFIG_ACPI_HOTPLUG_CPU=y +# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set +CONFIG_ACPI_THERMAL=y +CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y +CONFIG_ACPI_TABLE_UPGRADE=y +# CONFIG_ACPI_DEBUG is not set +# CONFIG_ACPI_PCI_SLOT is not set +CONFIG_ACPI_CONTAINER=y +CONFIG_ACPI_HOTPLUG_IOAPIC=y +# CONFIG_ACPI_SBS is not set +# CONFIG_ACPI_HED is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set +CONFIG_ACPI_BGRT=y +# CONFIG_ACPI_NFIT is not set +CONFIG_ACPI_NUMA=y +# CONFIG_ACPI_HMAT is not set +CONFIG_HAVE_ACPI_APEI=y +CONFIG_HAVE_ACPI_APEI_NMI=y +# CONFIG_ACPI_APEI is not set +# CONFIG_ACPI_DPTF is not set +# CONFIG_ACPI_CONFIGFS is not set +# CONFIG_PMIC_OPREGION is not set +CONFIG_X86_PM_TIMER=y +CONFIG_ACPI_PRMT=y + +# +# CPU Frequency scaling +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_ATTR_SET=y +CONFIG_CPU_FREQ_GOV_COMMON=y +# CONFIG_CPU_FREQ_STAT is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y + +# +# CPU frequency scaling drivers +# +CONFIG_X86_INTEL_PSTATE=y +# CONFIG_X86_PCC_CPUFREQ is not set +CONFIG_X86_ACPI_CPUFREQ=y +CONFIG_X86_ACPI_CPUFREQ_CPB=y +# CONFIG_X86_POWERNOW_K8 is not set +# CONFIG_X86_AMD_FREQ_SENSITIVITY is not set +# CONFIG_X86_SPEEDSTEP_CENTRINO is not set +# CONFIG_X86_P4_CLOCKMOD is not set + +# +# shared options +# +# end of CPU Frequency scaling + +# +# CPU Idle +# +CONFIG_CPU_IDLE=y +# CONFIG_CPU_IDLE_GOV_LADDER is not set +CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE_GOV_TEO is not set +# end of CPU Idle + +# CONFIG_INTEL_IDLE is not set +# end of Power management and ACPI options + +# +# Bus options (PCI etc.) +# +CONFIG_PCI_DIRECT=y +CONFIG_PCI_MMCONFIG=y +CONFIG_MMCONF_FAM10H=y +CONFIG_ISA_DMA_API=y +CONFIG_AMD_NB=y +# end of Bus options (PCI etc.) + +# +# Binary Emulations +# +CONFIG_IA32_EMULATION=y +# CONFIG_X86_X32 is not set +CONFIG_COMPAT_32=y +CONFIG_COMPAT=y +CONFIG_COMPAT_FOR_U64_ALIGNMENT=y +CONFIG_SYSVIPC_COMPAT=y +# end of Binary Emulations + +CONFIG_HAVE_KVM=y +CONFIG_VIRTUALIZATION=y +# CONFIG_KVM is not set +CONFIG_AS_AVX512=y +CONFIG_AS_SHA1_NI=y +CONFIG_AS_SHA256_NI=y +CONFIG_AS_TPAUSE=y + +# +# General architecture-dependent options +# +CONFIG_CRASH_CORE=y +CONFIG_KEXEC_CORE=y +CONFIG_HOTPLUG_SMT=y +CONFIG_GENERIC_ENTRY=y +CONFIG_KPROBES=y +CONFIG_JUMP_LABEL=y +# CONFIG_STATIC_KEYS_SELFTEST is not set +# CONFIG_STATIC_CALL_SELFTEST is not set +CONFIG_OPTPROBES=y +CONFIG_UPROBES=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_KRETPROBES=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_KPROBES_ON_FTRACE=y +CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_SET_MEMORY=y +CONFIG_ARCH_HAS_SET_DIRECT_MAP=y +CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y +CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y +CONFIG_ARCH_WANTS_NO_INSTR=y +CONFIG_HAVE_ASM_MODVERSIONS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y +CONFIG_HAVE_USER_RETURN_NOTIFIER=y +CONFIG_HAVE_PERF_EVENTS_NMI=y +CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +# CONFIG_SECCOMP_CACHE_DEBUG is not set +CONFIG_HAVE_ARCH_STACKLEAK=y +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y +CONFIG_LTO_NONE=y +CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y +CONFIG_HAVE_CONTEXT_TRACKING=y +CONFIG_HAVE_CONTEXT_TRACKING_OFFSTACK=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_MOVE_PUD=y +CONFIG_HAVE_MOVE_PMD=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y +CONFIG_HAVE_ARCH_HUGE_VMAP=y +CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y +CONFIG_HAVE_ARCH_SOFT_DIRTY=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y +CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_HAVE_EXIT_THREAD=y +CONFIG_ARCH_MMAP_RND_BITS=28 +CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y +CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8 +CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=y +CONFIG_HAVE_STACK_VALIDATION=y +CONFIG_HAVE_RELIABLE_STACKTRACE=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_COMPAT_OLD_SIGACTION=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_HAVE_ARCH_VMAP_STACK=y +CONFIG_VMAP_STACK=y +CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y +# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set +CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y +CONFIG_STRICT_KERNEL_RWX=y +CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y +CONFIG_STRICT_MODULE_RWX=y +CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y +CONFIG_ARCH_USE_MEMREMAP_PROT=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_ARCH_HAS_MEM_ENCRYPT=y +CONFIG_HAVE_STATIC_CALL=y +CONFIG_HAVE_STATIC_CALL_INLINE=y +CONFIG_HAVE_PREEMPT_DYNAMIC=y +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_ARCH_HAS_ELFCORE_COMPAT=y +CONFIG_ARCH_HAS_PARANOID_L1D_FLUSH=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_GCC_PLUGINS=y +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set +# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +CONFIG_MODULE_FORCE_UNLOAD=y +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLK_DEV_BSG_COMMON=y +# CONFIG_BLK_DEV_BSGLIB is not set +CONFIG_BLK_DEV_INTEGRITY=y +CONFIG_BLK_DEV_INTEGRITY_T10=y +# CONFIG_BLK_DEV_ZONED is not set +# CONFIG_BLK_WBT is not set +CONFIG_BLK_DEBUG_FS=y +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +# CONFIG_PARTITION_ADVANCED is not set +CONFIG_MSDOS_PARTITION=y +CONFIG_EFI_PARTITION=y +# end of Partition Types + +CONFIG_BLOCK_COMPAT=y +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_MQ_VIRTIO=y +CONFIG_BLK_PM=y +CONFIG_BLOCK_HOLDER_DEPRECATED=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +# CONFIG_IOSCHED_BFQ is not set +# end of IO Schedulers + +CONFIG_ASN1=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_LOCK_SPIN_ON_OWNER=y +CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y +CONFIG_QUEUED_SPINLOCKS=y +CONFIG_ARCH_USE_QUEUED_RWLOCKS=y +CONFIG_QUEUED_RWLOCKS=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y +CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y +CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y +CONFIG_FREEZER=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +CONFIG_COMPAT_BINFMT_ELF=y +CONFIG_ELFCORE=y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y +CONFIG_BINFMT_SCRIPT=y +CONFIG_BINFMT_MISC=y +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_SPARSEMEM_MANUAL=y +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_HAVE_FAST_GUP=y +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +# CONFIG_MEMORY_HOTPLUG is not set +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y +CONFIG_COMPACTION=y +# CONFIG_PAGE_REPORTING is not set +CONFIG_MIGRATION=y +CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_VIRT_TO_BUS=y +CONFIG_MMU_NOTIFIER=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_MEMORY_FAILURE is not set +# CONFIG_TRANSPARENT_HUGEPAGE is not set +CONFIG_ARCH_WANTS_THP_SWAP=y +# CONFIG_CLEANCACHE is not set +# CONFIG_FRONTSWAP is not set +# CONFIG_CMA is not set +# CONFIG_ZPOOL is not set +# CONFIG_ZSMALLOC is not set +CONFIG_GENERIC_EARLY_IOREMAP=y +# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_PTE_DEVMAP=y +CONFIG_ZONE_DMA=y +CONFIG_ZONE_DMA32=y +CONFIG_HMM_MIRROR=y +CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y +CONFIG_ARCH_HAS_PKEYS=y +# CONFIG_PERCPU_STATS is not set +# CONFIG_GUP_TEST is not set +CONFIG_ARCH_HAS_PTE_SPECIAL=y +CONFIG_SECRETMEM=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y +CONFIG_NET_INGRESS=y +CONFIG_SKB_EXTENSIONS=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +# CONFIG_UNIX_DIAG is not set +# CONFIG_TLS is not set +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=y +CONFIG_XFRM_USER=y +# CONFIG_XFRM_USER_COMPAT is not set +# CONFIG_XFRM_INTERFACE is not set +# CONFIG_XFRM_SUB_POLICY is not set +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +CONFIG_XFRM_AH=y +CONFIG_XFRM_ESP=y +# CONFIG_NET_KEY is not set +CONFIG_INET=y +CONFIG_IP_MULTICAST=y +CONFIG_IP_ADVANCED_ROUTER=y +# CONFIG_IP_FIB_TRIE_STATS is not set +CONFIG_IP_MULTIPLE_TABLES=y +CONFIG_IP_ROUTE_MULTIPATH=y +CONFIG_IP_ROUTE_VERBOSE=y +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +CONFIG_IP_PNP_BOOTP=y +CONFIG_IP_PNP_RARP=y +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IP_TUNNEL=y +CONFIG_IP_MROUTE_COMMON=y +CONFIG_IP_MROUTE=y +# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_PIMSM_V1=y +CONFIG_IP_PIMSM_V2=y +CONFIG_SYN_COOKIES=y +# CONFIG_NET_IPVTI is not set +# CONFIG_NET_FOU is not set +# CONFIG_NET_FOU_IP_TUNNELS is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +CONFIG_INET_TUNNEL=y +# CONFIG_INET_DIAG is not set +CONFIG_TCP_CONG_ADVANCED=y +# CONFIG_TCP_CONG_BIC is not set +CONFIG_TCP_CONG_CUBIC=y +# CONFIG_TCP_CONG_WESTWOOD is not set +# CONFIG_TCP_CONG_HTCP is not set +# CONFIG_TCP_CONG_HSTCP is not set +# CONFIG_TCP_CONG_HYBLA is not set +# CONFIG_TCP_CONG_VEGAS is not set +# CONFIG_TCP_CONG_NV is not set +# CONFIG_TCP_CONG_SCALABLE is not set +# CONFIG_TCP_CONG_LP is not set +# CONFIG_TCP_CONG_VENO is not set +# CONFIG_TCP_CONG_YEAH is not set +# CONFIG_TCP_CONG_ILLINOIS is not set +# CONFIG_TCP_CONG_DCTCP is not set +# CONFIG_TCP_CONG_CDG is not set +# CONFIG_TCP_CONG_BBR is not set +CONFIG_DEFAULT_CUBIC=y +# CONFIG_DEFAULT_RENO is not set +CONFIG_DEFAULT_TCP_CONG="cubic" +CONFIG_TCP_MD5SIG=y +CONFIG_IPV6=y +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +CONFIG_INET6_AH=y +CONFIG_INET6_ESP=y +# CONFIG_INET6_ESP_OFFLOAD is not set +# CONFIG_INET6_ESPINTCP is not set +# CONFIG_INET6_IPCOMP is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_ILA is not set +# CONFIG_IPV6_VTI is not set +CONFIG_IPV6_SIT=y +# CONFIG_IPV6_SIT_6RD is not set +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_TUNNEL is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +CONFIG_NETLABEL=y +# CONFIG_MPTCP is not set +CONFIG_NETWORK_SECMARK=y +CONFIG_NET_PTP_CLASSIFY=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETFILTER=y +# CONFIG_NETFILTER_ADVANCED is not set + +# +# Core Netfilter Configuration +# +CONFIG_NETFILTER_INGRESS=y +CONFIG_NETFILTER_NETLINK=y +CONFIG_NETFILTER_NETLINK_LOG=y +CONFIG_NF_CONNTRACK=y +CONFIG_NF_LOG_SYSLOG=m +CONFIG_NF_CONNTRACK_SECMARK=y +CONFIG_NF_CONNTRACK_PROCFS=y +# CONFIG_NF_CONNTRACK_LABELS is not set +CONFIG_NF_CONNTRACK_FTP=y +CONFIG_NF_CONNTRACK_IRC=y +# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set +CONFIG_NF_CONNTRACK_SIP=y +CONFIG_NF_CT_NETLINK=y +# CONFIG_NETFILTER_NETLINK_GLUE_CT is not set +CONFIG_NF_NAT=y +CONFIG_NF_NAT_FTP=y +CONFIG_NF_NAT_IRC=y +CONFIG_NF_NAT_SIP=y +CONFIG_NF_NAT_MASQUERADE=y +# CONFIG_NF_TABLES is not set +CONFIG_NETFILTER_XTABLES=y +CONFIG_NETFILTER_XTABLES_COMPAT=y + +# +# Xtables combined modules +# +CONFIG_NETFILTER_XT_MARK=m + +# +# Xtables targets +# +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y +CONFIG_NETFILTER_XT_TARGET_LOG=m +CONFIG_NETFILTER_XT_NAT=m +# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set +CONFIG_NETFILTER_XT_TARGET_NFLOG=y +# CONFIG_NETFILTER_XT_TARGET_REDIRECT is not set +CONFIG_NETFILTER_XT_TARGET_MASQUERADE=m +CONFIG_NETFILTER_XT_TARGET_SECMARK=y +CONFIG_NETFILTER_XT_TARGET_TCPMSS=y + +# +# Xtables matches +# +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y +CONFIG_NETFILTER_XT_MATCH_POLICY=y +CONFIG_NETFILTER_XT_MATCH_STATE=y +# end of Core Netfilter Configuration + +# CONFIG_IP_SET is not set +# CONFIG_IP_VS is not set + +# +# IP: Netfilter Configuration +# +CONFIG_NF_DEFRAG_IPV4=y +# CONFIG_NF_SOCKET_IPV4 is not set +# CONFIG_NF_TPROXY_IPV4 is not set +# CONFIG_NF_DUP_IPV4 is not set +CONFIG_NF_LOG_ARP=m +CONFIG_NF_LOG_IPV4=m +CONFIG_NF_REJECT_IPV4=y +CONFIG_IP_NF_IPTABLES=y +CONFIG_IP_NF_FILTER=y +CONFIG_IP_NF_TARGET_REJECT=y +CONFIG_IP_NF_NAT=m +CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_IP_NF_MANGLE=y +# CONFIG_IP_NF_RAW is not set +# end of IP: Netfilter Configuration + +# +# IPv6: Netfilter Configuration +# +# CONFIG_NF_SOCKET_IPV6 is not set +# CONFIG_NF_TPROXY_IPV6 is not set +# CONFIG_NF_DUP_IPV6 is not set +CONFIG_NF_REJECT_IPV6=y +CONFIG_NF_LOG_IPV6=m +CONFIG_IP6_NF_IPTABLES=y +CONFIG_IP6_NF_MATCH_IPV6HEADER=y +CONFIG_IP6_NF_FILTER=y +CONFIG_IP6_NF_TARGET_REJECT=y +CONFIG_IP6_NF_MANGLE=y +# CONFIG_IP6_NF_RAW is not set +# end of IPv6: Netfilter Configuration + +CONFIG_NF_DEFRAG_IPV6=y +# CONFIG_NF_CONNTRACK_BRIDGE is not set +# CONFIG_BPFILTER is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_L2TP is not set +# CONFIG_BRIDGE is not set +# CONFIG_NET_DSA is not set +# CONFIG_VLAN_8021Q is not set +# CONFIG_DECNET is not set +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +CONFIG_NET_SCHED=y + +# +# Queueing/Scheduling +# +# CONFIG_NET_SCH_CBQ is not set +# CONFIG_NET_SCH_HTB is not set +# CONFIG_NET_SCH_HFSC is not set +# CONFIG_NET_SCH_PRIO is not set +# CONFIG_NET_SCH_MULTIQ is not set +# CONFIG_NET_SCH_RED is not set +# CONFIG_NET_SCH_SFB is not set +# CONFIG_NET_SCH_SFQ is not set +# CONFIG_NET_SCH_TEQL is not set +# CONFIG_NET_SCH_TBF is not set +# CONFIG_NET_SCH_CBS is not set +# CONFIG_NET_SCH_ETF is not set +# CONFIG_NET_SCH_TAPRIO is not set +# CONFIG_NET_SCH_GRED is not set +# CONFIG_NET_SCH_DSMARK is not set +# CONFIG_NET_SCH_NETEM is not set +# CONFIG_NET_SCH_DRR is not set +# CONFIG_NET_SCH_MQPRIO is not set +# CONFIG_NET_SCH_SKBPRIO is not set +# CONFIG_NET_SCH_CHOKE is not set +# CONFIG_NET_SCH_QFQ is not set +# CONFIG_NET_SCH_CODEL is not set +# CONFIG_NET_SCH_FQ_CODEL is not set +# CONFIG_NET_SCH_CAKE is not set +# CONFIG_NET_SCH_FQ is not set +# CONFIG_NET_SCH_HHF is not set +# CONFIG_NET_SCH_PIE is not set +# CONFIG_NET_SCH_INGRESS is not set +# CONFIG_NET_SCH_PLUG is not set +# CONFIG_NET_SCH_ETS is not set +# CONFIG_NET_SCH_DEFAULT is not set + +# +# Classification +# +CONFIG_NET_CLS=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_TCINDEX is not set +# CONFIG_NET_CLS_ROUTE4 is not set +# CONFIG_NET_CLS_FW is not set +# CONFIG_NET_CLS_U32 is not set +# CONFIG_NET_CLS_RSVP is not set +# CONFIG_NET_CLS_RSVP6 is not set +# CONFIG_NET_CLS_FLOW is not set +# CONFIG_NET_CLS_CGROUP is not set +# CONFIG_NET_CLS_BPF is not set +# CONFIG_NET_CLS_FLOWER is not set +# CONFIG_NET_CLS_MATCHALL is not set +CONFIG_NET_EMATCH=y +CONFIG_NET_EMATCH_STACK=32 +# CONFIG_NET_EMATCH_CMP is not set +# CONFIG_NET_EMATCH_NBYTE is not set +# CONFIG_NET_EMATCH_U32 is not set +# CONFIG_NET_EMATCH_META is not set +# CONFIG_NET_EMATCH_TEXT is not set +# CONFIG_NET_EMATCH_IPT is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_ACT_POLICE is not set +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_MIRRED is not set +# CONFIG_NET_ACT_SAMPLE is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +# CONFIG_NET_ACT_SIMP is not set +# CONFIG_NET_ACT_SKBEDIT is not set +# CONFIG_NET_ACT_CSUM is not set +# CONFIG_NET_ACT_MPLS is not set +# CONFIG_NET_ACT_VLAN is not set +# CONFIG_NET_ACT_BPF is not set +# CONFIG_NET_ACT_SKBMOD is not set +# CONFIG_NET_ACT_IFE is not set +# CONFIG_NET_ACT_TUNNEL_KEY is not set +# CONFIG_NET_ACT_GATE is not set +# CONFIG_NET_TC_SKB_EXT is not set +CONFIG_NET_SCH_FIFO=y +# CONFIG_DCB is not set +CONFIG_DNS_RESOLVER=y +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +# CONFIG_NETLINK_DIAG is not set +# CONFIG_MPLS is not set +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +# CONFIG_NET_SWITCHDEV is not set +# CONFIG_NET_L3_MASTER_DEV is not set +# CONFIG_QRTR is not set +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +# CONFIG_CGROUP_NET_PRIO is not set +# CONFIG_CGROUP_NET_CLASSID is not set +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +# CONFIG_BT is not set +# CONFIG_AF_RXRPC is not set +# CONFIG_AF_KCM is not set +# CONFIG_MCTP is not set +CONFIG_FIB_RULES=y +CONFIG_WIRELESS=y +CONFIG_CFG80211=y +# CONFIG_NL80211_TESTMODE is not set +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set +CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y +CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y +CONFIG_CFG80211_DEFAULT_PS=y +# CONFIG_CFG80211_DEBUGFS is not set +CONFIG_CFG80211_CRDA_SUPPORT=y +# CONFIG_CFG80211_WEXT is not set +CONFIG_MAC80211=y +CONFIG_MAC80211_HAS_RC=y +CONFIG_MAC80211_RC_MINSTREL=y +CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" +# CONFIG_MAC80211_MESH is not set +CONFIG_MAC80211_LEDS=y +# CONFIG_MAC80211_DEBUGFS is not set +# CONFIG_MAC80211_MESSAGE_TRACING is not set +# CONFIG_MAC80211_DEBUG_MENU is not set +CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 +CONFIG_RFKILL=y +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y +# CONFIG_NET_9P is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +# CONFIG_NFC is not set +# CONFIG_PSAMPLE is not set +# CONFIG_NET_IFE is not set +# CONFIG_LWTUNNEL is not set +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SELFTESTS=y +# CONFIG_FAILOVER is not set +CONFIG_ETHTOOL_NETLINK=y + +# +# Device Drivers +# +CONFIG_HAVE_EISA=y +# CONFIG_EISA is not set +CONFIG_HAVE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCIEPORTBUS=y +# CONFIG_PCIEAER is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +CONFIG_PCIE_PME=y +# CONFIG_PCIE_PTM is not set +CONFIG_PCI_MSI=y +CONFIG_PCI_MSI_IRQ_DOMAIN=y +CONFIG_PCI_QUIRKS=y +# CONFIG_PCI_STUB is not set +CONFIG_PCI_ATS=y +CONFIG_PCI_LOCKLESS_CONFIG=y +# CONFIG_PCI_IOV is not set +CONFIG_PCI_PRI=y +CONFIG_PCI_PASID=y +CONFIG_PCI_LABEL=y +# CONFIG_HOTPLUG_PCI is not set + +# +# PCI controller drivers +# +# CONFIG_VMD is not set + +# +# DesignWare PCI Core Support +# +# CONFIG_PCIE_DW_PLAT_HOST is not set +# CONFIG_PCI_MESON is not set +# end of DesignWare PCI Core Support + +# +# Mobiveil PCIe Core Support +# +# end of Mobiveil PCIe Core Support + +# +# Cadence PCIe controllers support +# +# end of Cadence PCIe controllers support +# end of PCI controller drivers + +# +# PCI Endpoint +# +# CONFIG_PCI_ENDPOINT is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +# CONFIG_PCI_SW_SWITCHTEC is not set +# end of PCI switch controller drivers + +# CONFIG_CXL_BUS is not set +# CONFIG_PCCARD is not set +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +# CONFIG_UEVENT_HELPER is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FW_LOADER_USER_HELPER is not set +# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_CACHE=y +# end of Firmware loader + +CONFIG_ALLOW_DEV_COREDUMP=y +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y +CONFIG_REGMAP=y +CONFIG_DMA_SHARED_BUFFER=y +# CONFIG_DMA_FENCE_TRACE is not set +# end of Generic Driver Options + +# +# Bus devices +# +# CONFIG_MHI_BUS is not set +# end of Bus devices + +CONFIG_CONNECTOR=y +CONFIG_PROC_EVENTS=y + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +# end of ARM System Control and Management Interface Protocol + +# CONFIG_EDD is not set +CONFIG_FIRMWARE_MEMMAP=y +CONFIG_DMIID=y +# CONFIG_DMI_SYSFS is not set +CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y +# CONFIG_FW_CFG_SYSFS is not set +CONFIG_SYSFB=y +# CONFIG_SYSFB_SIMPLEFB is not set +# CONFIG_GOOGLE_FIRMWARE is not set + +# +# EFI (Extensible Firmware Interface) Support +# +CONFIG_EFI_VARS=y +CONFIG_EFI_ESRT=y +CONFIG_EFI_RUNTIME_MAP=y +# CONFIG_EFI_FAKE_MEMMAP is not set +CONFIG_EFI_RUNTIME_WRAPPERS=y +CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER=y +# CONFIG_EFI_BOOTLOADER_CONTROL is not set +# CONFIG_EFI_CAPSULE_LOADER is not set +# CONFIG_EFI_TEST is not set +# CONFIG_APPLE_PROPERTIES is not set +# CONFIG_RESET_ATTACK_MITIGATION is not set +# CONFIG_EFI_RCI2_TABLE is not set +# CONFIG_EFI_DISABLE_PCI_DMA is not set +# end of EFI (Extensible Firmware Interface) Support + +CONFIG_EFI_EARLYCON=y +CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y + +# +# Tegra firmware driver +# +# end of Tegra firmware driver +# end of Firmware Drivers + +# CONFIG_GNSS is not set +# CONFIG_MTD is not set +# CONFIG_OF is not set +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y +# CONFIG_PARPORT is not set +CONFIG_PNP=y +CONFIG_PNP_DEBUG_MESSAGES=y + +# +# Protocols +# +CONFIG_PNPACPI=y +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_NULL_BLK is not set +# CONFIG_BLK_DEV_FD is not set +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set +# CONFIG_BLK_DEV_DRBD is not set +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_SX8 is not set +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_COUNT=2 +CONFIG_BLK_DEV_RAM_SIZE=4096 +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +# CONFIG_VIRTIO_BLK is not set +# CONFIG_BLK_DEV_RBD is not set +# CONFIG_BLK_DEV_RSXX is not set + +# +# NVME Support +# +CONFIG_NVME_CORE=y +CONFIG_BLK_DEV_NVME=y +# CONFIG_NVME_MULTIPATH is not set +CONFIG_NVME_HWMON=y +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# end of NVME Support + +# +# Misc devices +# +# CONFIG_AD525X_DPOT is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_IBM_ASM is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_HP_ILO is not set +# CONFIG_APDS9802ALS is not set +# CONFIG_ISL29003 is not set +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +# CONFIG_SRAM is not set +# CONFIG_DW_XDATA_PCIE is not set +# CONFIG_PCI_ENDPOINT_TEST is not set +# CONFIG_XILINX_SDFEC is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_AT24 is not set +# CONFIG_EEPROM_LEGACY is not set +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# end of Texas Instruments shared transport line discipline + +# CONFIG_SENSORS_LIS3_I2C is not set +# CONFIG_ALTERA_STAPL is not set +# CONFIG_INTEL_MEI is not set +# CONFIG_INTEL_MEI_ME is not set +# CONFIG_INTEL_MEI_TXE is not set +# CONFIG_VMWARE_VMCI is not set +# CONFIG_GENWQE is not set +# CONFIG_ECHO is not set +# CONFIG_BCM_VK is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +# CONFIG_HABANA_AI is not set +# CONFIG_UACCE is not set +# CONFIG_PVPANIC is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +# CONFIG_RAID_ATTRS is not set +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +# CONFIG_SCSI_PROC_FS is not set + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +# CONFIG_BLK_DEV_SR is not set +CONFIG_CHR_DEV_SG=y +CONFIG_BLK_DEV_BSG=y +# CONFIG_CHR_DEV_SCH is not set +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set + +# +# SCSI Transports +# +CONFIG_SCSI_SPI_ATTRS=y +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI_SAS_ATTRS is not set +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +# end of SCSI Transports + +# CONFIG_SCSI_LOWLEVEL is not set +# CONFIG_SCSI_DH is not set +# end of SCSI device support + +CONFIG_ATA=y +CONFIG_SATA_HOST=y +CONFIG_PATA_TIMINGS=y +# CONFIG_ATA_VERBOSE_ERROR is not set +CONFIG_ATA_FORCE=y +CONFIG_ATA_ACPI=y +# CONFIG_SATA_ZPODD is not set +CONFIG_SATA_PMP=y + +# +# Controllers with non-SFF native interface +# +CONFIG_SATA_AHCI=y +CONFIG_SATA_MOBILE_LPM_POLICY=0 +# CONFIG_SATA_AHCI_PLATFORM is not set +# CONFIG_SATA_INIC162X is not set +# CONFIG_SATA_ACARD_AHCI is not set +# CONFIG_SATA_SIL24 is not set +# CONFIG_ATA_SFF is not set +CONFIG_MD=y +CONFIG_BLK_DEV_MD=y +CONFIG_MD_AUTODETECT=y +# CONFIG_MD_LINEAR is not set +CONFIG_MD_RAID0=y +CONFIG_MD_RAID1=y +CONFIG_MD_RAID10=y +CONFIG_MD_RAID456=y +# CONFIG_MD_MULTIPATH is not set +# CONFIG_MD_FAULTY is not set +# CONFIG_BCACHE is not set +CONFIG_BLK_DEV_DM_BUILTIN=y +CONFIG_BLK_DEV_DM=y +# CONFIG_DM_DEBUG is not set +CONFIG_DM_BUFIO=y +# CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set +# CONFIG_DM_UNSTRIPED is not set +CONFIG_DM_CRYPT=y +# CONFIG_DM_SNAPSHOT is not set +# CONFIG_DM_THIN_PROVISIONING is not set +# CONFIG_DM_CACHE is not set +# CONFIG_DM_WRITECACHE is not set +# CONFIG_DM_EBS is not set +# CONFIG_DM_ERA is not set +# CONFIG_DM_CLONE is not set +CONFIG_DM_MIRROR=y +# CONFIG_DM_LOG_USERSPACE is not set +CONFIG_DM_RAID=y +CONFIG_DM_ZERO=y +# CONFIG_DM_MULTIPATH is not set +# CONFIG_DM_DELAY is not set +# CONFIG_DM_DUST is not set +# CONFIG_DM_INIT is not set +# CONFIG_DM_UEVENT is not set +# CONFIG_DM_FLAKEY is not set +CONFIG_DM_VERITY=y +CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y +CONFIG_DM_VERITY_FEC=y +# CONFIG_DM_SWITCH is not set +# CONFIG_DM_LOG_WRITES is not set +CONFIG_DM_INTEGRITY=y +# CONFIG_TARGET_CORE is not set +# CONFIG_FUSION is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +# CONFIG_MACINTOSH_DRIVERS is not set +CONFIG_NETDEVICES=y +CONFIG_MII=y +CONFIG_NET_CORE=y +# CONFIG_BONDING is not set +# CONFIG_DUMMY is not set +# CONFIG_WIREGUARD is not set +# CONFIG_EQUALIZER is not set +# CONFIG_NET_FC is not set +# CONFIG_NET_TEAM is not set +# CONFIG_MACVLAN is not set +# CONFIG_IPVLAN is not set +# CONFIG_VXLAN is not set +# CONFIG_GENEVE is not set +# CONFIG_BAREUDP is not set +# CONFIG_GTP is not set +# CONFIG_MACSEC is not set +# CONFIG_NETCONSOLE is not set +# CONFIG_TUN is not set +# CONFIG_TUN_VNET_CROSS_LE is not set +# CONFIG_VETH is not set +# CONFIG_VIRTIO_NET is not set +# CONFIG_NLMON is not set +# CONFIG_ARCNET is not set +CONFIG_ETHERNET=y +# CONFIG_NET_VENDOR_3COM is not set +# CONFIG_NET_VENDOR_ADAPTEC is not set +# CONFIG_NET_VENDOR_AGERE is not set +# CONFIG_NET_VENDOR_ALACRITECH is not set +# CONFIG_NET_VENDOR_ALTEON is not set +# CONFIG_ALTERA_TSE is not set +# CONFIG_NET_VENDOR_AMAZON is not set +# CONFIG_NET_VENDOR_AMD is not set +# CONFIG_NET_VENDOR_AQUANTIA is not set +# CONFIG_NET_VENDOR_ARC is not set +# CONFIG_NET_VENDOR_ATHEROS is not set +# CONFIG_CX_ECAT is not set +# CONFIG_NET_VENDOR_BROADCOM is not set +# CONFIG_NET_VENDOR_CADENCE is not set +# CONFIG_NET_VENDOR_CAVIUM is not set +# CONFIG_NET_VENDOR_CHELSIO is not set +# CONFIG_NET_VENDOR_CISCO is not set +# CONFIG_NET_VENDOR_CORTINA is not set +# CONFIG_DNET is not set +# CONFIG_NET_VENDOR_DEC is not set +# CONFIG_NET_VENDOR_DLINK is not set +# CONFIG_NET_VENDOR_EMULEX is not set +# CONFIG_NET_VENDOR_EZCHIP is not set +# CONFIG_NET_VENDOR_GOOGLE is not set +# CONFIG_NET_VENDOR_HUAWEI is not set +# CONFIG_NET_VENDOR_INTEL is not set +# CONFIG_JME is not set +# CONFIG_NET_VENDOR_LITEX is not set +# CONFIG_NET_VENDOR_MARVELL is not set +# CONFIG_NET_VENDOR_MELLANOX is not set +# CONFIG_NET_VENDOR_MICREL is not set +# CONFIG_NET_VENDOR_MICROCHIP is not set +# CONFIG_NET_VENDOR_MICROSEMI is not set +# CONFIG_NET_VENDOR_MICROSOFT is not set +# CONFIG_NET_VENDOR_MYRI is not set +# CONFIG_FEALNX is not set +# CONFIG_NET_VENDOR_NI is not set +# CONFIG_NET_VENDOR_NATSEMI is not set +# CONFIG_NET_VENDOR_NETERION is not set +# CONFIG_NET_VENDOR_NETRONOME is not set +# CONFIG_NET_VENDOR_NVIDIA is not set +# CONFIG_NET_VENDOR_OKI is not set +# CONFIG_ETHOC is not set +# CONFIG_NET_VENDOR_PACKET_ENGINES is not set +# CONFIG_NET_VENDOR_PENSANDO is not set +# CONFIG_NET_VENDOR_QLOGIC is not set +# CONFIG_NET_VENDOR_BROCADE is not set +# CONFIG_NET_VENDOR_QUALCOMM is not set +# CONFIG_NET_VENDOR_RDC is not set +CONFIG_NET_VENDOR_REALTEK=y +# CONFIG_8139CP is not set +CONFIG_8139TOO=y +CONFIG_8139TOO_PIO=y +# CONFIG_8139TOO_TUNE_TWISTER is not set +# CONFIG_8139TOO_8129 is not set +# CONFIG_8139_OLD_RX_RESET is not set +CONFIG_R8169=y +# CONFIG_NET_VENDOR_RENESAS is not set +# CONFIG_NET_VENDOR_ROCKER is not set +# CONFIG_NET_VENDOR_SAMSUNG is not set +# CONFIG_NET_VENDOR_SEEQ is not set +# CONFIG_NET_VENDOR_SILAN is not set +# CONFIG_NET_VENDOR_SIS is not set +# CONFIG_NET_VENDOR_SOLARFLARE is not set +# CONFIG_NET_VENDOR_SMSC is not set +# CONFIG_NET_VENDOR_SOCIONEXT is not set +# CONFIG_NET_VENDOR_STMICRO is not set +# CONFIG_NET_VENDOR_SUN is not set +# CONFIG_NET_VENDOR_SYNOPSYS is not set +# CONFIG_NET_VENDOR_TEHUTI is not set +# CONFIG_NET_VENDOR_TI is not set +# CONFIG_NET_VENDOR_VIA is not set +# CONFIG_NET_VENDOR_WIZNET is not set +# CONFIG_NET_VENDOR_XILINX is not set +# CONFIG_FDDI is not set +# CONFIG_HIPPI is not set +# CONFIG_NET_SB1000 is not set +CONFIG_PHYLIB=y +CONFIG_SWPHY=y +# CONFIG_LED_TRIGGER_PHY is not set +CONFIG_FIXED_PHY=y + +# +# MII PHY device drivers +# +# CONFIG_AMD_PHY is not set +# CONFIG_ADIN_PHY is not set +# CONFIG_AQUANTIA_PHY is not set +# CONFIG_AX88796B_PHY is not set +# CONFIG_BROADCOM_PHY is not set +# CONFIG_BCM54140_PHY is not set +# CONFIG_BCM7XXX_PHY is not set +# CONFIG_BCM84881_PHY is not set +# CONFIG_BCM87XX_PHY is not set +# CONFIG_CICADA_PHY is not set +# CONFIG_CORTINA_PHY is not set +# CONFIG_DAVICOM_PHY is not set +# CONFIG_ICPLUS_PHY is not set +# CONFIG_LXT_PHY is not set +# CONFIG_INTEL_XWAY_PHY is not set +# CONFIG_LSI_ET1011C_PHY is not set +# CONFIG_MARVELL_PHY is not set +# CONFIG_MARVELL_10G_PHY is not set +# CONFIG_MARVELL_88X2222_PHY is not set +# CONFIG_MAXLINEAR_GPHY is not set +# CONFIG_MEDIATEK_GE_PHY is not set +# CONFIG_MICREL_PHY is not set +# CONFIG_MICROCHIP_PHY is not set +# CONFIG_MICROCHIP_T1_PHY is not set +# CONFIG_MICROSEMI_PHY is not set +# CONFIG_MOTORCOMM_PHY is not set +# CONFIG_NATIONAL_PHY is not set +# CONFIG_NXP_C45_TJA11XX_PHY is not set +# CONFIG_NXP_TJA11XX_PHY is not set +# CONFIG_QSEMI_PHY is not set +CONFIG_REALTEK_PHY=y +# CONFIG_RENESAS_PHY is not set +# CONFIG_ROCKCHIP_PHY is not set +# CONFIG_SMSC_PHY is not set +# CONFIG_STE10XP is not set +# CONFIG_TERANETICS_PHY is not set +# CONFIG_DP83822_PHY is not set +# CONFIG_DP83TC811_PHY is not set +# CONFIG_DP83848_PHY is not set +# CONFIG_DP83867_PHY is not set +# CONFIG_DP83869_PHY is not set +# CONFIG_VITESSE_PHY is not set +# CONFIG_XILINX_GMII2RGMII is not set +CONFIG_MDIO_DEVICE=y +CONFIG_MDIO_BUS=y +CONFIG_FWNODE_MDIO=y +CONFIG_ACPI_MDIO=y +CONFIG_MDIO_DEVRES=y +# CONFIG_MDIO_BITBANG is not set +# CONFIG_MDIO_BCM_UNIMAC is not set +# CONFIG_MDIO_MVUSB is not set +# CONFIG_MDIO_MSCC_MIIM is not set +# CONFIG_MDIO_THUNDER is not set + +# +# MDIO Multiplexers +# + +# +# PCS device drivers +# +# CONFIG_PCS_XPCS is not set +# end of PCS device drivers + +# CONFIG_PPP is not set +# CONFIG_SLIP is not set +# CONFIG_USB_NET_DRIVERS is not set +# CONFIG_WLAN is not set +# CONFIG_WAN is not set + +# +# Wireless WAN +# +# CONFIG_WWAN is not set +# end of Wireless WAN + +# CONFIG_VMXNET3 is not set +# CONFIG_FUJITSU_ES is not set +# CONFIG_NETDEVSIM is not set +# CONFIG_NET_FAILOVER is not set +# CONFIG_ISDN is not set + +# +# Input device support +# +CONFIG_INPUT=y +CONFIG_INPUT_LEDS=y +CONFIG_INPUT_FF_MEMLESS=y +CONFIG_INPUT_SPARSEKMAP=y +# CONFIG_INPUT_MATRIXKMAP is not set + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_QT1050 is not set +# CONFIG_KEYBOARD_QT1070 is not set +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_DLINK_DIR685 is not set +# CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_SAMSUNG is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set +# CONFIG_KEYBOARD_XTKBD is not set +CONFIG_INPUT_MOUSE=y +CONFIG_MOUSE_PS2=y +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_BYD=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_LIFEBOOK=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +# CONFIG_MOUSE_PS2_ELANTECH is not set +# CONFIG_MOUSE_PS2_SENTELIC is not set +# CONFIG_MOUSE_PS2_TOUCHKIT is not set +CONFIG_MOUSE_PS2_FOCALTECH=y +CONFIG_MOUSE_PS2_SMBUS=y +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +# CONFIG_MOUSE_CYAPA is not set +# CONFIG_MOUSE_ELAN_I2C is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# CONFIG_MOUSE_SYNAPTICS_USB is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +# CONFIG_INPUT_TOUCHSCREEN is not set +# CONFIG_INPUT_MISC is not set +# CONFIG_RMI4_CORE is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y +CONFIG_SERIO_I8042=y +# CONFIG_SERIO_SERPORT is not set +# CONFIG_SERIO_CT82C710 is not set +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=y +# CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_ALTERA_PS2 is not set +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +CONFIG_VT=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_HW_CONSOLE=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_UNIX98_PTYS=y +# CONFIG_LEGACY_PTYS is not set +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y +CONFIG_SERIAL_8250_PNP=y +# CONFIG_SERIAL_8250_16550A_VARIANTS is not set +# CONFIG_SERIAL_8250_FINTEK is not set +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_EXAR=y +CONFIG_SERIAL_8250_NR_UARTS=32 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_MANY_PORTS=y +CONFIG_SERIAL_8250_SHARE_IRQ=y +CONFIG_SERIAL_8250_DETECT_IRQ=y +CONFIG_SERIAL_8250_RSA=y +CONFIG_SERIAL_8250_DWLIB=y +# CONFIG_SERIAL_8250_DW is not set +# CONFIG_SERIAL_8250_RT288X is not set +CONFIG_SERIAL_8250_LPSS=y +CONFIG_SERIAL_8250_MID=y + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_JSM is not set +# CONFIG_SERIAL_LANTIQ is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +# CONFIG_SERIAL_BCM63XX is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +# CONFIG_SERIAL_FSL_LPUART is not set +# CONFIG_SERIAL_FSL_LINFLEXUART is not set +# CONFIG_SERIAL_SPRD is not set +# end of Serial drivers + +# CONFIG_SERIAL_NONSTANDARD is not set +# CONFIG_N_GSM is not set +# CONFIG_NOZOMI is not set +# CONFIG_NULL_TTY is not set +# CONFIG_SERIAL_DEV_BUS is not set +# CONFIG_VIRTIO_CONSOLE is not set +# CONFIG_IPMI_HANDLER is not set +CONFIG_HW_RANDOM=y +# CONFIG_HW_RANDOM_TIMERIOMEM is not set +# CONFIG_HW_RANDOM_INTEL is not set +# CONFIG_HW_RANDOM_AMD is not set +# CONFIG_HW_RANDOM_BA431 is not set +# CONFIG_HW_RANDOM_VIA is not set +# CONFIG_HW_RANDOM_VIRTIO is not set +# CONFIG_HW_RANDOM_XIPHERA is not set +# CONFIG_APPLICOM is not set +# CONFIG_MWAVE is not set +CONFIG_DEVMEM=y +CONFIG_NVRAM=y +CONFIG_DEVPORT=y +CONFIG_HPET=y +# CONFIG_HPET_MMAP is not set +# CONFIG_HANGCHECK_TIMER is not set +CONFIG_TCG_TPM=y +CONFIG_HW_RANDOM_TPM=y +CONFIG_TCG_TIS_CORE=y +CONFIG_TCG_TIS=y +# CONFIG_TCG_TIS_I2C_CR50 is not set +# CONFIG_TCG_TIS_I2C_ATMEL is not set +# CONFIG_TCG_TIS_I2C_INFINEON is not set +# CONFIG_TCG_TIS_I2C_NUVOTON is not set +# CONFIG_TCG_NSC is not set +# CONFIG_TCG_ATMEL is not set +# CONFIG_TCG_INFINEON is not set +CONFIG_TCG_CRB=y +# CONFIG_TCG_VTPM_PROXY is not set +# CONFIG_TCG_TIS_ST33ZP24_I2C is not set +# CONFIG_TELCLOCK is not set +# CONFIG_XILLYBUS is not set +# CONFIG_XILLYUSB is not set +# CONFIG_RANDOM_TRUST_CPU is not set +# CONFIG_RANDOM_TRUST_BOOTLOADER is not set +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=y +# CONFIG_ACPI_I2C_OPREGION is not set +CONFIG_I2C_BOARDINFO=y +# CONFIG_I2C_COMPAT is not set +# CONFIG_I2C_CHARDEV is not set +# CONFIG_I2C_MUX is not set +# CONFIG_I2C_HELPER_AUTO is not set +# CONFIG_I2C_SMBUS is not set + +# +# I2C Algorithms +# +CONFIG_I2C_ALGOBIT=m +# CONFIG_I2C_ALGOPCF is not set +# CONFIG_I2C_ALGOPCA is not set +# end of I2C Algorithms + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +# CONFIG_I2C_ALI1535 is not set +# CONFIG_I2C_ALI1563 is not set +# CONFIG_I2C_ALI15X3 is not set +# CONFIG_I2C_AMD756 is not set +# CONFIG_I2C_AMD8111 is not set +# CONFIG_I2C_AMD_MP2 is not set +# CONFIG_I2C_I801 is not set +# CONFIG_I2C_ISCH is not set +# CONFIG_I2C_ISMT is not set +# CONFIG_I2C_PIIX4 is not set +# CONFIG_I2C_NFORCE2 is not set +# CONFIG_I2C_NVIDIA_GPU is not set +# CONFIG_I2C_SIS5595 is not set +# CONFIG_I2C_SIS630 is not set +# CONFIG_I2C_SIS96X is not set +# CONFIG_I2C_VIA is not set +# CONFIG_I2C_VIAPRO is not set + +# +# ACPI drivers +# +# CONFIG_I2C_SCMI is not set + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_DESIGNWARE_PLATFORM is not set +# CONFIG_I2C_DESIGNWARE_PCI is not set +# CONFIG_I2C_EMEV2 is not set +# CONFIG_I2C_OCORES is not set +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_SIMTEC is not set +# CONFIG_I2C_XILINX is not set + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_DIOLAN_U2C is not set +# CONFIG_I2C_CP2615 is not set +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_I2C_MLXCPLD is not set +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +# CONFIG_I2C_STUB is not set +# CONFIG_I2C_SLAVE is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +# CONFIG_SPI is not set +# CONFIG_SPMI is not set +# CONFIG_HSI is not set +CONFIG_PPS=y +# CONFIG_PPS_DEBUG is not set + +# +# PPS clients support +# +# CONFIG_PPS_CLIENT_KTIMER is not set +# CONFIG_PPS_CLIENT_LDISC is not set +# CONFIG_PPS_CLIENT_GPIO is not set + +# +# PPS generators support +# + +# +# PTP clock support +# +CONFIG_PTP_1588_CLOCK=y +CONFIG_PTP_1588_CLOCK_OPTIONAL=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set +# CONFIG_PTP_1588_CLOCK_IDTCM is not set +# end of PTP clock support + +# CONFIG_PINCTRL is not set +# CONFIG_GPIOLIB is not set +# CONFIG_W1 is not set +# CONFIG_POWER_RESET is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_POWER_SUPPLY_HWMON=y +# CONFIG_PDA_POWER is not set +# CONFIG_TEST_POWER is not set +# CONFIG_CHARGER_ADP5061 is not set +# CONFIG_BATTERY_CW2015 is not set +# CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_SBS is not set +# CONFIG_CHARGER_SBS is not set +# CONFIG_BATTERY_BQ27XXX is not set +# CONFIG_BATTERY_MAX17040 is not set +# CONFIG_BATTERY_MAX17042 is not set +# CONFIG_CHARGER_MAX8903 is not set +# CONFIG_CHARGER_LP8727 is not set +# CONFIG_CHARGER_LTC4162L is not set +# CONFIG_CHARGER_BQ2415X is not set +# CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_BATTERY_GOLDFISH is not set +# CONFIG_BATTERY_RT5033 is not set +# CONFIG_CHARGER_BD99954 is not set +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# Native drivers +# +# CONFIG_SENSORS_ABITUGURU is not set +# CONFIG_SENSORS_ABITUGURU3 is not set +# CONFIG_SENSORS_AD7414 is not set +# CONFIG_SENSORS_AD7418 is not set +# CONFIG_SENSORS_ADM1021 is not set +# CONFIG_SENSORS_ADM1025 is not set +# CONFIG_SENSORS_ADM1026 is not set +# CONFIG_SENSORS_ADM1029 is not set +# CONFIG_SENSORS_ADM1031 is not set +# CONFIG_SENSORS_ADM1177 is not set +# CONFIG_SENSORS_ADM9240 is not set +# CONFIG_SENSORS_ADT7410 is not set +# CONFIG_SENSORS_ADT7411 is not set +# CONFIG_SENSORS_ADT7462 is not set +# CONFIG_SENSORS_ADT7470 is not set +# CONFIG_SENSORS_ADT7475 is not set +# CONFIG_SENSORS_AHT10 is not set +# CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set +# CONFIG_SENSORS_AS370 is not set +# CONFIG_SENSORS_ASC7621 is not set +# CONFIG_SENSORS_AXI_FAN_CONTROL is not set +# CONFIG_SENSORS_K8TEMP is not set +# CONFIG_SENSORS_K10TEMP is not set +# CONFIG_SENSORS_FAM15H_POWER is not set +# CONFIG_SENSORS_APPLESMC is not set +# CONFIG_SENSORS_ASB100 is not set +# CONFIG_SENSORS_ASPEED is not set +# CONFIG_SENSORS_ATXP1 is not set +# CONFIG_SENSORS_CORSAIR_CPRO is not set +# CONFIG_SENSORS_CORSAIR_PSU is not set +# CONFIG_SENSORS_DRIVETEMP is not set +# CONFIG_SENSORS_DS620 is not set +# CONFIG_SENSORS_DS1621 is not set +# CONFIG_SENSORS_DELL_SMM is not set +# CONFIG_SENSORS_I5K_AMB is not set +# CONFIG_SENSORS_F71805F is not set +# CONFIG_SENSORS_F71882FG is not set +# CONFIG_SENSORS_F75375S is not set +# CONFIG_SENSORS_FSCHMD is not set +# CONFIG_SENSORS_FTSTEUTATES is not set +# CONFIG_SENSORS_GL518SM is not set +# CONFIG_SENSORS_GL520SM is not set +# CONFIG_SENSORS_G760A is not set +# CONFIG_SENSORS_G762 is not set +# CONFIG_SENSORS_HIH6130 is not set +# CONFIG_SENSORS_I5500 is not set +# CONFIG_SENSORS_CORETEMP is not set +# CONFIG_SENSORS_IT87 is not set +# CONFIG_SENSORS_JC42 is not set +# CONFIG_SENSORS_POWR1220 is not set +# CONFIG_SENSORS_LINEAGE is not set +# CONFIG_SENSORS_LTC2945 is not set +# CONFIG_SENSORS_LTC2947_I2C is not set +# CONFIG_SENSORS_LTC2990 is not set +# CONFIG_SENSORS_LTC4151 is not set +# CONFIG_SENSORS_LTC4215 is not set +# CONFIG_SENSORS_LTC4222 is not set +# CONFIG_SENSORS_LTC4245 is not set +# CONFIG_SENSORS_LTC4260 is not set +# CONFIG_SENSORS_LTC4261 is not set +# CONFIG_SENSORS_MAX127 is not set +# CONFIG_SENSORS_MAX16065 is not set +# CONFIG_SENSORS_MAX1619 is not set +# CONFIG_SENSORS_MAX1668 is not set +# CONFIG_SENSORS_MAX197 is not set +# CONFIG_SENSORS_MAX31730 is not set +# CONFIG_SENSORS_MAX6621 is not set +# CONFIG_SENSORS_MAX6639 is not set +# CONFIG_SENSORS_MAX6642 is not set +# CONFIG_SENSORS_MAX6650 is not set +# CONFIG_SENSORS_MAX6697 is not set +# CONFIG_SENSORS_MAX31790 is not set +# CONFIG_SENSORS_MCP3021 is not set +# CONFIG_SENSORS_TC654 is not set +# CONFIG_SENSORS_TPS23861 is not set +# CONFIG_SENSORS_MR75203 is not set +# CONFIG_SENSORS_LM63 is not set +# CONFIG_SENSORS_LM73 is not set +# CONFIG_SENSORS_LM75 is not set +# CONFIG_SENSORS_LM77 is not set +# CONFIG_SENSORS_LM78 is not set +# CONFIG_SENSORS_LM80 is not set +# CONFIG_SENSORS_LM83 is not set +# CONFIG_SENSORS_LM85 is not set +# CONFIG_SENSORS_LM87 is not set +# CONFIG_SENSORS_LM90 is not set +# CONFIG_SENSORS_LM92 is not set +# CONFIG_SENSORS_LM93 is not set +# CONFIG_SENSORS_LM95234 is not set +# CONFIG_SENSORS_LM95241 is not set +# CONFIG_SENSORS_LM95245 is not set +# CONFIG_SENSORS_PC87360 is not set +# CONFIG_SENSORS_PC87427 is not set +# CONFIG_SENSORS_NTC_THERMISTOR is not set +# CONFIG_SENSORS_NCT6683 is not set +# CONFIG_SENSORS_NCT6775 is not set +# CONFIG_SENSORS_NCT7802 is not set +# CONFIG_SENSORS_NCT7904 is not set +# CONFIG_SENSORS_NPCM7XX is not set +# CONFIG_SENSORS_NZXT_KRAKEN2 is not set +# CONFIG_SENSORS_PCF8591 is not set +# CONFIG_PMBUS is not set +# CONFIG_SENSORS_SBTSI is not set +# CONFIG_SENSORS_SBRMI is not set +# CONFIG_SENSORS_SHT21 is not set +# CONFIG_SENSORS_SHT3x is not set +# CONFIG_SENSORS_SHT4x is not set +# CONFIG_SENSORS_SHTC1 is not set +# CONFIG_SENSORS_SIS5595 is not set +# CONFIG_SENSORS_DME1737 is not set +# CONFIG_SENSORS_EMC1403 is not set +# CONFIG_SENSORS_EMC2103 is not set +# CONFIG_SENSORS_EMC6W201 is not set +# CONFIG_SENSORS_SMSC47M1 is not set +# CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47B397 is not set +# CONFIG_SENSORS_SCH5627 is not set +# CONFIG_SENSORS_SCH5636 is not set +# CONFIG_SENSORS_STTS751 is not set +# CONFIG_SENSORS_SMM665 is not set +# CONFIG_SENSORS_ADC128D818 is not set +# CONFIG_SENSORS_ADS7828 is not set +# CONFIG_SENSORS_AMC6821 is not set +# CONFIG_SENSORS_INA209 is not set +# CONFIG_SENSORS_INA2XX is not set +# CONFIG_SENSORS_INA3221 is not set +# CONFIG_SENSORS_TC74 is not set +# CONFIG_SENSORS_THMC50 is not set +# CONFIG_SENSORS_TMP102 is not set +# CONFIG_SENSORS_TMP103 is not set +# CONFIG_SENSORS_TMP108 is not set +# CONFIG_SENSORS_TMP401 is not set +# CONFIG_SENSORS_TMP421 is not set +# CONFIG_SENSORS_TMP513 is not set +# CONFIG_SENSORS_VIA_CPUTEMP is not set +# CONFIG_SENSORS_VIA686A is not set +# CONFIG_SENSORS_VT1211 is not set +# CONFIG_SENSORS_VT8231 is not set +# CONFIG_SENSORS_W83773G is not set +# CONFIG_SENSORS_W83781D is not set +# CONFIG_SENSORS_W83791D is not set +# CONFIG_SENSORS_W83792D is not set +# CONFIG_SENSORS_W83793 is not set +# CONFIG_SENSORS_W83795 is not set +# CONFIG_SENSORS_W83L785TS is not set +# CONFIG_SENSORS_W83L786NG is not set +# CONFIG_SENSORS_W83627HF is not set +# CONFIG_SENSORS_W83627EHF is not set +# CONFIG_SENSORS_XGENE is not set + +# +# ACPI drivers +# +# CONFIG_SENSORS_ACPI_POWER is not set +# CONFIG_SENSORS_ATK0110 is not set +CONFIG_THERMAL=y +# CONFIG_THERMAL_NETLINK is not set +# CONFIG_THERMAL_STATISTICS is not set +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 +CONFIG_THERMAL_HWMON=y +CONFIG_THERMAL_WRITABLE_TRIPS=y +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +# CONFIG_THERMAL_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_GOV_STEP_WISE=y +# CONFIG_THERMAL_GOV_BANG_BANG is not set +CONFIG_THERMAL_GOV_USER_SPACE=y +# CONFIG_THERMAL_EMULATION is not set + +# +# Intel thermal drivers +# +# CONFIG_INTEL_POWERCLAMP is not set +CONFIG_X86_THERMAL_VECTOR=y +# CONFIG_X86_PKG_TEMP_THERMAL is not set +# CONFIG_INTEL_SOC_DTS_THERMAL is not set + +# +# ACPI INT340X thermal drivers +# +# CONFIG_INT340X_THERMAL is not set +# end of ACPI INT340X thermal drivers + +# CONFIG_INTEL_PCH_THERMAL is not set +# CONFIG_INTEL_TCC_COOLING is not set +# CONFIG_INTEL_MENLOW is not set +# end of Intel thermal drivers + +CONFIG_WATCHDOG=y +# CONFIG_WATCHDOG_CORE is not set +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y +CONFIG_WATCHDOG_OPEN_TIMEOUT=0 +# CONFIG_WATCHDOG_SYSFS is not set +# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set + +# +# Watchdog Pretimeout Governors +# + +# +# Watchdog Device Drivers +# +# CONFIG_SOFT_WATCHDOG is not set +# CONFIG_WDAT_WDT is not set +# CONFIG_XILINX_WATCHDOG is not set +# CONFIG_ZIIRAVE_WATCHDOG is not set +# CONFIG_CADENCE_WATCHDOG is not set +# CONFIG_DW_WATCHDOG is not set +# CONFIG_MAX63XX_WATCHDOG is not set +# CONFIG_ACQUIRE_WDT is not set +# CONFIG_ADVANTECH_WDT is not set +# CONFIG_ALIM1535_WDT is not set +# CONFIG_ALIM7101_WDT is not set +# CONFIG_EBC_C384_WDT is not set +# CONFIG_F71808E_WDT is not set +# CONFIG_SP5100_TCO is not set +# CONFIG_SBC_FITPC2_WATCHDOG is not set +# CONFIG_EUROTECH_WDT is not set +# CONFIG_IB700_WDT is not set +# CONFIG_IBMASR is not set +# CONFIG_WAFER_WDT is not set +# CONFIG_I6300ESB_WDT is not set +# CONFIG_IE6XX_WDT is not set +# CONFIG_ITCO_WDT is not set +# CONFIG_IT8712F_WDT is not set +# CONFIG_IT87_WDT is not set +# CONFIG_HP_WATCHDOG is not set +# CONFIG_SC1200_WDT is not set +# CONFIG_PC87413_WDT is not set +# CONFIG_NV_TCO is not set +# CONFIG_60XX_WDT is not set +# CONFIG_CPU5_WDT is not set +# CONFIG_SMSC_SCH311X_WDT is not set +# CONFIG_SMSC37B787_WDT is not set +# CONFIG_TQMX86_WDT is not set +# CONFIG_VIA_WDT is not set +# CONFIG_W83627HF_WDT is not set +# CONFIG_W83877F_WDT is not set +# CONFIG_W83977F_WDT is not set +# CONFIG_MACHZ_WDT is not set +# CONFIG_SBC_EPX_C3_WATCHDOG is not set +# CONFIG_NI903X_WDT is not set +# CONFIG_NIC7018_WDT is not set + +# +# PCI-based Watchdog Cards +# +# CONFIG_PCIPCWATCHDOG is not set +# CONFIG_WDTPCI is not set + +# +# USB-based Watchdog Cards +# +# CONFIG_USBPCWATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y +# CONFIG_BCMA is not set + +# +# Multifunction device drivers +# +# CONFIG_MFD_AS3711 is not set +# CONFIG_PMIC_ADP5520 is not set +# CONFIG_MFD_BCM590XX is not set +# CONFIG_MFD_BD9571MWV is not set +# CONFIG_MFD_AXP20X_I2C is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_DA9052_I2C is not set +# CONFIG_MFD_DA9055 is not set +# CONFIG_MFD_DA9062 is not set +# CONFIG_MFD_DA9063 is not set +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_DLN2 is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +# CONFIG_HTC_PASIC3 is not set +# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set +# CONFIG_LPC_ICH is not set +# CONFIG_LPC_SCH is not set +# CONFIG_MFD_INTEL_LPSS_ACPI is not set +# CONFIG_MFD_INTEL_LPSS_PCI is not set +# CONFIG_MFD_INTEL_PMC_BXT is not set +# CONFIG_MFD_INTEL_PMT is not set +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_88PM860X is not set +# CONFIG_MFD_MAX14577 is not set +# CONFIG_MFD_MAX77693 is not set +# CONFIG_MFD_MAX77843 is not set +# CONFIG_MFD_MAX8907 is not set +# CONFIG_MFD_MAX8925 is not set +# CONFIG_MFD_MAX8997 is not set +# CONFIG_MFD_MAX8998 is not set +# CONFIG_MFD_MT6360 is not set +# CONFIG_MFD_MT6397 is not set +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_MFD_VIPERBOARD is not set +# CONFIG_MFD_RETU is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RC5T583 is not set +# CONFIG_MFD_SI476X_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +# CONFIG_MFD_SYSCON is not set +# CONFIG_MFD_TI_AM335X_TSCADC is not set +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_LP8788 is not set +# CONFIG_MFD_TI_LMU is not set +# CONFIG_MFD_PALMAS is not set +# CONFIG_TPS6105X is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +# CONFIG_MFD_TPS65090 is not set +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TPS6586X is not set +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS80031 is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_TWL6040_CORE is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X_I2C is not set +# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_WM8994 is not set +# CONFIG_MFD_ATC260X_I2C is not set +# end of Multifunction device drivers + +# CONFIG_REGULATOR is not set +# CONFIG_RC_CORE is not set +# CONFIG_MEDIA_CEC_SUPPORT is not set +# CONFIG_MEDIA_SUPPORT is not set + +# +# Graphics support +# +# CONFIG_AGP is not set +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=8 +# CONFIG_VGA_SWITCHEROO is not set +CONFIG_DRM=m +# CONFIG_DRM_DP_AUX_CHARDEV is not set +CONFIG_DRM_KMS_HELPER=m +CONFIG_DRM_FBDEV_EMULATION=y +CONFIG_DRM_FBDEV_OVERALLOC=100 +# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set +# CONFIG_DRM_DP_CEC is not set +CONFIG_DRM_TTM=m +CONFIG_DRM_TTM_HELPER=m +CONFIG_DRM_GEM_SHMEM_HELPER=y +CONFIG_DRM_SCHED=m + +# +# I2C encoder or helper chips +# +# CONFIG_DRM_I2C_CH7006 is not set +# CONFIG_DRM_I2C_SIL164 is not set +# CONFIG_DRM_I2C_NXP_TDA998X is not set +# CONFIG_DRM_I2C_NXP_TDA9950 is not set +# end of I2C encoder or helper chips + +# +# ARM devices +# +# end of ARM devices + +# CONFIG_DRM_RADEON is not set +CONFIG_DRM_AMDGPU=m +# CONFIG_DRM_AMDGPU_SI is not set +# CONFIG_DRM_AMDGPU_CIK is not set +CONFIG_DRM_AMDGPU_USERPTR=y + +# +# ACP (Audio CoProcessor) Configuration +# +# CONFIG_DRM_AMD_ACP is not set +# end of ACP (Audio CoProcessor) Configuration + +# +# Display Engine Configuration +# +CONFIG_DRM_AMD_DC=y +CONFIG_DRM_AMD_DC_DCN=y +# CONFIG_DRM_AMD_DC_HDCP is not set +# CONFIG_DRM_AMD_SECURE_DISPLAY is not set +# end of Display Engine Configuration + +CONFIG_HSA_AMD=y +# CONFIG_DRM_NOUVEAU is not set +# CONFIG_DRM_I915 is not set +# CONFIG_DRM_VGEM is not set +# CONFIG_DRM_VKMS is not set +# CONFIG_DRM_VMWGFX is not set +# CONFIG_DRM_GMA500 is not set +# CONFIG_DRM_UDL is not set +# CONFIG_DRM_AST is not set +# CONFIG_DRM_MGAG200 is not set +# CONFIG_DRM_QXL is not set +# CONFIG_DRM_VIRTIO_GPU is not set +CONFIG_DRM_PANEL=y + +# +# Display Panels +# +# end of Display Panels + +CONFIG_DRM_BRIDGE=y +CONFIG_DRM_PANEL_BRIDGE=y + +# +# Display Interface Bridges +# +# CONFIG_DRM_ANALOGIX_ANX78XX is not set +# end of Display Interface Bridges + +# CONFIG_DRM_ETNAVIV is not set +# CONFIG_DRM_BOCHS is not set +# CONFIG_DRM_CIRRUS_QEMU is not set +# CONFIG_DRM_GM12U320 is not set +CONFIG_DRM_SIMPLEDRM=m +# CONFIG_DRM_VBOXVIDEO is not set +# CONFIG_DRM_GUD is not set +# CONFIG_DRM_LEGACY is not set +CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y + +# +# Frame buffer Devices +# +CONFIG_FB_CMDLINE=y +CONFIG_FB_NOTIFY=y +CONFIG_FB=y +# CONFIG_FIRMWARE_EDID is not set +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_IMAGEBLIT=m +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_DEFERRED_IO=y +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_TILEBLITTING=y + +# +# Frame buffer hardware drivers +# +# CONFIG_FB_CIRRUS is not set +# CONFIG_FB_PM2 is not set +# CONFIG_FB_CYBER2000 is not set +# CONFIG_FB_ARC is not set +# CONFIG_FB_ASILIANT is not set +# CONFIG_FB_IMSTT is not set +# CONFIG_FB_VGA16 is not set +# CONFIG_FB_UVESA is not set +# CONFIG_FB_VESA is not set +CONFIG_FB_EFI=y +# CONFIG_FB_N411 is not set +# CONFIG_FB_HGA is not set +# CONFIG_FB_OPENCORES is not set +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_NVIDIA is not set +# CONFIG_FB_RIVA is not set +# CONFIG_FB_I740 is not set +# CONFIG_FB_LE80578 is not set +# CONFIG_FB_MATROX is not set +# CONFIG_FB_RADEON is not set +# CONFIG_FB_ATY128 is not set +# CONFIG_FB_ATY is not set +# CONFIG_FB_S3 is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_SIS is not set +# CONFIG_FB_NEOMAGIC is not set +# CONFIG_FB_KYRO is not set +# CONFIG_FB_3DFX is not set +# CONFIG_FB_VOODOO1 is not set +# CONFIG_FB_VT8623 is not set +# CONFIG_FB_TRIDENT is not set +# CONFIG_FB_ARK is not set +# CONFIG_FB_PM3 is not set +# CONFIG_FB_CARMINE is not set +# CONFIG_FB_SMSCUFX is not set +# CONFIG_FB_UDL is not set +# CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB_VIRTUAL is not set +# CONFIG_FB_METRONOME is not set +# CONFIG_FB_MB862XX is not set +# CONFIG_FB_SIMPLE is not set +# CONFIG_FB_SM712 is not set +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +# CONFIG_LCD_CLASS_DEVICE is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=y +# CONFIG_BACKLIGHT_APPLE is not set +# CONFIG_BACKLIGHT_QCOM_WLED is not set +# CONFIG_BACKLIGHT_SAHARA is not set +# CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set +# CONFIG_BACKLIGHT_LM3639 is not set +# CONFIG_BACKLIGHT_LV5207LP is not set +# CONFIG_BACKLIGHT_BD6107 is not set +# CONFIG_BACKLIGHT_ARCXCNN is not set +# end of Backlight & LCD device support + +CONFIG_HDMI=y + +# +# Console display driver support +# +CONFIG_VGA_CONSOLE=y +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=25 +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set +# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set +# end of Console display driver support + +# CONFIG_LOGO is not set +# end of Graphics support + +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_TIMER=y +CONFIG_SND_PCM=y +CONFIG_SND_HWDEP=y +CONFIG_SND_SEQ_DEVICE=y +CONFIG_SND_JACK=y +CONFIG_SND_JACK_INPUT_DEV=y +# CONFIG_SND_OSSEMUL is not set +CONFIG_SND_PCM_TIMER=y +CONFIG_SND_HRTIMER=y +CONFIG_SND_DYNAMIC_MINORS=y +CONFIG_SND_MAX_CARDS=32 +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_PROC_FS=y +CONFIG_SND_VERBOSE_PROCFS=y +# CONFIG_SND_VERBOSE_PRINTK is not set +# CONFIG_SND_DEBUG is not set +CONFIG_SND_VMASTER=y +CONFIG_SND_DMA_SGBUF=y +CONFIG_SND_CTL_LED=y +CONFIG_SND_SEQUENCER=y +CONFIG_SND_SEQ_DUMMY=y +CONFIG_SND_SEQ_HRTIMER_DEFAULT=y +CONFIG_SND_DRIVERS=y +# CONFIG_SND_PCSP is not set +# CONFIG_SND_DUMMY is not set +# CONFIG_SND_ALOOP is not set +# CONFIG_SND_VIRMIDI is not set +# CONFIG_SND_MTPAV is not set +# CONFIG_SND_SERIAL_U16550 is not set +# CONFIG_SND_MPU401 is not set +CONFIG_SND_PCI=y +# CONFIG_SND_AD1889 is not set +# CONFIG_SND_ALS300 is not set +# CONFIG_SND_ALS4000 is not set +# CONFIG_SND_ALI5451 is not set +# CONFIG_SND_ASIHPI is not set +# CONFIG_SND_ATIIXP is not set +# CONFIG_SND_ATIIXP_MODEM is not set +# CONFIG_SND_AU8810 is not set +# CONFIG_SND_AU8820 is not set +# CONFIG_SND_AU8830 is not set +# CONFIG_SND_AW2 is not set +# CONFIG_SND_AZT3328 is not set +# CONFIG_SND_BT87X is not set +# CONFIG_SND_CA0106 is not set +# CONFIG_SND_CMIPCI is not set +# CONFIG_SND_OXYGEN is not set +# CONFIG_SND_CS4281 is not set +# CONFIG_SND_CS46XX is not set +# CONFIG_SND_CTXFI is not set +# CONFIG_SND_DARLA20 is not set +# CONFIG_SND_GINA20 is not set +# CONFIG_SND_LAYLA20 is not set +# CONFIG_SND_DARLA24 is not set +# CONFIG_SND_GINA24 is not set +# CONFIG_SND_LAYLA24 is not set +# CONFIG_SND_MONA is not set +# CONFIG_SND_MIA is not set +# CONFIG_SND_ECHO3G is not set +# CONFIG_SND_INDIGO is not set +# CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGODJ is not set +# CONFIG_SND_INDIGOIOX is not set +# CONFIG_SND_INDIGODJX is not set +# CONFIG_SND_EMU10K1 is not set +# CONFIG_SND_EMU10K1X is not set +# CONFIG_SND_ENS1370 is not set +# CONFIG_SND_ENS1371 is not set +# CONFIG_SND_ES1938 is not set +# CONFIG_SND_ES1968 is not set +# CONFIG_SND_FM801 is not set +# CONFIG_SND_HDSP is not set +# CONFIG_SND_HDSPM is not set +# CONFIG_SND_ICE1712 is not set +# CONFIG_SND_ICE1724 is not set +# CONFIG_SND_INTEL8X0 is not set +# CONFIG_SND_INTEL8X0M is not set +# CONFIG_SND_KORG1212 is not set +# CONFIG_SND_LOLA is not set +# CONFIG_SND_LX6464ES is not set +# CONFIG_SND_MAESTRO3 is not set +# CONFIG_SND_MIXART is not set +# CONFIG_SND_NM256 is not set +# CONFIG_SND_PCXHR is not set +# CONFIG_SND_RIPTIDE is not set +# CONFIG_SND_RME32 is not set +# CONFIG_SND_RME96 is not set +# CONFIG_SND_RME9652 is not set +# CONFIG_SND_SE6X is not set +# CONFIG_SND_SONICVIBES is not set +# CONFIG_SND_TRIDENT is not set +# CONFIG_SND_VIA82XX is not set +# CONFIG_SND_VIA82XX_MODEM is not set +# CONFIG_SND_VIRTUOSO is not set +# CONFIG_SND_VX222 is not set +# CONFIG_SND_YMFPCI is not set + +# +# HD-Audio +# +CONFIG_SND_HDA=y +CONFIG_SND_HDA_GENERIC_LEDS=y +CONFIG_SND_HDA_INTEL=y +CONFIG_SND_HDA_HWDEP=y +# CONFIG_SND_HDA_RECONFIG is not set +# CONFIG_SND_HDA_INPUT_BEEP is not set +# CONFIG_SND_HDA_PATCH_LOADER is not set +CONFIG_SND_HDA_CODEC_REALTEK=y +# CONFIG_SND_HDA_CODEC_ANALOG is not set +# CONFIG_SND_HDA_CODEC_SIGMATEL is not set +# CONFIG_SND_HDA_CODEC_VIA is not set +CONFIG_SND_HDA_CODEC_HDMI=y +# CONFIG_SND_HDA_CODEC_CIRRUS is not set +# CONFIG_SND_HDA_CODEC_CS8409 is not set +# CONFIG_SND_HDA_CODEC_CONEXANT is not set +# CONFIG_SND_HDA_CODEC_CA0110 is not set +# CONFIG_SND_HDA_CODEC_CA0132 is not set +# CONFIG_SND_HDA_CODEC_CMEDIA is not set +# CONFIG_SND_HDA_CODEC_SI3054 is not set +CONFIG_SND_HDA_GENERIC=y +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 +# CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM is not set +# end of HD-Audio + +CONFIG_SND_HDA_CORE=y +CONFIG_SND_HDA_COMPONENT=y +CONFIG_SND_HDA_PREALLOC_SIZE=0 +CONFIG_SND_INTEL_NHLT=y +CONFIG_SND_INTEL_DSP_CONFIG=y +CONFIG_SND_INTEL_SOUNDWIRE_ACPI=y +# CONFIG_SND_USB is not set +# CONFIG_SND_SOC is not set +CONFIG_SND_X86=y +# CONFIG_SND_VIRTIO is not set + +# +# HID support +# +CONFIG_HID=y +# CONFIG_HID_BATTERY_STRENGTH is not set +CONFIG_HIDRAW=y +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +CONFIG_HID_A4TECH=y +# CONFIG_HID_ACCUTOUCH is not set +# CONFIG_HID_ACRUX is not set +CONFIG_HID_APPLE=y +# CONFIG_HID_APPLEIR is not set +# CONFIG_HID_ASUS is not set +# CONFIG_HID_AUREAL is not set +CONFIG_HID_BELKIN=y +# CONFIG_HID_BETOP_FF is not set +# CONFIG_HID_BIGBEN_FF is not set +CONFIG_HID_CHERRY=y +CONFIG_HID_CHICONY=y +# CONFIG_HID_CORSAIR is not set +# CONFIG_HID_COUGAR is not set +# CONFIG_HID_MACALLY is not set +# CONFIG_HID_PRODIKEYS is not set +# CONFIG_HID_CMEDIA is not set +# CONFIG_HID_CREATIVE_SB0540 is not set +CONFIG_HID_CYPRESS=y +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELAN is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_ELO is not set +CONFIG_HID_EZKEY=y +# CONFIG_HID_FT260 is not set +# CONFIG_HID_GEMBIRD is not set +# CONFIG_HID_GFRM is not set +# CONFIG_HID_GLORIOUS is not set +# CONFIG_HID_HOLTEK is not set +# CONFIG_HID_VIVALDI is not set +# CONFIG_HID_GT683R is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_VIEWSONIC is not set +CONFIG_HID_GYRATION=y +# CONFIG_HID_ICADE is not set +CONFIG_HID_ITE=y +# CONFIG_HID_JABRA is not set +# CONFIG_HID_TWINHAN is not set +CONFIG_HID_KENSINGTON=y +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LED is not set +# CONFIG_HID_LENOVO is not set +CONFIG_HID_LOGITECH=y +# CONFIG_HID_LOGITECH_DJ is not set +# CONFIG_HID_LOGITECH_HIDPP is not set +CONFIG_LOGITECH_FF=y +# CONFIG_LOGIRUMBLEPAD2_FF is not set +# CONFIG_LOGIG940_FF is not set +CONFIG_LOGIWHEELS_FF=y +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MALTRON is not set +# CONFIG_HID_MAYFLASH is not set +CONFIG_HID_REDRAGON=y +CONFIG_HID_MICROSOFT=y +CONFIG_HID_MONTEREY=y +# CONFIG_HID_MULTITOUCH is not set +# CONFIG_HID_NTI is not set +CONFIG_HID_NTRIG=y +# CONFIG_HID_ORTEK is not set +CONFIG_HID_PANTHERLORD=y +CONFIG_PANTHERLORD_FF=y +# CONFIG_HID_PENMOUNT is not set +CONFIG_HID_PETALYNX=y +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PLANTRONICS is not set +# CONFIG_HID_PLAYSTATION is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_RETRODE is not set +# CONFIG_HID_ROCCAT is not set +# CONFIG_HID_SAITEK is not set +CONFIG_HID_SAMSUNG=y +# CONFIG_HID_SEMITEK is not set +CONFIG_HID_SONY=y +# CONFIG_SONY_FF is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEAM is not set +# CONFIG_HID_STEELSERIES is not set +CONFIG_HID_SUNPLUS=y +# CONFIG_HID_RMI is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +CONFIG_HID_TOPSEED=y +# CONFIG_HID_THINGM is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_UDRAW_PS3 is not set +# CONFIG_HID_U2FZERO is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_WIIMOTE is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +# CONFIG_HID_ALPS is not set +# end of Special HID drivers + +# +# USB HID support +# +CONFIG_USB_HID=y +CONFIG_HID_PID=y +CONFIG_USB_HIDDEV=y +# end of USB HID support + +# +# I2C HID support +# +# CONFIG_I2C_HID_ACPI is not set +# end of I2C HID support + +# +# Intel ISH HID support +# +# CONFIG_INTEL_ISH_HID is not set +# end of Intel ISH HID support + +# +# AMD SFH HID Support +# +# CONFIG_AMD_SFH_HID is not set +# end of AMD SFH HID Support +# end of HID support + +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_COMMON=y +# CONFIG_USB_LED_TRIG is not set +# CONFIG_USB_ULPI_BUS is not set +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB=y +CONFIG_USB_PCI=y +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + +# +# Miscellaneous USB options +# +CONFIG_USB_DEFAULT_PERSIST=y +# CONFIG_USB_FEW_INIT_RETRIES is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_PRODUCTLIST is not set +# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set +CONFIG_USB_AUTOSUSPEND_DELAY=2 +CONFIG_USB_MON=y + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_DBGCAP is not set +CONFIG_USB_XHCI_PCI=y +# CONFIG_USB_XHCI_PCI_RENESAS is not set +# CONFIG_USB_XHCI_PLATFORM is not set +CONFIG_USB_EHCI_HCD=y +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_PCI=y +# CONFIG_USB_EHCI_FSL is not set +# CONFIG_USB_EHCI_HCD_PLATFORM is not set +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +# CONFIG_USB_FOTG210_HCD is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PCI=y +# CONFIG_USB_OHCI_HCD_PLATFORM is not set +CONFIG_USB_UHCI_HCD=y +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +# CONFIG_USB_HCD_TEST_MODE is not set + +# +# USB Device Class drivers +# +# CONFIG_USB_ACM is not set +CONFIG_USB_PRINTER=y +# CONFIG_USB_WDM is not set +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_REALTEK is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_STORAGE_ENE_UB6250 is not set +# CONFIG_USB_UAS is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USBIP_CORE is not set +# CONFIG_USB_CDNS_SUPPORT is not set +# CONFIG_USB_MUSB_HDRC is not set +# CONFIG_USB_DWC3 is not set +# CONFIG_USB_DWC2 is not set +# CONFIG_USB_CHIPIDEA is not set +# CONFIG_USB_ISP1760 is not set + +# +# USB port drivers +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_FTDI_ELAN is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_APPLE_MFI_FASTCHARGE is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_EHSET_TEST_FIXTURE is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_YUREX is not set +# CONFIG_USB_EZUSB_FX2 is not set +# CONFIG_USB_HUB_USB251XB is not set +# CONFIG_USB_HSIC_USB3503 is not set +# CONFIG_USB_HSIC_USB4604 is not set +# CONFIG_USB_LINK_LAYER_TEST is not set +# CONFIG_USB_CHAOSKEY is not set + +# +# USB Physical Layer drivers +# +# CONFIG_NOP_USB_XCEIV is not set +# CONFIG_USB_ISP1301 is not set +# end of USB Physical Layer drivers + +# CONFIG_USB_GADGET is not set +# CONFIG_TYPEC is not set +# CONFIG_USB_ROLE_SWITCH is not set +# CONFIG_MMC is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +# CONFIG_LEDS_CLASS_FLASH is not set +# CONFIG_LEDS_CLASS_MULTICOLOR is not set +# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set + +# +# LED drivers +# +# CONFIG_LEDS_APU is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3532 is not set +# CONFIG_LEDS_LM3642 is not set +# CONFIG_LEDS_PCA9532 is not set +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_CLEVO_MAIL is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_INTEL_SS4200 is not set +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +# CONFIG_LEDS_LM355x is not set + +# +# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) +# +# CONFIG_LEDS_BLINKM is not set +# CONFIG_LEDS_MLXCPLD is not set +# CONFIG_LEDS_MLXREG is not set +# CONFIG_LEDS_USER is not set +# CONFIG_LEDS_NIC78BX is not set +# CONFIG_LEDS_TI_LMU_COMMON is not set + +# +# Flash and Torch LED drivers +# + +# +# LED Triggers +# +CONFIG_LEDS_TRIGGERS=y +# CONFIG_LEDS_TRIGGER_TIMER is not set +# CONFIG_LEDS_TRIGGER_ONESHOT is not set +# CONFIG_LEDS_TRIGGER_DISK is not set +# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set +# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set +# CONFIG_LEDS_TRIGGER_CPU is not set +# CONFIG_LEDS_TRIGGER_ACTIVITY is not set +# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set + +# +# iptables trigger is under Netfilter config (LED target) +# +# CONFIG_LEDS_TRIGGER_TRANSIENT is not set +# CONFIG_LEDS_TRIGGER_CAMERA is not set +# CONFIG_LEDS_TRIGGER_PANIC is not set +# CONFIG_LEDS_TRIGGER_NETDEV is not set +# CONFIG_LEDS_TRIGGER_PATTERN is not set +CONFIG_LEDS_TRIGGER_AUDIO=y +# CONFIG_LEDS_TRIGGER_TTY is not set +# CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set +CONFIG_EDAC_ATOMIC_SCRUB=y +CONFIG_EDAC_SUPPORT=y +CONFIG_RTC_LIB=y +CONFIG_RTC_MC146818_LIB=y +CONFIG_RTC_CLASS=y +# CONFIG_RTC_HCTOSYS is not set +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +# CONFIG_RTC_DRV_DS1307 is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +# CONFIG_RTC_DRV_PCF85063 is not set +# CONFIG_RTC_DRV_PCF85363 is not set +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +# CONFIG_RTC_DRV_BQ32K is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3028 is not set +# CONFIG_RTC_DRV_RV3032 is not set +# CONFIG_RTC_DRV_RV8803 is not set +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +CONFIG_RTC_I2C_AND_SPI=y + +# +# SPI and I2C RTC drivers +# +# CONFIG_RTC_DRV_DS3232 is not set +# CONFIG_RTC_DRV_PCF2127 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +CONFIG_RTC_DRV_CMOS=y +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_BQ4802 is not set +# CONFIG_RTC_DRV_RP5C01 is not set +# CONFIG_RTC_DRV_V3020 is not set + +# +# on-CPU RTC drivers +# +# CONFIG_RTC_DRV_FTRTC010 is not set + +# +# HID Sensor RTC drivers +# +# CONFIG_RTC_DRV_GOLDFISH is not set +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set + +# +# DMA Devices +# +CONFIG_DMA_ENGINE=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMA_ACPI=y +# CONFIG_ALTERA_MSGDMA is not set +# CONFIG_INTEL_IDMA64 is not set +# CONFIG_INTEL_IDXD is not set +# CONFIG_INTEL_IDXD_COMPAT is not set +# CONFIG_INTEL_IOATDMA is not set +# CONFIG_PLX_DMA is not set +# CONFIG_AMD_PTDMA is not set +# CONFIG_QCOM_HIDMA_MGMT is not set +# CONFIG_QCOM_HIDMA is not set +CONFIG_DW_DMAC_CORE=y +# CONFIG_DW_DMAC is not set +# CONFIG_DW_DMAC_PCI is not set +# CONFIG_DW_EDMA is not set +# CONFIG_DW_EDMA_PCIE is not set +CONFIG_HSU_DMA=y +# CONFIG_SF_PDMA is not set +# CONFIG_INTEL_LDMA is not set + +# +# DMA Clients +# +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set + +# +# DMABUF options +# +CONFIG_SYNC_FILE=y +# CONFIG_SW_SYNC is not set +# CONFIG_UDMABUF is not set +# CONFIG_DMABUF_MOVE_NOTIFY is not set +# CONFIG_DMABUF_DEBUG is not set +# CONFIG_DMABUF_SELFTESTS is not set +# CONFIG_DMABUF_HEAPS is not set +# CONFIG_DMABUF_SYSFS_STATS is not set +# end of DMABUF options + +# CONFIG_AUXDISPLAY is not set +# CONFIG_UIO is not set +# CONFIG_VFIO is not set +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO=y +CONFIG_VIRTIO_MENU=y +# CONFIG_VIRTIO_PCI is not set +# CONFIG_VIRTIO_BALLOON is not set +# CONFIG_VIRTIO_INPUT is not set +# CONFIG_VIRTIO_MMIO is not set +# CONFIG_VDPA is not set +CONFIG_VHOST_MENU=y +# CONFIG_VHOST_NET is not set +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# end of Microsoft Hyper-V guest support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +# CONFIG_STAGING is not set +CONFIG_X86_PLATFORM_DEVICES=y +# CONFIG_ACPI_WMI is not set +# CONFIG_ACERHDF is not set +# CONFIG_ACER_WIRELESS is not set +# CONFIG_AMD_PMC is not set +# CONFIG_ADV_SWBUTTON is not set +# CONFIG_APPLE_GMUX is not set +# CONFIG_ASUS_LAPTOP is not set +# CONFIG_ASUS_WIRELESS is not set +# CONFIG_X86_PLATFORM_DRIVERS_DELL is not set +# CONFIG_AMILO_RFKILL is not set +# CONFIG_FUJITSU_LAPTOP is not set +# CONFIG_FUJITSU_TABLET is not set +# CONFIG_GPD_POCKET_FAN is not set +# CONFIG_HP_ACCEL is not set +# CONFIG_WIRELESS_HOTKEY is not set +# CONFIG_IBM_RTL is not set +# CONFIG_IDEAPAD_LAPTOP is not set +# CONFIG_SENSORS_HDAPS is not set +# CONFIG_THINKPAD_ACPI is not set +# CONFIG_INTEL_ATOMISP2_PM is not set +# CONFIG_INTEL_SAR_INT1092 is not set +# CONFIG_INTEL_PMC_CORE is not set + +# +# Intel Speed Select Technology interface support +# +# CONFIG_INTEL_SPEED_SELECT_INTERFACE is not set +# end of Intel Speed Select Technology interface support + +# CONFIG_INTEL_HID_EVENT is not set +# CONFIG_INTEL_VBTN is not set +# CONFIG_INTEL_OAKTRAIL is not set +# CONFIG_INTEL_PUNIT_IPC is not set +# CONFIG_INTEL_RST is not set +# CONFIG_INTEL_SMARTCONNECT is not set +# CONFIG_INTEL_TURBO_MAX_3 is not set +# CONFIG_INTEL_UNCORE_FREQ_CONTROL is not set +# CONFIG_MSI_LAPTOP is not set +# CONFIG_SAMSUNG_LAPTOP is not set +# CONFIG_SAMSUNG_Q10 is not set +# CONFIG_TOSHIBA_BT_RFKILL is not set +# CONFIG_TOSHIBA_HAPS is not set +# CONFIG_ACPI_CMPC is not set +# CONFIG_COMPAL_LAPTOP is not set +# CONFIG_PANASONIC_LAPTOP is not set +# CONFIG_SONY_LAPTOP is not set +# CONFIG_SYSTEM76_ACPI is not set +# CONFIG_TOPSTAR_LAPTOP is not set +# CONFIG_I2C_MULTI_INSTANTIATE is not set +# CONFIG_MLX_PLATFORM is not set +# CONFIG_INTEL_IPS is not set +# CONFIG_INTEL_SCU_PCI is not set +# CONFIG_INTEL_SCU_PLATFORM is not set +CONFIG_PMC_ATOM=y +# CONFIG_CHROME_PLATFORMS is not set +# CONFIG_MELLANOX_PLATFORM is not set +CONFIG_SURFACE_PLATFORMS=y +# CONFIG_SURFACE_3_POWER_OPREGION is not set +# CONFIG_SURFACE_GPE is not set +# CONFIG_SURFACE_PRO3_BUTTON is not set +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_COMMON_CLK=y + +# +# Clock driver for ARM Reference designs +# +# CONFIG_ICST is not set +# CONFIG_CLK_SP810 is not set +# end of Clock driver for ARM Reference designs + +# CONFIG_COMMON_CLK_MAX9485 is not set +# CONFIG_COMMON_CLK_SI5341 is not set +# CONFIG_COMMON_CLK_SI5351 is not set +# CONFIG_COMMON_CLK_SI544 is not set +# CONFIG_COMMON_CLK_CDCE706 is not set +# CONFIG_COMMON_CLK_CS2000_CP is not set +# CONFIG_XILINX_VCU is not set +# CONFIG_HWSPINLOCK is not set + +# +# Clock Source drivers +# +CONFIG_CLKEVT_I8253=y +CONFIG_I8253_LOCK=y +CONFIG_CLKBLD_I8253=y +# end of Clock Source drivers + +CONFIG_MAILBOX=y +CONFIG_PCC=y +# CONFIG_ALTERA_MBOX is not set +CONFIG_IOMMU_IOVA=y +CONFIG_IOASID=y +CONFIG_IOMMU_API=y +CONFIG_IOMMU_SUPPORT=y + +# +# Generic IOMMU Pagetable Support +# +CONFIG_IOMMU_IO_PGTABLE=y +# end of Generic IOMMU Pagetable Support + +# CONFIG_IOMMU_DEBUGFS is not set +# CONFIG_IOMMU_DEFAULT_DMA_STRICT is not set +CONFIG_IOMMU_DEFAULT_DMA_LAZY=y +# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set +CONFIG_IOMMU_DMA=y +CONFIG_AMD_IOMMU=y +# CONFIG_AMD_IOMMU_V2 is not set +CONFIG_DMAR_TABLE=y +CONFIG_INTEL_IOMMU=y +# CONFIG_INTEL_IOMMU_SVM is not set +# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set +CONFIG_INTEL_IOMMU_FLOPPY_WA=y +CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON=y +# CONFIG_IRQ_REMAP is not set +# CONFIG_VIRTIO_IOMMU is not set + +# +# Remoteproc drivers +# +# CONFIG_REMOTEPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +# CONFIG_RPMSG_QCOM_GLINK_RPM is not set +# CONFIG_RPMSG_VIRTIO is not set +# end of Rpmsg drivers + +# CONFIG_SOUNDWIRE is not set + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +# end of Amlogic SoC drivers + +# +# Broadcom SoC drivers +# +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +# end of NXP/Freescale QorIQ SoC drivers + +# +# i.MX SoC drivers +# +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# end of Enable LiteX SoC Builder specific drivers + +# +# Qualcomm SoC drivers +# +# end of Qualcomm SoC drivers + +# CONFIG_SOC_TI is not set + +# +# Xilinx SoC drivers +# +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +# CONFIG_PM_DEVFREQ is not set +# CONFIG_EXTCON is not set +# CONFIG_MEMORY is not set +# CONFIG_IIO is not set +# CONFIG_NTB is not set +# CONFIG_VME_BUS is not set +# CONFIG_PWM is not set + +# +# IRQ chip support +# +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +# CONFIG_RESET_CONTROLLER is not set + +# +# PHY Subsystem +# +# CONFIG_GENERIC_PHY is not set +# CONFIG_USB_LGM_PHY is not set +# CONFIG_PHY_CAN_TRANSCEIVER is not set +# CONFIG_BCM_KONA_USB2_PHY is not set +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# CONFIG_PHY_INTEL_LGM_EMMC is not set +# end of PHY Subsystem + +# CONFIG_POWERCAP is not set +# CONFIG_MCB is not set + +# +# Performance monitor support +# +# end of Performance monitor support + +# CONFIG_RAS is not set +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID is not set +# end of Android + +# CONFIG_LIBNVDIMM is not set +# CONFIG_DAX is not set +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y +# CONFIG_NVMEM_RMEM is not set + +# +# HW tracing support +# +# CONFIG_STM is not set +# CONFIG_INTEL_TH is not set +# end of HW tracing support + +# CONFIG_FPGA is not set +# CONFIG_TEE is not set +# CONFIG_UNISYS_VISORBUS is not set +# CONFIG_SIOX is not set +# CONFIG_SLIMBUS is not set +# CONFIG_INTERCONNECT is not set +# CONFIG_COUNTER is not set +# end of Device Drivers + +# +# File systems +# +CONFIG_DCACHE_WORD_ACCESS=y +# CONFIG_VALIDATE_FS_PARSER is not set +CONFIG_FS_IOMAP=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +CONFIG_BTRFS_FS=y +CONFIG_BTRFS_FS_POSIX_ACL=y +# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set +# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set +# CONFIG_BTRFS_DEBUG is not set +# CONFIG_BTRFS_ASSERT is not set +# CONFIG_BTRFS_FS_REF_VERIFY is not set +# CONFIG_NILFS2_FS is not set +CONFIG_F2FS_FS=y +CONFIG_F2FS_STAT_FS=y +CONFIG_F2FS_FS_XATTR=y +CONFIG_F2FS_FS_POSIX_ACL=y +# CONFIG_F2FS_FS_SECURITY is not set +# CONFIG_F2FS_CHECK_FS is not set +# CONFIG_F2FS_FAULT_INJECTION is not set +# CONFIG_F2FS_FS_COMPRESSION is not set +CONFIG_F2FS_IOSTAT=y +# CONFIG_FS_DAX is not set +CONFIG_FS_POSIX_ACL=y +CONFIG_EXPORTFS=y +# CONFIG_EXPORTFS_BLOCK_OPS is not set +CONFIG_FILE_LOCKING=y +CONFIG_FS_ENCRYPTION=y +CONFIG_FS_ENCRYPTION_ALGS=y +CONFIG_FS_VERITY=y +# CONFIG_FS_VERITY_DEBUG is not set +CONFIG_FS_VERITY_BUILTIN_SIGNATURES=y +CONFIG_FSNOTIFY=y +CONFIG_DNOTIFY=y +CONFIG_INOTIFY_USER=y +# CONFIG_FANOTIFY is not set +CONFIG_QUOTA=y +CONFIG_QUOTA_NETLINK_INTERFACE=y +# CONFIG_PRINT_QUOTA_WARNING is not set +# CONFIG_QUOTA_DEBUG is not set +CONFIG_QUOTA_TREE=y +# CONFIG_QFMT_V1 is not set +CONFIG_QFMT_V2=y +CONFIG_QUOTACTL=y +CONFIG_AUTOFS4_FS=y +CONFIG_AUTOFS_FS=y +CONFIG_FUSE_FS=y +# CONFIG_CUSE is not set +CONFIG_VIRTIO_FS=y +CONFIG_OVERLAY_FS=y +# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set +CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y +# CONFIG_OVERLAY_FS_INDEX is not set +# CONFIG_OVERLAY_FS_XINO_AUTO is not set +# CONFIG_OVERLAY_FS_METACOPY is not set + +# +# Caches +# +# CONFIG_FSCACHE is not set +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +CONFIG_ISO9660_FS=y +CONFIG_JOLIET=y +CONFIG_ZISOFS=y +# CONFIG_UDF_FS is not set +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set +# CONFIG_EXFAT_FS is not set +# CONFIG_NTFS_FS is not set +# CONFIG_NTFS3_FS is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_KCORE=y +CONFIG_PROC_VMCORE=y +# CONFIG_PROC_VMCORE_DEVICE_DUMP is not set +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +# CONFIG_PROC_CHILDREN is not set +CONFIG_PROC_PID_ARCH_STATUS=y +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +# CONFIG_TMPFS_INODE64 is not set +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE=y +CONFIG_HUGETLB_PAGE_FREE_VMEMMAP=y +# CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON is not set +CONFIG_MEMFD_CREATE=y +CONFIG_ARCH_HAS_GIGANTIC_PAGE=y +# CONFIG_CONFIGFS_FS is not set +CONFIG_EFIVAR_FS=m +# end of Pseudo filesystems + +# CONFIG_MISC_FILESYSTEMS is not set +CONFIG_NETWORK_FILESYSTEMS=y +CONFIG_NFS_FS=y +# CONFIG_NFS_V2 is not set +CONFIG_NFS_V3=y +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=y +# CONFIG_NFS_SWAP is not set +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_2=y +CONFIG_PNFS_FILE_LAYOUT=y +CONFIG_PNFS_BLOCK=y +CONFIG_PNFS_FLEXFILE_LAYOUT=y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" +# CONFIG_NFS_V4_1_MIGRATION is not set +CONFIG_NFS_V4_SECURITY_LABEL=y +# CONFIG_ROOT_NFS is not set +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_USE_KERNEL_DNS=y +CONFIG_NFS_DISABLE_UDP_SUPPORT=y +# CONFIG_NFS_V4_2_READ_PLUS is not set +# CONFIG_NFSD is not set +CONFIG_GRACE_PERIOD=y +CONFIG_LOCKD=y +CONFIG_LOCKD_V4=y +CONFIG_NFS_ACL_SUPPORT=y +CONFIG_NFS_COMMON=y +CONFIG_NFS_V4_2_SSC_HELPER=y +CONFIG_SUNRPC=y +CONFIG_SUNRPC_GSS=y +CONFIG_SUNRPC_BACKCHANNEL=y +# CONFIG_SUNRPC_DEBUG is not set +# CONFIG_CEPH_FS is not set +# CONFIG_CIFS is not set +# CONFIG_SMB_SERVER is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +CONFIG_NLS_ASCII=y +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_MAC_ROMAN is not set +# CONFIG_NLS_MAC_CELTIC is not set +# CONFIG_NLS_MAC_CENTEURO is not set +# CONFIG_NLS_MAC_CROATIAN is not set +# CONFIG_NLS_MAC_CYRILLIC is not set +# CONFIG_NLS_MAC_GAELIC is not set +# CONFIG_NLS_MAC_GREEK is not set +# CONFIG_NLS_MAC_ICELAND is not set +# CONFIG_NLS_MAC_INUIT is not set +# CONFIG_NLS_MAC_ROMANIAN is not set +# CONFIG_NLS_MAC_TURKISH is not set +CONFIG_NLS_UTF8=y +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_TRUSTED_KEYS is not set +CONFIG_ENCRYPTED_KEYS=y +# CONFIG_KEY_DH_OPERATIONS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_NETWORK=y +CONFIG_PAGE_TABLE_ISOLATION=y +# CONFIG_SECURITY_NETWORK_XFRM is not set +# CONFIG_SECURITY_PATH is not set +# CONFIG_INTEL_TXT is not set +CONFIG_LSM_MMAP_MIN_ADDR=65536 +CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y +CONFIG_HARDENED_USERCOPY=y +CONFIG_HARDENED_USERCOPY_FALLBACK=y +CONFIG_FORTIFY_SOURCE=y +CONFIG_STATIC_USERMODEHELPER=y +CONFIG_STATIC_USERMODEHELPER_PATH="/sbin/usermode-helper" +CONFIG_SECURITY_SELINUX=y +CONFIG_SECURITY_SELINUX_BOOTPARAM=y +CONFIG_SECURITY_SELINUX_DEVELOP=y +CONFIG_SECURITY_SELINUX_AVC_STATS=y +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0 +CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9 +CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=256 +# CONFIG_SECURITY_SMACK is not set +# CONFIG_SECURITY_TOMOYO is not set +# CONFIG_SECURITY_APPARMOR is not set +# CONFIG_SECURITY_LOADPIN is not set +CONFIG_SECURITY_YAMA=y +# CONFIG_SECURITY_SAFESETID is not set +# CONFIG_SECURITY_LOCKDOWN_LSM is not set +# CONFIG_SECURITY_LANDLOCK is not set +CONFIG_INTEGRITY=y +# CONFIG_INTEGRITY_SIGNATURE is not set +CONFIG_INTEGRITY_AUDIT=y +CONFIG_IMA=y +CONFIG_IMA_MEASURE_PCR_IDX=10 +CONFIG_IMA_LSM_RULES=y +# CONFIG_IMA_TEMPLATE is not set +CONFIG_IMA_NG_TEMPLATE=y +# CONFIG_IMA_SIG_TEMPLATE is not set +CONFIG_IMA_DEFAULT_TEMPLATE="ima-ng" +# CONFIG_IMA_DEFAULT_HASH_SHA1 is not set +# CONFIG_IMA_DEFAULT_HASH_SHA256 is not set +CONFIG_IMA_DEFAULT_HASH_SHA512=y +# CONFIG_IMA_DEFAULT_HASH_WP512 is not set +CONFIG_IMA_DEFAULT_HASH="sha512" +# CONFIG_IMA_WRITE_POLICY is not set +# CONFIG_IMA_READ_POLICY is not set +# CONFIG_IMA_APPRAISE is not set +CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS=y +CONFIG_IMA_QUEUE_EARLY_BOOT_KEYS=y +# CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set +# CONFIG_IMA_DISABLE_HTABLE is not set +CONFIG_EVM=y +CONFIG_EVM_ATTR_FSUUID=y +# CONFIG_EVM_ADD_XATTRS is not set +CONFIG_DEFAULT_SECURITY_SELINUX=y +# CONFIG_DEFAULT_SECURITY_DAC is not set +CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor,bpf" + +# +# Kernel hardening options +# +CONFIG_GCC_PLUGIN_STRUCTLEAK=y + +# +# Memory initialization +# +# CONFIG_INIT_STACK_NONE is not set +# CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set +# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set +CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y +CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE=y +CONFIG_GCC_PLUGIN_STACKLEAK=y +CONFIG_STACKLEAK_TRACK_MIN_SIZE=100 +# CONFIG_STACKLEAK_METRICS is not set +# CONFIG_STACKLEAK_RUNTIME_DISABLE is not set +CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y +CONFIG_INIT_ON_FREE_DEFAULT_ON=y +CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y +CONFIG_ZERO_CALL_USED_REGS=y +# end of Memory initialization +# end of Kernel hardening options +# end of Security options + +CONFIG_XOR_BLOCKS=y +CONFIG_ASYNC_CORE=y +CONFIG_ASYNC_MEMCPY=y +CONFIG_ASYNC_XOR=y +CONFIG_ASYNC_PQ=y +CONFIG_ASYNC_RAID6_RECOV=y +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=y +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_KPP=y +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_USER is not set +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_GF128MUL=y +CONFIG_CRYPTO_NULL=y +CONFIG_CRYPTO_NULL2=y +# CONFIG_CRYPTO_PCRYPT is not set +CONFIG_CRYPTO_CRYPTD=y +CONFIG_CRYPTO_AUTHENC=y +# CONFIG_CRYPTO_TEST is not set +CONFIG_CRYPTO_SIMD=y + +# +# Public-key cryptography +# +CONFIG_CRYPTO_RSA=y +# CONFIG_CRYPTO_DH is not set +CONFIG_CRYPTO_ECC=y +CONFIG_CRYPTO_ECDH=y +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +# CONFIG_CRYPTO_CURVE25519 is not set +# CONFIG_CRYPTO_CURVE25519_X86 is not set + +# +# Authenticated Encryption with Associated Data +# +CONFIG_CRYPTO_CCM=y +CONFIG_CRYPTO_GCM=y +CONFIG_CRYPTO_CHACHA20POLY1305=y +# CONFIG_CRYPTO_AEGIS128 is not set +# CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 is not set +CONFIG_CRYPTO_SEQIV=y +CONFIG_CRYPTO_ECHAINIV=y + +# +# Block modes +# +CONFIG_CRYPTO_CBC=y +# CONFIG_CRYPTO_CFB is not set +CONFIG_CRYPTO_CTR=y +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_OFB is not set +# CONFIG_CRYPTO_PCBC is not set +CONFIG_CRYPTO_XTS=y +# CONFIG_CRYPTO_KEYWRAP is not set +# CONFIG_CRYPTO_NHPOLY1305_SSE2 is not set +# CONFIG_CRYPTO_NHPOLY1305_AVX2 is not set +# CONFIG_CRYPTO_ADIANTUM is not set +CONFIG_CRYPTO_ESSIV=y + +# +# Hash modes +# +CONFIG_CRYPTO_CMAC=y +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_XCBC is not set +# CONFIG_CRYPTO_VMAC is not set + +# +# Digest +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32C_INTEL is not set +CONFIG_CRYPTO_CRC32=y +# CONFIG_CRYPTO_CRC32_PCLMUL is not set +CONFIG_CRYPTO_XXHASH=y +CONFIG_CRYPTO_BLAKE2B=y +CONFIG_CRYPTO_BLAKE2S=y +CONFIG_CRYPTO_BLAKE2S_X86=y +CONFIG_CRYPTO_CRCT10DIF=y +# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set +CONFIG_CRYPTO_GHASH=y +CONFIG_CRYPTO_POLY1305=y +CONFIG_CRYPTO_POLY1305_X86_64=y +# CONFIG_CRYPTO_MD4 is not set +CONFIG_CRYPTO_MD5=y +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_RMD160 is not set +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA1_SSSE3=y +CONFIG_CRYPTO_SHA256_SSSE3=y +CONFIG_CRYPTO_SHA512_SSSE3=y +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=y +CONFIG_CRYPTO_SHA3=y +# CONFIG_CRYPTO_SM3 is not set +# CONFIG_CRYPTO_STREEBOG is not set +CONFIG_CRYPTO_WP512=y +# CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set + +# +# Ciphers +# +CONFIG_CRYPTO_AES=y +# CONFIG_CRYPTO_AES_TI is not set +CONFIG_CRYPTO_AES_NI_INTEL=y +# CONFIG_CRYPTO_ANUBIS is not set +# CONFIG_CRYPTO_ARC4 is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set +CONFIG_CRYPTO_CAMELLIA=y +CONFIG_CRYPTO_CAMELLIA_X86_64=y +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=y +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=y +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set +# CONFIG_CRYPTO_CAST6 is not set +# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set +# CONFIG_CRYPTO_DES is not set +# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_KHAZAD is not set +CONFIG_CRYPTO_CHACHA20=y +# CONFIG_CRYPTO_CHACHA20_X86_64 is not set +# CONFIG_CRYPTO_SEED is not set +CONFIG_CRYPTO_SERPENT=y +CONFIG_CRYPTO_SERPENT_SSE2_X86_64=y +CONFIG_CRYPTO_SERPENT_AVX_X86_64=y +CONFIG_CRYPTO_SERPENT_AVX2_X86_64=y +# CONFIG_CRYPTO_SM4 is not set +# CONFIG_CRYPTO_SM4_AESNI_AVX_X86_64 is not set +# CONFIG_CRYPTO_SM4_AESNI_AVX2_X86_64 is not set +# CONFIG_CRYPTO_TEA is not set +CONFIG_CRYPTO_TWOFISH=y +CONFIG_CRYPTO_TWOFISH_COMMON=y +CONFIG_CRYPTO_TWOFISH_X86_64=y +CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=y +CONFIG_CRYPTO_TWOFISH_AVX_X86_64=y + +# +# Compression +# +# CONFIG_CRYPTO_DEFLATE is not set +# CONFIG_CRYPTO_LZO is not set +# CONFIG_CRYPTO_842 is not set +# CONFIG_CRYPTO_LZ4 is not set +# CONFIG_CRYPTO_LZ4HC is not set +# CONFIG_CRYPTO_ZSTD is not set + +# +# Random Number Generation +# +# CONFIG_CRYPTO_ANSI_CPRNG is not set +CONFIG_CRYPTO_DRBG_MENU=y +CONFIG_CRYPTO_DRBG_HMAC=y +# CONFIG_CRYPTO_DRBG_HASH is not set +# CONFIG_CRYPTO_DRBG_CTR is not set +CONFIG_CRYPTO_DRBG=y +CONFIG_CRYPTO_JITTERENTROPY=y +CONFIG_CRYPTO_USER_API=y +CONFIG_CRYPTO_USER_API_HASH=y +CONFIG_CRYPTO_USER_API_SKCIPHER=y +# CONFIG_CRYPTO_USER_API_RNG is not set +CONFIG_CRYPTO_USER_API_AEAD=y +CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y +CONFIG_CRYPTO_HASH_INFO=y + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_AES=y +CONFIG_CRYPTO_LIB_ARC4=y +CONFIG_CRYPTO_ARCH_HAVE_LIB_BLAKE2S=y +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +# CONFIG_CRYPTO_LIB_BLAKE2S is not set +CONFIG_CRYPTO_LIB_CHACHA_GENERIC=y +# CONFIG_CRYPTO_LIB_CHACHA is not set +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=11 +CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305=y +CONFIG_CRYPTO_LIB_POLY1305_GENERIC=y +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA256=y +CONFIG_CRYPTO_HW=y +# CONFIG_CRYPTO_DEV_PADLOCK is not set +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +# CONFIG_CRYPTO_DEV_CCP is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set +# CONFIG_CRYPTO_DEV_QAT_C62X is not set +# CONFIG_CRYPTO_DEV_QAT_4XXX is not set +# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set +# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set +# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set +# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set +# CONFIG_CRYPTO_DEV_VIRTIO is not set +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_X509_CERTIFICATE_PARSER=y +# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set +CONFIG_PKCS7_MESSAGE_PARSER=y +# CONFIG_PKCS7_TEST_KEY is not set +# CONFIG_SIGNED_PE_FILE_VERIFICATION is not set + +# +# Certificates for signature checking +# +CONFIG_SYSTEM_TRUSTED_KEYRING=y +CONFIG_SYSTEM_TRUSTED_KEYS="" +# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set +# CONFIG_SECONDARY_TRUSTED_KEYRING is not set +# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set +# end of Certificates for signature checking + +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_RAID6_PQ=y +CONFIG_RAID6_PQ_BENCHMARK=y +# CONFIG_PACKING is not set +CONFIG_BITREVERSE=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +CONFIG_GENERIC_FIND_FIRST_BIT=y +# CONFIG_CORDIC is not set +# CONFIG_PRIME_NUMBERS is not set +CONFIG_RATIONAL=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_IOMAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y +CONFIG_ARCH_HAS_FAST_MULTIPLIER=y +CONFIG_ARCH_USE_SYM_ANNOTATIONS=y +CONFIG_CRC_CCITT=y +CONFIG_CRC16=y +CONFIG_CRC_T10DIF=y +# CONFIG_CRC_ITU_T is not set +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC64 is not set +# CONFIG_CRC4 is not set +# CONFIG_CRC7 is not set +CONFIG_LIBCRC32C=y +# CONFIG_CRC8 is not set +CONFIG_XXHASH=y +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_LZ4_DECOMPRESS=y +CONFIG_ZSTD_COMPRESS=y +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_X86=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_IA64=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_SPARC=y +CONFIG_XZ_DEC_BCJ=y +# CONFIG_XZ_DEC_TEST is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_ZSTD=y +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_REED_SOLOMON=y +CONFIG_REED_SOLOMON_DEC8=y +CONFIG_INTERVAL_TREE=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAS_DMA=y +CONFIG_DMA_OPS=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_SWIOTLB=y +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_MAP_BENCHMARK is not set +CONFIG_SGL_ALLOC=y +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_CLZ_TAB=y +# CONFIG_IRQ_POLL is not set +CONFIG_MPILIB=y +CONFIG_OID_REGISTRY=y +CONFIG_UCS2_STRING=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_GENERIC_VDSO_TIME_NS=y +CONFIG_FONT_SUPPORT=y +# CONFIG_FONTS is not set +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +CONFIG_SG_POOL=y +CONFIG_ARCH_HAS_PMEM_API=y +CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y +CONFIG_ARCH_HAS_COPY_MC=y +CONFIG_ARCH_STACKWALK=y +CONFIG_SBITMAP=y +# end of Library routines + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +CONFIG_PRINTK_TIME=y +# CONFIG_PRINTK_CALLER is not set +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_DYNAMIC_DEBUG_CORE is not set +CONFIG_SYMBOLIC_ERRNAME=y +CONFIG_DEBUG_BUGVERBOSE=y +# end of printk and dmesg options + +# +# Compile-time checks and compiler options +# +CONFIG_FRAME_WARN=2048 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_HEADERS_INSTALL is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_SECTION_MISMATCH_WARN_ONLY=y +CONFIG_STACK_VALIDATION=y +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_FS_ALLOW_ALL=y +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set +# CONFIG_DEBUG_FS_ALLOW_NONE is not set +CONFIG_HAVE_ARCH_KGDB=y +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_ARCH_KCSAN=y +CONFIG_HAVE_KCSAN_COMPILER=y +# end of Generic Kernel Debugging Instruments + +# CONFIG_DEBUG_KERNEL is not set + +# +# Memory Debugging +# +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_PAGE_POISONING is not set +# CONFIG_DEBUG_RODATA_TEST is not set +CONFIG_ARCH_HAS_DEBUG_WX=y +# CONFIG_DEBUG_WX is not set +CONFIG_GENERIC_PTDUMP=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_SLUB_STATS is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y +# CONFIG_DEBUG_VM_PGTABLE is not set +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +CONFIG_DEBUG_MEMORY_INIT=y +CONFIG_ARCH_SUPPORTS_KMAP_LOCAL_FORCE_MAP=y +CONFIG_HAVE_ARCH_KASAN=y +CONFIG_HAVE_ARCH_KASAN_VMALLOC=y +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +# CONFIG_KASAN is not set +CONFIG_HAVE_ARCH_KFENCE=y +# CONFIG_KFENCE is not set +# end of Memory Debugging + +# +# Debug Oops, Lockups and Hangs +# +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANIC_TIMEOUT=0 +CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +CONFIG_SCHED_INFO=y +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_WW_MUTEX_SELFTEST is not set +# end of Lock Debugging (spinlocks, mutexes, etc...) + +# CONFIG_DEBUG_IRQFLAGS is not set +CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set + +# +# Debug kernel data structures +# +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# end of Debug kernel data structures + +# +# RCU Debugging +# +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +# end of RCU Debugging + +CONFIG_USER_STACKTRACE_SUPPORT=y +CONFIG_NOP_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_FENTRY=y +CONFIG_HAVE_OBJTOOL_MCOUNT=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_TRACE_CLOCK=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_BOOTTIME_TRACING is not set +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_HWLAT_TRACER is not set +# CONFIG_OSNOISE_TRACER is not set +# CONFIG_TIMERLAT_TRACER is not set +# CONFIG_MMIOTRACE is not set +# CONFIG_FTRACE_SYSCALLS is not set +# CONFIG_TRACER_SNAPSHOT is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +CONFIG_BLK_DEV_IO_TRACE=y +CONFIG_KPROBE_EVENTS=y +CONFIG_UPROBE_EVENTS=y +CONFIG_DYNAMIC_EVENTS=y +CONFIG_PROBE_EVENTS=y +# CONFIG_SYNTH_EVENTS is not set +# CONFIG_HIST_TRIGGERS is not set +# CONFIG_TRACE_EVENT_INJECT is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_TRACE_EVAL_MAP_FILE is not set +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set +# CONFIG_PREEMPTIRQ_DELAY_TEST is not set +# CONFIG_KPROBE_EVENT_GEN_TEST is not set +# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set +# CONFIG_SAMPLES is not set +CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y +CONFIG_STRICT_DEVMEM=y +# CONFIG_IO_STRICT_DEVMEM is not set + +# +# x86 Debugging +# +CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y +CONFIG_EARLY_PRINTK_USB=y +CONFIG_X86_VERBOSE_BOOTUP=y +CONFIG_EARLY_PRINTK=y +CONFIG_EARLY_PRINTK_DBGP=y +# CONFIG_EARLY_PRINTK_USB_XDBC is not set +# CONFIG_EFI_PGT_DUMP is not set +CONFIG_HAVE_MMIOTRACE_SUPPORT=y +CONFIG_IO_DELAY_0X80=y +# CONFIG_IO_DELAY_0XED is not set +# CONFIG_IO_DELAY_UDELAY is not set +# CONFIG_IO_DELAY_NONE is not set +# CONFIG_PUNIT_ATOM_DEBUG is not set +CONFIG_UNWINDER_ORC=y +# CONFIG_UNWINDER_FRAME_POINTER is not set +# end of x86 Debugging + +# +# Kernel Testing and Coverage +# +# CONFIG_KUNIT is not set +CONFIG_FUNCTION_ERROR_INJECTION=y +CONFIG_ARCH_HAS_KCOV=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +# CONFIG_KCOV is not set +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_LKDTM is not set +# CONFIG_TEST_MIN_HEAP is not set +# CONFIG_TEST_DIV64 is not set +# CONFIG_REED_SOLOMON_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_ASYNC_RAID6_TEST is not set +# CONFIG_TEST_HEXDUMP is not set +# CONFIG_STRING_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_STRSCPY is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_TEST_PRINTF is not set +# CONFIG_TEST_SCANF is not set +# CONFIG_TEST_BITMAP is not set +# CONFIG_TEST_UUID is not set +# CONFIG_TEST_XARRAY is not set +# CONFIG_TEST_OVERFLOW is not set +# CONFIG_TEST_RHASHTABLE is not set +# CONFIG_TEST_HASH is not set +# CONFIG_TEST_IDA is not set +# CONFIG_TEST_LKM is not set +# CONFIG_TEST_BITOPS is not set +# CONFIG_TEST_VMALLOC is not set +# CONFIG_TEST_USER_COPY is not set +# CONFIG_TEST_BPF is not set +# CONFIG_TEST_BLACKHOLE_DEV is not set +# CONFIG_FIND_BIT_BENCHMARK is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_SYSCTL is not set +# CONFIG_TEST_UDELAY is not set +# CONFIG_TEST_STATIC_KEYS is not set +# CONFIG_TEST_KMOD is not set +# CONFIG_TEST_MEMCAT_P is not set +# CONFIG_TEST_STACKINIT is not set +# CONFIG_TEST_MEMINIT is not set +# CONFIG_TEST_FREE_PAGES is not set +# CONFIG_TEST_FPU is not set +# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set +CONFIG_ARCH_USE_MEMTEST=y +# CONFIG_MEMTEST is not set +# end of Kernel Testing and Coverage +# end of Kernel hacking + +# +# Gentoo Linux +# +CONFIG_GENTOO_LINUX=y +CONFIG_GENTOO_LINUX_UDEV=y +CONFIG_GENTOO_LINUX_PORTAGE=y + +# +# Support for init systems, system and service managers +# +CONFIG_GENTOO_LINUX_INIT_SCRIPT=y +# CONFIG_GENTOO_LINUX_INIT_SYSTEMD is not set +# end of Support for init systems, system and service managers + +CONFIG_GENTOO_KERNEL_SELF_PROTECTION=y +CONFIG_GENTOO_PRINT_FIRMWARE_INFO=y +# end of Gentoo Linux From d9e9cc39aa62b6b97a55a6013a9cc57d6b9eba8c Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 10 Jul 2022 21:01:18 +0100 Subject: [PATCH 221/833] Add net-misc/chrony USE flag nts and remove USE flag ntp. --- portage/package.env | 3 ++- portage/package.mask | 2 +- portage/package.use | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/portage/package.env b/portage/package.env index fd32d55..fd8dd8e 100644 --- a/portage/package.env +++ b/portage/package.env @@ -338,6 +338,7 @@ dev-lua/mpack basic.conf dev-python/cffi basic.conf media-libs/mlt basic.conf dev-python/cython basic.conf +sys-auth/elogind basic.conf # Chromium www-client/chromium chromium.conf @@ -350,4 +351,4 @@ dev-libs/libedit gcc-nopie.conf sys-devel/gcc gcc-nopie.conf # GCC - Basic -sys-auth/elogind gcc-basic.conf +#sys-auth/elogind gcc-basic.conf diff --git a/portage/package.mask b/portage/package.mask index 21f9344..7cd0663 100644 --- a/portage/package.mask +++ b/portage/package.mask @@ -44,7 +44,7 @@ sys-apps/iucode_tool::gentoo sys-apps/tcp-wrappers::gentoo sys-apps/watchdog::gentoo sys-apps/xdg-dbus-proxy::gentoo -sys-auth/elogind::gentoo +#sys-auth/elogind::gentoo sys-auth/nss-myhostname::gentoo sys-auth/polkit::gentoo sys-block/partimage::gentoo diff --git a/portage/package.use b/portage/package.use index d4a1452..7c7c7e2 100644 --- a/portage/package.use +++ b/portage/package.use @@ -49,6 +49,7 @@ net-dns/dnsmasq ipv6 net-dns/dnsmasq script net-im/profanity omemo -gpg -otr net-libs/nodejs -lto +net-misc/chrony nts -ntp sys-auth/polkit duktape sys-block/parted device-mapper verify-sig sys-devel/clang default-compiler-rt default-lld default-libcxx From 3492155bf01772084da8b49b47fbb219a307c388 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 11 Jul 2022 12:18:02 +0100 Subject: [PATCH 222/833] Remove dev-libs/openssl unstable. --- portage/package.accept_keywords | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 9797f90..f27450a 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -12,7 +12,6 @@ dev-libs/libfmt ~amd64 dev-libs/libstrophe ~amd64 dev-libs/nss ~amd64 dev-libs/olm ~amd64 -dev-libs/openssl ~amd64 dev-libs/spdlog ~amd64 fs-util/fsverity-utils ~amd64 games-rpg/cataclysm-dda ~amd64 From 33c391aadfb08155c183d562952c753466ffedd7 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 12 Jul 2022 12:03:35 +0100 Subject: [PATCH 223/833] Update Linux kernel configuration file from 5.15.41 to 5.15.52. --- linux/.config | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/linux/.config b/linux/.config index b799c7b..8737843 100644 --- a/linux/.config +++ b/linux/.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.41-gentoo Kernel Configuration +# Linux/x86 5.15.52-gentoo Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Gentoo Hardened 11.3.0 p4) 11.3.0" CONFIG_CC_IS_GCC=y @@ -15,6 +15,7 @@ CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y CONFIG_CC_HAS_ASM_INLINE=y CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y CONFIG_IRQ_WORK=y @@ -27,7 +28,7 @@ CONFIG_THREAD_INFO_IN_TASK=y CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set # CONFIG_WERROR is not set -CONFIG_LOCALVERSION="-inferencium-AA000-0-0.1.0.0" +CONFIG_LOCALVERSION="-inferencium-AA000-0-0.1.1.2" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y @@ -3808,7 +3809,6 @@ CONFIG_INTEGRITY_AUDIT=y CONFIG_IMA=y CONFIG_IMA_MEASURE_PCR_IDX=10 CONFIG_IMA_LSM_RULES=y -# CONFIG_IMA_TEMPLATE is not set CONFIG_IMA_NG_TEMPLATE=y # CONFIG_IMA_SIG_TEMPLATE is not set CONFIG_IMA_DEFAULT_TEMPLATE="ima-ng" @@ -4044,24 +4044,6 @@ CONFIG_CRYPTO_USER_API_SKCIPHER=y CONFIG_CRYPTO_USER_API_AEAD=y CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y CONFIG_CRYPTO_HASH_INFO=y - -# -# Crypto library routines -# -CONFIG_CRYPTO_LIB_AES=y -CONFIG_CRYPTO_LIB_ARC4=y -CONFIG_CRYPTO_ARCH_HAVE_LIB_BLAKE2S=y -CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y -# CONFIG_CRYPTO_LIB_BLAKE2S is not set -CONFIG_CRYPTO_LIB_CHACHA_GENERIC=y -# CONFIG_CRYPTO_LIB_CHACHA is not set -# CONFIG_CRYPTO_LIB_CURVE25519 is not set -CONFIG_CRYPTO_LIB_POLY1305_RSIZE=11 -CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305=y -CONFIG_CRYPTO_LIB_POLY1305_GENERIC=y -# CONFIG_CRYPTO_LIB_POLY1305 is not set -# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set -CONFIG_CRYPTO_LIB_SHA256=y CONFIG_CRYPTO_HW=y # CONFIG_CRYPTO_DEV_PADLOCK is not set # CONFIG_CRYPTO_DEV_ATMEL_ECC is not set @@ -4117,6 +4099,26 @@ CONFIG_GENERIC_IOMAP=y CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y CONFIG_ARCH_HAS_FAST_MULTIPLIER=y CONFIG_ARCH_USE_SYM_ANNOTATIONS=y + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_AES=y +CONFIG_CRYPTO_LIB_ARC4=y +CONFIG_CRYPTO_ARCH_HAVE_LIB_BLAKE2S=y +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +CONFIG_CRYPTO_LIB_CHACHA_GENERIC=y +# CONFIG_CRYPTO_LIB_CHACHA is not set +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=11 +CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305=y +CONFIG_CRYPTO_LIB_POLY1305_GENERIC=y +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +CONFIG_LIB_MEMNEQ=y CONFIG_CRC_CCITT=y CONFIG_CRC16=y CONFIG_CRC_T10DIF=y From 28d6b78fcaa64abb0fc38e8ad31255a3d7c5b31b Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 16 Jul 2022 14:24:27 +0100 Subject: [PATCH 224/833] Add dev-util/android-studio license android. --- portage/package.license | 1 + ...mware-20220610 => linux-firmware-20220708} | 4804 ++++++++--------- 2 files changed, 2367 insertions(+), 2438 deletions(-) rename portage/savedconfig/sys-kernel/{linux-firmware-20220610 => linux-firmware-20220708} (97%) diff --git a/portage/package.license b/portage/package.license index ac6536c..77295fa 100644 --- a/portage/package.license +++ b/portage/package.license @@ -7,4 +7,5 @@ */* GPL-3 */* MIT app-arch/unrar unRAR +dev-util/android-studio android sys-kernel/linux-firmware @BINARY-REDISTRIBUTABLE diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220610 b/portage/savedconfig/sys-kernel/linux-firmware-20220708 similarity index 97% rename from portage/savedconfig/sys-kernel/linux-firmware-20220610 rename to portage/savedconfig/sys-kernel/linux-firmware-20220708 index 47d5ee8..366da3f 100644 --- a/portage/savedconfig/sys-kernel/linux-firmware-20220610 +++ b/portage/savedconfig/sys-kernel/linux-firmware-20220708 @@ -1,541 +1,539 @@ # Remove files that shall not be installed from this list. 3com/typhoon.bin -RTL8192E/boot.img -RTL8192E/data.img RTL8192E/main.img -TDA7706_OM_v2.5.1_boot.txt -TDA7706_OM_v3.0.2_boot.txt +RTL8192E/data.img +RTL8192E/boot.img a300_pfp.fw a300_pm4.fw -advansys/mcode.bin -advansys/3550.bin -advansys/38C0800.bin advansys/38C1600.bin +advansys/38C0800.bin +advansys/3550.bin +advansys/mcode.bin agere_ap_fw.bin agere_sta_fw.bin -amd/amd_sev_fam17h_model0xh.sbin -amd/amd_sev_fam17h_model3xh.sbin amd/amd_sev_fam19h_model0xh.sbin -amd-ucode/microcode_amd.bin -amd-ucode/microcode_amd_fam15h.bin -amd-ucode/microcode_amd_fam16h.bin -amd-ucode/microcode_amd_fam17h.bin +amd/amd_sev_fam17h_model3xh.sbin +amd/amd_sev_fam17h_model0xh.sbin amd-ucode/microcode_amd_fam19h.bin -amdgpu/tahiti_ce.bin -amdgpu/tahiti_k_smc.bin -amdgpu/tahiti_mc.bin -amdgpu/tahiti_me.bin -amdgpu/tahiti_pfp.bin -amdgpu/tahiti_rlc.bin -amdgpu/tahiti_smc.bin -amdgpu/tahiti_uvd.bin -amdgpu/pitcairn_ce.bin -amdgpu/pitcairn_k_smc.bin -amdgpu/pitcairn_mc.bin -amdgpu/pitcairn_me.bin -amdgpu/pitcairn_pfp.bin -amdgpu/pitcairn_rlc.bin -amdgpu/pitcairn_smc.bin -amdgpu/pitcairn_uvd.bin -amdgpu/verde_ce.bin -amdgpu/verde_k_smc.bin -amdgpu/verde_mc.bin -amdgpu/verde_me.bin -amdgpu/verde_pfp.bin -amdgpu/verde_rlc.bin -amdgpu/verde_smc.bin -amdgpu/verde_uvd.bin -amdgpu/hainan_ce.bin -amdgpu/hainan_k_smc.bin -amdgpu/hainan_mc.bin -amdgpu/hainan_me.bin -amdgpu/hainan_pfp.bin -amdgpu/hainan_rlc.bin -amdgpu/hainan_smc.bin -amdgpu/oland_ce.bin -amdgpu/oland_k_smc.bin -amdgpu/oland_mc.bin -amdgpu/oland_me.bin -amdgpu/oland_pfp.bin -amdgpu/oland_rlc.bin -amdgpu/oland_smc.bin -amdgpu/oland_uvd.bin -amdgpu/si58_mc.bin -amdgpu/banks_k_2_smc.bin -amdgpu/bonaire_ce.bin -amdgpu/bonaire_k_smc.bin -amdgpu/bonaire_mc.bin -amdgpu/bonaire_me.bin -amdgpu/bonaire_mec.bin -amdgpu/bonaire_pfp.bin -amdgpu/bonaire_rlc.bin -amdgpu/bonaire_sdma.bin -amdgpu/bonaire_sdma1.bin -amdgpu/bonaire_smc.bin -amdgpu/bonaire_uvd.bin -amdgpu/bonaire_vce.bin -amdgpu/hawaii_ce.bin -amdgpu/hawaii_k_smc.bin -amdgpu/hawaii_mc.bin -amdgpu/hawaii_me.bin -amdgpu/hawaii_mec.bin -amdgpu/hawaii_pfp.bin -amdgpu/hawaii_rlc.bin -amdgpu/hawaii_sdma.bin -amdgpu/hawaii_sdma1.bin -amdgpu/hawaii_smc.bin -amdgpu/hawaii_uvd.bin -amdgpu/hawaii_vce.bin -amdgpu/kabini_ce.bin -amdgpu/kabini_me.bin -amdgpu/kabini_mec.bin -amdgpu/kabini_pfp.bin -amdgpu/kabini_rlc.bin -amdgpu/kabini_sdma.bin -amdgpu/kabini_sdma1.bin -amdgpu/kabini_uvd.bin -amdgpu/kabini_vce.bin -amdgpu/mullins_ce.bin -amdgpu/mullins_me.bin -amdgpu/mullins_mec.bin -amdgpu/mullins_pfp.bin -amdgpu/mullins_rlc.bin -amdgpu/mullins_sdma.bin -amdgpu/mullins_sdma1.bin -amdgpu/mullins_uvd.bin -amdgpu/mullins_vce.bin -amdgpu/kaveri_ce.bin -amdgpu/kaveri_me.bin -amdgpu/kaveri_mec.bin -amdgpu/kaveri_mec2.bin -amdgpu/kaveri_pfp.bin -amdgpu/kaveri_rlc.bin -amdgpu/kaveri_sdma.bin -amdgpu/kaveri_sdma1.bin -amdgpu/kaveri_uvd.bin -amdgpu/kaveri_vce.bin -amdgpu/topaz_ce.bin -amdgpu/topaz_k_smc.bin -amdgpu/topaz_mc.bin -amdgpu/topaz_me.bin -amdgpu/topaz_mec2.bin -amdgpu/topaz_mec.bin -amdgpu/topaz_pfp.bin -amdgpu/topaz_rlc.bin -amdgpu/topaz_sdma1.bin -amdgpu/topaz_sdma.bin -amdgpu/topaz_smc.bin -amdgpu/tonga_ce.bin -amdgpu/tonga_k_smc.bin -amdgpu/tonga_mc.bin -amdgpu/tonga_me.bin -amdgpu/tonga_mec2.bin -amdgpu/tonga_mec.bin -amdgpu/tonga_pfp.bin -amdgpu/tonga_rlc.bin -amdgpu/tonga_sdma1.bin -amdgpu/tonga_sdma.bin -amdgpu/tonga_smc.bin -amdgpu/tonga_uvd.bin -amdgpu/tonga_vce.bin -amdgpu/carrizo_ce.bin -amdgpu/carrizo_me.bin -amdgpu/carrizo_mec2.bin -amdgpu/carrizo_mec.bin -amdgpu/carrizo_pfp.bin -amdgpu/carrizo_rlc.bin -amdgpu/carrizo_sdma1.bin -amdgpu/carrizo_sdma.bin -amdgpu/carrizo_uvd.bin -amdgpu/carrizo_vce.bin -amdgpu/fiji_ce.bin -amdgpu/fiji_mc.bin -amdgpu/fiji_me.bin -amdgpu/fiji_mec2.bin -amdgpu/fiji_mec.bin -amdgpu/fiji_pfp.bin -amdgpu/fiji_rlc.bin -amdgpu/fiji_sdma1.bin -amdgpu/fiji_sdma.bin -amdgpu/fiji_smc.bin -amdgpu/fiji_uvd.bin -amdgpu/fiji_vce.bin -amdgpu/stoney_ce.bin -amdgpu/stoney_me.bin -amdgpu/stoney_mec.bin -amdgpu/stoney_pfp.bin -amdgpu/stoney_rlc.bin -amdgpu/stoney_sdma.bin -amdgpu/stoney_uvd.bin -amdgpu/stoney_vce.bin -amdgpu/polaris10_ce.bin -amdgpu/polaris10_ce_2.bin -amdgpu/polaris10_mc.bin -amdgpu/polaris10_k_mc.bin -amdgpu/polaris10_me.bin -amdgpu/polaris10_me_2.bin -amdgpu/polaris10_mec2.bin -amdgpu/polaris10_mec2_2.bin -amdgpu/polaris10_mec.bin -amdgpu/polaris10_mec_2.bin -amdgpu/polaris10_pfp.bin -amdgpu/polaris10_pfp_2.bin -amdgpu/polaris10_rlc.bin -amdgpu/polaris10_sdma1.bin -amdgpu/polaris10_sdma.bin -amdgpu/polaris10_smc.bin -amdgpu/polaris10_k_smc.bin -amdgpu/polaris10_k2_smc.bin -amdgpu/polaris10_smc_sk.bin -amdgpu/polaris10_uvd.bin -amdgpu/polaris10_vce.bin -amdgpu/polaris11_ce.bin -amdgpu/polaris11_ce_2.bin -amdgpu/polaris11_mc.bin -amdgpu/polaris11_k_mc.bin -amdgpu/polaris11_me.bin -amdgpu/polaris11_me_2.bin -amdgpu/polaris11_mec2.bin -amdgpu/polaris11_mec2_2.bin -amdgpu/polaris11_mec.bin -amdgpu/polaris11_mec_2.bin -amdgpu/polaris11_pfp.bin -amdgpu/polaris11_pfp_2.bin -amdgpu/polaris11_rlc.bin -amdgpu/polaris11_sdma1.bin -amdgpu/polaris11_sdma.bin -amdgpu/polaris11_smc.bin -amdgpu/polaris11_k_smc.bin -amdgpu/polaris11_k2_smc.bin -amdgpu/polaris11_smc_sk.bin -amdgpu/polaris11_uvd.bin -amdgpu/polaris11_vce.bin -amdgpu/polaris12_ce.bin -amdgpu/polaris12_ce_2.bin -amdgpu/polaris12_mc.bin -amdgpu/polaris12_k_mc.bin -amdgpu/polaris12_32_mc.bin -amdgpu/polaris12_me.bin -amdgpu/polaris12_me_2.bin -amdgpu/polaris12_mec.bin -amdgpu/polaris12_mec_2.bin -amdgpu/polaris12_mec2.bin -amdgpu/polaris12_mec2_2.bin -amdgpu/polaris12_pfp.bin -amdgpu/polaris12_pfp_2.bin -amdgpu/polaris12_rlc.bin -amdgpu/polaris12_sdma.bin -amdgpu/polaris12_sdma1.bin -amdgpu/polaris12_smc.bin -amdgpu/polaris12_k_smc.bin -amdgpu/polaris12_uvd.bin -amdgpu/polaris12_vce.bin -amdgpu/vegam_ce.bin -amdgpu/vegam_me.bin -amdgpu/vegam_mec.bin -amdgpu/vegam_mec2.bin -amdgpu/vegam_pfp.bin -amdgpu/vegam_rlc.bin -amdgpu/vegam_sdma.bin -amdgpu/vegam_sdma1.bin -amdgpu/vegam_smc.bin -amdgpu/vegam_uvd.bin -amdgpu/vegam_vce.bin -amdgpu/vega10_acg_smc.bin -amdgpu/vega10_asd.bin -amdgpu/vega10_ce.bin -amdgpu/vega10_gpu_info.bin -amdgpu/vega10_me.bin -amdgpu/vega10_mec.bin -amdgpu/vega10_mec2.bin -amdgpu/vega10_pfp.bin -amdgpu/vega10_rlc.bin -amdgpu/vega10_sdma.bin -amdgpu/vega10_sdma1.bin -amdgpu/vega10_smc.bin -amdgpu/vega10_sos.bin -amdgpu/vega10_uvd.bin -amdgpu/vega10_vce.bin -amdgpu/vega12_asd.bin -amdgpu/vega12_ce.bin -amdgpu/vega12_gpu_info.bin -amdgpu/vega12_me.bin -amdgpu/vega12_mec.bin -amdgpu/vega12_mec2.bin -amdgpu/vega12_pfp.bin -amdgpu/vega12_rlc.bin -amdgpu/vega12_sdma.bin -amdgpu/vega12_sdma1.bin -amdgpu/vega12_smc.bin -amdgpu/vega12_sos.bin -amdgpu/vega12_uvd.bin -amdgpu/vega12_vce.bin -amdgpu/vega20_asd.bin -amdgpu/vega20_ce.bin -amdgpu/vega20_me.bin -amdgpu/vega20_mec.bin -amdgpu/vega20_mec2.bin -amdgpu/vega20_pfp.bin -amdgpu/vega20_rlc.bin -amdgpu/vega20_sdma.bin -amdgpu/vega20_sdma1.bin -amdgpu/vega20_smc.bin -amdgpu/vega20_sos.bin -amdgpu/vega20_uvd.bin -amdgpu/vega20_vce.bin -amdgpu/vega20_ta.bin -amdgpu/raven_asd.bin -amdgpu/raven_ce.bin -amdgpu/raven_gpu_info.bin -amdgpu/raven_me.bin -amdgpu/raven_mec.bin -amdgpu/raven_mec2.bin -amdgpu/raven_pfp.bin -amdgpu/raven_rlc.bin -amdgpu/raven_sdma.bin -amdgpu/raven_vcn.bin -amdgpu/raven_dmcu.bin -amdgpu/raven_kicker_rlc.bin -amdgpu/raven_ta.bin -amdgpu/picasso_asd.bin -amdgpu/picasso_ce.bin -amdgpu/picasso_gpu_info.bin -amdgpu/picasso_me.bin -amdgpu/picasso_mec.bin -amdgpu/picasso_mec2.bin -amdgpu/picasso_pfp.bin -amdgpu/picasso_rlc.bin -amdgpu/picasso_rlc_am4.bin -amdgpu/picasso_sdma.bin -amdgpu/picasso_vcn.bin -amdgpu/picasso_ta.bin -amdgpu/raven2_asd.bin -amdgpu/raven2_ce.bin -amdgpu/raven2_gpu_info.bin -amdgpu/raven2_me.bin -amdgpu/raven2_mec.bin -amdgpu/raven2_mec2.bin -amdgpu/raven2_pfp.bin -amdgpu/raven2_rlc.bin -amdgpu/raven2_sdma.bin -amdgpu/raven2_vcn.bin -amdgpu/raven2_ta.bin -amdgpu/navi10_asd.bin -amdgpu/navi10_ce.bin -amdgpu/navi10_gpu_info.bin -amdgpu/navi10_me.bin -amdgpu/navi10_mec.bin -amdgpu/navi10_mec2.bin -amdgpu/navi10_pfp.bin -amdgpu/navi10_rlc.bin -amdgpu/navi10_sdma.bin -amdgpu/navi10_sdma1.bin -amdgpu/navi10_smc.bin -amdgpu/navi10_sos.bin -amdgpu/navi10_vcn.bin -amdgpu/navi10_ta.bin -amdgpu/navi14_asd.bin -amdgpu/navi14_ce.bin -amdgpu/navi14_ce_wks.bin -amdgpu/navi14_gpu_info.bin -amdgpu/navi14_me.bin -amdgpu/navi14_me_wks.bin -amdgpu/navi14_mec.bin -amdgpu/navi14_mec_wks.bin -amdgpu/navi14_mec2.bin -amdgpu/navi14_mec2_wks.bin -amdgpu/navi14_pfp.bin -amdgpu/navi14_pfp_wks.bin -amdgpu/navi14_rlc.bin -amdgpu/navi14_sdma.bin -amdgpu/navi14_sdma1.bin -amdgpu/navi14_smc.bin -amdgpu/navi14_sos.bin -amdgpu/navi14_vcn.bin -amdgpu/navi14_ta.bin -amdgpu/navi12_asd.bin -amdgpu/navi12_ce.bin -amdgpu/navi12_dmcu.bin -amdgpu/navi12_gpu_info.bin -amdgpu/navi12_me.bin -amdgpu/navi12_mec.bin -amdgpu/navi12_mec2.bin -amdgpu/navi12_pfp.bin -amdgpu/navi12_rlc.bin -amdgpu/navi12_sdma.bin -amdgpu/navi12_sdma1.bin -amdgpu/navi12_smc.bin -amdgpu/navi12_sos.bin -amdgpu/navi12_vcn.bin -amdgpu/navi12_ta.bin -amdgpu/renoir_asd.bin -amdgpu/renoir_ce.bin -amdgpu/renoir_gpu_info.bin -amdgpu/renoir_me.bin -amdgpu/renoir_mec.bin -amdgpu/renoir_mec2.bin -amdgpu/renoir_pfp.bin -amdgpu/renoir_rlc.bin -amdgpu/renoir_sdma.bin -amdgpu/renoir_vcn.bin -amdgpu/renoir_dmcub.bin -amdgpu/renoir_ta.bin -amdgpu/sienna_cichlid_ce.bin -amdgpu/sienna_cichlid_dmcub.bin -amdgpu/sienna_cichlid_me.bin -amdgpu/sienna_cichlid_mec.bin -amdgpu/sienna_cichlid_mec2.bin -amdgpu/sienna_cichlid_pfp.bin -amdgpu/sienna_cichlid_rlc.bin -amdgpu/sienna_cichlid_sdma.bin -amdgpu/sienna_cichlid_smc.bin -amdgpu/sienna_cichlid_sos.bin -amdgpu/sienna_cichlid_ta.bin -amdgpu/sienna_cichlid_vcn.bin -amdgpu/green_sardine_asd.bin -amdgpu/green_sardine_ce.bin -amdgpu/green_sardine_dmcub.bin -amdgpu/green_sardine_me.bin -amdgpu/green_sardine_mec2.bin -amdgpu/green_sardine_mec.bin -amdgpu/green_sardine_pfp.bin -amdgpu/green_sardine_rlc.bin -amdgpu/green_sardine_sdma.bin -amdgpu/green_sardine_ta.bin -amdgpu/green_sardine_vcn.bin -amdgpu/navy_flounder_ce.bin -amdgpu/navy_flounder_dmcub.bin -amdgpu/navy_flounder_me.bin -amdgpu/navy_flounder_mec.bin -amdgpu/navy_flounder_mec2.bin -amdgpu/navy_flounder_pfp.bin -amdgpu/navy_flounder_rlc.bin -amdgpu/navy_flounder_sdma.bin -amdgpu/navy_flounder_smc.bin -amdgpu/navy_flounder_sos.bin -amdgpu/navy_flounder_ta.bin -amdgpu/navy_flounder_vcn.bin -amdgpu/arcturus_asd.bin -amdgpu/arcturus_gpu_info.bin -amdgpu/arcturus_mec2.bin -amdgpu/arcturus_mec.bin -amdgpu/arcturus_rlc.bin -amdgpu/arcturus_sdma.bin -amdgpu/arcturus_smc.bin -amdgpu/arcturus_sos.bin -amdgpu/arcturus_ta.bin -amdgpu/arcturus_vcn.bin -amdgpu/dimgrey_cavefish_ce.bin -amdgpu/dimgrey_cavefish_dmcub.bin -amdgpu/dimgrey_cavefish_me.bin -amdgpu/dimgrey_cavefish_mec.bin -amdgpu/dimgrey_cavefish_mec2.bin -amdgpu/dimgrey_cavefish_pfp.bin -amdgpu/dimgrey_cavefish_rlc.bin -amdgpu/dimgrey_cavefish_sdma.bin -amdgpu/dimgrey_cavefish_smc.bin -amdgpu/dimgrey_cavefish_sos.bin -amdgpu/dimgrey_cavefish_ta.bin -amdgpu/dimgrey_cavefish_vcn.bin -amdgpu/vangogh_asd.bin -amdgpu/vangogh_ce.bin -amdgpu/vangogh_dmcub.bin -amdgpu/vangogh_me.bin -amdgpu/vangogh_mec2.bin -amdgpu/vangogh_mec.bin -amdgpu/vangogh_pfp.bin -amdgpu/vangogh_rlc.bin -amdgpu/vangogh_sdma.bin -amdgpu/vangogh_toc.bin -amdgpu/vangogh_vcn.bin -amdgpu/yellow_carp_asd.bin -amdgpu/yellow_carp_ce.bin -amdgpu/yellow_carp_dmcub.bin -amdgpu/yellow_carp_me.bin -amdgpu/yellow_carp_mec.bin -amdgpu/yellow_carp_mec2.bin -amdgpu/yellow_carp_pfp.bin -amdgpu/yellow_carp_rlc.bin -amdgpu/yellow_carp_sdma.bin -amdgpu/yellow_carp_ta.bin -amdgpu/yellow_carp_toc.bin -amdgpu/yellow_carp_vcn.bin -amdgpu/beige_goby_ce.bin -amdgpu/beige_goby_dmcub.bin -amdgpu/beige_goby_me.bin -amdgpu/beige_goby_mec.bin -amdgpu/beige_goby_mec2.bin -amdgpu/beige_goby_pfp.bin -amdgpu/beige_goby_rlc.bin -amdgpu/beige_goby_sdma.bin -amdgpu/beige_goby_smc.bin -amdgpu/beige_goby_sos.bin -amdgpu/beige_goby_ta.bin -amdgpu/beige_goby_vcn.bin -amdgpu/cyan_skillfish2_ce.bin -amdgpu/cyan_skillfish2_me.bin -amdgpu/cyan_skillfish2_mec.bin -amdgpu/cyan_skillfish2_mec2.bin -amdgpu/cyan_skillfish2_pfp.bin -amdgpu/cyan_skillfish2_rlc.bin -amdgpu/cyan_skillfish2_sdma.bin -amdgpu/cyan_skillfish2_sdma1.bin -amdgpu/aldebaran_mec2.bin -amdgpu/aldebaran_mec.bin -amdgpu/aldebaran_rlc.bin -amdgpu/aldebaran_sdma.bin -amdgpu/aldebaran_smc.bin -amdgpu/aldebaran_sos.bin -amdgpu/aldebaran_ta.bin -amdgpu/aldebaran_vcn.bin -amdgpu/gc_10_3_7_ce.bin -amdgpu/gc_10_3_7_me.bin -amdgpu/gc_10_3_7_mec.bin -amdgpu/gc_10_3_7_mec2.bin -amdgpu/gc_10_3_7_pfp.bin -amdgpu/gc_10_3_7_rlc.bin -amdgpu/dcn_3_1_6_dmcub.bin -amdgpu/psp_13_0_8_asd.bin -amdgpu/psp_13_0_8_ta.bin -amdgpu/psp_13_0_8_toc.bin +amd-ucode/microcode_amd_fam17h.bin +amd-ucode/microcode_amd_fam16h.bin +amd-ucode/microcode_amd_fam15h.bin +amd-ucode/microcode_amd.bin amdgpu/sdma_5_2_7.bin -amphion/vpu/vpu_fw_imx8_dec.bin +amdgpu/psp_13_0_8_toc.bin +amdgpu/psp_13_0_8_ta.bin +amdgpu/psp_13_0_8_asd.bin +amdgpu/dcn_3_1_6_dmcub.bin +amdgpu/gc_10_3_7_rlc.bin +amdgpu/gc_10_3_7_pfp.bin +amdgpu/gc_10_3_7_mec2.bin +amdgpu/gc_10_3_7_mec.bin +amdgpu/gc_10_3_7_me.bin +amdgpu/gc_10_3_7_ce.bin +amdgpu/aldebaran_vcn.bin +amdgpu/aldebaran_ta.bin +amdgpu/aldebaran_sos.bin +amdgpu/aldebaran_smc.bin +amdgpu/aldebaran_sdma.bin +amdgpu/aldebaran_rlc.bin +amdgpu/aldebaran_mec.bin +amdgpu/aldebaran_mec2.bin +amdgpu/cyan_skillfish2_sdma1.bin +amdgpu/cyan_skillfish2_sdma.bin +amdgpu/cyan_skillfish2_rlc.bin +amdgpu/cyan_skillfish2_pfp.bin +amdgpu/cyan_skillfish2_mec2.bin +amdgpu/cyan_skillfish2_mec.bin +amdgpu/cyan_skillfish2_me.bin +amdgpu/cyan_skillfish2_ce.bin +amdgpu/beige_goby_vcn.bin +amdgpu/beige_goby_ta.bin +amdgpu/beige_goby_sos.bin +amdgpu/beige_goby_smc.bin +amdgpu/beige_goby_sdma.bin +amdgpu/beige_goby_rlc.bin +amdgpu/beige_goby_pfp.bin +amdgpu/beige_goby_mec2.bin +amdgpu/beige_goby_mec.bin +amdgpu/beige_goby_me.bin +amdgpu/beige_goby_dmcub.bin +amdgpu/beige_goby_ce.bin +amdgpu/yellow_carp_vcn.bin +amdgpu/yellow_carp_toc.bin +amdgpu/yellow_carp_ta.bin +amdgpu/yellow_carp_sdma.bin +amdgpu/yellow_carp_rlc.bin +amdgpu/yellow_carp_pfp.bin +amdgpu/yellow_carp_mec2.bin +amdgpu/yellow_carp_mec.bin +amdgpu/yellow_carp_me.bin +amdgpu/yellow_carp_dmcub.bin +amdgpu/yellow_carp_ce.bin +amdgpu/yellow_carp_asd.bin +amdgpu/vangogh_vcn.bin +amdgpu/vangogh_toc.bin +amdgpu/vangogh_sdma.bin +amdgpu/vangogh_rlc.bin +amdgpu/vangogh_pfp.bin +amdgpu/vangogh_mec.bin +amdgpu/vangogh_mec2.bin +amdgpu/vangogh_me.bin +amdgpu/vangogh_dmcub.bin +amdgpu/vangogh_ce.bin +amdgpu/vangogh_asd.bin +amdgpu/dimgrey_cavefish_vcn.bin +amdgpu/dimgrey_cavefish_ta.bin +amdgpu/dimgrey_cavefish_sos.bin +amdgpu/dimgrey_cavefish_smc.bin +amdgpu/dimgrey_cavefish_sdma.bin +amdgpu/dimgrey_cavefish_rlc.bin +amdgpu/dimgrey_cavefish_pfp.bin +amdgpu/dimgrey_cavefish_mec2.bin +amdgpu/dimgrey_cavefish_mec.bin +amdgpu/dimgrey_cavefish_me.bin +amdgpu/dimgrey_cavefish_dmcub.bin +amdgpu/dimgrey_cavefish_ce.bin +amdgpu/arcturus_vcn.bin +amdgpu/arcturus_ta.bin +amdgpu/arcturus_sos.bin +amdgpu/arcturus_smc.bin +amdgpu/arcturus_sdma.bin +amdgpu/arcturus_rlc.bin +amdgpu/arcturus_mec.bin +amdgpu/arcturus_mec2.bin +amdgpu/arcturus_gpu_info.bin +amdgpu/arcturus_asd.bin +amdgpu/navy_flounder_vcn.bin +amdgpu/navy_flounder_ta.bin +amdgpu/navy_flounder_sos.bin +amdgpu/navy_flounder_smc.bin +amdgpu/navy_flounder_sdma.bin +amdgpu/navy_flounder_rlc.bin +amdgpu/navy_flounder_pfp.bin +amdgpu/navy_flounder_mec2.bin +amdgpu/navy_flounder_mec.bin +amdgpu/navy_flounder_me.bin +amdgpu/navy_flounder_dmcub.bin +amdgpu/navy_flounder_ce.bin +amdgpu/green_sardine_vcn.bin +amdgpu/green_sardine_ta.bin +amdgpu/green_sardine_sdma.bin +amdgpu/green_sardine_rlc.bin +amdgpu/green_sardine_pfp.bin +amdgpu/green_sardine_mec.bin +amdgpu/green_sardine_mec2.bin +amdgpu/green_sardine_me.bin +amdgpu/green_sardine_dmcub.bin +amdgpu/green_sardine_ce.bin +amdgpu/green_sardine_asd.bin +amdgpu/sienna_cichlid_vcn.bin +amdgpu/sienna_cichlid_ta.bin +amdgpu/sienna_cichlid_sos.bin +amdgpu/sienna_cichlid_smc.bin +amdgpu/sienna_cichlid_sdma.bin +amdgpu/sienna_cichlid_rlc.bin +amdgpu/sienna_cichlid_pfp.bin +amdgpu/sienna_cichlid_mec2.bin +amdgpu/sienna_cichlid_mec.bin +amdgpu/sienna_cichlid_me.bin +amdgpu/sienna_cichlid_dmcub.bin +amdgpu/sienna_cichlid_ce.bin +amdgpu/renoir_ta.bin +amdgpu/renoir_dmcub.bin +amdgpu/renoir_vcn.bin +amdgpu/renoir_sdma.bin +amdgpu/renoir_rlc.bin +amdgpu/renoir_pfp.bin +amdgpu/renoir_mec2.bin +amdgpu/renoir_mec.bin +amdgpu/renoir_me.bin +amdgpu/renoir_gpu_info.bin +amdgpu/renoir_ce.bin +amdgpu/renoir_asd.bin +amdgpu/navi12_ta.bin +amdgpu/navi12_vcn.bin +amdgpu/navi12_sos.bin +amdgpu/navi12_smc.bin +amdgpu/navi12_sdma1.bin +amdgpu/navi12_sdma.bin +amdgpu/navi12_rlc.bin +amdgpu/navi12_pfp.bin +amdgpu/navi12_mec2.bin +amdgpu/navi12_mec.bin +amdgpu/navi12_me.bin +amdgpu/navi12_gpu_info.bin +amdgpu/navi12_dmcu.bin +amdgpu/navi12_ce.bin +amdgpu/navi12_asd.bin +amdgpu/navi14_ta.bin +amdgpu/navi14_vcn.bin +amdgpu/navi14_sos.bin +amdgpu/navi14_smc.bin +amdgpu/navi14_sdma1.bin +amdgpu/navi14_sdma.bin +amdgpu/navi14_rlc.bin +amdgpu/navi14_pfp_wks.bin +amdgpu/navi14_pfp.bin +amdgpu/navi14_mec2_wks.bin +amdgpu/navi14_mec2.bin +amdgpu/navi14_mec_wks.bin +amdgpu/navi14_mec.bin +amdgpu/navi14_me_wks.bin +amdgpu/navi14_me.bin +amdgpu/navi14_gpu_info.bin +amdgpu/navi14_ce_wks.bin +amdgpu/navi14_ce.bin +amdgpu/navi14_asd.bin +amdgpu/navi10_ta.bin +amdgpu/navi10_vcn.bin +amdgpu/navi10_sos.bin +amdgpu/navi10_smc.bin +amdgpu/navi10_sdma1.bin +amdgpu/navi10_sdma.bin +amdgpu/navi10_rlc.bin +amdgpu/navi10_pfp.bin +amdgpu/navi10_mec2.bin +amdgpu/navi10_mec.bin +amdgpu/navi10_me.bin +amdgpu/navi10_gpu_info.bin +amdgpu/navi10_ce.bin +amdgpu/navi10_asd.bin +amdgpu/raven2_ta.bin +amdgpu/raven2_vcn.bin +amdgpu/raven2_sdma.bin +amdgpu/raven2_rlc.bin +amdgpu/raven2_pfp.bin +amdgpu/raven2_mec2.bin +amdgpu/raven2_mec.bin +amdgpu/raven2_me.bin +amdgpu/raven2_gpu_info.bin +amdgpu/raven2_ce.bin +amdgpu/raven2_asd.bin +amdgpu/picasso_ta.bin +amdgpu/picasso_vcn.bin +amdgpu/picasso_sdma.bin +amdgpu/picasso_rlc_am4.bin +amdgpu/picasso_rlc.bin +amdgpu/picasso_pfp.bin +amdgpu/picasso_mec2.bin +amdgpu/picasso_mec.bin +amdgpu/picasso_me.bin +amdgpu/picasso_gpu_info.bin +amdgpu/picasso_ce.bin +amdgpu/picasso_asd.bin +amdgpu/raven_ta.bin +amdgpu/raven_kicker_rlc.bin +amdgpu/raven_dmcu.bin +amdgpu/raven_vcn.bin +amdgpu/raven_sdma.bin +amdgpu/raven_rlc.bin +amdgpu/raven_pfp.bin +amdgpu/raven_mec2.bin +amdgpu/raven_mec.bin +amdgpu/raven_me.bin +amdgpu/raven_gpu_info.bin +amdgpu/raven_ce.bin +amdgpu/raven_asd.bin +amdgpu/vega20_ta.bin +amdgpu/vega20_vce.bin +amdgpu/vega20_uvd.bin +amdgpu/vega20_sos.bin +amdgpu/vega20_smc.bin +amdgpu/vega20_sdma1.bin +amdgpu/vega20_sdma.bin +amdgpu/vega20_rlc.bin +amdgpu/vega20_pfp.bin +amdgpu/vega20_mec2.bin +amdgpu/vega20_mec.bin +amdgpu/vega20_me.bin +amdgpu/vega20_ce.bin +amdgpu/vega20_asd.bin +amdgpu/vega12_vce.bin +amdgpu/vega12_uvd.bin +amdgpu/vega12_sos.bin +amdgpu/vega12_smc.bin +amdgpu/vega12_sdma1.bin +amdgpu/vega12_sdma.bin +amdgpu/vega12_rlc.bin +amdgpu/vega12_pfp.bin +amdgpu/vega12_mec2.bin +amdgpu/vega12_mec.bin +amdgpu/vega12_me.bin +amdgpu/vega12_gpu_info.bin +amdgpu/vega12_ce.bin +amdgpu/vega12_asd.bin +amdgpu/vega10_vce.bin +amdgpu/vega10_uvd.bin +amdgpu/vega10_sos.bin +amdgpu/vega10_smc.bin +amdgpu/vega10_sdma1.bin +amdgpu/vega10_sdma.bin +amdgpu/vega10_rlc.bin +amdgpu/vega10_pfp.bin +amdgpu/vega10_mec2.bin +amdgpu/vega10_mec.bin +amdgpu/vega10_me.bin +amdgpu/vega10_gpu_info.bin +amdgpu/vega10_ce.bin +amdgpu/vega10_asd.bin +amdgpu/vega10_acg_smc.bin +amdgpu/vegam_vce.bin +amdgpu/vegam_uvd.bin +amdgpu/vegam_smc.bin +amdgpu/vegam_sdma1.bin +amdgpu/vegam_sdma.bin +amdgpu/vegam_rlc.bin +amdgpu/vegam_pfp.bin +amdgpu/vegam_mec2.bin +amdgpu/vegam_mec.bin +amdgpu/vegam_me.bin +amdgpu/vegam_ce.bin +amdgpu/polaris12_vce.bin +amdgpu/polaris12_uvd.bin +amdgpu/polaris12_k_smc.bin +amdgpu/polaris12_smc.bin +amdgpu/polaris12_sdma1.bin +amdgpu/polaris12_sdma.bin +amdgpu/polaris12_rlc.bin +amdgpu/polaris12_pfp_2.bin +amdgpu/polaris12_pfp.bin +amdgpu/polaris12_mec2_2.bin +amdgpu/polaris12_mec2.bin +amdgpu/polaris12_mec_2.bin +amdgpu/polaris12_mec.bin +amdgpu/polaris12_me_2.bin +amdgpu/polaris12_me.bin +amdgpu/polaris12_32_mc.bin +amdgpu/polaris12_k_mc.bin +amdgpu/polaris12_mc.bin +amdgpu/polaris12_ce_2.bin +amdgpu/polaris12_ce.bin +amdgpu/polaris11_vce.bin +amdgpu/polaris11_uvd.bin +amdgpu/polaris11_smc_sk.bin +amdgpu/polaris11_k2_smc.bin +amdgpu/polaris11_k_smc.bin +amdgpu/polaris11_smc.bin +amdgpu/polaris11_sdma.bin +amdgpu/polaris11_sdma1.bin +amdgpu/polaris11_rlc.bin +amdgpu/polaris11_pfp_2.bin +amdgpu/polaris11_pfp.bin +amdgpu/polaris11_mec_2.bin +amdgpu/polaris11_mec.bin +amdgpu/polaris11_mec2_2.bin +amdgpu/polaris11_mec2.bin +amdgpu/polaris11_me_2.bin +amdgpu/polaris11_me.bin +amdgpu/polaris11_k_mc.bin +amdgpu/polaris11_mc.bin +amdgpu/polaris11_ce_2.bin +amdgpu/polaris11_ce.bin +amdgpu/polaris10_vce.bin +amdgpu/polaris10_uvd.bin +amdgpu/polaris10_smc_sk.bin +amdgpu/polaris10_k2_smc.bin +amdgpu/polaris10_k_smc.bin +amdgpu/polaris10_smc.bin +amdgpu/polaris10_sdma.bin +amdgpu/polaris10_sdma1.bin +amdgpu/polaris10_rlc.bin +amdgpu/polaris10_pfp_2.bin +amdgpu/polaris10_pfp.bin +amdgpu/polaris10_mec_2.bin +amdgpu/polaris10_mec.bin +amdgpu/polaris10_mec2_2.bin +amdgpu/polaris10_mec2.bin +amdgpu/polaris10_me_2.bin +amdgpu/polaris10_me.bin +amdgpu/polaris10_k_mc.bin +amdgpu/polaris10_mc.bin +amdgpu/polaris10_ce_2.bin +amdgpu/polaris10_ce.bin +amdgpu/stoney_vce.bin +amdgpu/stoney_uvd.bin +amdgpu/stoney_sdma.bin +amdgpu/stoney_rlc.bin +amdgpu/stoney_pfp.bin +amdgpu/stoney_mec.bin +amdgpu/stoney_me.bin +amdgpu/stoney_ce.bin +amdgpu/fiji_vce.bin +amdgpu/fiji_uvd.bin +amdgpu/fiji_smc.bin +amdgpu/fiji_sdma.bin +amdgpu/fiji_sdma1.bin +amdgpu/fiji_rlc.bin +amdgpu/fiji_pfp.bin +amdgpu/fiji_mec.bin +amdgpu/fiji_mec2.bin +amdgpu/fiji_me.bin +amdgpu/fiji_mc.bin +amdgpu/fiji_ce.bin +amdgpu/carrizo_vce.bin +amdgpu/carrizo_uvd.bin +amdgpu/carrizo_sdma.bin +amdgpu/carrizo_sdma1.bin +amdgpu/carrizo_rlc.bin +amdgpu/carrizo_pfp.bin +amdgpu/carrizo_mec.bin +amdgpu/carrizo_mec2.bin +amdgpu/carrizo_me.bin +amdgpu/carrizo_ce.bin +amdgpu/tonga_vce.bin +amdgpu/tonga_uvd.bin +amdgpu/tonga_smc.bin +amdgpu/tonga_sdma.bin +amdgpu/tonga_sdma1.bin +amdgpu/tonga_rlc.bin +amdgpu/tonga_pfp.bin +amdgpu/tonga_mec.bin +amdgpu/tonga_mec2.bin +amdgpu/tonga_me.bin +amdgpu/tonga_mc.bin +amdgpu/tonga_k_smc.bin +amdgpu/tonga_ce.bin +amdgpu/topaz_smc.bin +amdgpu/topaz_sdma.bin +amdgpu/topaz_sdma1.bin +amdgpu/topaz_rlc.bin +amdgpu/topaz_pfp.bin +amdgpu/topaz_mec.bin +amdgpu/topaz_mec2.bin +amdgpu/topaz_me.bin +amdgpu/topaz_mc.bin +amdgpu/topaz_k_smc.bin +amdgpu/topaz_ce.bin +amdgpu/kaveri_vce.bin +amdgpu/kaveri_uvd.bin +amdgpu/kaveri_sdma1.bin +amdgpu/kaveri_sdma.bin +amdgpu/kaveri_rlc.bin +amdgpu/kaveri_pfp.bin +amdgpu/kaveri_mec2.bin +amdgpu/kaveri_mec.bin +amdgpu/kaveri_me.bin +amdgpu/kaveri_ce.bin +amdgpu/mullins_vce.bin +amdgpu/mullins_uvd.bin +amdgpu/mullins_sdma1.bin +amdgpu/mullins_sdma.bin +amdgpu/mullins_rlc.bin +amdgpu/mullins_pfp.bin +amdgpu/mullins_mec.bin +amdgpu/mullins_me.bin +amdgpu/mullins_ce.bin +amdgpu/kabini_vce.bin +amdgpu/kabini_uvd.bin +amdgpu/kabini_sdma1.bin +amdgpu/kabini_sdma.bin +amdgpu/kabini_rlc.bin +amdgpu/kabini_pfp.bin +amdgpu/kabini_mec.bin +amdgpu/kabini_me.bin +amdgpu/kabini_ce.bin +amdgpu/hawaii_vce.bin +amdgpu/hawaii_uvd.bin +amdgpu/hawaii_smc.bin +amdgpu/hawaii_sdma1.bin +amdgpu/hawaii_sdma.bin +amdgpu/hawaii_rlc.bin +amdgpu/hawaii_pfp.bin +amdgpu/hawaii_mec.bin +amdgpu/hawaii_me.bin +amdgpu/hawaii_mc.bin +amdgpu/hawaii_k_smc.bin +amdgpu/hawaii_ce.bin +amdgpu/bonaire_vce.bin +amdgpu/bonaire_uvd.bin +amdgpu/bonaire_smc.bin +amdgpu/bonaire_sdma1.bin +amdgpu/bonaire_sdma.bin +amdgpu/bonaire_rlc.bin +amdgpu/bonaire_pfp.bin +amdgpu/bonaire_mec.bin +amdgpu/bonaire_me.bin +amdgpu/bonaire_mc.bin +amdgpu/bonaire_k_smc.bin +amdgpu/bonaire_ce.bin +amdgpu/banks_k_2_smc.bin +amdgpu/si58_mc.bin +amdgpu/oland_uvd.bin +amdgpu/oland_smc.bin +amdgpu/oland_rlc.bin +amdgpu/oland_pfp.bin +amdgpu/oland_me.bin +amdgpu/oland_mc.bin +amdgpu/oland_k_smc.bin +amdgpu/oland_ce.bin +amdgpu/hainan_smc.bin +amdgpu/hainan_rlc.bin +amdgpu/hainan_pfp.bin +amdgpu/hainan_me.bin +amdgpu/hainan_mc.bin +amdgpu/hainan_k_smc.bin +amdgpu/hainan_ce.bin +amdgpu/verde_uvd.bin +amdgpu/verde_smc.bin +amdgpu/verde_rlc.bin +amdgpu/verde_pfp.bin +amdgpu/verde_me.bin +amdgpu/verde_mc.bin +amdgpu/verde_k_smc.bin +amdgpu/verde_ce.bin +amdgpu/pitcairn_uvd.bin +amdgpu/pitcairn_smc.bin +amdgpu/pitcairn_rlc.bin +amdgpu/pitcairn_pfp.bin +amdgpu/pitcairn_me.bin +amdgpu/pitcairn_mc.bin +amdgpu/pitcairn_k_smc.bin +amdgpu/pitcairn_ce.bin +amdgpu/tahiti_uvd.bin +amdgpu/tahiti_smc.bin +amdgpu/tahiti_rlc.bin +amdgpu/tahiti_pfp.bin +amdgpu/tahiti_me.bin +amdgpu/tahiti_mc.bin +amdgpu/tahiti_k_smc.bin +amdgpu/tahiti_ce.bin amphion/vpu/vpu_fw_imx8_enc.bin -ar3k/AthrBT_0x01020001.dfu -ar3k/ramps_0x01020001_26.dfu -ar3k/AthrBT_0x01020200.dfu -ar3k/ramps_0x01020200_26.dfu -ar3k/ramps_0x01020200_40.dfu -ar3k/AthrBT_0x31010000.dfu -ar3k/ramps_0x31010000_40.dfu -ar3k/AthrBT_0x11020000.dfu -ar3k/ramps_0x11020000_40.dfu -ar3k/ramps_0x01020201_26.dfu -ar3k/ramps_0x01020201_40.dfu -ar3k/AthrBT_0x41020000.dfu -ar3k/ramps_0x41020000_40.dfu -ar3k/AthrBT_0x11020100.dfu -ar3k/ramps_0x11020100_40.dfu -ar3k/AthrBT_0x31010100.dfu -ar3k/ramps_0x31010100_40.dfu -ar3k/AthrBT_0x01020201.dfu -ar3k/1020201coex/ramps_0x01020201_26_HighPriority.dfu -ar3k/1020201/PS_ASIC.pst -ar3k/1020201/RamPatch.txt -ar3k/1020200/ar3kbdaddr.pst -ar3k/1020200/PS_ASIC.pst -ar3k/1020200/RamPatch.txt -ar3k/30101/ar3kbdaddr.pst -ar3k/30101/PS_ASIC.pst -ar3k/30101/RamPatch.txt -ar3k/30000/ar3kbdaddr.pst -ar3k/30000/PS_ASIC.pst -ar3k/30000/RamPatch.txt -ar3k/30101coex/ar3kbdaddr.pst -ar3k/30101coex/PS_ASIC_aclLowPri.pst -ar3k/30101coex/PS_ASIC_aclHighPri.pst -ar3k/30101coex/PS_ASIC.pst +amphion/vpu/vpu_fw_imx8_dec.bin ar3k/30101coex/RamPatch.txt +ar3k/30101coex/PS_ASIC.pst +ar3k/30101coex/PS_ASIC_aclHighPri.pst +ar3k/30101coex/PS_ASIC_aclLowPri.pst +ar3k/30101coex/ar3kbdaddr.pst +ar3k/30000/RamPatch.txt +ar3k/30000/PS_ASIC.pst +ar3k/30000/ar3kbdaddr.pst +ar3k/30101/RamPatch.txt +ar3k/30101/PS_ASIC.pst +ar3k/30101/ar3kbdaddr.pst +ar3k/1020200/RamPatch.txt +ar3k/1020200/PS_ASIC.pst +ar3k/1020200/ar3kbdaddr.pst +ar3k/1020201/RamPatch.txt +ar3k/1020201/PS_ASIC.pst +ar3k/1020201coex/ramps_0x01020201_26_HighPriority.dfu +ar3k/AthrBT_0x01020201.dfu +ar3k/ramps_0x31010100_40.dfu +ar3k/AthrBT_0x31010100.dfu +ar3k/ramps_0x11020100_40.dfu +ar3k/AthrBT_0x11020100.dfu +ar3k/ramps_0x41020000_40.dfu +ar3k/AthrBT_0x41020000.dfu +ar3k/ramps_0x01020201_40.dfu +ar3k/ramps_0x01020201_26.dfu +ar3k/ramps_0x11020000_40.dfu +ar3k/AthrBT_0x11020000.dfu +ar3k/ramps_0x31010000_40.dfu +ar3k/AthrBT_0x31010000.dfu +ar3k/ramps_0x01020200_40.dfu +ar3k/ramps_0x01020200_26.dfu +ar3k/AthrBT_0x01020200.dfu +ar3k/ramps_0x01020001_26.dfu +ar3k/AthrBT_0x01020001.dfu ar5523.bin ar7010.fw ar7010_1_1.fw @@ -544,427 +542,356 @@ ar9170-2.fw ar9271.fw as102_data1_st.hex as102_data2_st.hex -ath10k/QCA988X/hw2.0/board.bin -ath10k/QCA988X/hw2.0/firmware-4.bin -ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt -ath10k/QCA988X/hw2.0/firmware-5.bin -ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt -ath10k/QCA6174/hw2.1/board.bin -ath10k/QCA6174/hw2.1/board-2.bin -ath10k/QCA6174/hw2.1/firmware-5.bin -ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt -ath10k/QCA6174/hw3.0/board.bin -ath10k/QCA6174/hw3.0/board-2.bin -ath10k/QCA6174/hw3.0/firmware-4.bin -ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt -ath10k/QCA6174/hw3.0/firmware-6.bin -ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt -ath10k/QCA6174/hw3.0/firmware-sdio-6.bin -ath10k/QCA6174/hw3.0/notice_ath10k_firmware-sdio-6.txt -ath10k/QCA9377/hw1.0/board.bin -ath10k/QCA9377/hw1.0/board-2.bin -ath10k/QCA9377/hw1.0/firmware-5.bin -ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt -ath10k/QCA9377/hw1.0/firmware-sdio-5.bin -ath10k/QCA9377/hw1.0/notice_ath10k_firmware-sdio-5.txt -ath10k/QCA9377/hw1.0/firmware-6.bin -ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt -ath10k/QCA99X0/hw2.0/board-2.bin -ath10k/QCA99X0/hw2.0/firmware-5.bin -ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt -ath10k/QCA4019/hw1.0/board-2.bin -ath10k/QCA4019/hw1.0/firmware-5.bin -ath10k/QCA4019/hw1.0/notice_ath10k_firmware-5.txt -ath10k/QCA9887/hw1.0/board.bin -ath10k/QCA9887/hw1.0/firmware-5.bin -ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt -ath10k/QCA9888/hw2.0/board-2.bin -ath10k/QCA9888/hw2.0/firmware-5.bin -ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt -ath10k/QCA9984/hw1.0/board-2.bin -ath10k/QCA9984/hw1.0/firmware-5.bin -ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt -ath10k/WCN3990/hw1.0/board-2.bin -ath10k/WCN3990/hw1.0/firmware-5.bin -ath10k/WCN3990/hw1.0/wlanmdsp.mbn ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp -ath11k/IPQ6018/hw1.0/board-2.bin -ath11k/IPQ6018/hw1.0/m3_fw.b00 -ath11k/IPQ6018/hw1.0/m3_fw.b01 -ath11k/IPQ6018/hw1.0/m3_fw.b02 -ath11k/IPQ6018/hw1.0/m3_fw.flist -ath11k/IPQ6018/hw1.0/m3_fw.mdt -ath11k/IPQ6018/hw1.0/q6_fw.b00 -ath11k/IPQ6018/hw1.0/q6_fw.b01 -ath11k/IPQ6018/hw1.0/q6_fw.b02 -ath11k/IPQ6018/hw1.0/q6_fw.b03 -ath11k/IPQ6018/hw1.0/q6_fw.b04 -ath11k/IPQ6018/hw1.0/q6_fw.b05 -ath11k/IPQ6018/hw1.0/q6_fw.b07 -ath11k/IPQ6018/hw1.0/q6_fw.b08 -ath11k/IPQ6018/hw1.0/q6_fw.flist -ath11k/IPQ6018/hw1.0/q6_fw.mdt -ath11k/IPQ6018/hw1.0/Notice.txt -ath11k/IPQ8074/hw2.0/board-2.bin -ath11k/IPQ8074/hw2.0/m3_fw.b00 -ath11k/IPQ8074/hw2.0/m3_fw.b01 -ath11k/IPQ8074/hw2.0/m3_fw.b02 -ath11k/IPQ8074/hw2.0/m3_fw.flist -ath11k/IPQ8074/hw2.0/m3_fw.mdt -ath11k/IPQ8074/hw2.0/q6_fw.b00 -ath11k/IPQ8074/hw2.0/q6_fw.b01 -ath11k/IPQ8074/hw2.0/q6_fw.b02 -ath11k/IPQ8074/hw2.0/q6_fw.b03 -ath11k/IPQ8074/hw2.0/q6_fw.b04 -ath11k/IPQ8074/hw2.0/q6_fw.b05 -ath11k/IPQ8074/hw2.0/q6_fw.b07 -ath11k/IPQ8074/hw2.0/q6_fw.b08 -ath11k/IPQ8074/hw2.0/q6_fw.flist -ath11k/IPQ8074/hw2.0/q6_fw.mdt -ath11k/IPQ8074/hw2.0/Notice.txt -ath11k/QCA6390/hw2.0/board-2.bin -ath11k/QCA6390/hw2.0/amss.bin -ath11k/QCA6390/hw2.0/m3.bin -ath11k/QCA6390/hw2.0/Notice.txt -ath11k/WCN6855/hw2.0/regdb.bin -ath11k/WCN6855/hw2.0/board-2.bin -ath11k/WCN6855/hw2.0/amss.bin -ath11k/WCN6855/hw2.0/m3.bin -ath11k/WCN6855/hw2.0/Notice.txt -ath11k/WCN6855/hw2.1/regdb.bin -ath11k/WCN6855/hw2.1/board-2.bin -ath11k/WCN6855/hw2.1/amss.bin -ath11k/WCN6855/hw2.1/m3.bin -ath11k/QCN9074/hw1.0/board-2.bin -ath11k/QCN9074/hw1.0/amss.bin -ath11k/QCN9074/hw1.0/m3.bin -ath11k/QCN9074/hw1.0/Notice.txt -ath11k/WCN6750/hw1.0/board-2.bin -ath11k/WCN6750/hw1.0/wpss.b00 -ath11k/WCN6750/hw1.0/wpss.b01 -ath11k/WCN6750/hw1.0/wpss.b02 -ath11k/WCN6750/hw1.0/wpss.b03 -ath11k/WCN6750/hw1.0/wpss.b04 -ath11k/WCN6750/hw1.0/wpss.b05 -ath11k/WCN6750/hw1.0/wpss.b06 -ath11k/WCN6750/hw1.0/wpss.b07 -ath11k/WCN6750/hw1.0/wpss.b08 -ath11k/WCN6750/hw1.0/wpss.mdt +ath10k/WCN3990/hw1.0/wlanmdsp.mbn +ath10k/WCN3990/hw1.0/firmware-5.bin +ath10k/WCN3990/hw1.0/board-2.bin +ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt +ath10k/QCA9984/hw1.0/firmware-5.bin +ath10k/QCA9984/hw1.0/board-2.bin +ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt +ath10k/QCA9888/hw2.0/firmware-5.bin +ath10k/QCA9888/hw2.0/board-2.bin +ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt +ath10k/QCA9887/hw1.0/firmware-5.bin +ath10k/QCA9887/hw1.0/board.bin +ath10k/QCA4019/hw1.0/notice_ath10k_firmware-5.txt +ath10k/QCA4019/hw1.0/firmware-5.bin +ath10k/QCA4019/hw1.0/board-2.bin +ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt +ath10k/QCA99X0/hw2.0/firmware-5.bin +ath10k/QCA99X0/hw2.0/board-2.bin +ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt +ath10k/QCA9377/hw1.0/firmware-6.bin +ath10k/QCA9377/hw1.0/notice_ath10k_firmware-sdio-5.txt +ath10k/QCA9377/hw1.0/firmware-sdio-5.bin +ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt +ath10k/QCA9377/hw1.0/firmware-5.bin +ath10k/QCA9377/hw1.0/board-2.bin +ath10k/QCA9377/hw1.0/board.bin +ath10k/QCA6174/hw3.0/notice_ath10k_firmware-sdio-6.txt +ath10k/QCA6174/hw3.0/firmware-sdio-6.bin +ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt +ath10k/QCA6174/hw3.0/firmware-6.bin +ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt +ath10k/QCA6174/hw3.0/firmware-4.bin +ath10k/QCA6174/hw3.0/board-2.bin +ath10k/QCA6174/hw3.0/board.bin +ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt +ath10k/QCA6174/hw2.1/firmware-5.bin +ath10k/QCA6174/hw2.1/board-2.bin +ath10k/QCA6174/hw2.1/board.bin +ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt +ath10k/QCA988X/hw2.0/firmware-5.bin +ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt +ath10k/QCA988X/hw2.0/firmware-4.bin +ath10k/QCA988X/hw2.0/board.bin ath11k/WCN6750/hw1.0/Notice.txt +ath11k/WCN6750/hw1.0/wpss.mdt +ath11k/WCN6750/hw1.0/wpss.b08 +ath11k/WCN6750/hw1.0/wpss.b07 +ath11k/WCN6750/hw1.0/wpss.b06 +ath11k/WCN6750/hw1.0/wpss.b05 +ath11k/WCN6750/hw1.0/wpss.b04 +ath11k/WCN6750/hw1.0/wpss.b03 +ath11k/WCN6750/hw1.0/wpss.b02 +ath11k/WCN6750/hw1.0/wpss.b01 +ath11k/WCN6750/hw1.0/wpss.b00 +ath11k/WCN6750/hw1.0/board-2.bin +ath11k/QCN9074/hw1.0/Notice.txt +ath11k/QCN9074/hw1.0/m3.bin +ath11k/QCN9074/hw1.0/amss.bin +ath11k/QCN9074/hw1.0/board-2.bin +ath11k/WCN6855/hw2.1/m3.bin +ath11k/WCN6855/hw2.1/amss.bin +ath11k/WCN6855/hw2.1/board-2.bin +ath11k/WCN6855/hw2.1/regdb.bin +ath11k/WCN6855/hw2.0/Notice.txt +ath11k/WCN6855/hw2.0/m3.bin +ath11k/WCN6855/hw2.0/amss.bin +ath11k/WCN6855/hw2.0/board-2.bin +ath11k/WCN6855/hw2.0/regdb.bin +ath11k/QCA6390/hw2.0/Notice.txt +ath11k/QCA6390/hw2.0/m3.bin +ath11k/QCA6390/hw2.0/amss.bin +ath11k/QCA6390/hw2.0/board-2.bin +ath11k/IPQ8074/hw2.0/Notice.txt +ath11k/IPQ8074/hw2.0/q6_fw.mdt +ath11k/IPQ8074/hw2.0/q6_fw.flist +ath11k/IPQ8074/hw2.0/q6_fw.b08 +ath11k/IPQ8074/hw2.0/q6_fw.b07 +ath11k/IPQ8074/hw2.0/q6_fw.b05 +ath11k/IPQ8074/hw2.0/q6_fw.b04 +ath11k/IPQ8074/hw2.0/q6_fw.b03 +ath11k/IPQ8074/hw2.0/q6_fw.b02 +ath11k/IPQ8074/hw2.0/q6_fw.b01 +ath11k/IPQ8074/hw2.0/q6_fw.b00 +ath11k/IPQ8074/hw2.0/m3_fw.mdt +ath11k/IPQ8074/hw2.0/m3_fw.flist +ath11k/IPQ8074/hw2.0/m3_fw.b02 +ath11k/IPQ8074/hw2.0/m3_fw.b01 +ath11k/IPQ8074/hw2.0/m3_fw.b00 +ath11k/IPQ8074/hw2.0/board-2.bin +ath11k/IPQ6018/hw1.0/Notice.txt +ath11k/IPQ6018/hw1.0/q6_fw.mdt +ath11k/IPQ6018/hw1.0/q6_fw.flist +ath11k/IPQ6018/hw1.0/q6_fw.b08 +ath11k/IPQ6018/hw1.0/q6_fw.b07 +ath11k/IPQ6018/hw1.0/q6_fw.b05 +ath11k/IPQ6018/hw1.0/q6_fw.b04 +ath11k/IPQ6018/hw1.0/q6_fw.b03 +ath11k/IPQ6018/hw1.0/q6_fw.b02 +ath11k/IPQ6018/hw1.0/q6_fw.b01 +ath11k/IPQ6018/hw1.0/q6_fw.b00 +ath11k/IPQ6018/hw1.0/m3_fw.mdt +ath11k/IPQ6018/hw1.0/m3_fw.flist +ath11k/IPQ6018/hw1.0/m3_fw.b02 +ath11k/IPQ6018/hw1.0/m3_fw.b01 +ath11k/IPQ6018/hw1.0/m3_fw.b00 +ath11k/IPQ6018/hw1.0/board-2.bin ath3k-1.fw -ath6k/AR6004/hw1.3/fw-3.bin -ath6k/AR6004/hw1.3/bdata.bin -ath6k/AR6004/hw1.2/fw-2.bin -ath6k/AR6004/hw1.2/bdata.bin -ath6k/AR6003/hw1.0/otp.bin.z77 -ath6k/AR6003/hw1.0/bdata.SD31.bin -ath6k/AR6003/hw1.0/bdata.SD32.bin -ath6k/AR6003/hw1.0/data.patch.bin -ath6k/AR6003/hw1.0/bdata.WB31.bin -ath6k/AR6003/hw1.0/athwlan.bin.z77 -ath6k/AR6003/hw2.1.1/fw-2.bin -ath6k/AR6003/hw2.1.1/fw-3.bin -ath6k/AR6003/hw2.1.1/otp.bin -ath6k/AR6003/hw2.1.1/athwlan.bin -ath6k/AR6003/hw2.1.1/endpointping.bin -ath6k/AR6003/hw2.1.1/bdata.SD31.bin -ath6k/AR6003/hw2.1.1/bdata.SD32.bin -ath6k/AR6003/hw2.1.1/data.patch.bin -ath6k/AR6003/hw2.1.1/bdata.WB31.bin -ath6k/AR6003/hw2.0/otp.bin.z77 -ath6k/AR6003/hw2.0/bdata.SD31.bin -ath6k/AR6003/hw2.0/bdata.SD32.bin -ath6k/AR6003/hw2.0/data.patch.bin -ath6k/AR6003/hw2.0/bdata.WB31.bin -ath6k/AR6003/hw2.0/athwlan.bin.z77 -ath6k/AR6002/eeprom.data -ath6k/AR6002/eeprom.bin -ath6k/AR6002/athwlan.bin.z77 -ath6k/AR6002/data.patch.hw2_0.bin -ath6k/AR6003.1/hw2.1.1/athwlan.bin -ath6k/AR6003.1/hw2.1.1/bdata.SD31.bin -ath6k/AR6003.1/hw2.1.1/bdata.SD32.bin -ath6k/AR6003.1/hw2.1.1/bdata.WB31.bin -ath6k/AR6003.1/hw2.1.1/data.patch.bin -ath6k/AR6003.1/hw2.1.1/endpointping.bin ath6k/AR6003.1/hw2.1.1/otp.bin -ath9k_htc/htc_7010-1.4.0.fw +ath6k/AR6003.1/hw2.1.1/endpointping.bin +ath6k/AR6003.1/hw2.1.1/data.patch.bin +ath6k/AR6003.1/hw2.1.1/bdata.WB31.bin +ath6k/AR6003.1/hw2.1.1/bdata.SD32.bin +ath6k/AR6003.1/hw2.1.1/bdata.SD31.bin +ath6k/AR6003.1/hw2.1.1/athwlan.bin +ath6k/AR6002/data.patch.hw2_0.bin +ath6k/AR6002/athwlan.bin.z77 +ath6k/AR6002/eeprom.bin +ath6k/AR6002/eeprom.data +ath6k/AR6003/hw2.0/athwlan.bin.z77 +ath6k/AR6003/hw2.0/bdata.WB31.bin +ath6k/AR6003/hw2.0/data.patch.bin +ath6k/AR6003/hw2.0/bdata.SD32.bin +ath6k/AR6003/hw2.0/bdata.SD31.bin +ath6k/AR6003/hw2.0/otp.bin.z77 +ath6k/AR6003/hw2.1.1/bdata.WB31.bin +ath6k/AR6003/hw2.1.1/data.patch.bin +ath6k/AR6003/hw2.1.1/bdata.SD32.bin +ath6k/AR6003/hw2.1.1/bdata.SD31.bin +ath6k/AR6003/hw2.1.1/endpointping.bin +ath6k/AR6003/hw2.1.1/athwlan.bin +ath6k/AR6003/hw2.1.1/otp.bin +ath6k/AR6003/hw2.1.1/fw-3.bin +ath6k/AR6003/hw2.1.1/fw-2.bin +ath6k/AR6003/hw1.0/athwlan.bin.z77 +ath6k/AR6003/hw1.0/bdata.WB31.bin +ath6k/AR6003/hw1.0/data.patch.bin +ath6k/AR6003/hw1.0/bdata.SD32.bin +ath6k/AR6003/hw1.0/bdata.SD31.bin +ath6k/AR6003/hw1.0/otp.bin.z77 +ath6k/AR6004/hw1.2/bdata.bin +ath6k/AR6004/hw1.2/fw-2.bin +ath6k/AR6004/hw1.3/bdata.bin +ath6k/AR6004/hw1.3/fw-3.bin ath9k_htc/htc_9271-1.4.0.fw -atmel/wilc1000_fw.bin -atmel/wilc1000_ap_fw.bin -atmel/wilc1000_p2p_fw.bin -atmel/wilc1000_wifi_firmware.bin +ath9k_htc/htc_7010-1.4.0.fw atmel/wilc1000_wifi_firmware-1.bin -atusb/atusb-0.2.dfu -atusb/atusb-0.3.dfu +atmel/wilc1000_wifi_firmware.bin +atmel/wilc1000_p2p_fw.bin +atmel/wilc1000_ap_fw.bin +atmel/wilc1000_fw.bin atusb/rzusb-0.3.bin +atusb/atusb-0.3.dfu +atusb/atusb-0.2.dfu av7110/bootcode.bin -bnx2/bnx2-mips-06-4.6.16.fw -bnx2/bnx2-mips-06-5.0.0.j3.fw -bnx2/bnx2-mips-06-5.0.0.j6.fw -bnx2/bnx2-mips-06-6.0.15.fw -bnx2/bnx2-mips-06-6.2.1.fw -bnx2/bnx2-mips-06-6.2.3.fw -bnx2/bnx2-mips-09-4.6.17.fw -bnx2/bnx2-mips-09-5.0.0.j3.fw -bnx2/bnx2-mips-09-5.0.0.j9.fw -bnx2/bnx2-mips-09-5.0.0.j15.fw -bnx2/bnx2-mips-09-6.0.17.fw -bnx2/bnx2-mips-09-6.2.1.fw -bnx2/bnx2-mips-09-6.2.1a.fw -bnx2/bnx2-mips-09-6.2.1b.fw -bnx2/bnx2-rv2p-06-4.6.16.fw -bnx2/bnx2-rv2p-06-5.0.0.j3.fw -bnx2/bnx2-rv2p-06-6.0.15.fw -bnx2/bnx2-rv2p-09-4.6.15.fw -bnx2/bnx2-rv2p-09-5.0.0.j3.fw -bnx2/bnx2-rv2p-09-5.0.0.j10.fw -bnx2/bnx2-rv2p-09-6.0.17.fw -bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw -bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw bnx2/bnx2-rv2p-09ax-6.0.17.fw -bnx2x/bnx2x-e1-6.0.34.0.fw -bnx2x/bnx2x-e1h-6.0.34.0.fw -bnx2x/bnx2x-e2-6.0.34.0.fw -bnx2x/bnx2x-e1-6.2.5.0.fw -bnx2x/bnx2x-e1h-6.2.5.0.fw -bnx2x/bnx2x-e2-6.2.5.0.fw -bnx2x/bnx2x-e1-6.2.9.0.fw -bnx2x/bnx2x-e1h-6.2.9.0.fw -bnx2x/bnx2x-e2-6.2.9.0.fw -bnx2x/bnx2x-e2-7.0.20.0.fw -bnx2x/bnx2x-e1-7.0.20.0.fw -bnx2x/bnx2x-e1h-7.0.20.0.fw -bnx2x/bnx2x-e2-7.0.23.0.fw -bnx2x/bnx2x-e1-7.0.23.0.fw -bnx2x/bnx2x-e1h-7.0.23.0.fw -bnx2x/bnx2x-e2-7.0.29.0.fw -bnx2x/bnx2x-e1-7.0.29.0.fw -bnx2x/bnx2x-e1h-7.0.29.0.fw -bnx2x/bnx2x-e2-7.2.16.0.fw -bnx2x/bnx2x-e1-7.2.16.0.fw -bnx2x/bnx2x-e1h-7.2.16.0.fw -bnx2x/bnx2x-e2-7.2.51.0.fw -bnx2x/bnx2x-e1-7.2.51.0.fw -bnx2x/bnx2x-e1h-7.2.51.0.fw -bnx2x/bnx2x-e1-7.8.2.0.fw -bnx2x/bnx2x-e1h-7.8.2.0.fw -bnx2x/bnx2x-e2-7.8.2.0.fw -bnx2x/bnx2x-e1-7.8.17.0.fw -bnx2x/bnx2x-e1h-7.8.17.0.fw -bnx2x/bnx2x-e2-7.8.17.0.fw -bnx2x/bnx2x-e1-7.8.19.0.fw -bnx2x/bnx2x-e1h-7.8.19.0.fw -bnx2x/bnx2x-e2-7.8.19.0.fw -bnx2x/bnx2x-e1-7.10.51.0.fw -bnx2x/bnx2x-e1h-7.10.51.0.fw -bnx2x/bnx2x-e2-7.10.51.0.fw -bnx2x/bnx2x-e1-7.12.30.0.fw -bnx2x/bnx2x-e1h-7.12.30.0.fw -bnx2x/bnx2x-e2-7.12.30.0.fw -bnx2x/bnx2x-e1-7.13.1.0.fw -bnx2x/bnx2x-e1h-7.13.1.0.fw -bnx2x/bnx2x-e2-7.13.1.0.fw -bnx2x/bnx2x-e1-7.13.11.0.fw -bnx2x/bnx2x-e1h-7.13.11.0.fw -bnx2x/bnx2x-e2-7.13.11.0.fw -bnx2x/bnx2x-e1-7.13.15.0.fw -bnx2x/bnx2x-e1h-7.13.15.0.fw -bnx2x/bnx2x-e2-7.13.15.0.fw -bnx2x/bnx2x-e1-7.13.21.0.fw -bnx2x/bnx2x-e1h-7.13.21.0.fw +bnx2/bnx2-rv2p-09-6.0.17.fw +bnx2/bnx2-rv2p-06-6.0.15.fw +bnx2/bnx2-mips-09-6.2.1b.fw +bnx2/bnx2-mips-06-6.2.3.fw bnx2x/bnx2x-e2-7.13.21.0.fw -bnx2x-e1-4.8.53.0.fw -bnx2x-e1-5.2.13.0.fw -bnx2x-e1-5.2.7.0.fw -bnx2x-e1h-4.8.53.0.fw -bnx2x-e1h-5.2.13.0.fw -bnx2x-e1h-5.2.7.0.fw -brcm/BCM-0bb4-0306.hcd -brcm/bcm43xx-0.fw -brcm/bcm43xx_hdr-0.fw -brcm/bcm4329-fullmac-4.bin -brcm/brcmfmac43236b.bin -brcm/brcmfmac4329-sdio.bin -brcm/brcmfmac4330-sdio.bin -brcm/brcmfmac4334-sdio.bin -brcm/brcmfmac4335-sdio.bin -brcm/brcmfmac43241b0-sdio.bin -brcm/brcmfmac43241b4-sdio.bin -brcm/brcmfmac43241b5-sdio.bin -brcm/brcmfmac43242a.bin -brcm/brcmfmac43143.bin -brcm/brcmfmac43143-sdio.bin -brcm/brcmfmac43430a0-sdio.bin -brcm/brcmfmac4350c2-pcie.bin -brcm/brcmfmac4350-pcie.bin -brcm/brcmfmac43569.bin -brcm/brcmfmac4358-pcie.bin -brcm/brcmfmac43602-pcie.bin -brcm/brcmfmac43602-pcie.ap.bin -brcm/brcmfmac4366b-pcie.bin -brcm/brcmfmac4366c-pcie.bin -brcm/brcmfmac4371-pcie.bin -brcm/brcmfmac4373.bin -brcm/brcmfmac4330-sdio.Prowise-PT301.txt -brcm/brcmfmac43340-sdio.meegopad-t08.txt -brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt -brcm/brcmfmac43340-sdio.predia-basic.txt -brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt -brcm/brcmfmac43430a0-sdio.ilife-S806.txt -brcm/brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt -brcm/brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt -brcm/brcmfmac43430-sdio.AP6212.txt -brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt -brcm/brcmfmac43430-sdio.MUR1DX.txt -brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt -brcm/brcmfmac43455-sdio.acepc-t8.txt -brcm/brcmfmac43455-sdio.pine64,quartz64-b.txt -brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt -brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt -brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt -brcm/brcmfmac4356-pcie.gpd-win-pocket.txt -brcm/brcmfmac4356-sdio.AP6356S.txt -brcm/BCM-0a5c-6410.hcd -brcm/brcmfmac43012-sdio.bin -brcm/brcmfmac43012-sdio.clm_blob -brcm/brcmfmac43340-sdio.bin -brcm/brcmfmac43362-sdio.bin -brcm/brcmfmac4339-sdio.bin -brcm/brcmfmac43430-sdio.bin -brcm/brcmfmac43430-sdio.clm_blob -brcm/brcmfmac43455-sdio.bin -brcm/brcmfmac43455-sdio.clm_blob -brcm/brcmfmac4354-sdio.bin -brcm/brcmfmac4354-sdio.clm_blob -brcm/brcmfmac4356-pcie.bin -brcm/brcmfmac4356-pcie.clm_blob -brcm/brcmfmac4356-sdio.bin -brcm/brcmfmac4356-sdio.clm_blob -brcm/brcmfmac43570-pcie.bin -brcm/brcmfmac43570-pcie.clm_blob -brcm/brcmfmac4373-sdio.bin -brcm/brcmfmac4373-sdio.clm_blob -brcm/brcmfmac54591-pcie.bin -brcm/brcmfmac54591-pcie.clm_blob -brcm/brcmfmac43362-sdio.lemaker,bananapro.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-plus.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-zero.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m3.txt -brcm/brcmfmac43430-sdio.friendlyarm,nanopi-r1.txt -brcm/brcmfmac43430-sdio.starfive,visionfive-v1.txt -brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-a1.txt -brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-r0.txt -brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt -brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt -brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt -brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi Compute Module 4.txt -brcm/brcmfmac4356-sdio.firefly,firefly-rk3399.txt -brcm/brcmfmac4356-sdio.khadas,vim2.txt +bnx2x/bnx2x-e2-7.13.15.0.fw +bnx2x/bnx2x-e2-7.13.11.0.fw +bnx2x/bnx2x-e2-7.13.1.0.fw +bnx2x/bnx2x-e1h-7.13.21.0.fw +bnx2x/bnx2x-e1h-7.13.15.0.fw +bnx2x/bnx2x-e1h-7.13.11.0.fw +bnx2x/bnx2x-e1h-7.13.1.0.fw +bnx2x/bnx2x-e1-7.13.21.0.fw +bnx2x/bnx2x-e1-7.13.15.0.fw +bnx2x/bnx2x-e1-7.13.11.0.fw +bnx2x/bnx2x-e1-7.13.1.0.fw brcm/brcmfmac4356-sdio.vamrs,rock960.txt +brcm/brcmfmac4356-sdio.khadas,vim2.txt +brcm/brcmfmac4356-sdio.firefly,firefly-rk3399.txt +brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi Compute Module 4.txt +brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt +brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt +brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt +brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-r0.txt +brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-a1.txt +brcm/brcmfmac43430-sdio.starfive,visionfive-v1.txt +brcm/brcmfmac43430-sdio.friendlyarm,nanopi-r1.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m3.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-zero.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-plus.txt +brcm/brcmfmac43362-sdio.lemaker,bananapro.txt +brcm/brcmfmac54591-pcie.clm_blob +brcm/brcmfmac54591-pcie.bin +brcm/brcmfmac4373-sdio.clm_blob +brcm/brcmfmac4373-sdio.bin +brcm/brcmfmac43570-pcie.clm_blob +brcm/brcmfmac43570-pcie.bin +brcm/brcmfmac4356-sdio.clm_blob +brcm/brcmfmac4356-sdio.bin +brcm/brcmfmac4356-pcie.clm_blob +brcm/brcmfmac4356-pcie.bin +brcm/brcmfmac4354-sdio.clm_blob +brcm/brcmfmac4354-sdio.bin +brcm/brcmfmac43455-sdio.clm_blob +brcm/brcmfmac43455-sdio.bin +brcm/brcmfmac43430-sdio.clm_blob +brcm/brcmfmac43430-sdio.bin +brcm/brcmfmac4339-sdio.bin +brcm/brcmfmac43362-sdio.bin +brcm/brcmfmac43340-sdio.bin +brcm/brcmfmac43012-sdio.clm_blob +brcm/brcmfmac43012-sdio.bin +brcm/BCM-0a5c-6410.hcd +brcm/brcmfmac4356-sdio.AP6356S.txt +brcm/brcmfmac4356-pcie.gpd-win-pocket.txt +brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt +brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt +brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt +brcm/brcmfmac43455-sdio.acepc-t8.txt +brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt +brcm/brcmfmac43430-sdio.MUR1DX.txt +brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt +brcm/brcmfmac43430-sdio.AP6212.txt +brcm/brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt +brcm/brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt +brcm/brcmfmac43430a0-sdio.ilife-S806.txt +brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt +brcm/brcmfmac43340-sdio.predia-basic.txt +brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt +brcm/brcmfmac43340-sdio.meegopad-t08.txt +brcm/brcmfmac4330-sdio.Prowise-PT301.txt +brcm/brcmfmac4373.bin +brcm/brcmfmac4371-pcie.bin +brcm/brcmfmac4366c-pcie.bin +brcm/brcmfmac4366b-pcie.bin +brcm/brcmfmac43602-pcie.ap.bin +brcm/brcmfmac43602-pcie.bin +brcm/brcmfmac4358-pcie.bin +brcm/brcmfmac43569.bin +brcm/brcmfmac4350-pcie.bin +brcm/brcmfmac4350c2-pcie.bin +brcm/brcmfmac43430a0-sdio.bin +brcm/brcmfmac43143-sdio.bin +brcm/brcmfmac43143.bin +brcm/brcmfmac43242a.bin +brcm/brcmfmac43241b5-sdio.bin +brcm/brcmfmac43241b4-sdio.bin +brcm/brcmfmac43241b0-sdio.bin +brcm/brcmfmac4335-sdio.bin +brcm/brcmfmac4334-sdio.bin +brcm/brcmfmac4330-sdio.bin +brcm/brcmfmac4329-sdio.bin +brcm/brcmfmac43236b.bin +brcm/bcm4329-fullmac-4.bin +brcm/bcm43xx_hdr-0.fw +brcm/bcm43xx-0.fw +brcm/BCM-0bb4-0306.hcd cadence/mhdp8546.bin carl9170-1.fw -cavium/cnn55xx_ae.fw cavium/cnn55xx_se.fw -cbfw-3.2.1.1.bin -cbfw-3.2.3.0.bin +cavium/cnn55xx_ae.fw cbfw-3.2.5.1.bin -cis/LA-PCM.cis -cis/PCMLM28.cis -cis/DP83903.cis -cis/NE2K.cis -cis/tamarack.cis -cis/PE-200.cis -cis/PE520.cis -cis/3CXEM556.cis -cis/3CCFEM556.cis -cis/MT5634ZLX.cis -cis/RS-COM-2P.cis -cis/COMpad2.cis -cis/COMpad4.cis -cis/SW_555_SER.cis -cis/SW_7xx_SER.cis cis/SW_8xx_SER.cis +cis/SW_7xx_SER.cis +cis/SW_555_SER.cis +cis/COMpad4.cis +cis/COMpad2.cis +cis/RS-COM-2P.cis +cis/MT5634ZLX.cis +cis/3CCFEM556.cis +cis/3CXEM556.cis +cis/PE520.cis +cis/PE-200.cis +cis/tamarack.cis +cis/NE2K.cis +cis/DP83903.cis +cis/PCMLM28.cis +cis/LA-PCM.cis cmmb_vega_12mhz.inp cmmb_venice_12mhz.inp cnm/wave521c_j721s2_codec_fw.bin -ct2fw-3.2.1.1.bin -ct2fw-3.2.3.0.bin ct2fw-3.2.5.1.bin ctefx.bin -ctfw-3.2.1.1.bin -ctfw-3.2.3.0.bin ctfw-3.2.5.1.bin ctspeq.bin -cxgb3/t3b_psram-1.1.0.bin -cxgb3/t3c_psram-1.1.0.bin -cxgb3/t3fw-7.0.0.bin -cxgb3/t3fw-7.1.0.bin -cxgb3/t3fw-7.4.0.bin -cxgb3/t3fw-7.10.0.bin -cxgb3/t3fw-7.12.0.bin -cxgb3/ael2005_opt_edc.bin -cxgb3/ael2005_twx_edc.bin cxgb3/ael2020_twx_edc.bin -cxgb4/t4fw-1.14.4.0.bin -cxgb4/t4fw-1.15.37.0.bin -cxgb4/t4fw-1.26.6.0.bin -cxgb4/t5fw-1.14.4.0.bin -cxgb4/t5fw-1.15.37.0.bin -cxgb4/t5fw-1.26.6.0.bin -cxgb4/t6fw-1.26.6.0.bin -cxgb4/aq1202_fw.cld -cxgb4/bcm8483.bin -cxgb4/configs/t4-config-default.txt -cxgb4/configs/t5-config-default.txt -cxgb4/configs/t6-config-default.txt -cxgb4/configs/t5-config-hashfilter.txt -cxgb4/configs/t6-config-hashfilter.txt -cxgb4/t4fw.bin -cxgb4/t5fw.bin -cxgb4/t6fw.bin -cxgb4/t4-config.txt -cxgb4/t5-config.txt +cxgb3/ael2005_twx_edc.bin +cxgb3/ael2005_opt_edc.bin +cxgb3/t3fw-7.12.0.bin +cxgb3/t3fw-7.10.0.bin +cxgb3/t3fw-7.4.0.bin +cxgb3/t3fw-7.1.0.bin +cxgb3/t3fw-7.0.0.bin +cxgb3/t3c_psram-1.1.0.bin +cxgb3/t3b_psram-1.1.0.bin cxgb4/t6-config.txt -cypress/cyfmac43012-sdio.bin -cypress/cyfmac43012-sdio.clm_blob -cypress/cyfmac43340-sdio.bin -cypress/cyfmac43362-sdio.bin -cypress/cyfmac4339-sdio.bin -cypress/cyfmac43430-sdio.bin -cypress/cyfmac43430-sdio.clm_blob -cypress/cyfmac43455-sdio.bin -cypress/cyfmac43455-sdio.clm_blob -cypress/cyfmac4354-sdio.bin -cypress/cyfmac4354-sdio.clm_blob -cypress/cyfmac4356-pcie.bin -cypress/cyfmac4356-pcie.clm_blob -cypress/cyfmac4356-sdio.bin -cypress/cyfmac4356-sdio.clm_blob -cypress/cyfmac43570-pcie.bin -cypress/cyfmac43570-pcie.clm_blob -cypress/cyfmac4373-sdio.bin -cypress/cyfmac4373-sdio.clm_blob -cypress/cyfmac54591-pcie.bin +cxgb4/t5-config.txt +cxgb4/t4-config.txt +cxgb4/t6fw.bin +cxgb4/t5fw.bin +cxgb4/t4fw.bin +cxgb4/configs/t6-config-hashfilter.txt +cxgb4/configs/t5-config-hashfilter.txt +cxgb4/configs/t6-config-default.txt +cxgb4/configs/t5-config-default.txt +cxgb4/configs/t4-config-default.txt +cxgb4/bcm8483.bin +cxgb4/aq1202_fw.cld +cxgb4/t6fw-1.26.6.0.bin +cxgb4/t5fw-1.26.6.0.bin +cxgb4/t5fw-1.15.37.0.bin +cxgb4/t5fw-1.14.4.0.bin +cxgb4/t4fw-1.26.6.0.bin +cxgb4/t4fw-1.15.37.0.bin +cxgb4/t4fw-1.14.4.0.bin cypress/cyfmac54591-pcie.clm_blob -dabusb/firmware.fw +cypress/cyfmac54591-pcie.bin +cypress/cyfmac4373-sdio.clm_blob +cypress/cyfmac4373-sdio.bin +cypress/cyfmac43570-pcie.clm_blob +cypress/cyfmac43570-pcie.bin +cypress/cyfmac4356-sdio.clm_blob +cypress/cyfmac4356-sdio.bin +cypress/cyfmac4356-pcie.clm_blob +cypress/cyfmac4356-pcie.bin +cypress/cyfmac4354-sdio.clm_blob +cypress/cyfmac4354-sdio.bin +cypress/cyfmac43455-sdio.clm_blob +cypress/cyfmac43455-sdio.bin +cypress/cyfmac43430-sdio.clm_blob +cypress/cyfmac43430-sdio.bin +cypress/cyfmac4339-sdio.bin +cypress/cyfmac43362-sdio.bin +cypress/cyfmac43340-sdio.bin +cypress/cyfmac43012-sdio.clm_blob +cypress/cyfmac43012-sdio.bin dabusb/bitstream.bin -dpaa2/mc/mc_10.10.0_ls1088a.itb -dpaa2/mc/mc_10.10.0_ls2088a.itb -dpaa2/mc/mc_10.10.0_lx2160a.itb -dpaa2/mc/mc_10.14.3_ls1088a.itb -dpaa2/mc/mc_10.14.3_ls2088a.itb -dpaa2/mc/mc_10.14.3_lx2160a.itb -dpaa2/mc/mc_10.16.2_ls1088a.itb -dpaa2/mc/mc_10.16.2_ls2088a.itb -dpaa2/mc/mc_10.16.2_lx2160a.itb -dpaa2/mc/mc_10.18.0_ls1088a.itb -dpaa2/mc/mc_10.18.0_ls2088a.itb -dpaa2/mc/mc_10.18.0_lx2160a.itb -dpaa2/mc/mc_10.28.1_ls1088a.itb -dpaa2/mc/mc_10.28.1_ls2088a.itb +dabusb/firmware.fw dpaa2/mc/mc_10.28.1_lx2160a.itb +dpaa2/mc/mc_10.28.1_ls2088a.itb +dpaa2/mc/mc_10.28.1_ls1088a.itb +dpaa2/mc/mc_10.18.0_lx2160a.itb +dpaa2/mc/mc_10.18.0_ls2088a.itb +dpaa2/mc/mc_10.18.0_ls1088a.itb +dpaa2/mc/mc_10.16.2_lx2160a.itb +dpaa2/mc/mc_10.16.2_ls2088a.itb +dpaa2/mc/mc_10.16.2_ls1088a.itb +dpaa2/mc/mc_10.14.3_lx2160a.itb +dpaa2/mc/mc_10.14.3_ls2088a.itb +dpaa2/mc/mc_10.14.3_ls1088a.itb +dpaa2/mc/mc_10.10.0_lx2160a.itb +dpaa2/mc/mc_10.10.0_ls2088a.itb +dpaa2/mc/mc_10.10.0_ls1088a.itb dsp56k/bootstrap.bin dvb-fe-xc4000-1.4.1.fw dvb-fe-xc5000-1.6.114.fw @@ -975,253 +902,250 @@ dvb-usb-it9135-02.fw dvb-usb-terratec-h5-drxk.fw dvb_nova_12mhz.inp dvb_nova_12mhz_b0.inp -e100/d101m_ucode.bin -e100/d101s_ucode.bin e100/d102e_ucode.bin -emi26/bitstream.fw -emi26/firmware.fw +e100/d101s_ucode.bin +e100/d101m_ucode.bin emi26/loader.fw -ene-ub6250/sd_init1.bin -ene-ub6250/sd_init2.bin -ene-ub6250/sd_rdwr.bin -ene-ub6250/ms_init.bin -ene-ub6250/msp_rdwr.bin +emi26/firmware.fw +emi26/bitstream.fw ene-ub6250/ms_rdwr.bin +ene-ub6250/msp_rdwr.bin +ene-ub6250/ms_init.bin +ene-ub6250/sd_rdwr.bin +ene-ub6250/sd_init2.bin +ene-ub6250/sd_init1.bin f2255usb.bin -go7007/s2250-1.fw -go7007/s2250-2.fw -go7007/go7007fw.bin -go7007/go7007tv.bin -go7007/lr192.fw -go7007/px-m402u.fw -go7007/px-tv402u.fw go7007/wis-startrek.fw +go7007/px-tv402u.fw +go7007/px-m402u.fw +go7007/lr192.fw +go7007/go7007tv.bin +go7007/go7007fw.bin +go7007/s2250-2.fw +go7007/s2250-1.fw hfi1_dc8051.fw hfi1_fabric.fw hfi1_pcie.fw hfi1_sbus.fw htc_7010.fw htc_9271.fw -i2400m-fw-usb-1.4.sbcf -i2400m-fw-usb-1.5.sbcf -i6050-fw-usb-1.5.sbcf -i915/skl_dmc_ver1_23.bin -i915/skl_dmc_ver1_26.bin -i915/skl_dmc_ver1_27.bin -i915/bxt_dmc_ver1_07.bin -i915/kbl_dmc_ver1_01.bin -i915/kbl_dmc_ver1_04.bin -i915/skl_guc_ver1.bin -i915/skl_guc_ver4.bin -i915/skl_guc_ver6_1.bin -i915/skl_guc_ver9_33.bin -i915/skl_guc_32.0.3.bin -i915/skl_guc_33.0.0.bin -i915/skl_guc_49.0.1.bin -i915/skl_guc_62.0.0.bin -i915/skl_guc_69.0.3.bin -i915/skl_guc_70.1.1.bin -i915/skl_huc_ver01_07_1398.bin -i915/skl_huc_2.0.0.bin -i915/bxt_huc_ver01_07_1398.bin -i915/bxt_huc_ver01_8_2893.bin -i915/bxt_huc_2.0.0.bin -i915/kbl_huc_ver02_00_1810.bin -i915/kbl_huc_4.0.0.bin -i915/bxt_guc_ver8_7.bin -i915/bxt_guc_ver9_29.bin -i915/bxt_guc_32.0.3.bin -i915/bxt_guc_33.0.0.bin -i915/bxt_guc_49.0.1.bin -i915/bxt_guc_62.0.0.bin -i915/bxt_guc_69.0.3.bin -i915/bxt_guc_70.1.1.bin -i915/kbl_guc_ver9_14.bin -i915/cml_guc_33.0.0.bin -i915/cml_guc_49.0.1.bin -i915/cml_guc_62.0.0.bin -i915/cml_guc_69.0.3.bin -i915/cml_guc_70.1.1.bin -i915/kbl_guc_ver9_39.bin -i915/kbl_guc_32.0.3.bin -i915/kbl_guc_33.0.0.bin -i915/kbl_guc_49.0.1.bin -i915/kbl_guc_62.0.0.bin -i915/kbl_guc_69.0.3.bin -i915/kbl_guc_70.1.1.bin -i915/glk_guc_32.0.3.bin -i915/glk_guc_33.0.0.bin -i915/glk_guc_49.0.1.bin -i915/glk_guc_62.0.0.bin -i915/glk_guc_69.0.3.bin -i915/glk_guc_70.1.1.bin -i915/glk_huc_ver03_01_2893.bin -i915/glk_huc_4.0.0.bin -i915/glk_dmc_ver1_04.bin -i915/cml_huc_4.0.0.bin -i915/cnl_dmc_ver1_06.bin -i915/cnl_dmc_ver1_07.bin -i915/icl_dmc_ver1_07.bin -i915/icl_dmc_ver1_09.bin -i915/icl_guc_32.0.3.bin -i915/icl_guc_33.0.0.bin -i915/icl_guc_49.0.1.bin -i915/icl_guc_62.0.0.bin -i915/icl_guc_69.0.3.bin -i915/icl_guc_70.1.1.bin -i915/icl_huc_ver8_4_3238.bin -i915/tgl_dmc_ver2_04.bin -i915/tgl_dmc_ver2_06.bin -i915/tgl_dmc_ver2_08.bin -i915/tgl_dmc_ver2_12.bin -i915/icl_huc_9.0.0.bin -i915/ehl_guc_33.0.4.bin -i915/ehl_guc_49.0.1.bin -i915/ehl_guc_62.0.0.bin -i915/ehl_guc_69.0.3.bin -i915/ehl_guc_70.1.1.bin -i915/ehl_huc_9.0.0.bin -i915/tgl_guc_35.2.0.bin -i915/tgl_guc_49.0.1.bin -i915/tgl_guc_62.0.0.bin -i915/tgl_guc_69.0.3.bin -i915/tgl_guc_70.1.1.bin -i915/tgl_huc_7.0.3.bin -i915/tgl_huc_7.0.12.bin -i915/tgl_huc_7.5.0.bin -i915/tgl_huc_7.9.3.bin -i915/rkl_dmc_ver2_02.bin -i915/rkl_dmc_ver2_03.bin -i915/dg1_dmc_ver2_02.bin -i915/dg1_guc_49.0.1.bin -i915/dg1_guc_62.0.0.bin -i915/dg1_guc_69.0.3.bin -i915/dg1_guc_70.1.1.bin -i915/dg1_huc_7.7.1.bin -i915/dg1_huc_7.9.3.bin -i915/adls_dmc_ver2_01.bin -i915/adlp_dmc_ver2_09.bin -i915/adlp_dmc_ver2_10.bin -i915/adlp_dmc_ver2_12.bin -i915/adlp_dmc_ver2_14.bin -i915/adlp_dmc_ver2_16.bin -i915/adlp_guc_62.0.3.bin -i915/adlp_guc_69.0.3.bin -i915/adlp_guc_70.1.1.bin -i915/dg2_guc_70.1.2.bin -i915/dg2_dmc_ver2_06.bin -i915/skl_dmc_ver1.bin -i915/bxt_dmc_ver1.bin -i915/kbl_dmc_ver1.bin i915/skl_guc_ver6.bin -imx/sdma/sdma-imx6q.bin +i915/kbl_dmc_ver1.bin +i915/bxt_dmc_ver1.bin +i915/skl_dmc_ver1.bin +i915/dg2_dmc_ver2_06.bin +i915/dg2_guc_70.1.2.bin +i915/adlp_guc_70.1.1.bin +i915/adlp_guc_69.0.3.bin +i915/adlp_guc_62.0.3.bin +i915/adlp_dmc_ver2_16.bin +i915/adlp_dmc_ver2_14.bin +i915/adlp_dmc_ver2_12.bin +i915/adlp_dmc_ver2_10.bin +i915/adlp_dmc_ver2_09.bin +i915/adls_dmc_ver2_01.bin +i915/dg1_huc_7.9.3.bin +i915/dg1_huc_7.7.1.bin +i915/dg1_guc_70.1.1.bin +i915/dg1_guc_69.0.3.bin +i915/dg1_guc_62.0.0.bin +i915/dg1_guc_49.0.1.bin +i915/dg1_dmc_ver2_02.bin +i915/rkl_dmc_ver2_03.bin +i915/rkl_dmc_ver2_02.bin +i915/tgl_huc_7.9.3.bin +i915/tgl_huc_7.5.0.bin +i915/tgl_huc_7.0.12.bin +i915/tgl_huc_7.0.3.bin +i915/tgl_guc_70.1.1.bin +i915/tgl_guc_69.0.3.bin +i915/tgl_guc_62.0.0.bin +i915/tgl_guc_49.0.1.bin +i915/tgl_guc_35.2.0.bin +i915/ehl_huc_9.0.0.bin +i915/ehl_guc_70.1.1.bin +i915/ehl_guc_69.0.3.bin +i915/ehl_guc_62.0.0.bin +i915/ehl_guc_49.0.1.bin +i915/ehl_guc_33.0.4.bin +i915/icl_huc_9.0.0.bin +i915/tgl_dmc_ver2_12.bin +i915/tgl_dmc_ver2_08.bin +i915/tgl_dmc_ver2_06.bin +i915/tgl_dmc_ver2_04.bin +i915/icl_huc_ver8_4_3238.bin +i915/icl_guc_70.1.1.bin +i915/icl_guc_69.0.3.bin +i915/icl_guc_62.0.0.bin +i915/icl_guc_49.0.1.bin +i915/icl_guc_33.0.0.bin +i915/icl_guc_32.0.3.bin +i915/icl_dmc_ver1_09.bin +i915/icl_dmc_ver1_07.bin +i915/cnl_dmc_ver1_07.bin +i915/cnl_dmc_ver1_06.bin +i915/cml_huc_4.0.0.bin +i915/glk_dmc_ver1_04.bin +i915/glk_huc_4.0.0.bin +i915/glk_huc_ver03_01_2893.bin +i915/glk_guc_70.1.1.bin +i915/glk_guc_69.0.3.bin +i915/glk_guc_62.0.0.bin +i915/glk_guc_49.0.1.bin +i915/glk_guc_33.0.0.bin +i915/glk_guc_32.0.3.bin +i915/kbl_guc_70.1.1.bin +i915/kbl_guc_69.0.3.bin +i915/kbl_guc_62.0.0.bin +i915/kbl_guc_49.0.1.bin +i915/kbl_guc_33.0.0.bin +i915/kbl_guc_32.0.3.bin +i915/kbl_guc_ver9_39.bin +i915/cml_guc_70.1.1.bin +i915/cml_guc_69.0.3.bin +i915/cml_guc_62.0.0.bin +i915/cml_guc_49.0.1.bin +i915/cml_guc_33.0.0.bin +i915/kbl_guc_ver9_14.bin +i915/bxt_guc_70.1.1.bin +i915/bxt_guc_69.0.3.bin +i915/bxt_guc_62.0.0.bin +i915/bxt_guc_49.0.1.bin +i915/bxt_guc_33.0.0.bin +i915/bxt_guc_32.0.3.bin +i915/bxt_guc_ver9_29.bin +i915/bxt_guc_ver8_7.bin +i915/kbl_huc_4.0.0.bin +i915/kbl_huc_ver02_00_1810.bin +i915/bxt_huc_2.0.0.bin +i915/bxt_huc_ver01_8_2893.bin +i915/bxt_huc_ver01_07_1398.bin +i915/skl_huc_2.0.0.bin +i915/skl_huc_ver01_07_1398.bin +i915/skl_guc_70.1.1.bin +i915/skl_guc_69.0.3.bin +i915/skl_guc_62.0.0.bin +i915/skl_guc_49.0.1.bin +i915/skl_guc_33.0.0.bin +i915/skl_guc_32.0.3.bin +i915/skl_guc_ver9_33.bin +i915/skl_guc_ver6_1.bin +i915/skl_guc_ver4.bin +i915/skl_guc_ver1.bin +i915/kbl_dmc_ver1_04.bin +i915/kbl_dmc_ver1_01.bin +i915/bxt_dmc_ver1_07.bin +i915/skl_dmc_ver1_27.bin +i915/skl_dmc_ver1_26.bin +i915/skl_dmc_ver1_23.bin imx/sdma/sdma-imx7d.bin -inside-secure/eip197_minifw/ipue.bin +imx/sdma/sdma-imx6q.bin inside-secure/eip197_minifw/ifpp.bin -intel/irci_irci_ecr-master_20161208_0213_20170112_1500.bin -intel/ibt-hw-37.7.bseq -intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq -intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq -intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq -intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq -intel/ibt-hw-37.8.bseq -intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq -intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq -intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq -intel/ibt-11-5.ddc -intel/ibt-11-5.sfi -intel/ibt-12-16.ddc -intel/ibt-12-16.sfi -intel/ibt-17-16-1.sfi -intel/ibt-17-16-1.ddc -intel/ibt-17-2.sfi -intel/ibt-17-2.ddc -intel/ibt-17-0-1.sfi -intel/ibt-17-0-1.ddc -intel/ibt-17-1.sfi -intel/ibt-17-1.ddc -intel/ibt-18-16-1.sfi -intel/ibt-18-16-1.ddc -intel/ibt-18-2.sfi -intel/ibt-18-2.ddc -intel/ibt-18-0-1.sfi -intel/ibt-18-0-1.ddc -intel/ibt-18-1.sfi -intel/ibt-18-1.ddc -intel/ibt-20-0-3.sfi -intel/ibt-20-0-3.ddc -intel/ibt-20-1-3.sfi -intel/ibt-20-1-3.ddc -intel/ibt-20-1-4.sfi -intel/ibt-20-1-4.ddc -intel/ibt-19-0-0.sfi -intel/ibt-19-0-0.ddc -intel/ibt-19-0-1.sfi -intel/ibt-19-0-1.ddc -intel/ibt-19-0-4.sfi -intel/ibt-19-0-4.ddc -intel/ibt-19-16-4.sfi -intel/ibt-19-16-4.ddc -intel/ibt-19-32-1.sfi -intel/ibt-19-32-1.ddc -intel/ibt-19-32-0.sfi -intel/ibt-19-32-0.ddc -intel/ibt-19-32-4.sfi -intel/ibt-19-32-4.ddc -intel/ibt-19-240-1.sfi -intel/ibt-19-240-1.ddc -intel/ibt-19-240-4.sfi -intel/ibt-19-240-4.ddc -intel/ibt-0041-0041.sfi -intel/ibt-0041-0041.ddc -intel/ibt-0040-0041.sfi -intel/ibt-0040-0041.ddc -intel/ibt-1040-0041.sfi -intel/ibt-1040-0041.ddc -intel/ibt-0040-1020.sfi -intel/ibt-0040-1020.ddc -intel/ibt-1040-1020.sfi -intel/ibt-1040-1020.ddc -intel/ibt-0040-2120.sfi -intel/ibt-0040-2120.ddc -intel/ibt-1040-2120.sfi -intel/ibt-1040-2120.ddc -intel/ibt-0040-4150.sfi -intel/ibt-0040-4150.ddc -intel/ibt-1040-4150.sfi -intel/ibt-1040-4150.ddc -intel/fw_sst_0f28.bin-48kHz_i2s_master -intel/IntcSST2.bin -intel/fw_sst_0f28.bin -intel/fw_sst_0f28_ssp0.bin -intel/fw_sst_22a8.bin -intel/dsp_fw_release_v969.bin -intel/dsp_fw_release_v3402.bin -intel/dsp_fw_bxtn_v2219.bin -intel/dsp_fw_bxtn_v3366.bin -intel/dsp_fw_kbl_v701.bin -intel/dsp_fw_kbl_v1037.bin -intel/dsp_fw_kbl_v2042.bin -intel/dsp_fw_kbl_v2630.bin -intel/dsp_fw_kbl_v3266.bin -intel/dsp_fw_kbl_v3420.bin -intel/dsp_fw_kbl_v3402.bin -intel/dsp_fw_glk_v1814.bin -intel/dsp_fw_glk_v2880.bin -intel/dsp_fw_glk_v2768.bin -intel/dsp_fw_glk_v3366.bin -intel/dsp_fw_cnl_v1191.bin -intel/dsp_fw_cnl_v1858.bin -intel/ice/ddp/ice-1.3.28.0.pkg -intel/ice/ddp/ice.pkg -intel/ice/ddp-comms/ice_comms-1.3.31.0.pkg -intel/ice/ddp-wireless_edge/ice_wireless_edge-1.3.7.0.pkg -intel/ipu3-fw.bin -intel/dsp_fw_release.bin -intel/dsp_fw_bxtn.bin -intel/dsp_fw_kbl.bin -intel/dsp_fw_glk.bin +inside-secure/eip197_minifw/ipue.bin intel/dsp_fw_cnl.bin +intel/dsp_fw_glk.bin +intel/dsp_fw_kbl.bin +intel/dsp_fw_bxtn.bin +intel/dsp_fw_release.bin +intel/ipu3-fw.bin +intel/ice/ddp-wireless_edge/ice_wireless_edge-1.3.7.0.pkg +intel/ice/ddp-comms/ice_comms-1.3.31.0.pkg +intel/ice/ddp/ice.pkg +intel/ice/ddp/ice-1.3.28.0.pkg +intel/dsp_fw_cnl_v1858.bin +intel/dsp_fw_cnl_v1191.bin +intel/dsp_fw_glk_v3366.bin +intel/dsp_fw_glk_v2768.bin +intel/dsp_fw_glk_v2880.bin +intel/dsp_fw_glk_v1814.bin +intel/dsp_fw_kbl_v3402.bin +intel/dsp_fw_kbl_v3420.bin +intel/dsp_fw_kbl_v3266.bin +intel/dsp_fw_kbl_v2630.bin +intel/dsp_fw_kbl_v2042.bin +intel/dsp_fw_kbl_v1037.bin +intel/dsp_fw_kbl_v701.bin +intel/dsp_fw_bxtn_v3366.bin +intel/dsp_fw_bxtn_v2219.bin +intel/dsp_fw_release_v3402.bin +intel/dsp_fw_release_v969.bin +intel/fw_sst_22a8.bin +intel/fw_sst_0f28_ssp0.bin +intel/fw_sst_0f28.bin +intel/IntcSST2.bin +intel/fw_sst_0f28.bin-48kHz_i2s_master +intel/ibt-1040-4150.ddc +intel/ibt-1040-4150.sfi +intel/ibt-0040-4150.ddc +intel/ibt-0040-4150.sfi +intel/ibt-1040-2120.ddc +intel/ibt-1040-2120.sfi +intel/ibt-0040-2120.ddc +intel/ibt-0040-2120.sfi +intel/ibt-1040-1020.ddc +intel/ibt-1040-1020.sfi +intel/ibt-0040-1020.ddc +intel/ibt-0040-1020.sfi +intel/ibt-1040-0041.ddc +intel/ibt-1040-0041.sfi +intel/ibt-0040-0041.ddc +intel/ibt-0040-0041.sfi +intel/ibt-0041-0041.ddc +intel/ibt-0041-0041.sfi +intel/ibt-19-240-4.ddc +intel/ibt-19-240-4.sfi +intel/ibt-19-240-1.ddc +intel/ibt-19-240-1.sfi +intel/ibt-19-32-4.ddc +intel/ibt-19-32-4.sfi +intel/ibt-19-32-0.ddc +intel/ibt-19-32-0.sfi +intel/ibt-19-32-1.ddc +intel/ibt-19-32-1.sfi +intel/ibt-19-16-4.ddc +intel/ibt-19-16-4.sfi +intel/ibt-19-0-4.ddc +intel/ibt-19-0-4.sfi +intel/ibt-19-0-1.ddc +intel/ibt-19-0-1.sfi +intel/ibt-19-0-0.ddc +intel/ibt-19-0-0.sfi +intel/ibt-20-1-4.ddc +intel/ibt-20-1-4.sfi +intel/ibt-20-1-3.ddc +intel/ibt-20-1-3.sfi +intel/ibt-20-0-3.ddc +intel/ibt-20-0-3.sfi +intel/ibt-18-1.ddc +intel/ibt-18-1.sfi +intel/ibt-18-0-1.ddc +intel/ibt-18-0-1.sfi +intel/ibt-18-2.ddc +intel/ibt-18-2.sfi +intel/ibt-18-16-1.ddc +intel/ibt-18-16-1.sfi +intel/ibt-17-1.ddc +intel/ibt-17-1.sfi +intel/ibt-17-0-1.ddc +intel/ibt-17-0-1.sfi +intel/ibt-17-2.ddc +intel/ibt-17-2.sfi +intel/ibt-17-16-1.ddc +intel/ibt-17-16-1.sfi +intel/ibt-12-16.sfi +intel/ibt-12-16.ddc +intel/ibt-11-5.sfi +intel/ibt-11-5.ddc +intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq +intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq +intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq +intel/ibt-hw-37.8.bseq +intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq +intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq +intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq +intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq +intel/ibt-hw-37.7.bseq +intel/irci_irci_ecr-master_20161208_0213_20170112_1500.bin isci/isci_firmware.bin isdbt_nova_12mhz.inp isdbt_nova_12mhz_b0.inp @@ -1385,223 +1309,224 @@ iwlwifi-ty-a0-gf-a0-68.ucode iwlwifi-ty-a0-gf-a0-71.ucode iwlwifi-ty-a0-gf-a0-73.ucode iwlwifi-ty-a0-gf-a0.pnvm -kaweth/new_code.bin -kaweth/new_code_fix.bin -kaweth/trigger_code.bin kaweth/trigger_code_fix.bin -keyspan/mpr.fw -keyspan/usa18x.fw -keyspan/usa19.fw -keyspan/usa19qi.fw -keyspan/usa19qw.fw -keyspan/usa19w.fw -keyspan/usa28.fw -keyspan/usa28xa.fw -keyspan/usa28xb.fw -keyspan/usa28x.fw -keyspan/usa49w.fw +kaweth/trigger_code.bin +kaweth/new_code_fix.bin +kaweth/new_code.bin keyspan/usa49wlc.fw -keyspan_pda/keyspan_pda.fw +keyspan/usa49w.fw +keyspan/usa28x.fw +keyspan/usa28xb.fw +keyspan/usa28xa.fw +keyspan/usa28.fw +keyspan/usa19w.fw +keyspan/usa19qw.fw +keyspan/usa19qi.fw +keyspan/usa19.fw +keyspan/usa18x.fw +keyspan/mpr.fw keyspan_pda/xircom_pgs.fw +keyspan_pda/keyspan_pda.fw lbtf_usb.bin -libertas/cf8381.bin -libertas/cf8381_helper.bin -libertas/cf8385.bin -libertas/cf8385_helper.bin -libertas/gspi8682.bin -libertas/gspi8682_helper.bin -libertas/gspi8686_v9.bin -libertas/gspi8686_v9_helper.bin -libertas/gspi8688.bin -libertas/gspi8688_helper.bin -libertas/sd8385.bin -libertas/sd8385_helper.bin -libertas/sd8682.bin -libertas/sd8682_helper.bin -libertas/sd8686_v8.bin -libertas/sd8686_v8_helper.bin -libertas/sd8686_v9.bin -libertas/sd8686_v9_helper.bin -libertas/usb8388_v5.bin -libertas/usb8388_v9.bin -libertas/usb8682.bin -libertas/lbtf_sdio.bin -libertas/usb8388_olpc.bin -libertas/sd8688.bin libertas/sd8688_helper.bin -liquidio/lio_23xx_nic.bin -liquidio/lio_23xx_vsw.bin -liquidio/lio_210nv_nic.bin -liquidio/lio_210sv_nic.bin +libertas/sd8688.bin +libertas/usb8388_olpc.bin +libertas/lbtf_sdio.bin +libertas/usb8682.bin +libertas/usb8388_v9.bin +libertas/usb8388_v5.bin +libertas/sd8686_v9_helper.bin +libertas/sd8686_v9.bin +libertas/sd8686_v8_helper.bin +libertas/sd8686_v8.bin +libertas/sd8682_helper.bin +libertas/sd8682.bin +libertas/sd8385_helper.bin +libertas/sd8385.bin +libertas/gspi8688_helper.bin +libertas/gspi8688.bin +libertas/gspi8686_v9_helper.bin +libertas/gspi8686_v9.bin +libertas/gspi8682_helper.bin +libertas/gspi8682.bin +libertas/cf8385_helper.bin +libertas/cf8385.bin +libertas/cf8381_helper.bin +libertas/cf8381.bin liquidio/lio_410nv_nic.bin +liquidio/lio_210sv_nic.bin +liquidio/lio_210nv_nic.bin +liquidio/lio_23xx_vsw.bin +liquidio/lio_23xx_nic.bin lt9611uxc_fw.bin -matrox/g200_warp.fw matrox/g400_warp.fw -mediatek/mt8173/vpu_d.bin -mediatek/mt8173/vpu_p.bin -mediatek/mt8183/scp.img -mediatek/mt8192/scp.img -mediatek/mt8195/scp.img -mediatek/mt7622pr2h.bin -mediatek/mt7668pr2h.bin -mediatek/mt7663pr2h.bin -mediatek/mt7610u.bin -mediatek/mt7610e.bin -mediatek/mt7650e.bin -mediatek/mt7662u.bin -mediatek/mt7662u_rom_patch.bin -mediatek/mt7615_n9.bin -mediatek/mt7615_cr4.bin -mediatek/mt7615_rom_patch.bin -mediatek/mt7622_n9.bin -mediatek/mt7622_rom_patch.bin -mediatek/mt7663_n9_v3.bin -mediatek/mt7663pr2h_rebb.bin -mediatek/mt7663_n9_rebb.bin -mediatek/mt7915_wm.bin -mediatek/mt7915_wa.bin -mediatek/mt7915_rom_patch.bin -mediatek/mt7915_eeprom.bin -mediatek/mt7915_eeprom_dbdc.bin -mediatek/mt7916_wm.bin -mediatek/mt7916_wa.bin -mediatek/mt7916_rom_patch.bin -mediatek/mt7916_eeprom.bin -mediatek/mt7986_wm.bin -mediatek/mt7986_wm_mt7975.bin -mediatek/mt7986_wa.bin -mediatek/mt7986_rom_patch.bin -mediatek/mt7986_rom_patch_mt7975.bin -mediatek/mt7986_eeprom_mt7976.bin -mediatek/mt7986_eeprom_mt7976_dbdc.bin -mediatek/mt7986_eeprom_mt7976_dual.bin -mediatek/mt7986_eeprom_mt7975_dual.bin -mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin -mediatek/WIFI_RAM_CODE_MT7961_1.bin -mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin -mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin -mediatek/WIFI_RAM_CODE_MT7922_1.bin +matrox/g200_warp.fw mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin -mellanox/mlxsw_spectrum-13.1420.122.mfa2 -mellanox/mlxsw_spectrum-13.1530.152.mfa2 -mellanox/mlxsw_spectrum-13.1620.192.mfa2 -mellanox/mlxsw_spectrum-13.1702.6.mfa2 -mellanox/mlxsw_spectrum-13.1703.4.mfa2 -mellanox/mlxsw_spectrum-13.1910.622.mfa2 -mellanox/mlxsw_spectrum-13.2000.1122.mfa2 -mellanox/mlxsw_spectrum-13.2000.1886.mfa2 -mellanox/mlxsw_spectrum-13.2000.2308.mfa2 -mellanox/mlxsw_spectrum2-29.2000.2308.mfa2 -mellanox/mlxsw_spectrum-13.2000.2714.mfa2 -mellanox/mlxsw_spectrum2-29.2000.2714.mfa2 -mellanox/mlxsw_spectrum-13.2007.1168.mfa2 -mellanox/mlxsw_spectrum2-29.2007.1168.mfa2 -mellanox/mlxsw_spectrum3-30.2007.1168.mfa2 -mellanox/mlxsw_spectrum-13.2008.1036.mfa2 -mellanox/mlxsw_spectrum2-29.2008.1036.mfa2 -mellanox/mlxsw_spectrum3-30.2008.1036.mfa2 -mellanox/mlxsw_spectrum-13.2008.1310.mfa2 -mellanox/mlxsw_spectrum2-29.2008.1310.mfa2 -mellanox/mlxsw_spectrum3-30.2008.1310.mfa2 -mellanox/mlxsw_spectrum-13.2008.1312.mfa2 -mellanox/mlxsw_spectrum2-29.2008.1312.mfa2 -mellanox/mlxsw_spectrum3-30.2008.1312.mfa2 -mellanox/mlxsw_spectrum-13.2008.2018.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2018.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2018.mfa2 -mellanox/mlxsw_spectrum-13.2008.2304.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2304.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2304.mfa2 -mellanox/mlxsw_spectrum-13.2008.2406.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2406.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2406.mfa2 -mellanox/mlxsw_spectrum-13.2008.2438.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2438.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2438.mfa2 -mellanox/mlxsw_spectrum-13.2008.2946.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2946.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2946.mfa2 -mellanox/mlxsw_spectrum-13.2008.3326.mfa2 -mellanox/mlxsw_spectrum2-29.2008.3326.mfa2 -mellanox/mlxsw_spectrum3-30.2008.3326.mfa2 -mellanox/mlxsw_spectrum-13.2010.1006.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 -mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 -mellanox/lc_ini_bundle_2010_1006.bin -mellanox/mlxsw_spectrum-13.2010.1232.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1232.mfa2 -mellanox/mlxsw_spectrum3-30.2010.1232.mfa2 -mellanox/mlxsw_spectrum-13.2010.1406.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1406.mfa2 -mellanox/mlxsw_spectrum3-30.2010.1406.mfa2 -mellanox/mlxsw_spectrum-13.2010.1502.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1502.mfa2 -mellanox/mlxsw_spectrum3-30.2010.1502.mfa2 +mediatek/WIFI_RAM_CODE_MT7922_1.bin +mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin +mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin +mediatek/WIFI_RAM_CODE_MT7961_1.bin +mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin +mediatek/mt7986_eeprom_mt7975_dual.bin +mediatek/mt7986_eeprom_mt7976_dual.bin +mediatek/mt7986_eeprom_mt7976_dbdc.bin +mediatek/mt7986_eeprom_mt7976.bin +mediatek/mt7986_rom_patch_mt7975.bin +mediatek/mt7986_rom_patch.bin +mediatek/mt7986_wa.bin +mediatek/mt7986_wm_mt7975.bin +mediatek/mt7986_wm.bin +mediatek/mt7916_eeprom.bin +mediatek/mt7916_rom_patch.bin +mediatek/mt7916_wa.bin +mediatek/mt7916_wm.bin +mediatek/mt7915_eeprom_dbdc.bin +mediatek/mt7915_eeprom.bin +mediatek/mt7915_rom_patch.bin +mediatek/mt7915_wa.bin +mediatek/mt7915_wm.bin +mediatek/mt7663_n9_rebb.bin +mediatek/mt7663pr2h_rebb.bin +mediatek/mt7663_n9_v3.bin +mediatek/mt7622_rom_patch.bin +mediatek/mt7622_n9.bin +mediatek/mt7615_rom_patch.bin +mediatek/mt7615_cr4.bin +mediatek/mt7615_n9.bin +mediatek/mt7662u_rom_patch.bin +mediatek/mt7662u.bin +mediatek/mt7650e.bin +mediatek/mt7610e.bin +mediatek/mt7610u.bin +mediatek/mt7663pr2h.bin +mediatek/mt7668pr2h.bin +mediatek/mt7622pr2h.bin +mediatek/mt8195/scp.img +mediatek/mt8192/scp.img +mediatek/mt8186/scp.img +mediatek/mt8183/scp.img +mediatek/mt8173/vpu_p.bin +mediatek/mt8173/vpu_d.bin mellanox/lc_ini_bundle_2010_1502.bin -meson/vdec/g12a_h264.bin -meson/vdec/g12a_hevc_mmu.bin -meson/vdec/g12a_vp9.bin -meson/vdec/gxbb_h264.bin -meson/vdec/gxl_h263.bin -meson/vdec/gxl_h264.bin -meson/vdec/gxl_hevc.bin -meson/vdec/gxl_hevc_mmu.bin -meson/vdec/gxl_mjpeg.bin -meson/vdec/gxl_mpeg12.bin -meson/vdec/gxl_mpeg4_5.bin -meson/vdec/gxl_vp9.bin -meson/vdec/gxm_h264.bin -meson/vdec/sm1_hevc_mmu.bin +mellanox/mlxsw_spectrum3-30.2010.1502.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1502.mfa2 +mellanox/mlxsw_spectrum-13.2010.1502.mfa2 +mellanox/mlxsw_spectrum3-30.2010.1406.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1406.mfa2 +mellanox/mlxsw_spectrum-13.2010.1406.mfa2 +mellanox/mlxsw_spectrum3-30.2010.1232.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1232.mfa2 +mellanox/mlxsw_spectrum-13.2010.1232.mfa2 +mellanox/lc_ini_bundle_2010_1006.bin +mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 +mellanox/mlxsw_spectrum-13.2010.1006.mfa2 +mellanox/mlxsw_spectrum3-30.2008.3326.mfa2 +mellanox/mlxsw_spectrum2-29.2008.3326.mfa2 +mellanox/mlxsw_spectrum-13.2008.3326.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2946.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2946.mfa2 +mellanox/mlxsw_spectrum-13.2008.2946.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2438.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2438.mfa2 +mellanox/mlxsw_spectrum-13.2008.2438.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2406.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2406.mfa2 +mellanox/mlxsw_spectrum-13.2008.2406.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2304.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2304.mfa2 +mellanox/mlxsw_spectrum-13.2008.2304.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2018.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2018.mfa2 +mellanox/mlxsw_spectrum-13.2008.2018.mfa2 +mellanox/mlxsw_spectrum3-30.2008.1312.mfa2 +mellanox/mlxsw_spectrum2-29.2008.1312.mfa2 +mellanox/mlxsw_spectrum-13.2008.1312.mfa2 +mellanox/mlxsw_spectrum3-30.2008.1310.mfa2 +mellanox/mlxsw_spectrum2-29.2008.1310.mfa2 +mellanox/mlxsw_spectrum-13.2008.1310.mfa2 +mellanox/mlxsw_spectrum3-30.2008.1036.mfa2 +mellanox/mlxsw_spectrum2-29.2008.1036.mfa2 +mellanox/mlxsw_spectrum-13.2008.1036.mfa2 +mellanox/mlxsw_spectrum3-30.2007.1168.mfa2 +mellanox/mlxsw_spectrum2-29.2007.1168.mfa2 +mellanox/mlxsw_spectrum-13.2007.1168.mfa2 +mellanox/mlxsw_spectrum2-29.2000.2714.mfa2 +mellanox/mlxsw_spectrum-13.2000.2714.mfa2 +mellanox/mlxsw_spectrum2-29.2000.2308.mfa2 +mellanox/mlxsw_spectrum-13.2000.2308.mfa2 +mellanox/mlxsw_spectrum-13.2000.1886.mfa2 +mellanox/mlxsw_spectrum-13.2000.1122.mfa2 +mellanox/mlxsw_spectrum-13.1910.622.mfa2 +mellanox/mlxsw_spectrum-13.1703.4.mfa2 +mellanox/mlxsw_spectrum-13.1702.6.mfa2 +mellanox/mlxsw_spectrum-13.1620.192.mfa2 +mellanox/mlxsw_spectrum-13.1530.152.mfa2 +mellanox/mlxsw_spectrum-13.1420.122.mfa2 meson/vdec/sm1_vp9_mmu.bin -microchip/mscc_vsc8574_revb_int8051_29e8.bin +meson/vdec/sm1_hevc_mmu.bin +meson/vdec/gxm_h264.bin +meson/vdec/gxl_vp9.bin +meson/vdec/gxl_mpeg4_5.bin +meson/vdec/gxl_mpeg12.bin +meson/vdec/gxl_mjpeg.bin +meson/vdec/gxl_hevc_mmu.bin +meson/vdec/gxl_hevc.bin +meson/vdec/gxl_h264.bin +meson/vdec/gxl_h263.bin +meson/vdec/gxbb_h264.bin +meson/vdec/g12a_vp9.bin +meson/vdec/g12a_hevc_mmu.bin +meson/vdec/g12a_h264.bin microchip/mscc_vsc8584_revb_int8051_fb48.bin -moxa/moxa-1110.fw -moxa/moxa-1130.fw -moxa/moxa-1131.fw -moxa/moxa-1150.fw -moxa/moxa-1151.fw -moxa/moxa-1250.fw -moxa/moxa-1251.fw -moxa/moxa-1410.fw -moxa/moxa-1450.fw -moxa/moxa-1451.fw -moxa/moxa-1613.fw -moxa/moxa-1618.fw -moxa/moxa-1653.fw +microchip/mscc_vsc8574_revb_int8051_29e8.bin moxa/moxa-1658.fw -mrvl/sd8688.bin -mrvl/sd8688_helper.bin -mrvl/sd8787_uapsta.bin -mrvl/usb8766_uapsta.bin -mrvl/sd8797_uapsta.bin -mrvl/usb8797_uapsta.bin -mrvl/sd8897_uapsta.bin -mrvl/usb8897_uapsta.bin -mrvl/pcie8897_uapsta.bin -mrvl/sd8887_uapsta.bin -mrvl/sd8801_uapsta.bin -mrvl/usb8801_uapsta.bin -mrvl/pcieuart8997_combo_v4.bin -mrvl/pcieusb8997_combo_v4.bin -mrvl/pcie8997_wlan_v4.bin -mrvl/usbusb8997_combo_v4.bin -mrvl/sdsd8997_combo_v4.bin -mrvl/sdsd8977_combo_v2.bin -mrvl/prestera/mvsw_prestera_fw-v2.0.img -mrvl/prestera/mvsw_prestera_fw-v3.0.img -mrvl/prestera/mvsw_prestera_fw-v4.0.img -mrvl/cpt01/ae.out -mrvl/cpt01/se.out -mrvl/cpt01/ie.out -mrvl/cpt02/ae.out -mrvl/cpt02/se.out -mrvl/cpt02/ie.out -mrvl/cpt03/ae.out -mrvl/cpt03/se.out -mrvl/cpt03/ie.out -mrvl/cpt04/ae.out -mrvl/cpt04/se.out +moxa/moxa-1653.fw +moxa/moxa-1618.fw +moxa/moxa-1613.fw +moxa/moxa-1451.fw +moxa/moxa-1450.fw +moxa/moxa-1410.fw +moxa/moxa-1251.fw +moxa/moxa-1250.fw +moxa/moxa-1151.fw +moxa/moxa-1150.fw +moxa/moxa-1131.fw +moxa/moxa-1130.fw +moxa/moxa-1110.fw mrvl/cpt04/ie.out +mrvl/cpt04/se.out +mrvl/cpt04/ae.out +mrvl/cpt03/ie.out +mrvl/cpt03/se.out +mrvl/cpt03/ae.out +mrvl/cpt02/ie.out +mrvl/cpt02/se.out +mrvl/cpt02/ae.out +mrvl/cpt01/ie.out +mrvl/cpt01/se.out +mrvl/cpt01/ae.out +mrvl/prestera/mvsw_prestera_fw-v4.0.img +mrvl/prestera/mvsw_prestera_fw-v3.0.img +mrvl/prestera/mvsw_prestera_fw-v2.0.img +mrvl/sdsd8977_combo_v2.bin +mrvl/sdsd8997_combo_v4.bin +mrvl/usbusb8997_combo_v4.bin +mrvl/pcie8997_wlan_v4.bin +mrvl/pcieusb8997_combo_v4.bin +mrvl/pcieuart8997_combo_v4.bin +mrvl/usb8801_uapsta.bin +mrvl/sd8801_uapsta.bin +mrvl/sd8887_uapsta.bin +mrvl/pcie8897_uapsta.bin +mrvl/usb8897_uapsta.bin +mrvl/sd8897_uapsta.bin +mrvl/usb8797_uapsta.bin +mrvl/sd8797_uapsta.bin +mrvl/usb8766_uapsta.bin +mrvl/sd8787_uapsta.bin +mrvl/sd8688_helper.bin +mrvl/sd8688.bin mt7601u.bin mt7650.bin mt7662.bin @@ -1609,16 +1534,16 @@ mt7662_rom_patch.bin mts_cdma.fw mts_edge.fw mts_gsm.fw -mwl8k/fmimage_8687.fw -mwl8k/helper_8687.fw -mwl8k/fmimage_8366.fw -mwl8k/fmimage_8366_ap-1.fw -mwl8k/fmimage_8366_ap-2.fw -mwl8k/fmimage_8366_ap-3.fw -mwl8k/helper_8366.fw mwl8k/fmimage_8764_ap-1.fw -mwlwifi/88W8864.bin +mwl8k/helper_8366.fw +mwl8k/fmimage_8366_ap-3.fw +mwl8k/fmimage_8366_ap-2.fw +mwl8k/fmimage_8366_ap-1.fw +mwl8k/fmimage_8366.fw +mwl8k/helper_8687.fw +mwl8k/fmimage_8687.fw mwlwifi/88W8897.bin +mwlwifi/88W8864.bin myri10ge_eth_big_z8e.dat myri10ge_eth_z8e.dat myri10ge_ethp_big_z8e.dat @@ -1627,505 +1552,505 @@ myri10ge_rss_eth_big_z8e.dat myri10ge_rss_eth_z8e.dat myri10ge_rss_ethp_big_z8e.dat myri10ge_rss_ethp_z8e.dat -netronome/nic/nic_AMDA0081-0001_1x40.nffw -netronome/nic/nic_AMDA0097-0001_2x40.nffw -netronome/nic/nic_AMDA0099-0001_2x10.nffw -netronome/nic/nic_AMDA0081-0001_4x10.nffw -netronome/nic/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/nic/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/nic/nic_AMDA0099-0001_2x25.nffw -netronome/nic/nic_AMDA0096-0001_2x10.nffw -netronome/nic/nic_AMDA0097-0001_8x10.nffw -netronome/nic/nic_AMDA0058-0011_2x40.nffw -netronome/nic/nic_AMDA0058-0012_2x40.nffw -netronome/nic/nic_AMDA0078-0011_1x100.nffw -netronome/nic-sriov/nic_AMDA0081-0001_1x40.nffw -netronome/nic-sriov/nic_AMDA0097-0001_2x40.nffw -netronome/nic-sriov/nic_AMDA0099-0001_2x10.nffw -netronome/nic-sriov/nic_AMDA0081-0001_4x10.nffw -netronome/nic-sriov/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/nic-sriov/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/nic-sriov/nic_AMDA0099-0001_2x25.nffw -netronome/nic-sriov/nic_AMDA0096-0001_2x10.nffw -netronome/nic-sriov/nic_AMDA0097-0001_8x10.nffw -netronome/nic-sriov/nic_AMDA0058-0011_2x40.nffw -netronome/nic-sriov/nic_AMDA0058-0012_2x40.nffw -netronome/nic-sriov/nic_AMDA0078-0011_1x100.nffw -netronome/flower/nic_AMDA0099.nffw -netronome/flower/nic_AMDA0096.nffw -netronome/flower/nic_AMDA0097.nffw -netronome/flower/nic_AMDA0058.nffw -netronome/flower/nic_AMDA0081.nffw -netronome/flower/nic_AMDA0081-0001_1x40.nffw -netronome/flower/nic_AMDA0097-0001_2x40.nffw -netronome/flower/nic_AMDA0099-0001_2x10.nffw -netronome/flower/nic_AMDA0081-0001_4x10.nffw -netronome/flower/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/flower/nic_AMDA0099-0001_2x25.nffw -netronome/flower/nic_AMDA0096-0001_2x10.nffw -netronome/flower/nic_AMDA0097-0001_8x10.nffw -netronome/flower/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/flower/nic_AMDA0058-0011_1x100.nffw -netronome/flower/nic_AMDA0058-0011_2x40.nffw -netronome/flower/nic_AMDA0058-0011_4x10_1x40.nffw -netronome/flower/nic_AMDA0058-0011_8x10.nffw -netronome/flower/nic_AMDA0058-0012_1x100.nffw -netronome/flower/nic_AMDA0058-0012_2x40.nffw -netronome/flower/nic_AMDA0058-0012_4x10_1x40.nffw -netronome/flower/nic_AMDA0058-0012_8x10.nffw -netronome/flower/nic_AMDA0078-0011_1x100.nffw -netronome/flower/nic_AMDA0078-0011_2x40.nffw -netronome/flower/nic_AMDA0078-0011_4x10_1x40.nffw -netronome/flower/nic_AMDA0078-0011_8x10.nffw -netronome/flower/nic_AMDA0078-0012_1x100.nffw -netronome/flower/nic_AMDA0078-0012_2x40.nffw -netronome/flower/nic_AMDA0078-0012_4x10_1x40.nffw -netronome/flower/nic_AMDA0078-0012_8x10.nffw -netronome/bpf/nic_AMDA0081-0001_1x40.nffw -netronome/bpf/nic_AMDA0097-0001_2x40.nffw -netronome/bpf/nic_AMDA0099-0001_2x10.nffw -netronome/bpf/nic_AMDA0081-0001_4x10.nffw -netronome/bpf/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/bpf/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/bpf/nic_AMDA0099-0001_2x25.nffw -netronome/bpf/nic_AMDA0096-0001_2x10.nffw -netronome/bpf/nic_AMDA0097-0001_8x10.nffw -netronome/bpf/nic_AMDA0058-0011_2x40.nffw -netronome/bpf/nic_AMDA0058-0012_2x40.nffw -netronome/bpf/nic_AMDA0078-0011_1x100.nffw -netronome/nic_AMDA0081-0001_1x40.nffw -netronome/nic_AMDA0097-0001_2x40.nffw -netronome/nic_AMDA0099-0001_2x10.nffw -netronome/nic_AMDA0081-0001_4x10.nffw -netronome/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/nic_AMDA0099-0001_2x25.nffw -netronome/nic_AMDA0096-0001_2x10.nffw -netronome/nic_AMDA0097-0001_8x10.nffw -netronome/nic_AMDA0058-0011_2x40.nffw -netronome/nic_AMDA0058-0012_2x40.nffw netronome/nic_AMDA0078-0011_1x100.nffw -nvidia/tegra124/xusb.bin -nvidia/tegra124/vic03_ucode.bin -nvidia/tegra124/vic.bin -nvidia/tegra210/xusb.bin -nvidia/tegra210/vic04_ucode.bin -nvidia/tegra210/vic.bin -nvidia/tegra186/xusb.bin -nvidia/tegra186/vic04_ucode.bin -nvidia/tegra186/vic.bin -nvidia/tegra194/xusb.bin -nvidia/tegra194/vic.bin -nvidia/gk20a/fecs_data.bin -nvidia/gk20a/fecs_inst.bin -nvidia/gk20a/gpccs_data.bin -nvidia/gk20a/gpccs_inst.bin -nvidia/gk20a/sw_bundle_init.bin -nvidia/gk20a/sw_ctx.bin -nvidia/gk20a/sw_method_init.bin -nvidia/gk20a/sw_nonctx.bin -nvidia/gm200/acr/bl.bin -nvidia/gm200/acr/ucode_load.bin -nvidia/gm200/acr/ucode_unload.bin -nvidia/gm200/gr/fecs_bl.bin -nvidia/gm200/gr/fecs_data.bin -nvidia/gm200/gr/fecs_inst.bin -nvidia/gm200/gr/fecs_sig.bin -nvidia/gm200/gr/gpccs_bl.bin -nvidia/gm200/gr/gpccs_data.bin -nvidia/gm200/gr/gpccs_inst.bin -nvidia/gm200/gr/gpccs_sig.bin -nvidia/gm200/gr/sw_bundle_init.bin -nvidia/gm200/gr/sw_ctx.bin -nvidia/gm200/gr/sw_method_init.bin -nvidia/gm200/gr/sw_nonctx.bin -nvidia/gm204/gr/fecs_data.bin -nvidia/gm204/gr/fecs_sig.bin -nvidia/gm204/gr/gpccs_data.bin -nvidia/gm204/gr/gpccs_sig.bin -nvidia/gm204/gr/fecs_bl.bin -nvidia/gm204/gr/fecs_inst.bin -nvidia/gm204/gr/gpccs_bl.bin -nvidia/gm204/gr/gpccs_inst.bin -nvidia/gm204/gr/sw_bundle_init.bin -nvidia/gm204/gr/sw_ctx.bin -nvidia/gm204/gr/sw_method_init.bin -nvidia/gm204/gr/sw_nonctx.bin -nvidia/gm204/acr/bl.bin -nvidia/gm204/acr/ucode_load.bin -nvidia/gm204/acr/ucode_unload.bin -nvidia/gm206/acr/ucode_load.bin -nvidia/gm206/acr/ucode_unload.bin -nvidia/gm206/acr/bl.bin -nvidia/gm206/gr/fecs_data.bin -nvidia/gm206/gr/fecs_sig.bin -nvidia/gm206/gr/gpccs_data.bin -nvidia/gm206/gr/gpccs_sig.bin -nvidia/gm206/gr/fecs_bl.bin -nvidia/gm206/gr/fecs_inst.bin -nvidia/gm206/gr/gpccs_bl.bin -nvidia/gm206/gr/gpccs_inst.bin -nvidia/gm206/gr/sw_bundle_init.bin -nvidia/gm206/gr/sw_ctx.bin -nvidia/gm206/gr/sw_method_init.bin -nvidia/gm206/gr/sw_nonctx.bin -nvidia/gm20b/acr/bl.bin -nvidia/gm20b/acr/ucode_load.bin -nvidia/gm20b/gr/fecs_bl.bin -nvidia/gm20b/gr/fecs_data.bin -nvidia/gm20b/gr/fecs_inst.bin -nvidia/gm20b/gr/fecs_sig.bin -nvidia/gm20b/gr/gpccs_data.bin -nvidia/gm20b/gr/gpccs_inst.bin -nvidia/gm20b/gr/sw_bundle_init.bin -nvidia/gm20b/gr/sw_ctx.bin -nvidia/gm20b/gr/sw_nonctx.bin -nvidia/gm20b/gr/sw_method_init.bin -nvidia/gm20b/pmu/desc.bin -nvidia/gm20b/pmu/image.bin -nvidia/gm20b/pmu/sig.bin -nvidia/gp100/acr/bl.bin -nvidia/gp100/acr/ucode_load.bin -nvidia/gp100/acr/ucode_unload.bin -nvidia/gp100/gr/fecs_data.bin -nvidia/gp100/gr/fecs_inst.bin -nvidia/gp100/gr/fecs_sig.bin -nvidia/gp100/gr/gpccs_data.bin -nvidia/gp100/gr/gpccs_inst.bin -nvidia/gp100/gr/gpccs_sig.bin -nvidia/gp100/gr/sw_bundle_init.bin -nvidia/gp100/gr/sw_ctx.bin -nvidia/gp100/gr/sw_method_init.bin -nvidia/gp100/gr/sw_nonctx.bin -nvidia/gp100/gr/fecs_bl.bin -nvidia/gp100/gr/gpccs_bl.bin -nvidia/gp102/acr/bl.bin -nvidia/gp102/acr/ucode_load.bin -nvidia/gp102/acr/ucode_unload.bin -nvidia/gp102/acr/unload_bl.bin -nvidia/gp102/gr/fecs_data.bin -nvidia/gp102/gr/fecs_inst.bin -nvidia/gp102/gr/fecs_sig.bin -nvidia/gp102/gr/gpccs_data.bin -nvidia/gp102/gr/gpccs_inst.bin -nvidia/gp102/gr/gpccs_sig.bin -nvidia/gp102/gr/sw_bundle_init.bin -nvidia/gp102/gr/sw_ctx.bin -nvidia/gp102/gr/sw_method_init.bin -nvidia/gp102/gr/sw_nonctx.bin -nvidia/gp102/gr/fecs_bl.bin -nvidia/gp102/gr/gpccs_bl.bin -nvidia/gp102/nvdec/scrubber.bin -nvidia/gp102/sec2/desc.bin -nvidia/gp102/sec2/image.bin -nvidia/gp102/sec2/sig.bin -nvidia/gp102/sec2/desc-1.bin -nvidia/gp102/sec2/image-1.bin -nvidia/gp102/sec2/sig-1.bin -nvidia/gp104/gr/fecs_data.bin -nvidia/gp104/gr/fecs_inst.bin -nvidia/gp104/gr/fecs_sig.bin -nvidia/gp104/gr/gpccs_data.bin -nvidia/gp104/gr/gpccs_inst.bin -nvidia/gp104/gr/gpccs_sig.bin -nvidia/gp104/gr/fecs_bl.bin -nvidia/gp104/gr/gpccs_bl.bin -nvidia/gp104/gr/sw_bundle_init.bin -nvidia/gp104/gr/sw_ctx.bin -nvidia/gp104/gr/sw_method_init.bin -nvidia/gp104/gr/sw_nonctx.bin -nvidia/gp104/acr/bl.bin -nvidia/gp104/acr/ucode_load.bin -nvidia/gp104/acr/ucode_unload.bin -nvidia/gp104/acr/unload_bl.bin -nvidia/gp104/nvdec/scrubber.bin -nvidia/gp104/sec2/desc.bin -nvidia/gp104/sec2/image.bin -nvidia/gp104/sec2/sig.bin -nvidia/gp104/sec2/desc-1.bin -nvidia/gp104/sec2/image-1.bin -nvidia/gp104/sec2/sig-1.bin -nvidia/gp106/gr/fecs_data.bin -nvidia/gp106/gr/fecs_sig.bin -nvidia/gp106/gr/gpccs_data.bin -nvidia/gp106/gr/gpccs_sig.bin -nvidia/gp106/gr/fecs_bl.bin -nvidia/gp106/gr/fecs_inst.bin -nvidia/gp106/gr/gpccs_bl.bin -nvidia/gp106/gr/gpccs_inst.bin -nvidia/gp106/gr/sw_bundle_init.bin -nvidia/gp106/gr/sw_ctx.bin -nvidia/gp106/gr/sw_method_init.bin -nvidia/gp106/gr/sw_nonctx.bin -nvidia/gp106/acr/bl.bin -nvidia/gp106/acr/ucode_load.bin -nvidia/gp106/acr/ucode_unload.bin -nvidia/gp106/acr/unload_bl.bin -nvidia/gp106/nvdec/scrubber.bin -nvidia/gp106/sec2/desc.bin -nvidia/gp106/sec2/image.bin -nvidia/gp106/sec2/sig.bin -nvidia/gp106/sec2/desc-1.bin -nvidia/gp106/sec2/image-1.bin -nvidia/gp106/sec2/sig-1.bin -nvidia/gp107/gr/fecs_bl.bin -nvidia/gp107/gr/fecs_data.bin -nvidia/gp107/gr/fecs_inst.bin -nvidia/gp107/gr/fecs_sig.bin -nvidia/gp107/gr/gpccs_bl.bin -nvidia/gp107/gr/gpccs_data.bin -nvidia/gp107/gr/gpccs_inst.bin -nvidia/gp107/gr/gpccs_sig.bin -nvidia/gp107/gr/sw_ctx.bin -nvidia/gp107/gr/sw_nonctx.bin -nvidia/gp107/gr/sw_bundle_init.bin -nvidia/gp107/gr/sw_method_init.bin -nvidia/gp107/acr/bl.bin -nvidia/gp107/acr/ucode_load.bin -nvidia/gp107/acr/ucode_unload.bin -nvidia/gp107/acr/unload_bl.bin -nvidia/gp107/nvdec/scrubber.bin -nvidia/gp107/sec2/desc.bin -nvidia/gp107/sec2/image.bin -nvidia/gp107/sec2/sig.bin -nvidia/gp107/sec2/desc-1.bin -nvidia/gp107/sec2/image-1.bin -nvidia/gp107/sec2/sig-1.bin -nvidia/gp10b/acr/bl.bin -nvidia/gp10b/acr/ucode_load.bin -nvidia/gp10b/gr/fecs_bl.bin -nvidia/gp10b/gr/fecs_data.bin -nvidia/gp10b/gr/fecs_inst.bin -nvidia/gp10b/gr/fecs_sig.bin -nvidia/gp10b/gr/gpccs_bl.bin -nvidia/gp10b/gr/gpccs_data.bin -nvidia/gp10b/gr/gpccs_inst.bin -nvidia/gp10b/gr/gpccs_sig.bin -nvidia/gp10b/gr/sw_bundle_init.bin -nvidia/gp10b/gr/sw_ctx.bin -nvidia/gp10b/gr/sw_method_init.bin -nvidia/gp10b/gr/sw_nonctx.bin -nvidia/gp10b/pmu/desc.bin -nvidia/gp10b/pmu/image.bin -nvidia/gp10b/pmu/sig.bin -nvidia/gp108/gr/fecs_bl.bin -nvidia/gp108/gr/fecs_data.bin -nvidia/gp108/gr/fecs_inst.bin -nvidia/gp108/gr/fecs_sig.bin -nvidia/gp108/gr/gpccs_bl.bin -nvidia/gp108/gr/gpccs_data.bin -nvidia/gp108/gr/gpccs_inst.bin -nvidia/gp108/gr/gpccs_sig.bin -nvidia/gp108/gr/sw_bundle_init.bin -nvidia/gp108/gr/sw_ctx.bin -nvidia/gp108/gr/sw_method_init.bin -nvidia/gp108/gr/sw_nonctx.bin -nvidia/gp108/acr/bl.bin -nvidia/gp108/acr/ucode_load.bin -nvidia/gp108/acr/ucode_unload.bin -nvidia/gp108/acr/unload_bl.bin -nvidia/gp108/nvdec/scrubber.bin -nvidia/gp108/sec2/desc.bin -nvidia/gp108/sec2/image.bin -nvidia/gp108/sec2/sig.bin -nvidia/gv100/acr/bl.bin -nvidia/gv100/acr/ucode_load.bin -nvidia/gv100/acr/ucode_unload.bin -nvidia/gv100/acr/unload_bl.bin -nvidia/gv100/gr/fecs_bl.bin -nvidia/gv100/gr/fecs_data.bin -nvidia/gv100/gr/fecs_inst.bin -nvidia/gv100/gr/fecs_sig.bin -nvidia/gv100/gr/gpccs_bl.bin -nvidia/gv100/gr/gpccs_data.bin -nvidia/gv100/gr/gpccs_inst.bin -nvidia/gv100/gr/gpccs_sig.bin -nvidia/gv100/gr/sw_bundle_init.bin -nvidia/gv100/gr/sw_ctx.bin -nvidia/gv100/gr/sw_method_init.bin -nvidia/gv100/gr/sw_nonctx.bin -nvidia/gv100/nvdec/scrubber.bin -nvidia/gv100/sec2/desc.bin -nvidia/gv100/sec2/image.bin -nvidia/gv100/sec2/sig.bin -nvidia/tu102/acr/bl.bin -nvidia/tu102/acr/ucode_ahesasc.bin -nvidia/tu102/acr/ucode_asb.bin -nvidia/tu102/acr/unload_bl.bin -nvidia/tu102/acr/ucode_unload.bin -nvidia/tu102/gr/fecs_bl.bin -nvidia/tu102/gr/fecs_data.bin -nvidia/tu102/gr/fecs_inst.bin -nvidia/tu102/gr/fecs_sig.bin -nvidia/tu102/gr/gpccs_bl.bin -nvidia/tu102/gr/gpccs_data.bin -nvidia/tu102/gr/gpccs_inst.bin -nvidia/tu102/gr/gpccs_sig.bin -nvidia/tu102/gr/sw_bundle_init.bin -nvidia/tu102/gr/sw_ctx.bin -nvidia/tu102/gr/sw_method_init.bin -nvidia/tu102/gr/sw_nonctx.bin -nvidia/tu102/gr/sw_veid_bundle_init.bin -nvidia/tu102/nvdec/scrubber.bin -nvidia/tu102/sec2/desc.bin -nvidia/tu102/sec2/image.bin -nvidia/tu102/sec2/sig.bin -nvidia/tu104/gr/fecs_data.bin -nvidia/tu104/gr/fecs_inst.bin -nvidia/tu104/gr/fecs_sig.bin -nvidia/tu104/gr/gpccs_data.bin -nvidia/tu104/gr/gpccs_inst.bin -nvidia/tu104/gr/gpccs_sig.bin -nvidia/tu104/gr/sw_bundle_init.bin -nvidia/tu104/gr/sw_ctx.bin -nvidia/tu104/gr/sw_method_init.bin -nvidia/tu104/gr/sw_nonctx.bin -nvidia/tu104/gr/sw_veid_bundle_init.bin -nvidia/tu104/gr/fecs_bl.bin -nvidia/tu104/gr/gpccs_bl.bin -nvidia/tu104/acr/bl.bin -nvidia/tu104/acr/ucode_ahesasc.bin -nvidia/tu104/acr/ucode_asb.bin -nvidia/tu104/acr/unload_bl.bin -nvidia/tu104/acr/ucode_unload.bin -nvidia/tu104/nvdec/scrubber.bin -nvidia/tu104/sec2/desc.bin -nvidia/tu104/sec2/image.bin -nvidia/tu104/sec2/sig.bin -nvidia/tu106/gr/fecs_data.bin -nvidia/tu106/gr/fecs_inst.bin -nvidia/tu106/gr/fecs_sig.bin -nvidia/tu106/gr/gpccs_data.bin -nvidia/tu106/gr/gpccs_inst.bin -nvidia/tu106/gr/gpccs_sig.bin -nvidia/tu106/gr/sw_bundle_init.bin -nvidia/tu106/gr/sw_ctx.bin -nvidia/tu106/gr/sw_method_init.bin -nvidia/tu106/gr/sw_nonctx.bin -nvidia/tu106/gr/sw_veid_bundle_init.bin -nvidia/tu106/gr/fecs_bl.bin -nvidia/tu106/gr/gpccs_bl.bin -nvidia/tu106/acr/bl.bin -nvidia/tu106/acr/ucode_ahesasc.bin -nvidia/tu106/acr/ucode_asb.bin -nvidia/tu106/acr/unload_bl.bin -nvidia/tu106/acr/ucode_unload.bin -nvidia/tu106/nvdec/scrubber.bin -nvidia/tu106/sec2/desc.bin -nvidia/tu106/sec2/image.bin -nvidia/tu106/sec2/sig.bin -nvidia/tu116/acr/bl.bin -nvidia/tu116/acr/ucode_ahesasc.bin -nvidia/tu116/acr/ucode_asb.bin -nvidia/tu116/acr/ucode_unload.bin -nvidia/tu116/acr/unload_bl.bin -nvidia/tu116/gr/fecs_bl.bin -nvidia/tu116/gr/fecs_data.bin -nvidia/tu116/gr/fecs_inst.bin -nvidia/tu116/gr/fecs_sig.bin -nvidia/tu116/gr/gpccs_bl.bin -nvidia/tu116/gr/gpccs_data.bin -nvidia/tu116/gr/gpccs_inst.bin -nvidia/tu116/gr/gpccs_sig.bin -nvidia/tu116/gr/sw_bundle_init.bin -nvidia/tu116/gr/sw_ctx.bin -nvidia/tu116/gr/sw_method_init.bin -nvidia/tu116/gr/sw_nonctx.bin -nvidia/tu116/gr/sw_veid_bundle_init.bin -nvidia/tu116/nvdec/scrubber.bin -nvidia/tu116/sec2/desc.bin -nvidia/tu116/sec2/image.bin -nvidia/tu116/sec2/sig.bin -nvidia/tu117/gr/fecs_data.bin -nvidia/tu117/gr/fecs_inst.bin -nvidia/tu117/gr/fecs_sig.bin -nvidia/tu117/gr/gpccs_data.bin -nvidia/tu117/gr/gpccs_inst.bin -nvidia/tu117/gr/gpccs_sig.bin -nvidia/tu117/gr/sw_bundle_init.bin -nvidia/tu117/gr/sw_ctx.bin -nvidia/tu117/gr/sw_method_init.bin -nvidia/tu117/gr/sw_nonctx.bin -nvidia/tu117/gr/sw_veid_bundle_init.bin -nvidia/tu117/gr/fecs_bl.bin -nvidia/tu117/gr/gpccs_bl.bin -nvidia/tu117/acr/bl.bin -nvidia/tu117/acr/ucode_ahesasc.bin -nvidia/tu117/acr/ucode_asb.bin -nvidia/tu117/acr/ucode_unload.bin -nvidia/tu117/acr/unload_bl.bin -nvidia/tu117/nvdec/scrubber.bin -nvidia/tu117/sec2/desc.bin -nvidia/tu117/sec2/image.bin -nvidia/tu117/sec2/sig.bin -nvidia/ga102/acr/ucode_ahesasc.bin -nvidia/ga102/acr/ucode_asb.bin -nvidia/ga102/acr/ucode_unload.bin -nvidia/ga102/gr/fecs_bl.bin -nvidia/ga102/gr/fecs_sig.bin -nvidia/ga102/gr/gpccs_bl.bin -nvidia/ga102/gr/gpccs_sig.bin -nvidia/ga102/gr/NET_img.bin -nvidia/ga102/nvdec/scrubber.bin -nvidia/ga102/sec2/desc.bin -nvidia/ga102/sec2/hs_bl_sig.bin -nvidia/ga102/sec2/image.bin -nvidia/ga102/sec2/sig.bin -nvidia/ga103/gr/fecs_bl.bin -nvidia/ga103/gr/fecs_sig.bin -nvidia/ga103/gr/gpccs_bl.bin -nvidia/ga103/gr/gpccs_sig.bin -nvidia/ga103/gr/NET_img.bin -nvidia/ga103/acr/ucode_ahesasc.bin -nvidia/ga103/acr/ucode_asb.bin -nvidia/ga103/acr/ucode_unload.bin -nvidia/ga103/nvdec/scrubber.bin -nvidia/ga103/sec2/desc.bin -nvidia/ga103/sec2/hs_bl_sig.bin -nvidia/ga103/sec2/image.bin -nvidia/ga103/sec2/sig.bin -nvidia/ga104/gr/fecs_bl.bin -nvidia/ga104/gr/fecs_sig.bin -nvidia/ga104/gr/gpccs_bl.bin -nvidia/ga104/gr/gpccs_sig.bin -nvidia/ga104/gr/NET_img.bin -nvidia/ga104/acr/ucode_ahesasc.bin -nvidia/ga104/acr/ucode_asb.bin -nvidia/ga104/acr/ucode_unload.bin -nvidia/ga104/nvdec/scrubber.bin -nvidia/ga104/sec2/desc.bin -nvidia/ga104/sec2/hs_bl_sig.bin -nvidia/ga104/sec2/image.bin -nvidia/ga104/sec2/sig.bin -nvidia/ga106/gr/fecs_bl.bin -nvidia/ga106/gr/fecs_sig.bin -nvidia/ga106/gr/gpccs_bl.bin -nvidia/ga106/gr/gpccs_sig.bin -nvidia/ga106/gr/NET_img.bin -nvidia/ga106/acr/ucode_ahesasc.bin -nvidia/ga106/acr/ucode_asb.bin -nvidia/ga106/acr/ucode_unload.bin -nvidia/ga106/nvdec/scrubber.bin -nvidia/ga106/sec2/desc.bin -nvidia/ga106/sec2/hs_bl_sig.bin -nvidia/ga106/sec2/image.bin -nvidia/ga106/sec2/sig.bin -nvidia/ga107/gr/fecs_bl.bin -nvidia/ga107/gr/fecs_sig.bin -nvidia/ga107/gr/gpccs_bl.bin -nvidia/ga107/gr/gpccs_sig.bin -nvidia/ga107/gr/NET_img.bin -nvidia/ga107/acr/ucode_ahesasc.bin -nvidia/ga107/acr/ucode_asb.bin -nvidia/ga107/acr/ucode_unload.bin -nvidia/ga107/nvdec/scrubber.bin -nvidia/ga107/sec2/desc.bin -nvidia/ga107/sec2/hs_bl_sig.bin -nvidia/ga107/sec2/image.bin -nvidia/ga107/sec2/sig.bin -nvidia/tu10x/typec/ccg_primary.cyacd -nvidia/tu10x/typec/ccg_secondary.cyacd +netronome/nic_AMDA0058-0012_2x40.nffw +netronome/nic_AMDA0058-0011_2x40.nffw +netronome/nic_AMDA0097-0001_8x10.nffw +netronome/nic_AMDA0096-0001_2x10.nffw +netronome/nic_AMDA0099-0001_2x25.nffw +netronome/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/nic_AMDA0081-0001_4x10.nffw +netronome/nic_AMDA0099-0001_2x10.nffw +netronome/nic_AMDA0097-0001_2x40.nffw +netronome/nic_AMDA0081-0001_1x40.nffw +netronome/bpf/nic_AMDA0078-0011_1x100.nffw +netronome/bpf/nic_AMDA0058-0012_2x40.nffw +netronome/bpf/nic_AMDA0058-0011_2x40.nffw +netronome/bpf/nic_AMDA0097-0001_8x10.nffw +netronome/bpf/nic_AMDA0096-0001_2x10.nffw +netronome/bpf/nic_AMDA0099-0001_2x25.nffw +netronome/bpf/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/bpf/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/bpf/nic_AMDA0081-0001_4x10.nffw +netronome/bpf/nic_AMDA0099-0001_2x10.nffw +netronome/bpf/nic_AMDA0097-0001_2x40.nffw +netronome/bpf/nic_AMDA0081-0001_1x40.nffw +netronome/flower/nic_AMDA0078-0012_8x10.nffw +netronome/flower/nic_AMDA0078-0012_4x10_1x40.nffw +netronome/flower/nic_AMDA0078-0012_2x40.nffw +netronome/flower/nic_AMDA0078-0012_1x100.nffw +netronome/flower/nic_AMDA0078-0011_8x10.nffw +netronome/flower/nic_AMDA0078-0011_4x10_1x40.nffw +netronome/flower/nic_AMDA0078-0011_2x40.nffw +netronome/flower/nic_AMDA0078-0011_1x100.nffw +netronome/flower/nic_AMDA0058-0012_8x10.nffw +netronome/flower/nic_AMDA0058-0012_4x10_1x40.nffw +netronome/flower/nic_AMDA0058-0012_2x40.nffw +netronome/flower/nic_AMDA0058-0012_1x100.nffw +netronome/flower/nic_AMDA0058-0011_8x10.nffw +netronome/flower/nic_AMDA0058-0011_4x10_1x40.nffw +netronome/flower/nic_AMDA0058-0011_2x40.nffw +netronome/flower/nic_AMDA0058-0011_1x100.nffw +netronome/flower/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/flower/nic_AMDA0097-0001_8x10.nffw +netronome/flower/nic_AMDA0096-0001_2x10.nffw +netronome/flower/nic_AMDA0099-0001_2x25.nffw +netronome/flower/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/flower/nic_AMDA0081-0001_4x10.nffw +netronome/flower/nic_AMDA0099-0001_2x10.nffw +netronome/flower/nic_AMDA0097-0001_2x40.nffw +netronome/flower/nic_AMDA0081-0001_1x40.nffw +netronome/flower/nic_AMDA0081.nffw +netronome/flower/nic_AMDA0058.nffw +netronome/flower/nic_AMDA0097.nffw +netronome/flower/nic_AMDA0096.nffw +netronome/flower/nic_AMDA0099.nffw +netronome/nic-sriov/nic_AMDA0078-0011_1x100.nffw +netronome/nic-sriov/nic_AMDA0058-0012_2x40.nffw +netronome/nic-sriov/nic_AMDA0058-0011_2x40.nffw +netronome/nic-sriov/nic_AMDA0097-0001_8x10.nffw +netronome/nic-sriov/nic_AMDA0096-0001_2x10.nffw +netronome/nic-sriov/nic_AMDA0099-0001_2x25.nffw +netronome/nic-sriov/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/nic-sriov/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/nic-sriov/nic_AMDA0081-0001_4x10.nffw +netronome/nic-sriov/nic_AMDA0099-0001_2x10.nffw +netronome/nic-sriov/nic_AMDA0097-0001_2x40.nffw +netronome/nic-sriov/nic_AMDA0081-0001_1x40.nffw +netronome/nic/nic_AMDA0078-0011_1x100.nffw +netronome/nic/nic_AMDA0058-0012_2x40.nffw +netronome/nic/nic_AMDA0058-0011_2x40.nffw +netronome/nic/nic_AMDA0097-0001_8x10.nffw +netronome/nic/nic_AMDA0096-0001_2x10.nffw +netronome/nic/nic_AMDA0099-0001_2x25.nffw +netronome/nic/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/nic/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/nic/nic_AMDA0081-0001_4x10.nffw +netronome/nic/nic_AMDA0099-0001_2x10.nffw +netronome/nic/nic_AMDA0097-0001_2x40.nffw +netronome/nic/nic_AMDA0081-0001_1x40.nffw nvidia/tu10x/typec/ccg_boot.cyacd +nvidia/tu10x/typec/ccg_secondary.cyacd +nvidia/tu10x/typec/ccg_primary.cyacd +nvidia/ga107/sec2/sig.bin +nvidia/ga107/sec2/image.bin +nvidia/ga107/sec2/hs_bl_sig.bin +nvidia/ga107/sec2/desc.bin +nvidia/ga107/nvdec/scrubber.bin +nvidia/ga107/acr/ucode_unload.bin +nvidia/ga107/acr/ucode_asb.bin +nvidia/ga107/acr/ucode_ahesasc.bin +nvidia/ga107/gr/NET_img.bin +nvidia/ga107/gr/gpccs_sig.bin +nvidia/ga107/gr/gpccs_bl.bin +nvidia/ga107/gr/fecs_sig.bin +nvidia/ga107/gr/fecs_bl.bin +nvidia/ga106/sec2/sig.bin +nvidia/ga106/sec2/image.bin +nvidia/ga106/sec2/hs_bl_sig.bin +nvidia/ga106/sec2/desc.bin +nvidia/ga106/nvdec/scrubber.bin +nvidia/ga106/acr/ucode_unload.bin +nvidia/ga106/acr/ucode_asb.bin +nvidia/ga106/acr/ucode_ahesasc.bin +nvidia/ga106/gr/NET_img.bin +nvidia/ga106/gr/gpccs_sig.bin +nvidia/ga106/gr/gpccs_bl.bin +nvidia/ga106/gr/fecs_sig.bin +nvidia/ga106/gr/fecs_bl.bin +nvidia/ga104/sec2/sig.bin +nvidia/ga104/sec2/image.bin +nvidia/ga104/sec2/hs_bl_sig.bin +nvidia/ga104/sec2/desc.bin +nvidia/ga104/nvdec/scrubber.bin +nvidia/ga104/acr/ucode_unload.bin +nvidia/ga104/acr/ucode_asb.bin +nvidia/ga104/acr/ucode_ahesasc.bin +nvidia/ga104/gr/NET_img.bin +nvidia/ga104/gr/gpccs_sig.bin +nvidia/ga104/gr/gpccs_bl.bin +nvidia/ga104/gr/fecs_sig.bin +nvidia/ga104/gr/fecs_bl.bin +nvidia/ga103/sec2/sig.bin +nvidia/ga103/sec2/image.bin +nvidia/ga103/sec2/hs_bl_sig.bin +nvidia/ga103/sec2/desc.bin +nvidia/ga103/nvdec/scrubber.bin +nvidia/ga103/acr/ucode_unload.bin +nvidia/ga103/acr/ucode_asb.bin +nvidia/ga103/acr/ucode_ahesasc.bin +nvidia/ga103/gr/NET_img.bin +nvidia/ga103/gr/gpccs_sig.bin +nvidia/ga103/gr/gpccs_bl.bin +nvidia/ga103/gr/fecs_sig.bin +nvidia/ga103/gr/fecs_bl.bin +nvidia/ga102/sec2/sig.bin +nvidia/ga102/sec2/image.bin +nvidia/ga102/sec2/hs_bl_sig.bin +nvidia/ga102/sec2/desc.bin +nvidia/ga102/nvdec/scrubber.bin +nvidia/ga102/gr/NET_img.bin +nvidia/ga102/gr/gpccs_sig.bin +nvidia/ga102/gr/gpccs_bl.bin +nvidia/ga102/gr/fecs_sig.bin +nvidia/ga102/gr/fecs_bl.bin +nvidia/ga102/acr/ucode_unload.bin +nvidia/ga102/acr/ucode_asb.bin +nvidia/ga102/acr/ucode_ahesasc.bin +nvidia/tu117/sec2/sig.bin +nvidia/tu117/sec2/image.bin +nvidia/tu117/sec2/desc.bin +nvidia/tu117/nvdec/scrubber.bin +nvidia/tu117/acr/unload_bl.bin +nvidia/tu117/acr/ucode_unload.bin +nvidia/tu117/acr/ucode_asb.bin +nvidia/tu117/acr/ucode_ahesasc.bin +nvidia/tu117/acr/bl.bin +nvidia/tu117/gr/gpccs_bl.bin +nvidia/tu117/gr/fecs_bl.bin +nvidia/tu117/gr/sw_veid_bundle_init.bin +nvidia/tu117/gr/sw_nonctx.bin +nvidia/tu117/gr/sw_method_init.bin +nvidia/tu117/gr/sw_ctx.bin +nvidia/tu117/gr/sw_bundle_init.bin +nvidia/tu117/gr/gpccs_sig.bin +nvidia/tu117/gr/gpccs_inst.bin +nvidia/tu117/gr/gpccs_data.bin +nvidia/tu117/gr/fecs_sig.bin +nvidia/tu117/gr/fecs_inst.bin +nvidia/tu117/gr/fecs_data.bin +nvidia/tu116/sec2/sig.bin +nvidia/tu116/sec2/image.bin +nvidia/tu116/sec2/desc.bin +nvidia/tu116/nvdec/scrubber.bin +nvidia/tu116/gr/sw_veid_bundle_init.bin +nvidia/tu116/gr/sw_nonctx.bin +nvidia/tu116/gr/sw_method_init.bin +nvidia/tu116/gr/sw_ctx.bin +nvidia/tu116/gr/sw_bundle_init.bin +nvidia/tu116/gr/gpccs_sig.bin +nvidia/tu116/gr/gpccs_inst.bin +nvidia/tu116/gr/gpccs_data.bin +nvidia/tu116/gr/gpccs_bl.bin +nvidia/tu116/gr/fecs_sig.bin +nvidia/tu116/gr/fecs_inst.bin +nvidia/tu116/gr/fecs_data.bin +nvidia/tu116/gr/fecs_bl.bin +nvidia/tu116/acr/unload_bl.bin +nvidia/tu116/acr/ucode_unload.bin +nvidia/tu116/acr/ucode_asb.bin +nvidia/tu116/acr/ucode_ahesasc.bin +nvidia/tu116/acr/bl.bin +nvidia/tu106/sec2/sig.bin +nvidia/tu106/sec2/image.bin +nvidia/tu106/sec2/desc.bin +nvidia/tu106/nvdec/scrubber.bin +nvidia/tu106/acr/ucode_unload.bin +nvidia/tu106/acr/unload_bl.bin +nvidia/tu106/acr/ucode_asb.bin +nvidia/tu106/acr/ucode_ahesasc.bin +nvidia/tu106/acr/bl.bin +nvidia/tu106/gr/gpccs_bl.bin +nvidia/tu106/gr/fecs_bl.bin +nvidia/tu106/gr/sw_veid_bundle_init.bin +nvidia/tu106/gr/sw_nonctx.bin +nvidia/tu106/gr/sw_method_init.bin +nvidia/tu106/gr/sw_ctx.bin +nvidia/tu106/gr/sw_bundle_init.bin +nvidia/tu106/gr/gpccs_sig.bin +nvidia/tu106/gr/gpccs_inst.bin +nvidia/tu106/gr/gpccs_data.bin +nvidia/tu106/gr/fecs_sig.bin +nvidia/tu106/gr/fecs_inst.bin +nvidia/tu106/gr/fecs_data.bin +nvidia/tu104/sec2/sig.bin +nvidia/tu104/sec2/image.bin +nvidia/tu104/sec2/desc.bin +nvidia/tu104/nvdec/scrubber.bin +nvidia/tu104/acr/ucode_unload.bin +nvidia/tu104/acr/unload_bl.bin +nvidia/tu104/acr/ucode_asb.bin +nvidia/tu104/acr/ucode_ahesasc.bin +nvidia/tu104/acr/bl.bin +nvidia/tu104/gr/gpccs_bl.bin +nvidia/tu104/gr/fecs_bl.bin +nvidia/tu104/gr/sw_veid_bundle_init.bin +nvidia/tu104/gr/sw_nonctx.bin +nvidia/tu104/gr/sw_method_init.bin +nvidia/tu104/gr/sw_ctx.bin +nvidia/tu104/gr/sw_bundle_init.bin +nvidia/tu104/gr/gpccs_sig.bin +nvidia/tu104/gr/gpccs_inst.bin +nvidia/tu104/gr/gpccs_data.bin +nvidia/tu104/gr/fecs_sig.bin +nvidia/tu104/gr/fecs_inst.bin +nvidia/tu104/gr/fecs_data.bin +nvidia/tu102/sec2/sig.bin +nvidia/tu102/sec2/image.bin +nvidia/tu102/sec2/desc.bin +nvidia/tu102/nvdec/scrubber.bin +nvidia/tu102/gr/sw_veid_bundle_init.bin +nvidia/tu102/gr/sw_nonctx.bin +nvidia/tu102/gr/sw_method_init.bin +nvidia/tu102/gr/sw_ctx.bin +nvidia/tu102/gr/sw_bundle_init.bin +nvidia/tu102/gr/gpccs_sig.bin +nvidia/tu102/gr/gpccs_inst.bin +nvidia/tu102/gr/gpccs_data.bin +nvidia/tu102/gr/gpccs_bl.bin +nvidia/tu102/gr/fecs_sig.bin +nvidia/tu102/gr/fecs_inst.bin +nvidia/tu102/gr/fecs_data.bin +nvidia/tu102/gr/fecs_bl.bin +nvidia/tu102/acr/ucode_unload.bin +nvidia/tu102/acr/unload_bl.bin +nvidia/tu102/acr/ucode_asb.bin +nvidia/tu102/acr/ucode_ahesasc.bin +nvidia/tu102/acr/bl.bin +nvidia/gv100/sec2/sig.bin +nvidia/gv100/sec2/image.bin +nvidia/gv100/sec2/desc.bin +nvidia/gv100/nvdec/scrubber.bin +nvidia/gv100/gr/sw_nonctx.bin +nvidia/gv100/gr/sw_method_init.bin +nvidia/gv100/gr/sw_ctx.bin +nvidia/gv100/gr/sw_bundle_init.bin +nvidia/gv100/gr/gpccs_sig.bin +nvidia/gv100/gr/gpccs_inst.bin +nvidia/gv100/gr/gpccs_data.bin +nvidia/gv100/gr/gpccs_bl.bin +nvidia/gv100/gr/fecs_sig.bin +nvidia/gv100/gr/fecs_inst.bin +nvidia/gv100/gr/fecs_data.bin +nvidia/gv100/gr/fecs_bl.bin +nvidia/gv100/acr/unload_bl.bin +nvidia/gv100/acr/ucode_unload.bin +nvidia/gv100/acr/ucode_load.bin +nvidia/gv100/acr/bl.bin +nvidia/gp108/sec2/sig.bin +nvidia/gp108/sec2/image.bin +nvidia/gp108/sec2/desc.bin +nvidia/gp108/nvdec/scrubber.bin +nvidia/gp108/acr/unload_bl.bin +nvidia/gp108/acr/ucode_unload.bin +nvidia/gp108/acr/ucode_load.bin +nvidia/gp108/acr/bl.bin +nvidia/gp108/gr/sw_nonctx.bin +nvidia/gp108/gr/sw_method_init.bin +nvidia/gp108/gr/sw_ctx.bin +nvidia/gp108/gr/sw_bundle_init.bin +nvidia/gp108/gr/gpccs_sig.bin +nvidia/gp108/gr/gpccs_inst.bin +nvidia/gp108/gr/gpccs_data.bin +nvidia/gp108/gr/gpccs_bl.bin +nvidia/gp108/gr/fecs_sig.bin +nvidia/gp108/gr/fecs_inst.bin +nvidia/gp108/gr/fecs_data.bin +nvidia/gp108/gr/fecs_bl.bin +nvidia/gp10b/pmu/sig.bin +nvidia/gp10b/pmu/image.bin +nvidia/gp10b/pmu/desc.bin +nvidia/gp10b/gr/sw_nonctx.bin +nvidia/gp10b/gr/sw_method_init.bin +nvidia/gp10b/gr/sw_ctx.bin +nvidia/gp10b/gr/sw_bundle_init.bin +nvidia/gp10b/gr/gpccs_sig.bin +nvidia/gp10b/gr/gpccs_inst.bin +nvidia/gp10b/gr/gpccs_data.bin +nvidia/gp10b/gr/gpccs_bl.bin +nvidia/gp10b/gr/fecs_sig.bin +nvidia/gp10b/gr/fecs_inst.bin +nvidia/gp10b/gr/fecs_data.bin +nvidia/gp10b/gr/fecs_bl.bin +nvidia/gp10b/acr/ucode_load.bin +nvidia/gp10b/acr/bl.bin +nvidia/gp107/sec2/sig-1.bin +nvidia/gp107/sec2/image-1.bin +nvidia/gp107/sec2/desc-1.bin +nvidia/gp107/sec2/sig.bin +nvidia/gp107/sec2/image.bin +nvidia/gp107/sec2/desc.bin +nvidia/gp107/nvdec/scrubber.bin +nvidia/gp107/acr/unload_bl.bin +nvidia/gp107/acr/ucode_unload.bin +nvidia/gp107/acr/ucode_load.bin +nvidia/gp107/acr/bl.bin +nvidia/gp107/gr/sw_method_init.bin +nvidia/gp107/gr/sw_bundle_init.bin +nvidia/gp107/gr/sw_nonctx.bin +nvidia/gp107/gr/sw_ctx.bin +nvidia/gp107/gr/gpccs_sig.bin +nvidia/gp107/gr/gpccs_inst.bin +nvidia/gp107/gr/gpccs_data.bin +nvidia/gp107/gr/gpccs_bl.bin +nvidia/gp107/gr/fecs_sig.bin +nvidia/gp107/gr/fecs_inst.bin +nvidia/gp107/gr/fecs_data.bin +nvidia/gp107/gr/fecs_bl.bin +nvidia/gp106/sec2/sig-1.bin +nvidia/gp106/sec2/image-1.bin +nvidia/gp106/sec2/desc-1.bin +nvidia/gp106/sec2/sig.bin +nvidia/gp106/sec2/image.bin +nvidia/gp106/sec2/desc.bin +nvidia/gp106/nvdec/scrubber.bin +nvidia/gp106/acr/unload_bl.bin +nvidia/gp106/acr/ucode_unload.bin +nvidia/gp106/acr/ucode_load.bin +nvidia/gp106/acr/bl.bin +nvidia/gp106/gr/sw_nonctx.bin +nvidia/gp106/gr/sw_method_init.bin +nvidia/gp106/gr/sw_ctx.bin +nvidia/gp106/gr/sw_bundle_init.bin +nvidia/gp106/gr/gpccs_inst.bin +nvidia/gp106/gr/gpccs_bl.bin +nvidia/gp106/gr/fecs_inst.bin +nvidia/gp106/gr/fecs_bl.bin +nvidia/gp106/gr/gpccs_sig.bin +nvidia/gp106/gr/gpccs_data.bin +nvidia/gp106/gr/fecs_sig.bin +nvidia/gp106/gr/fecs_data.bin +nvidia/gp104/sec2/sig-1.bin +nvidia/gp104/sec2/image-1.bin +nvidia/gp104/sec2/desc-1.bin +nvidia/gp104/sec2/sig.bin +nvidia/gp104/sec2/image.bin +nvidia/gp104/sec2/desc.bin +nvidia/gp104/nvdec/scrubber.bin +nvidia/gp104/acr/unload_bl.bin +nvidia/gp104/acr/ucode_unload.bin +nvidia/gp104/acr/ucode_load.bin +nvidia/gp104/acr/bl.bin +nvidia/gp104/gr/sw_nonctx.bin +nvidia/gp104/gr/sw_method_init.bin +nvidia/gp104/gr/sw_ctx.bin +nvidia/gp104/gr/sw_bundle_init.bin +nvidia/gp104/gr/gpccs_bl.bin +nvidia/gp104/gr/fecs_bl.bin +nvidia/gp104/gr/gpccs_sig.bin +nvidia/gp104/gr/gpccs_inst.bin +nvidia/gp104/gr/gpccs_data.bin +nvidia/gp104/gr/fecs_sig.bin +nvidia/gp104/gr/fecs_inst.bin +nvidia/gp104/gr/fecs_data.bin +nvidia/gp102/sec2/sig-1.bin +nvidia/gp102/sec2/image-1.bin +nvidia/gp102/sec2/desc-1.bin +nvidia/gp102/sec2/sig.bin +nvidia/gp102/sec2/image.bin +nvidia/gp102/sec2/desc.bin +nvidia/gp102/nvdec/scrubber.bin +nvidia/gp102/gr/gpccs_bl.bin +nvidia/gp102/gr/fecs_bl.bin +nvidia/gp102/gr/sw_nonctx.bin +nvidia/gp102/gr/sw_method_init.bin +nvidia/gp102/gr/sw_ctx.bin +nvidia/gp102/gr/sw_bundle_init.bin +nvidia/gp102/gr/gpccs_sig.bin +nvidia/gp102/gr/gpccs_inst.bin +nvidia/gp102/gr/gpccs_data.bin +nvidia/gp102/gr/fecs_sig.bin +nvidia/gp102/gr/fecs_inst.bin +nvidia/gp102/gr/fecs_data.bin +nvidia/gp102/acr/unload_bl.bin +nvidia/gp102/acr/ucode_unload.bin +nvidia/gp102/acr/ucode_load.bin +nvidia/gp102/acr/bl.bin +nvidia/gp100/gr/gpccs_bl.bin +nvidia/gp100/gr/fecs_bl.bin +nvidia/gp100/gr/sw_nonctx.bin +nvidia/gp100/gr/sw_method_init.bin +nvidia/gp100/gr/sw_ctx.bin +nvidia/gp100/gr/sw_bundle_init.bin +nvidia/gp100/gr/gpccs_sig.bin +nvidia/gp100/gr/gpccs_inst.bin +nvidia/gp100/gr/gpccs_data.bin +nvidia/gp100/gr/fecs_sig.bin +nvidia/gp100/gr/fecs_inst.bin +nvidia/gp100/gr/fecs_data.bin +nvidia/gp100/acr/ucode_unload.bin +nvidia/gp100/acr/ucode_load.bin +nvidia/gp100/acr/bl.bin +nvidia/gm20b/pmu/sig.bin +nvidia/gm20b/pmu/image.bin +nvidia/gm20b/pmu/desc.bin +nvidia/gm20b/gr/sw_method_init.bin +nvidia/gm20b/gr/sw_nonctx.bin +nvidia/gm20b/gr/sw_ctx.bin +nvidia/gm20b/gr/sw_bundle_init.bin +nvidia/gm20b/gr/gpccs_inst.bin +nvidia/gm20b/gr/gpccs_data.bin +nvidia/gm20b/gr/fecs_sig.bin +nvidia/gm20b/gr/fecs_inst.bin +nvidia/gm20b/gr/fecs_data.bin +nvidia/gm20b/gr/fecs_bl.bin +nvidia/gm20b/acr/ucode_load.bin +nvidia/gm20b/acr/bl.bin +nvidia/gm206/gr/sw_nonctx.bin +nvidia/gm206/gr/sw_method_init.bin +nvidia/gm206/gr/sw_ctx.bin +nvidia/gm206/gr/sw_bundle_init.bin +nvidia/gm206/gr/gpccs_inst.bin +nvidia/gm206/gr/gpccs_bl.bin +nvidia/gm206/gr/fecs_inst.bin +nvidia/gm206/gr/fecs_bl.bin +nvidia/gm206/gr/gpccs_sig.bin +nvidia/gm206/gr/gpccs_data.bin +nvidia/gm206/gr/fecs_sig.bin +nvidia/gm206/gr/fecs_data.bin +nvidia/gm206/acr/bl.bin +nvidia/gm206/acr/ucode_unload.bin +nvidia/gm206/acr/ucode_load.bin +nvidia/gm204/acr/ucode_unload.bin +nvidia/gm204/acr/ucode_load.bin +nvidia/gm204/acr/bl.bin +nvidia/gm204/gr/sw_nonctx.bin +nvidia/gm204/gr/sw_method_init.bin +nvidia/gm204/gr/sw_ctx.bin +nvidia/gm204/gr/sw_bundle_init.bin +nvidia/gm204/gr/gpccs_inst.bin +nvidia/gm204/gr/gpccs_bl.bin +nvidia/gm204/gr/fecs_inst.bin +nvidia/gm204/gr/fecs_bl.bin +nvidia/gm204/gr/gpccs_sig.bin +nvidia/gm204/gr/gpccs_data.bin +nvidia/gm204/gr/fecs_sig.bin +nvidia/gm204/gr/fecs_data.bin +nvidia/gm200/gr/sw_nonctx.bin +nvidia/gm200/gr/sw_method_init.bin +nvidia/gm200/gr/sw_ctx.bin +nvidia/gm200/gr/sw_bundle_init.bin +nvidia/gm200/gr/gpccs_sig.bin +nvidia/gm200/gr/gpccs_inst.bin +nvidia/gm200/gr/gpccs_data.bin +nvidia/gm200/gr/gpccs_bl.bin +nvidia/gm200/gr/fecs_sig.bin +nvidia/gm200/gr/fecs_inst.bin +nvidia/gm200/gr/fecs_data.bin +nvidia/gm200/gr/fecs_bl.bin +nvidia/gm200/acr/ucode_unload.bin +nvidia/gm200/acr/ucode_load.bin +nvidia/gm200/acr/bl.bin +nvidia/gk20a/sw_nonctx.bin +nvidia/gk20a/sw_method_init.bin +nvidia/gk20a/sw_ctx.bin +nvidia/gk20a/sw_bundle_init.bin +nvidia/gk20a/gpccs_inst.bin +nvidia/gk20a/gpccs_data.bin +nvidia/gk20a/fecs_inst.bin +nvidia/gk20a/fecs_data.bin +nvidia/tegra194/vic.bin +nvidia/tegra194/xusb.bin +nvidia/tegra186/vic.bin +nvidia/tegra186/vic04_ucode.bin +nvidia/tegra186/xusb.bin +nvidia/tegra210/vic.bin +nvidia/tegra210/vic04_ucode.bin +nvidia/tegra210/xusb.bin +nvidia/tegra124/vic.bin +nvidia/tegra124/vic03_ucode.bin +nvidia/tegra124/xusb.bin phanfw.bin qat_895xcc.bin qat_895xcc_mmp.bin @@ -2134,437 +2059,437 @@ qat_c3xxx_mmp.bin qat_c62x.bin qat_c62x_mmp.bin qat_mmp.bin -qca/nvm_usb_00000201.bin -qca/nvm_usb_00000200.bin -qca/nvm_usb_00000300.bin -qca/nvm_usb_00000302.bin -qca/nvm_00130300.bin -qca/nvm_00130302.bin -qca/nvm_00230302.bin -qca/rampatch_usb_00000200.bin -qca/rampatch_usb_00000201.bin -qca/rampatch_usb_00000300.bin -qca/rampatch_usb_00000302.bin -qca/rampatch_00130300.bin -qca/rampatch_00130302.bin -qca/rampatch_00230302.bin -qca/nvm_00440302.bin -qca/rampatch_00440302.bin -qca/nvm_00440302_eu.bin -qca/nvm_00440302_i2s_eu.bin -qca/nvm_usb_00000302_eu.bin -qca/htbtfw20.tlv -qca/htnv20.bin -qca/rampatch_usb_00130200.bin -qca/nvm_usb_00130200.bin -qca/nvm_usb_00130200_0104.bin -qca/nvm_usb_00130200_0105.bin -qca/nvm_usb_00130200_0106.bin -qca/nvm_usb_00130200_0107.bin -qca/nvm_usb_00130200_0109.bin -qca/nvm_usb_00130200_0110.bin -qca/rampatch_usb_00130201.bin -qca/nvm_usb_00130201.bin -qca/nvm_usb_00130201_010a.bin -qca/nvm_usb_00130201_010b.bin -qca/nvm_usb_00130201_0303.bin -qca/nvm_usb_00130201_gf.bin -qca/nvm_usb_00130201_gf_010a.bin -qca/nvm_usb_00130201_gf_010b.bin -qca/nvm_usb_00130201_gf_0303.bin -qca/crbtfw21.tlv -qca/crnv21.bin -qca/crbtfw32.tlv -qca/crnv32.bin -qca/crnv32u.bin -qca/msbtfw11.mbn -qca/msbtfw11.tlv qca/msnv11.bin -qcom/venus-1.8/venus.mdt -qcom/venus-1.8/venus.b00 -qcom/venus-1.8/venus.b01 -qcom/venus-1.8/venus.b02 -qcom/venus-1.8/venus.b03 -qcom/venus-1.8/venus.b04 -qcom/venus-4.2/venus.mdt -qcom/venus-4.2/venus.b00 -qcom/venus-4.2/venus.b01 -qcom/venus-4.2/venus.b02 -qcom/venus-4.2/venus.b03 -qcom/venus-4.2/venus.b04 -qcom/venus-5.2/venus.mdt -qcom/venus-5.2/venus.b00 -qcom/venus-5.2/venus.b01 -qcom/venus-5.2/venus.b02 -qcom/venus-5.2/venus.b03 -qcom/venus-5.2/venus.b04 -qcom/venus-5.2/venus.mbn -qcom/venus-5.4/venus.mdt -qcom/venus-5.4/venus.b00 -qcom/venus-5.4/venus.b01 -qcom/venus-5.4/venus.b02 -qcom/venus-5.4/venus.b03 -qcom/venus-5.4/venus.b04 -qcom/venus-5.4/venus.mbn -qcom/vpu-1.0/venus.mdt -qcom/vpu-1.0/venus.b00 -qcom/vpu-1.0/venus.b01 -qcom/vpu-1.0/venus.b02 -qcom/vpu-1.0/venus.b03 -qcom/vpu-1.0/venus.b04 -qcom/vpu-1.0/venus.b05 -qcom/vpu-1.0/venus.b06 -qcom/vpu-1.0/venus.b07 -qcom/vpu-1.0/venus.b08 -qcom/vpu-1.0/venus.b09 -qcom/vpu-1.0/venus.b10 -qcom/vpu-1.0/venus.b19 -qcom/vpu-1.0/venus.mbn -qcom/vpu-2.0/venus.mdt -qcom/vpu-2.0/venus.b00 -qcom/vpu-2.0/venus.b01 -qcom/vpu-2.0/venus.b02 -qcom/vpu-2.0/venus.b03 -qcom/vpu-2.0/venus.b04 -qcom/vpu-2.0/venus.b05 -qcom/vpu-2.0/venus.b06 -qcom/vpu-2.0/venus.b07 -qcom/vpu-2.0/venus.b08 -qcom/vpu-2.0/venus.b09 -qcom/vpu-2.0/venus.b10 -qcom/vpu-2.0/venus.b19 -qcom/vpu-2.0/venus.mbn -qcom/a300_pfp.fw -qcom/a300_pm4.fw -qcom/a330_pfp.fw -qcom/a330_pm4.fw -qcom/a420_pfp.fw -qcom/a420_pm4.fw -qcom/a530_pfp.fw -qcom/a530_pm4.fw -qcom/a530v3_gpmu.fw2 -qcom/a530_zap.b00 -qcom/a530_zap.b01 -qcom/a530_zap.b02 -qcom/a530_zap.mdt -qcom/a630_gmu.bin -qcom/a630_sqe.fw -qcom/sdm845/a630_zap.mbn -qcom/sdm845/adsp.mbn -qcom/sdm845/adspr.jsn -qcom/sdm845/adspua.jsn -qcom/sdm845/cdsp.mbn -qcom/sdm845/cdspr.jsn -qcom/sdm845/mba.mbn -qcom/sdm845/modem.mbn -qcom/sdm845/modemuw.jsn -qcom/sdm845/wlanmdsp.mbn -qcom/a650_gmu.bin -qcom/a650_sqe.fw -qcom/sm8250/a650_zap.mbn -qcom/sm8250/adsp.mbn -qcom/sm8250/adspr.jsn -qcom/sm8250/adspua.jsn -qcom/sm8250/cdsp.mbn -qcom/sm8250/cdspr.jsn -qcom/a660_gmu.bin -qcom/a660_sqe.fw -qcom/leia_pfp_470.fw -qcom/leia_pm4_470.fw -qcom/apq8096/adsp.mbn -qcom/apq8096/adspr.jsn -qcom/apq8096/adspua.jsn -qcom/apq8096/mba.mbn -qcom/apq8096/modem.mbn +qca/msbtfw11.tlv +qca/msbtfw11.mbn +qca/crnv32u.bin +qca/crnv32.bin +qca/crbtfw32.tlv +qca/crnv21.bin +qca/crbtfw21.tlv +qca/nvm_usb_00130201_gf_0303.bin +qca/nvm_usb_00130201_gf_010b.bin +qca/nvm_usb_00130201_gf_010a.bin +qca/nvm_usb_00130201_gf.bin +qca/nvm_usb_00130201_0303.bin +qca/nvm_usb_00130201_010b.bin +qca/nvm_usb_00130201_010a.bin +qca/nvm_usb_00130201.bin +qca/rampatch_usb_00130201.bin +qca/nvm_usb_00130200_0110.bin +qca/nvm_usb_00130200_0109.bin +qca/nvm_usb_00130200_0107.bin +qca/nvm_usb_00130200_0106.bin +qca/nvm_usb_00130200_0105.bin +qca/nvm_usb_00130200_0104.bin +qca/nvm_usb_00130200.bin +qca/rampatch_usb_00130200.bin +qca/htnv20.bin +qca/htbtfw20.tlv +qca/nvm_usb_00000302_eu.bin +qca/nvm_00440302_i2s_eu.bin +qca/nvm_00440302_eu.bin +qca/rampatch_00440302.bin +qca/nvm_00440302.bin +qca/rampatch_00230302.bin +qca/rampatch_00130302.bin +qca/rampatch_00130300.bin +qca/rampatch_usb_00000302.bin +qca/rampatch_usb_00000300.bin +qca/rampatch_usb_00000201.bin +qca/rampatch_usb_00000200.bin +qca/nvm_00230302.bin +qca/nvm_00130302.bin +qca/nvm_00130300.bin +qca/nvm_usb_00000302.bin +qca/nvm_usb_00000300.bin +qca/nvm_usb_00000200.bin +qca/nvm_usb_00000201.bin qcom/apq8096/modemr.jsn -qed/qed_init_values_zipped-8.4.2.0.bin -qed/qed_init_values_zipped-8.7.3.0.bin -qed/qed_init_values_zipped-8.10.5.0.bin -qed/qed_init_values-8.10.9.0.bin -qed/qed_init_values_zipped-8.10.10.0.bin -qed/qed_init_values-8.14.6.0.bin -qed/qed_init_values_zipped-8.15.3.0.bin -qed/qed_init_values-8.18.9.0.bin -qed/qed_init_values_zipped-8.20.0.0.bin -qed/qed_init_values-8.20.0.0.bin -qed/qed_init_values-8.30.12.0.bin -qed/qed_init_values_zipped-8.33.1.0.bin -qed/qed_init_values_zipped-8.33.11.0.bin -qed/qed_init_values-8.33.12.0.bin -qed/qed_init_values_zipped-8.37.2.0.bin -qed/qed_init_values_zipped-8.37.7.0.bin -qed/qed_init_values-8.37.7.0.bin -qed/qed_init_values-8.40.33.0.bin -qed/qed_init_values_zipped-8.42.2.0.bin +qcom/apq8096/modem.mbn +qcom/apq8096/mba.mbn +qcom/apq8096/adspua.jsn +qcom/apq8096/adspr.jsn +qcom/apq8096/adsp.mbn +qcom/leia_pm4_470.fw +qcom/leia_pfp_470.fw +qcom/a660_sqe.fw +qcom/a660_gmu.bin +qcom/sm8250/cdspr.jsn +qcom/sm8250/cdsp.mbn +qcom/sm8250/adspua.jsn +qcom/sm8250/adspr.jsn +qcom/sm8250/adsp.mbn +qcom/sm8250/a650_zap.mbn +qcom/a650_sqe.fw +qcom/a650_gmu.bin +qcom/sdm845/wlanmdsp.mbn +qcom/sdm845/modemuw.jsn +qcom/sdm845/modem.mbn +qcom/sdm845/mba.mbn +qcom/sdm845/cdspr.jsn +qcom/sdm845/cdsp.mbn +qcom/sdm845/adspua.jsn +qcom/sdm845/adspr.jsn +qcom/sdm845/adsp.mbn +qcom/sdm845/a630_zap.mbn +qcom/a630_sqe.fw +qcom/a630_gmu.bin +qcom/a530_zap.mdt +qcom/a530_zap.b02 +qcom/a530_zap.b01 +qcom/a530_zap.b00 +qcom/a530v3_gpmu.fw2 +qcom/a530_pm4.fw +qcom/a530_pfp.fw +qcom/a420_pm4.fw +qcom/a420_pfp.fw +qcom/a330_pm4.fw +qcom/a330_pfp.fw +qcom/a300_pm4.fw +qcom/a300_pfp.fw +qcom/vpu-2.0/venus.mbn +qcom/vpu-2.0/venus.b19 +qcom/vpu-2.0/venus.b10 +qcom/vpu-2.0/venus.b09 +qcom/vpu-2.0/venus.b08 +qcom/vpu-2.0/venus.b07 +qcom/vpu-2.0/venus.b06 +qcom/vpu-2.0/venus.b05 +qcom/vpu-2.0/venus.b04 +qcom/vpu-2.0/venus.b03 +qcom/vpu-2.0/venus.b02 +qcom/vpu-2.0/venus.b01 +qcom/vpu-2.0/venus.b00 +qcom/vpu-2.0/venus.mdt +qcom/vpu-1.0/venus.mbn +qcom/vpu-1.0/venus.b19 +qcom/vpu-1.0/venus.b10 +qcom/vpu-1.0/venus.b09 +qcom/vpu-1.0/venus.b08 +qcom/vpu-1.0/venus.b07 +qcom/vpu-1.0/venus.b06 +qcom/vpu-1.0/venus.b05 +qcom/vpu-1.0/venus.b04 +qcom/vpu-1.0/venus.b03 +qcom/vpu-1.0/venus.b02 +qcom/vpu-1.0/venus.b01 +qcom/vpu-1.0/venus.b00 +qcom/vpu-1.0/venus.mdt +qcom/venus-5.4/venus.mbn +qcom/venus-5.4/venus.b04 +qcom/venus-5.4/venus.b03 +qcom/venus-5.4/venus.b02 +qcom/venus-5.4/venus.b01 +qcom/venus-5.4/venus.b00 +qcom/venus-5.4/venus.mdt +qcom/venus-5.2/venus.mbn +qcom/venus-5.2/venus.b04 +qcom/venus-5.2/venus.b03 +qcom/venus-5.2/venus.b02 +qcom/venus-5.2/venus.b01 +qcom/venus-5.2/venus.b00 +qcom/venus-5.2/venus.mdt +qcom/venus-4.2/venus.b04 +qcom/venus-4.2/venus.b03 +qcom/venus-4.2/venus.b02 +qcom/venus-4.2/venus.b01 +qcom/venus-4.2/venus.b00 +qcom/venus-4.2/venus.mdt +qcom/venus-1.8/venus.b04 +qcom/venus-1.8/venus.b03 +qcom/venus-1.8/venus.b02 +qcom/venus-1.8/venus.b01 +qcom/venus-1.8/venus.b00 +qcom/venus-1.8/venus.mdt qed/qed_init_values_zipped-8.59.1.0.bin +qed/qed_init_values_zipped-8.42.2.0.bin +qed/qed_init_values-8.40.33.0.bin +qed/qed_init_values-8.37.7.0.bin +qed/qed_init_values_zipped-8.37.7.0.bin +qed/qed_init_values_zipped-8.37.2.0.bin +qed/qed_init_values-8.33.12.0.bin +qed/qed_init_values_zipped-8.33.11.0.bin +qed/qed_init_values_zipped-8.33.1.0.bin +qed/qed_init_values-8.30.12.0.bin +qed/qed_init_values-8.20.0.0.bin +qed/qed_init_values_zipped-8.20.0.0.bin +qed/qed_init_values-8.18.9.0.bin +qed/qed_init_values_zipped-8.15.3.0.bin +qed/qed_init_values-8.14.6.0.bin +qed/qed_init_values_zipped-8.10.10.0.bin +qed/qed_init_values-8.10.9.0.bin +qed/qed_init_values_zipped-8.10.5.0.bin +qed/qed_init_values_zipped-8.7.3.0.bin +qed/qed_init_values_zipped-8.4.2.0.bin ql2100_fw.bin ql2200_fw.bin ql2300_fw.bin ql2322_fw.bin ql2400_fw.bin ql2500_fw.bin -qlogic/1040.bin -qlogic/1280.bin -qlogic/12160.bin qlogic/sd7220.fw +qlogic/12160.bin +qlogic/1280.bin +qlogic/1040.bin r128/r128_cce.bin r8a779x_usb3_v1.dlmem r8a779x_usb3_v2.dlmem r8a779x_usb3_v3.dlmem -radeon/R100_cp.bin -radeon/R200_cp.bin -radeon/R300_cp.bin -radeon/R420_cp.bin -radeon/RS600_cp.bin -radeon/RS690_cp.bin -radeon/R520_cp.bin -radeon/R600_pfp.bin -radeon/R600_me.bin -radeon/RV610_pfp.bin -radeon/RV610_me.bin -radeon/RV630_pfp.bin -radeon/RV630_me.bin -radeon/RV620_pfp.bin -radeon/RV620_me.bin -radeon/RV635_pfp.bin -radeon/RV635_me.bin -radeon/RV670_pfp.bin -radeon/RV670_me.bin -radeon/RS780_pfp.bin -radeon/RS780_me.bin -radeon/RV770_pfp.bin -radeon/RV770_me.bin -radeon/RV730_pfp.bin -radeon/RV730_me.bin -radeon/RV710_pfp.bin -radeon/RV710_me.bin -radeon/R600_rlc.bin -radeon/R600_uvd.bin -radeon/RS780_uvd.bin -radeon/R700_rlc.bin -radeon/RV710_uvd.bin -radeon/RV710_smc.bin -radeon/RV730_smc.bin -radeon/RV740_smc.bin -radeon/RV770_smc.bin -radeon/RV770_uvd.bin -radeon/CEDAR_me.bin -radeon/CEDAR_pfp.bin -radeon/CEDAR_rlc.bin -radeon/CEDAR_smc.bin -radeon/CYPRESS_me.bin -radeon/CYPRESS_pfp.bin -radeon/CYPRESS_rlc.bin -radeon/CYPRESS_uvd.bin -radeon/CYPRESS_smc.bin -radeon/JUNIPER_me.bin -radeon/JUNIPER_pfp.bin -radeon/JUNIPER_rlc.bin -radeon/JUNIPER_smc.bin -radeon/REDWOOD_me.bin -radeon/REDWOOD_pfp.bin -radeon/REDWOOD_rlc.bin -radeon/REDWOOD_smc.bin -radeon/PALM_me.bin -radeon/PALM_pfp.bin -radeon/SUMO_rlc.bin -radeon/SUMO_uvd.bin -radeon/BARTS_mc.bin -radeon/BARTS_me.bin -radeon/BARTS_pfp.bin -radeon/BARTS_smc.bin -radeon/BTC_rlc.bin -radeon/CAICOS_mc.bin -radeon/CAICOS_me.bin -radeon/CAICOS_pfp.bin -radeon/CAICOS_smc.bin -radeon/TURKS_mc.bin -radeon/TURKS_me.bin -radeon/TURKS_pfp.bin -radeon/TURKS_smc.bin -radeon/CAYMAN_mc.bin -radeon/CAYMAN_me.bin -radeon/CAYMAN_pfp.bin -radeon/CAYMAN_rlc.bin -radeon/CAYMAN_smc.bin -radeon/SUMO_pfp.bin -radeon/SUMO_me.bin -radeon/SUMO2_pfp.bin -radeon/SUMO2_me.bin -radeon/ARUBA_me.bin -radeon/ARUBA_pfp.bin -radeon/ARUBA_rlc.bin -radeon/PITCAIRN_ce.bin -radeon/PITCAIRN_mc.bin -radeon/PITCAIRN_mc2.bin -radeon/PITCAIRN_me.bin -radeon/PITCAIRN_pfp.bin -radeon/PITCAIRN_rlc.bin -radeon/PITCAIRN_smc.bin -radeon/TAHITI_ce.bin -radeon/TAHITI_mc.bin -radeon/TAHITI_mc2.bin -radeon/TAHITI_me.bin -radeon/TAHITI_pfp.bin -radeon/TAHITI_rlc.bin -radeon/TAHITI_uvd.bin -radeon/TAHITI_smc.bin -radeon/TAHITI_vce.bin -radeon/VERDE_ce.bin -radeon/VERDE_mc.bin -radeon/VERDE_mc2.bin -radeon/VERDE_me.bin -radeon/VERDE_pfp.bin -radeon/VERDE_rlc.bin -radeon/VERDE_smc.bin -radeon/OLAND_ce.bin -radeon/OLAND_mc.bin -radeon/OLAND_mc2.bin -radeon/OLAND_me.bin -radeon/OLAND_pfp.bin -radeon/OLAND_rlc.bin -radeon/OLAND_smc.bin -radeon/HAINAN_ce.bin -radeon/HAINAN_mc.bin -radeon/HAINAN_mc2.bin -radeon/HAINAN_me.bin -radeon/HAINAN_pfp.bin -radeon/HAINAN_rlc.bin -radeon/HAINAN_smc.bin -radeon/BONAIRE_ce.bin -radeon/BONAIRE_mc.bin -radeon/BONAIRE_mc2.bin -radeon/BONAIRE_me.bin -radeon/BONAIRE_mec.bin -radeon/BONAIRE_pfp.bin -radeon/BONAIRE_rlc.bin -radeon/BONAIRE_sdma.bin -radeon/BONAIRE_uvd.bin -radeon/BONAIRE_smc.bin -radeon/BONAIRE_vce.bin -radeon/KABINI_ce.bin -radeon/KABINI_me.bin -radeon/KABINI_mec.bin -radeon/KABINI_pfp.bin -radeon/KABINI_rlc.bin -radeon/KABINI_sdma.bin -radeon/KAVERI_ce.bin -radeon/KAVERI_me.bin -radeon/KAVERI_mec.bin -radeon/KAVERI_pfp.bin -radeon/KAVERI_rlc.bin -radeon/KAVERI_sdma.bin -radeon/HAWAII_ce.bin -radeon/HAWAII_mc.bin -radeon/HAWAII_mc2.bin -radeon/HAWAII_me.bin -radeon/HAWAII_mec.bin -radeon/HAWAII_pfp.bin -radeon/HAWAII_rlc.bin -radeon/HAWAII_sdma.bin -radeon/HAWAII_smc.bin -radeon/MULLINS_ce.bin -radeon/MULLINS_me.bin -radeon/MULLINS_mec.bin -radeon/MULLINS_pfp.bin -radeon/MULLINS_rlc.bin -radeon/MULLINS_sdma.bin -radeon/pitcairn_ce.bin -radeon/pitcairn_k_smc.bin -radeon/pitcairn_mc.bin -radeon/pitcairn_me.bin -radeon/pitcairn_pfp.bin -radeon/pitcairn_rlc.bin -radeon/pitcairn_smc.bin -radeon/tahiti_ce.bin -radeon/tahiti_k_smc.bin -radeon/tahiti_mc.bin -radeon/tahiti_me.bin -radeon/tahiti_pfp.bin -radeon/tahiti_rlc.bin -radeon/tahiti_smc.bin -radeon/verde_ce.bin -radeon/verde_k_smc.bin -radeon/verde_mc.bin -radeon/verde_me.bin -radeon/verde_pfp.bin -radeon/verde_rlc.bin -radeon/verde_smc.bin -radeon/oland_ce.bin -radeon/oland_k_smc.bin -radeon/oland_mc.bin -radeon/oland_me.bin -radeon/oland_pfp.bin -radeon/oland_rlc.bin -radeon/oland_smc.bin -radeon/hainan_ce.bin -radeon/hainan_k_smc.bin -radeon/hainan_mc.bin -radeon/hainan_me.bin -radeon/hainan_pfp.bin -radeon/hainan_rlc.bin -radeon/hainan_smc.bin -radeon/bonaire_ce.bin -radeon/bonaire_k_smc.bin -radeon/bonaire_mc.bin -radeon/bonaire_me.bin -radeon/bonaire_mec.bin -radeon/bonaire_pfp.bin -radeon/bonaire_rlc.bin -radeon/bonaire_sdma.bin -radeon/bonaire_sdma1.bin -radeon/bonaire_smc.bin -radeon/bonaire_uvd.bin -radeon/bonaire_vce.bin -radeon/kabini_ce.bin -radeon/kabini_me.bin -radeon/kabini_mec.bin -radeon/kabini_pfp.bin -radeon/kabini_rlc.bin -radeon/kabini_sdma.bin -radeon/kabini_sdma1.bin -radeon/kabini_uvd.bin -radeon/kabini_vce.bin -radeon/kaveri_ce.bin -radeon/kaveri_me.bin -radeon/kaveri_mec.bin -radeon/kaveri_mec2.bin -radeon/kaveri_pfp.bin -radeon/kaveri_rlc.bin -radeon/kaveri_sdma.bin -radeon/kaveri_sdma1.bin -radeon/kaveri_uvd.bin -radeon/kaveri_vce.bin -radeon/hawaii_ce.bin -radeon/hawaii_k_smc.bin -radeon/hawaii_mc.bin -radeon/hawaii_me.bin -radeon/hawaii_mec.bin -radeon/hawaii_pfp.bin -radeon/hawaii_rlc.bin -radeon/hawaii_sdma.bin -radeon/hawaii_sdma1.bin -radeon/hawaii_smc.bin -radeon/hawaii_uvd.bin -radeon/hawaii_vce.bin -radeon/mullins_ce.bin -radeon/mullins_me.bin -radeon/mullins_mec.bin -radeon/mullins_pfp.bin -radeon/mullins_rlc.bin -radeon/mullins_sdma.bin -radeon/mullins_sdma1.bin -radeon/mullins_uvd.bin -radeon/mullins_vce.bin -radeon/banks_k_2_smc.bin radeon/si58_mc.bin +radeon/banks_k_2_smc.bin +radeon/mullins_vce.bin +radeon/mullins_uvd.bin +radeon/mullins_sdma1.bin +radeon/mullins_sdma.bin +radeon/mullins_rlc.bin +radeon/mullins_pfp.bin +radeon/mullins_mec.bin +radeon/mullins_me.bin +radeon/mullins_ce.bin +radeon/hawaii_vce.bin +radeon/hawaii_uvd.bin +radeon/hawaii_smc.bin +radeon/hawaii_sdma1.bin +radeon/hawaii_sdma.bin +radeon/hawaii_rlc.bin +radeon/hawaii_pfp.bin +radeon/hawaii_mec.bin +radeon/hawaii_me.bin +radeon/hawaii_mc.bin +radeon/hawaii_k_smc.bin +radeon/hawaii_ce.bin +radeon/kaveri_vce.bin +radeon/kaveri_uvd.bin +radeon/kaveri_sdma1.bin +radeon/kaveri_sdma.bin +radeon/kaveri_rlc.bin +radeon/kaveri_pfp.bin +radeon/kaveri_mec2.bin +radeon/kaveri_mec.bin +radeon/kaveri_me.bin +radeon/kaveri_ce.bin +radeon/kabini_vce.bin +radeon/kabini_uvd.bin +radeon/kabini_sdma1.bin +radeon/kabini_sdma.bin +radeon/kabini_rlc.bin +radeon/kabini_pfp.bin +radeon/kabini_mec.bin +radeon/kabini_me.bin +radeon/kabini_ce.bin +radeon/bonaire_vce.bin +radeon/bonaire_uvd.bin +radeon/bonaire_smc.bin +radeon/bonaire_sdma1.bin +radeon/bonaire_sdma.bin +radeon/bonaire_rlc.bin +radeon/bonaire_pfp.bin +radeon/bonaire_mec.bin +radeon/bonaire_me.bin +radeon/bonaire_mc.bin +radeon/bonaire_k_smc.bin +radeon/bonaire_ce.bin +radeon/hainan_smc.bin +radeon/hainan_rlc.bin +radeon/hainan_pfp.bin +radeon/hainan_me.bin +radeon/hainan_mc.bin +radeon/hainan_k_smc.bin +radeon/hainan_ce.bin +radeon/oland_smc.bin +radeon/oland_rlc.bin +radeon/oland_pfp.bin +radeon/oland_me.bin +radeon/oland_mc.bin +radeon/oland_k_smc.bin +radeon/oland_ce.bin +radeon/verde_smc.bin +radeon/verde_rlc.bin +radeon/verde_pfp.bin +radeon/verde_me.bin +radeon/verde_mc.bin +radeon/verde_k_smc.bin +radeon/verde_ce.bin +radeon/tahiti_smc.bin +radeon/tahiti_rlc.bin +radeon/tahiti_pfp.bin +radeon/tahiti_me.bin +radeon/tahiti_mc.bin +radeon/tahiti_k_smc.bin +radeon/tahiti_ce.bin +radeon/pitcairn_smc.bin +radeon/pitcairn_rlc.bin +radeon/pitcairn_pfp.bin +radeon/pitcairn_me.bin +radeon/pitcairn_mc.bin +radeon/pitcairn_k_smc.bin +radeon/pitcairn_ce.bin +radeon/MULLINS_sdma.bin +radeon/MULLINS_rlc.bin +radeon/MULLINS_pfp.bin +radeon/MULLINS_mec.bin +radeon/MULLINS_me.bin +radeon/MULLINS_ce.bin +radeon/HAWAII_smc.bin +radeon/HAWAII_sdma.bin +radeon/HAWAII_rlc.bin +radeon/HAWAII_pfp.bin +radeon/HAWAII_mec.bin +radeon/HAWAII_me.bin +radeon/HAWAII_mc2.bin +radeon/HAWAII_mc.bin +radeon/HAWAII_ce.bin +radeon/KAVERI_sdma.bin +radeon/KAVERI_rlc.bin +radeon/KAVERI_pfp.bin +radeon/KAVERI_mec.bin +radeon/KAVERI_me.bin +radeon/KAVERI_ce.bin +radeon/KABINI_sdma.bin +radeon/KABINI_rlc.bin +radeon/KABINI_pfp.bin +radeon/KABINI_mec.bin +radeon/KABINI_me.bin +radeon/KABINI_ce.bin +radeon/BONAIRE_vce.bin +radeon/BONAIRE_smc.bin +radeon/BONAIRE_uvd.bin +radeon/BONAIRE_sdma.bin +radeon/BONAIRE_rlc.bin +radeon/BONAIRE_pfp.bin +radeon/BONAIRE_mec.bin +radeon/BONAIRE_me.bin +radeon/BONAIRE_mc2.bin +radeon/BONAIRE_mc.bin +radeon/BONAIRE_ce.bin +radeon/HAINAN_smc.bin +radeon/HAINAN_rlc.bin +radeon/HAINAN_pfp.bin +radeon/HAINAN_me.bin +radeon/HAINAN_mc2.bin +radeon/HAINAN_mc.bin +radeon/HAINAN_ce.bin +radeon/OLAND_smc.bin +radeon/OLAND_rlc.bin +radeon/OLAND_pfp.bin +radeon/OLAND_me.bin +radeon/OLAND_mc2.bin +radeon/OLAND_mc.bin +radeon/OLAND_ce.bin +radeon/VERDE_smc.bin +radeon/VERDE_rlc.bin +radeon/VERDE_pfp.bin +radeon/VERDE_me.bin +radeon/VERDE_mc2.bin +radeon/VERDE_mc.bin +radeon/VERDE_ce.bin +radeon/TAHITI_vce.bin +radeon/TAHITI_smc.bin +radeon/TAHITI_uvd.bin +radeon/TAHITI_rlc.bin +radeon/TAHITI_pfp.bin +radeon/TAHITI_me.bin +radeon/TAHITI_mc2.bin +radeon/TAHITI_mc.bin +radeon/TAHITI_ce.bin +radeon/PITCAIRN_smc.bin +radeon/PITCAIRN_rlc.bin +radeon/PITCAIRN_pfp.bin +radeon/PITCAIRN_me.bin +radeon/PITCAIRN_mc2.bin +radeon/PITCAIRN_mc.bin +radeon/PITCAIRN_ce.bin +radeon/ARUBA_rlc.bin +radeon/ARUBA_pfp.bin +radeon/ARUBA_me.bin +radeon/SUMO2_me.bin +radeon/SUMO2_pfp.bin +radeon/SUMO_me.bin +radeon/SUMO_pfp.bin +radeon/CAYMAN_smc.bin +radeon/CAYMAN_rlc.bin +radeon/CAYMAN_pfp.bin +radeon/CAYMAN_me.bin +radeon/CAYMAN_mc.bin +radeon/TURKS_smc.bin +radeon/TURKS_pfp.bin +radeon/TURKS_me.bin +radeon/TURKS_mc.bin +radeon/CAICOS_smc.bin +radeon/CAICOS_pfp.bin +radeon/CAICOS_me.bin +radeon/CAICOS_mc.bin +radeon/BTC_rlc.bin +radeon/BARTS_smc.bin +radeon/BARTS_pfp.bin +radeon/BARTS_me.bin +radeon/BARTS_mc.bin +radeon/SUMO_uvd.bin +radeon/SUMO_rlc.bin +radeon/PALM_pfp.bin +radeon/PALM_me.bin +radeon/REDWOOD_smc.bin +radeon/REDWOOD_rlc.bin +radeon/REDWOOD_pfp.bin +radeon/REDWOOD_me.bin +radeon/JUNIPER_smc.bin +radeon/JUNIPER_rlc.bin +radeon/JUNIPER_pfp.bin +radeon/JUNIPER_me.bin +radeon/CYPRESS_smc.bin +radeon/CYPRESS_uvd.bin +radeon/CYPRESS_rlc.bin +radeon/CYPRESS_pfp.bin +radeon/CYPRESS_me.bin +radeon/CEDAR_smc.bin +radeon/CEDAR_rlc.bin +radeon/CEDAR_pfp.bin +radeon/CEDAR_me.bin +radeon/RV770_uvd.bin +radeon/RV770_smc.bin +radeon/RV740_smc.bin +radeon/RV730_smc.bin +radeon/RV710_smc.bin +radeon/RV710_uvd.bin +radeon/R700_rlc.bin +radeon/RS780_uvd.bin +radeon/R600_uvd.bin +radeon/R600_rlc.bin +radeon/RV710_me.bin +radeon/RV710_pfp.bin +radeon/RV730_me.bin +radeon/RV730_pfp.bin +radeon/RV770_me.bin +radeon/RV770_pfp.bin +radeon/RS780_me.bin +radeon/RS780_pfp.bin +radeon/RV670_me.bin +radeon/RV670_pfp.bin +radeon/RV635_me.bin +radeon/RV635_pfp.bin +radeon/RV620_me.bin +radeon/RV620_pfp.bin +radeon/RV630_me.bin +radeon/RV630_pfp.bin +radeon/RV610_me.bin +radeon/RV610_pfp.bin +radeon/R600_me.bin +radeon/R600_pfp.bin +radeon/R520_cp.bin +radeon/RS690_cp.bin +radeon/RS600_cp.bin +radeon/R420_cp.bin +radeon/R300_cp.bin +radeon/R200_cp.bin +radeon/R100_cp.bin rockchip/dptx.bin rp2.fw -rsi/rs9113_wlan_qspi.rps -rsi/rs9113_wlan_bt_dual_mode.rps -rsi/rs9113_ap_bt_dual_mode.rps -rsi/rs9116_wlan.rps rsi/rs9116_wlan_bt_classic.rps +rsi/rs9116_wlan.rps +rsi/rs9113_ap_bt_dual_mode.rps +rsi/rs9113_wlan_bt_dual_mode.rps +rsi/rs9113_wlan_qspi.rps rsi_91x.fw rt2561.bin rt2561s.bin @@ -2576,113 +2501,113 @@ rt3071.bin rt3090.bin rt3290.bin rt73.bin -rtl_bt/rtl8192ee_fw.bin -rtl_bt/rtl8192eu_fw.bin -rtl_bt/rtl8723a_fw.bin -rtl_bt/rtl8723b_fw.bin -rtl_bt/rtl8723bs_fw.bin -rtl_bt/rtl8723bs_config-OBDA8723.bin -rtl_bt/rtl8761a_fw.bin -rtl_bt/rtl8761b_fw.bin -rtl_bt/rtl8761b_config.bin -rtl_bt/rtl8761bu_fw.bin -rtl_bt/rtl8761bu_config.bin -rtl_bt/rtl8812ae_fw.bin -rtl_bt/rtl8821a_fw.bin -rtl_bt/rtl8822b_fw.bin -rtl_bt/rtl8822b_config.bin -rtl_bt/rtl8723d_fw.bin -rtl_bt/rtl8723d_config.bin -rtl_bt/rtl8821c_fw.bin -rtl_bt/rtl8821c_config.bin -rtl_bt/rtl8822cu_fw.bin -rtl_bt/rtl8822cu_config.bin -rtl_bt/rtl8822cs_fw.bin -rtl_bt/rtl8822cs_config.bin -rtl_bt/rtl8852au_fw.bin -rtl_bt/rtl8852au_config.bin -rtl_bt/rtl8852bu_fw.bin -rtl_bt/rtl8852bu_config.bin -rtl_bt/rtl8852cu_fw.bin -rtl_bt/rtl8852cu_config.bin -rtl_bt/rtl8723bs_config-OBDA0623.bin rtl_bt/rtl8821a_config.bin -rtl_nic/rtl8168d-1.fw -rtl_nic/rtl8168d-2.fw -rtl_nic/rtl8105e-1.fw -rtl_nic/rtl8168e-1.fw -rtl_nic/rtl8168e-2.fw -rtl_nic/rtl8168e-3.fw -rtl_nic/rtl8168f-1.fw -rtl_nic/rtl8168f-2.fw -rtl_nic/rtl8411-1.fw -rtl_nic/rtl8411-2.fw -rtl_nic/rtl8402-1.fw -rtl_nic/rtl8106e-1.fw -rtl_nic/rtl8106e-2.fw -rtl_nic/rtl8168g-1.fw -rtl_nic/rtl8168g-2.fw -rtl_nic/rtl8168g-3.fw -rtl_nic/rtl8168h-1.fw -rtl_nic/rtl8168h-2.fw -rtl_nic/rtl8168fp-3.fw -rtl_nic/rtl8107e-1.fw -rtl_nic/rtl8107e-2.fw -rtl_nic/rtl8125a-3.fw -rtl_nic/rtl8125b-1.fw -rtl_nic/rtl8125b-2.fw -rtl_nic/rtl8153a-2.fw -rtl_nic/rtl8153a-3.fw -rtl_nic/rtl8153a-4.fw -rtl_nic/rtl8153b-2.fw -rtl_nic/rtl8153c-1.fw -rtl_nic/rtl8156a-2.fw +rtl_bt/rtl8723bs_config-OBDA0623.bin +rtl_bt/rtl8852cu_config.bin +rtl_bt/rtl8852cu_fw.bin +rtl_bt/rtl8852bu_config.bin +rtl_bt/rtl8852bu_fw.bin +rtl_bt/rtl8852au_config.bin +rtl_bt/rtl8852au_fw.bin +rtl_bt/rtl8822cs_config.bin +rtl_bt/rtl8822cs_fw.bin +rtl_bt/rtl8822cu_config.bin +rtl_bt/rtl8822cu_fw.bin +rtl_bt/rtl8821c_config.bin +rtl_bt/rtl8821c_fw.bin +rtl_bt/rtl8723d_config.bin +rtl_bt/rtl8723d_fw.bin +rtl_bt/rtl8822b_config.bin +rtl_bt/rtl8822b_fw.bin +rtl_bt/rtl8821a_fw.bin +rtl_bt/rtl8812ae_fw.bin +rtl_bt/rtl8761bu_config.bin +rtl_bt/rtl8761bu_fw.bin +rtl_bt/rtl8761b_config.bin +rtl_bt/rtl8761b_fw.bin +rtl_bt/rtl8761a_fw.bin +rtl_bt/rtl8723bs_config-OBDA8723.bin +rtl_bt/rtl8723bs_fw.bin +rtl_bt/rtl8723b_fw.bin +rtl_bt/rtl8723a_fw.bin +rtl_bt/rtl8192eu_fw.bin +rtl_bt/rtl8192ee_fw.bin rtl_nic/rtl8156b-2.fw -rtlwifi/rtl8712u.bin -rtlwifi/rtl8192cfw.bin -rtlwifi/rtl8192cfwU.bin -rtlwifi/rtl8192cfwU_B.bin -rtlwifi/rtl8192cufw.bin -rtlwifi/rtl8192cufw_A.bin -rtlwifi/rtl8192cufw_B.bin -rtlwifi/rtl8192cufw_TMSC.bin -rtlwifi/rtl8192sefw.bin -rtlwifi/rtl8192defw.bin -rtlwifi/rtl8723fw.bin -rtlwifi/rtl8723fw_B.bin -rtlwifi/rtl8723befw.bin -rtlwifi/rtl8723befw_36.bin -rtlwifi/rtl8723defw.bin -rtlwifi/rtl8723aufw_A.bin -rtlwifi/rtl8723aufw_B.bin -rtlwifi/rtl8723aufw_B_NoBT.bin -rtlwifi/rtl8188efw.bin -rtlwifi/rtl8188eufw.bin -rtlwifi/rtl8812aefw.bin -rtlwifi/rtl8812aefw_wowlan.bin -rtlwifi/rtl8821aefw.bin -rtlwifi/rtl8821aefw_wowlan.bin -rtlwifi/rtl8821aefw_29.bin -rtlwifi/rtl8822befw.bin -rtlwifi/rtl8723bs_bt.bin -rtlwifi/rtl8723bu_nic.bin -rtlwifi/rtl8723bu_wowlan.bin -rtlwifi/rtl8723bu_ap_wowlan.bin -rtlwifi/rtl8192eu_nic.bin -rtlwifi/rtl8192eu_wowlan.bin -rtlwifi/rtl8192eu_ap_wowlan.bin -rtlwifi/rtl8192eefw.bin -rtlwifi/rtl8723bs_nic.bin -rtlwifi/rtl8723bs_ap_wowlan.bin +rtl_nic/rtl8156a-2.fw +rtl_nic/rtl8153c-1.fw +rtl_nic/rtl8153b-2.fw +rtl_nic/rtl8153a-4.fw +rtl_nic/rtl8153a-3.fw +rtl_nic/rtl8153a-2.fw +rtl_nic/rtl8125b-2.fw +rtl_nic/rtl8125b-1.fw +rtl_nic/rtl8125a-3.fw +rtl_nic/rtl8107e-2.fw +rtl_nic/rtl8107e-1.fw +rtl_nic/rtl8168fp-3.fw +rtl_nic/rtl8168h-2.fw +rtl_nic/rtl8168h-1.fw +rtl_nic/rtl8168g-3.fw +rtl_nic/rtl8168g-2.fw +rtl_nic/rtl8168g-1.fw +rtl_nic/rtl8106e-2.fw +rtl_nic/rtl8106e-1.fw +rtl_nic/rtl8402-1.fw +rtl_nic/rtl8411-2.fw +rtl_nic/rtl8411-1.fw +rtl_nic/rtl8168f-2.fw +rtl_nic/rtl8168f-1.fw +rtl_nic/rtl8168e-3.fw +rtl_nic/rtl8168e-2.fw +rtl_nic/rtl8168e-1.fw +rtl_nic/rtl8105e-1.fw +rtl_nic/rtl8168d-2.fw +rtl_nic/rtl8168d-1.fw rtlwifi/rtl8723bs_wowlan.bin -rtw88/rtw8822b_fw.bin -rtw88/rtw8822c_fw.bin -rtw88/rtw8822c_wow_fw.bin -rtw88/README -rtw88/rtw8723d_fw.bin +rtlwifi/rtl8723bs_ap_wowlan.bin +rtlwifi/rtl8723bs_nic.bin +rtlwifi/rtl8192eefw.bin +rtlwifi/rtl8192eu_ap_wowlan.bin +rtlwifi/rtl8192eu_wowlan.bin +rtlwifi/rtl8192eu_nic.bin +rtlwifi/rtl8723bu_ap_wowlan.bin +rtlwifi/rtl8723bu_wowlan.bin +rtlwifi/rtl8723bu_nic.bin +rtlwifi/rtl8723bs_bt.bin +rtlwifi/rtl8822befw.bin +rtlwifi/rtl8821aefw_29.bin +rtlwifi/rtl8821aefw_wowlan.bin +rtlwifi/rtl8821aefw.bin +rtlwifi/rtl8812aefw_wowlan.bin +rtlwifi/rtl8812aefw.bin +rtlwifi/rtl8188eufw.bin +rtlwifi/rtl8188efw.bin +rtlwifi/rtl8723aufw_B_NoBT.bin +rtlwifi/rtl8723aufw_B.bin +rtlwifi/rtl8723aufw_A.bin +rtlwifi/rtl8723defw.bin +rtlwifi/rtl8723befw_36.bin +rtlwifi/rtl8723befw.bin +rtlwifi/rtl8723fw_B.bin +rtlwifi/rtl8723fw.bin +rtlwifi/rtl8192defw.bin +rtlwifi/rtl8192sefw.bin +rtlwifi/rtl8192cufw_TMSC.bin +rtlwifi/rtl8192cufw_B.bin +rtlwifi/rtl8192cufw_A.bin +rtlwifi/rtl8192cufw.bin +rtlwifi/rtl8192cfwU_B.bin +rtlwifi/rtl8192cfwU.bin +rtlwifi/rtl8192cfw.bin +rtlwifi/rtl8712u.bin rtw88/rtw8821c_fw.bin -rtw89/rtw8852a_fw.bin +rtw88/rtw8723d_fw.bin +rtw88/README +rtw88/rtw8822c_wow_fw.bin +rtw88/rtw8822c_fw.bin +rtw88/rtw8822b_fw.bin rtw89/rtw8852c_fw.bin +rtw89/rtw8852a_fw.bin s2250.fw s2250_loader.fw s5p-mfc-v6-v2.fw @@ -2691,85 +2616,85 @@ s5p-mfc-v7.fw s5p-mfc-v8.fw s5p-mfc.fw sdd_sagrad_1091_1098.bin -slicoss/gbdownload.sys -slicoss/gbrcvucode.sys -slicoss/oasisdbgdownload.sys -slicoss/oasisdownload.sys slicoss/oasisrcvucode.sys +slicoss/oasisdownload.sys +slicoss/oasisdbgdownload.sys +slicoss/gbrcvucode.sys +slicoss/gbdownload.sys sms1xxx-hcw-55xxx-dvbt-02.fw sms1xxx-hcw-55xxx-isdbt-02.fw sms1xxx-nova-a-dvbt-01.fw sms1xxx-nova-b-dvbt-01.fw sms1xxx-stellar-dvbt-01.fw -sxg/saharadownloadB.sys sxg/saharadbgdownloadB.sys +sxg/saharadownloadB.sys tdmb_nova_12mhz.inp tehuti/bdx.bin ti/vpdma-1b8.bin -ti-connectivity/wl1251-fw.bin -ti-connectivity/wl1251-nvs.bin -ti-connectivity/wl1271-fw.bin -ti-connectivity/wl1271-fw-2.bin -ti-connectivity/wl1271-fw-ap.bin -ti-connectivity/wl127x-fw-3.bin -ti-connectivity/wl127x-fw-plt-3.bin -ti-connectivity/wl127x-fw-4-sr.bin -ti-connectivity/wl127x-fw-4-mr.bin -ti-connectivity/wl127x-fw-4-plt.bin -ti-connectivity/wl127x-fw-5-sr.bin -ti-connectivity/wl127x-fw-5-mr.bin -ti-connectivity/wl127x-fw-5-plt.bin -ti-connectivity/wl128x-fw.bin -ti-connectivity/wl128x-fw-ap.bin -ti-connectivity/wl128x-fw-3.bin -ti-connectivity/wl128x-fw-plt-3.bin -ti-connectivity/wl128x-fw-4-sr.bin -ti-connectivity/wl128x-fw-4-mr.bin -ti-connectivity/wl128x-fw-4-plt.bin -ti-connectivity/wl128x-fw-5-sr.bin -ti-connectivity/wl128x-fw-5-mr.bin -ti-connectivity/wl128x-fw-5-plt.bin -ti-connectivity/wl127x-nvs.bin -ti-connectivity/wl128x-nvs.bin -ti-connectivity/wl18xx-fw.bin -ti-connectivity/wl18xx-fw-2.bin -ti-connectivity/wl18xx-fw-3.bin -ti-connectivity/wl18xx-fw-4.bin -ti-connectivity/TIInit_6.2.31.bts -ti-connectivity/TIInit_6.6.15.bts -ti-connectivity/TIInit_7.2.31.bts -ti-connectivity/wl12xx-nvs.bin ti-connectivity/wl1271-nvs.bin +ti-connectivity/wl12xx-nvs.bin +ti-connectivity/TIInit_7.2.31.bts +ti-connectivity/TIInit_6.6.15.bts +ti-connectivity/TIInit_6.2.31.bts +ti-connectivity/wl18xx-fw-4.bin +ti-connectivity/wl18xx-fw-3.bin +ti-connectivity/wl18xx-fw-2.bin +ti-connectivity/wl18xx-fw.bin +ti-connectivity/wl128x-nvs.bin +ti-connectivity/wl127x-nvs.bin +ti-connectivity/wl128x-fw-5-plt.bin +ti-connectivity/wl128x-fw-5-mr.bin +ti-connectivity/wl128x-fw-5-sr.bin +ti-connectivity/wl128x-fw-4-plt.bin +ti-connectivity/wl128x-fw-4-mr.bin +ti-connectivity/wl128x-fw-4-sr.bin +ti-connectivity/wl128x-fw-plt-3.bin +ti-connectivity/wl128x-fw-3.bin +ti-connectivity/wl128x-fw-ap.bin +ti-connectivity/wl128x-fw.bin +ti-connectivity/wl127x-fw-5-plt.bin +ti-connectivity/wl127x-fw-5-mr.bin +ti-connectivity/wl127x-fw-5-sr.bin +ti-connectivity/wl127x-fw-4-plt.bin +ti-connectivity/wl127x-fw-4-mr.bin +ti-connectivity/wl127x-fw-4-sr.bin +ti-connectivity/wl127x-fw-plt-3.bin +ti-connectivity/wl127x-fw-3.bin +ti-connectivity/wl1271-fw-ap.bin +ti-connectivity/wl1271-fw-2.bin +ti-connectivity/wl1271-fw.bin +ti-connectivity/wl1251-nvs.bin +ti-connectivity/wl1251-fw.bin ti-keystone/ks2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin -tigon/tg3.bin -tigon/tg3_tso.bin -tigon/tg3_tso5.bin tigon/tg357766.bin +tigon/tg3_tso5.bin +tigon/tg3_tso.bin +tigon/tg3.bin tlg2300_firmware.bin -ueagle-atm/CMV4p.bin.v2 -ueagle-atm/DSP4p.bin -ueagle-atm/eagleIV.fw -ueagle-atm/930-fpga.bin -ueagle-atm/CMVeiWO.bin -ueagle-atm/CMVepFR10.bin -ueagle-atm/DSP9p.bin -ueagle-atm/eagleIII.fw -ueagle-atm/adi930.fw -ueagle-atm/CMVep.bin -ueagle-atm/CMVepFR.bin -ueagle-atm/DSPei.bin -ueagle-atm/CMV9i.bin -ueagle-atm/CMVepES03.bin -ueagle-atm/CMVepIT.bin -ueagle-atm/DSPep.bin -ueagle-atm/CMV9p.bin -ueagle-atm/CMVepES.bin -ueagle-atm/CMVepWO.bin -ueagle-atm/eagleI.fw -ueagle-atm/CMVei.bin -ueagle-atm/CMVepFR04.bin -ueagle-atm/DSP9i.bin ueagle-atm/eagleII.fw +ueagle-atm/DSP9i.bin +ueagle-atm/CMVepFR04.bin +ueagle-atm/CMVei.bin +ueagle-atm/eagleI.fw +ueagle-atm/CMVepWO.bin +ueagle-atm/CMVepES.bin +ueagle-atm/CMV9p.bin +ueagle-atm/DSPep.bin +ueagle-atm/CMVepIT.bin +ueagle-atm/CMVepES03.bin +ueagle-atm/CMV9i.bin +ueagle-atm/DSPei.bin +ueagle-atm/CMVepFR.bin +ueagle-atm/CMVep.bin +ueagle-atm/adi930.fw +ueagle-atm/eagleIII.fw +ueagle-atm/DSP9p.bin +ueagle-atm/CMVepFR10.bin +ueagle-atm/CMVeiWO.bin +ueagle-atm/930-fpga.bin +ueagle-atm/eagleIV.fw +ueagle-atm/DSP4p.bin +ueagle-atm/CMV4p.bin.v2 usbdux_firmware.bin usbduxfast_firmware.bin usbduxsigma_firmware.bin @@ -2782,8 +2707,11 @@ v4l-cx25840.fw vntwusb.fw vpu_d.bin vpu_p.bin -vxge/X3fw.ncf vxge/X3fw-pxe.ncf +vxge/X3fw.ncf +wfx/brd8023a.pds +wfx/brd8022a.pds +wfx/brd4001a.pds wfx/wfm_wf200_C0.sec wil6210.brd wil6210.fw From 519127ffdb4a5937f0c11e90b7bec4534a66ff6f Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 16 Jul 2022 14:25:34 +0100 Subject: [PATCH 225/833] Add dev-util/android-studio unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index f27450a..00966ed 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -13,6 +13,7 @@ dev-libs/libstrophe ~amd64 dev-libs/nss ~amd64 dev-libs/olm ~amd64 dev-libs/spdlog ~amd64 +dev-util/android-studio ~amd64 fs-util/fsverity-utils ~amd64 games-rpg/cataclysm-dda ~amd64 gui-apps/waybar ~amd64 From c70f0ce2fe3fe3d4688fc64f27b2a6311d9707bc Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 25 Jul 2022 22:37:19 +0100 Subject: [PATCH 226/833] Add dev-python/pycryptodome to Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index fd8dd8e..3d6b2e8 100644 --- a/portage/package.env +++ b/portage/package.env @@ -339,6 +339,7 @@ dev-python/cffi basic.conf media-libs/mlt basic.conf dev-python/cython basic.conf sys-auth/elogind basic.conf +dev-python/pycryptodome basic.conf # Chromium www-client/chromium chromium.conf From 665830d1df8481d3d1cc5802960cab7f5883200a Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 25 Jul 2022 22:47:53 +0100 Subject: [PATCH 227/833] Add sys-libs/libselinux and sys-libs/libsemanage to Basic env. --- portage/package.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portage/package.env b/portage/package.env index 3d6b2e8..83751bf 100644 --- a/portage/package.env +++ b/portage/package.env @@ -340,6 +340,8 @@ media-libs/mlt basic.conf dev-python/cython basic.conf sys-auth/elogind basic.conf dev-python/pycryptodome basic.conf +sys-libs/libselinux basic.conf +sys-libs/libsemanage basic.conf # Chromium www-client/chromium chromium.conf From b72ae793efbd5bb1c39aa26fe052087530ef11f6 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 25 Jul 2022 22:54:47 +0100 Subject: [PATCH 228/833] Add app-admin/setools to Basic env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 83751bf..b1790ff 100644 --- a/portage/package.env +++ b/portage/package.env @@ -342,6 +342,7 @@ sys-auth/elogind basic.conf dev-python/pycryptodome basic.conf sys-libs/libselinux basic.conf sys-libs/libsemanage basic.conf +app-admin/setools basic.conf # Chromium www-client/chromium chromium.conf From fb605b878fec0a63ad8008c7d75f9d24b3497b35 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 1 Aug 2022 17:24:32 +0100 Subject: [PATCH 229/833] Add media-sound/alsa-utils to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index b1790ff..90273a8 100644 --- a/portage/package.env +++ b/portage/package.env @@ -297,6 +297,7 @@ www-client/w3m nopie.conf x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf x11-libs/xtrans nopie.conf +media-sound/alsa-utils nopie.conf # No LTO, no PIE From 52fb5d87d81cd95903c3c172d27e1354889fbc78 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 2 Aug 2022 20:10:10 +0100 Subject: [PATCH 230/833] Add FEATURE buildpkg. --- portage/make.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/make.conf b/portage/make.conf index 9c5ce9d..5739d34 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -64,3 +64,4 @@ GENTOO_MIRRORS="https://mirror.init7.net/gentoo/" ## Emerge. EMERGE_DEFAULT_OPTS="--ask --verbose" +FEATURES="buildpkg" From f1936ec965797cf270e2b31622da57c0de167bf5 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 13 Aug 2022 17:09:42 +0100 Subject: [PATCH 231/833] Add dev-perl/Socket6 to No PIE env. --- portage/package.env | 1 + .../sys-kernel/linux-firmware-20220708 | 4732 ++++++++--------- 2 files changed, 2367 insertions(+), 2366 deletions(-) diff --git a/portage/package.env b/portage/package.env index 90273a8..580f213 100644 --- a/portage/package.env +++ b/portage/package.env @@ -298,6 +298,7 @@ x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf x11-libs/xtrans nopie.conf media-sound/alsa-utils nopie.conf +dev-perl/Socket6 nopie.conf # No LTO, no PIE diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220708 b/portage/savedconfig/sys-kernel/linux-firmware-20220708 index 366da3f..a8aba9c 100644 --- a/portage/savedconfig/sys-kernel/linux-firmware-20220708 +++ b/portage/savedconfig/sys-kernel/linux-firmware-20220708 @@ -1,539 +1,539 @@ # Remove files that shall not be installed from this list. 3com/typhoon.bin -RTL8192E/main.img -RTL8192E/data.img RTL8192E/boot.img +RTL8192E/data.img +RTL8192E/main.img a300_pfp.fw a300_pm4.fw -advansys/38C1600.bin -advansys/38C0800.bin -advansys/3550.bin advansys/mcode.bin +advansys/3550.bin +advansys/38C0800.bin +advansys/38C1600.bin agere_ap_fw.bin agere_sta_fw.bin -amd/amd_sev_fam19h_model0xh.sbin -amd/amd_sev_fam17h_model3xh.sbin amd/amd_sev_fam17h_model0xh.sbin -amd-ucode/microcode_amd_fam19h.bin -amd-ucode/microcode_amd_fam17h.bin -amd-ucode/microcode_amd_fam16h.bin -amd-ucode/microcode_amd_fam15h.bin +amd/amd_sev_fam17h_model3xh.sbin +amd/amd_sev_fam19h_model0xh.sbin amd-ucode/microcode_amd.bin -amdgpu/sdma_5_2_7.bin -amdgpu/psp_13_0_8_toc.bin -amdgpu/psp_13_0_8_ta.bin -amdgpu/psp_13_0_8_asd.bin -amdgpu/dcn_3_1_6_dmcub.bin -amdgpu/gc_10_3_7_rlc.bin -amdgpu/gc_10_3_7_pfp.bin -amdgpu/gc_10_3_7_mec2.bin -amdgpu/gc_10_3_7_mec.bin -amdgpu/gc_10_3_7_me.bin -amdgpu/gc_10_3_7_ce.bin -amdgpu/aldebaran_vcn.bin -amdgpu/aldebaran_ta.bin -amdgpu/aldebaran_sos.bin -amdgpu/aldebaran_smc.bin -amdgpu/aldebaran_sdma.bin -amdgpu/aldebaran_rlc.bin -amdgpu/aldebaran_mec.bin -amdgpu/aldebaran_mec2.bin -amdgpu/cyan_skillfish2_sdma1.bin -amdgpu/cyan_skillfish2_sdma.bin -amdgpu/cyan_skillfish2_rlc.bin -amdgpu/cyan_skillfish2_pfp.bin -amdgpu/cyan_skillfish2_mec2.bin -amdgpu/cyan_skillfish2_mec.bin -amdgpu/cyan_skillfish2_me.bin -amdgpu/cyan_skillfish2_ce.bin -amdgpu/beige_goby_vcn.bin -amdgpu/beige_goby_ta.bin -amdgpu/beige_goby_sos.bin -amdgpu/beige_goby_smc.bin -amdgpu/beige_goby_sdma.bin -amdgpu/beige_goby_rlc.bin -amdgpu/beige_goby_pfp.bin -amdgpu/beige_goby_mec2.bin -amdgpu/beige_goby_mec.bin -amdgpu/beige_goby_me.bin -amdgpu/beige_goby_dmcub.bin -amdgpu/beige_goby_ce.bin -amdgpu/yellow_carp_vcn.bin -amdgpu/yellow_carp_toc.bin -amdgpu/yellow_carp_ta.bin -amdgpu/yellow_carp_sdma.bin -amdgpu/yellow_carp_rlc.bin -amdgpu/yellow_carp_pfp.bin -amdgpu/yellow_carp_mec2.bin -amdgpu/yellow_carp_mec.bin -amdgpu/yellow_carp_me.bin -amdgpu/yellow_carp_dmcub.bin -amdgpu/yellow_carp_ce.bin -amdgpu/yellow_carp_asd.bin -amdgpu/vangogh_vcn.bin -amdgpu/vangogh_toc.bin -amdgpu/vangogh_sdma.bin -amdgpu/vangogh_rlc.bin -amdgpu/vangogh_pfp.bin -amdgpu/vangogh_mec.bin -amdgpu/vangogh_mec2.bin -amdgpu/vangogh_me.bin -amdgpu/vangogh_dmcub.bin -amdgpu/vangogh_ce.bin -amdgpu/vangogh_asd.bin -amdgpu/dimgrey_cavefish_vcn.bin -amdgpu/dimgrey_cavefish_ta.bin -amdgpu/dimgrey_cavefish_sos.bin -amdgpu/dimgrey_cavefish_smc.bin -amdgpu/dimgrey_cavefish_sdma.bin -amdgpu/dimgrey_cavefish_rlc.bin -amdgpu/dimgrey_cavefish_pfp.bin -amdgpu/dimgrey_cavefish_mec2.bin -amdgpu/dimgrey_cavefish_mec.bin -amdgpu/dimgrey_cavefish_me.bin -amdgpu/dimgrey_cavefish_dmcub.bin -amdgpu/dimgrey_cavefish_ce.bin -amdgpu/arcturus_vcn.bin -amdgpu/arcturus_ta.bin -amdgpu/arcturus_sos.bin -amdgpu/arcturus_smc.bin -amdgpu/arcturus_sdma.bin -amdgpu/arcturus_rlc.bin -amdgpu/arcturus_mec.bin -amdgpu/arcturus_mec2.bin -amdgpu/arcturus_gpu_info.bin -amdgpu/arcturus_asd.bin -amdgpu/navy_flounder_vcn.bin -amdgpu/navy_flounder_ta.bin -amdgpu/navy_flounder_sos.bin -amdgpu/navy_flounder_smc.bin -amdgpu/navy_flounder_sdma.bin -amdgpu/navy_flounder_rlc.bin -amdgpu/navy_flounder_pfp.bin -amdgpu/navy_flounder_mec2.bin -amdgpu/navy_flounder_mec.bin -amdgpu/navy_flounder_me.bin -amdgpu/navy_flounder_dmcub.bin -amdgpu/navy_flounder_ce.bin -amdgpu/green_sardine_vcn.bin -amdgpu/green_sardine_ta.bin -amdgpu/green_sardine_sdma.bin -amdgpu/green_sardine_rlc.bin -amdgpu/green_sardine_pfp.bin -amdgpu/green_sardine_mec.bin -amdgpu/green_sardine_mec2.bin -amdgpu/green_sardine_me.bin -amdgpu/green_sardine_dmcub.bin -amdgpu/green_sardine_ce.bin -amdgpu/green_sardine_asd.bin -amdgpu/sienna_cichlid_vcn.bin -amdgpu/sienna_cichlid_ta.bin -amdgpu/sienna_cichlid_sos.bin -amdgpu/sienna_cichlid_smc.bin -amdgpu/sienna_cichlid_sdma.bin -amdgpu/sienna_cichlid_rlc.bin -amdgpu/sienna_cichlid_pfp.bin -amdgpu/sienna_cichlid_mec2.bin -amdgpu/sienna_cichlid_mec.bin -amdgpu/sienna_cichlid_me.bin -amdgpu/sienna_cichlid_dmcub.bin -amdgpu/sienna_cichlid_ce.bin -amdgpu/renoir_ta.bin -amdgpu/renoir_dmcub.bin -amdgpu/renoir_vcn.bin -amdgpu/renoir_sdma.bin -amdgpu/renoir_rlc.bin -amdgpu/renoir_pfp.bin -amdgpu/renoir_mec2.bin -amdgpu/renoir_mec.bin -amdgpu/renoir_me.bin -amdgpu/renoir_gpu_info.bin -amdgpu/renoir_ce.bin -amdgpu/renoir_asd.bin -amdgpu/navi12_ta.bin -amdgpu/navi12_vcn.bin -amdgpu/navi12_sos.bin -amdgpu/navi12_smc.bin -amdgpu/navi12_sdma1.bin -amdgpu/navi12_sdma.bin -amdgpu/navi12_rlc.bin -amdgpu/navi12_pfp.bin -amdgpu/navi12_mec2.bin -amdgpu/navi12_mec.bin -amdgpu/navi12_me.bin -amdgpu/navi12_gpu_info.bin -amdgpu/navi12_dmcu.bin -amdgpu/navi12_ce.bin -amdgpu/navi12_asd.bin -amdgpu/navi14_ta.bin -amdgpu/navi14_vcn.bin -amdgpu/navi14_sos.bin -amdgpu/navi14_smc.bin -amdgpu/navi14_sdma1.bin -amdgpu/navi14_sdma.bin -amdgpu/navi14_rlc.bin -amdgpu/navi14_pfp_wks.bin -amdgpu/navi14_pfp.bin -amdgpu/navi14_mec2_wks.bin -amdgpu/navi14_mec2.bin -amdgpu/navi14_mec_wks.bin -amdgpu/navi14_mec.bin -amdgpu/navi14_me_wks.bin -amdgpu/navi14_me.bin -amdgpu/navi14_gpu_info.bin -amdgpu/navi14_ce_wks.bin -amdgpu/navi14_ce.bin -amdgpu/navi14_asd.bin -amdgpu/navi10_ta.bin -amdgpu/navi10_vcn.bin -amdgpu/navi10_sos.bin -amdgpu/navi10_smc.bin -amdgpu/navi10_sdma1.bin -amdgpu/navi10_sdma.bin -amdgpu/navi10_rlc.bin -amdgpu/navi10_pfp.bin -amdgpu/navi10_mec2.bin -amdgpu/navi10_mec.bin -amdgpu/navi10_me.bin -amdgpu/navi10_gpu_info.bin -amdgpu/navi10_ce.bin -amdgpu/navi10_asd.bin -amdgpu/raven2_ta.bin -amdgpu/raven2_vcn.bin -amdgpu/raven2_sdma.bin -amdgpu/raven2_rlc.bin -amdgpu/raven2_pfp.bin -amdgpu/raven2_mec2.bin -amdgpu/raven2_mec.bin -amdgpu/raven2_me.bin -amdgpu/raven2_gpu_info.bin -amdgpu/raven2_ce.bin -amdgpu/raven2_asd.bin -amdgpu/picasso_ta.bin -amdgpu/picasso_vcn.bin -amdgpu/picasso_sdma.bin -amdgpu/picasso_rlc_am4.bin -amdgpu/picasso_rlc.bin -amdgpu/picasso_pfp.bin -amdgpu/picasso_mec2.bin -amdgpu/picasso_mec.bin -amdgpu/picasso_me.bin -amdgpu/picasso_gpu_info.bin -amdgpu/picasso_ce.bin -amdgpu/picasso_asd.bin -amdgpu/raven_ta.bin -amdgpu/raven_kicker_rlc.bin -amdgpu/raven_dmcu.bin -amdgpu/raven_vcn.bin -amdgpu/raven_sdma.bin -amdgpu/raven_rlc.bin -amdgpu/raven_pfp.bin -amdgpu/raven_mec2.bin -amdgpu/raven_mec.bin -amdgpu/raven_me.bin -amdgpu/raven_gpu_info.bin -amdgpu/raven_ce.bin -amdgpu/raven_asd.bin -amdgpu/vega20_ta.bin -amdgpu/vega20_vce.bin -amdgpu/vega20_uvd.bin -amdgpu/vega20_sos.bin -amdgpu/vega20_smc.bin -amdgpu/vega20_sdma1.bin -amdgpu/vega20_sdma.bin -amdgpu/vega20_rlc.bin -amdgpu/vega20_pfp.bin -amdgpu/vega20_mec2.bin -amdgpu/vega20_mec.bin -amdgpu/vega20_me.bin -amdgpu/vega20_ce.bin -amdgpu/vega20_asd.bin -amdgpu/vega12_vce.bin -amdgpu/vega12_uvd.bin -amdgpu/vega12_sos.bin -amdgpu/vega12_smc.bin -amdgpu/vega12_sdma1.bin -amdgpu/vega12_sdma.bin -amdgpu/vega12_rlc.bin -amdgpu/vega12_pfp.bin -amdgpu/vega12_mec2.bin -amdgpu/vega12_mec.bin -amdgpu/vega12_me.bin -amdgpu/vega12_gpu_info.bin -amdgpu/vega12_ce.bin -amdgpu/vega12_asd.bin -amdgpu/vega10_vce.bin -amdgpu/vega10_uvd.bin -amdgpu/vega10_sos.bin -amdgpu/vega10_smc.bin -amdgpu/vega10_sdma1.bin -amdgpu/vega10_sdma.bin -amdgpu/vega10_rlc.bin -amdgpu/vega10_pfp.bin -amdgpu/vega10_mec2.bin -amdgpu/vega10_mec.bin -amdgpu/vega10_me.bin -amdgpu/vega10_gpu_info.bin -amdgpu/vega10_ce.bin -amdgpu/vega10_asd.bin -amdgpu/vega10_acg_smc.bin -amdgpu/vegam_vce.bin -amdgpu/vegam_uvd.bin -amdgpu/vegam_smc.bin -amdgpu/vegam_sdma1.bin -amdgpu/vegam_sdma.bin -amdgpu/vegam_rlc.bin -amdgpu/vegam_pfp.bin -amdgpu/vegam_mec2.bin -amdgpu/vegam_mec.bin -amdgpu/vegam_me.bin -amdgpu/vegam_ce.bin -amdgpu/polaris12_vce.bin -amdgpu/polaris12_uvd.bin -amdgpu/polaris12_k_smc.bin -amdgpu/polaris12_smc.bin -amdgpu/polaris12_sdma1.bin -amdgpu/polaris12_sdma.bin -amdgpu/polaris12_rlc.bin -amdgpu/polaris12_pfp_2.bin -amdgpu/polaris12_pfp.bin -amdgpu/polaris12_mec2_2.bin -amdgpu/polaris12_mec2.bin -amdgpu/polaris12_mec_2.bin -amdgpu/polaris12_mec.bin -amdgpu/polaris12_me_2.bin -amdgpu/polaris12_me.bin -amdgpu/polaris12_32_mc.bin -amdgpu/polaris12_k_mc.bin -amdgpu/polaris12_mc.bin -amdgpu/polaris12_ce_2.bin -amdgpu/polaris12_ce.bin -amdgpu/polaris11_vce.bin -amdgpu/polaris11_uvd.bin -amdgpu/polaris11_smc_sk.bin -amdgpu/polaris11_k2_smc.bin -amdgpu/polaris11_k_smc.bin -amdgpu/polaris11_smc.bin -amdgpu/polaris11_sdma.bin -amdgpu/polaris11_sdma1.bin -amdgpu/polaris11_rlc.bin -amdgpu/polaris11_pfp_2.bin -amdgpu/polaris11_pfp.bin -amdgpu/polaris11_mec_2.bin -amdgpu/polaris11_mec.bin -amdgpu/polaris11_mec2_2.bin -amdgpu/polaris11_mec2.bin -amdgpu/polaris11_me_2.bin -amdgpu/polaris11_me.bin -amdgpu/polaris11_k_mc.bin -amdgpu/polaris11_mc.bin -amdgpu/polaris11_ce_2.bin -amdgpu/polaris11_ce.bin -amdgpu/polaris10_vce.bin -amdgpu/polaris10_uvd.bin -amdgpu/polaris10_smc_sk.bin -amdgpu/polaris10_k2_smc.bin -amdgpu/polaris10_k_smc.bin -amdgpu/polaris10_smc.bin -amdgpu/polaris10_sdma.bin -amdgpu/polaris10_sdma1.bin -amdgpu/polaris10_rlc.bin -amdgpu/polaris10_pfp_2.bin -amdgpu/polaris10_pfp.bin -amdgpu/polaris10_mec_2.bin -amdgpu/polaris10_mec.bin -amdgpu/polaris10_mec2_2.bin -amdgpu/polaris10_mec2.bin -amdgpu/polaris10_me_2.bin -amdgpu/polaris10_me.bin -amdgpu/polaris10_k_mc.bin -amdgpu/polaris10_mc.bin -amdgpu/polaris10_ce_2.bin -amdgpu/polaris10_ce.bin -amdgpu/stoney_vce.bin -amdgpu/stoney_uvd.bin -amdgpu/stoney_sdma.bin -amdgpu/stoney_rlc.bin -amdgpu/stoney_pfp.bin -amdgpu/stoney_mec.bin -amdgpu/stoney_me.bin -amdgpu/stoney_ce.bin -amdgpu/fiji_vce.bin -amdgpu/fiji_uvd.bin -amdgpu/fiji_smc.bin -amdgpu/fiji_sdma.bin -amdgpu/fiji_sdma1.bin -amdgpu/fiji_rlc.bin -amdgpu/fiji_pfp.bin -amdgpu/fiji_mec.bin -amdgpu/fiji_mec2.bin -amdgpu/fiji_me.bin -amdgpu/fiji_mc.bin -amdgpu/fiji_ce.bin -amdgpu/carrizo_vce.bin -amdgpu/carrizo_uvd.bin -amdgpu/carrizo_sdma.bin -amdgpu/carrizo_sdma1.bin -amdgpu/carrizo_rlc.bin -amdgpu/carrizo_pfp.bin -amdgpu/carrizo_mec.bin -amdgpu/carrizo_mec2.bin -amdgpu/carrizo_me.bin -amdgpu/carrizo_ce.bin -amdgpu/tonga_vce.bin -amdgpu/tonga_uvd.bin -amdgpu/tonga_smc.bin -amdgpu/tonga_sdma.bin -amdgpu/tonga_sdma1.bin -amdgpu/tonga_rlc.bin -amdgpu/tonga_pfp.bin -amdgpu/tonga_mec.bin -amdgpu/tonga_mec2.bin -amdgpu/tonga_me.bin -amdgpu/tonga_mc.bin -amdgpu/tonga_k_smc.bin -amdgpu/tonga_ce.bin -amdgpu/topaz_smc.bin -amdgpu/topaz_sdma.bin -amdgpu/topaz_sdma1.bin -amdgpu/topaz_rlc.bin -amdgpu/topaz_pfp.bin -amdgpu/topaz_mec.bin -amdgpu/topaz_mec2.bin -amdgpu/topaz_me.bin -amdgpu/topaz_mc.bin -amdgpu/topaz_k_smc.bin -amdgpu/topaz_ce.bin -amdgpu/kaveri_vce.bin -amdgpu/kaveri_uvd.bin -amdgpu/kaveri_sdma1.bin -amdgpu/kaveri_sdma.bin -amdgpu/kaveri_rlc.bin -amdgpu/kaveri_pfp.bin -amdgpu/kaveri_mec2.bin -amdgpu/kaveri_mec.bin -amdgpu/kaveri_me.bin -amdgpu/kaveri_ce.bin -amdgpu/mullins_vce.bin -amdgpu/mullins_uvd.bin -amdgpu/mullins_sdma1.bin -amdgpu/mullins_sdma.bin -amdgpu/mullins_rlc.bin -amdgpu/mullins_pfp.bin -amdgpu/mullins_mec.bin -amdgpu/mullins_me.bin -amdgpu/mullins_ce.bin -amdgpu/kabini_vce.bin -amdgpu/kabini_uvd.bin -amdgpu/kabini_sdma1.bin -amdgpu/kabini_sdma.bin -amdgpu/kabini_rlc.bin -amdgpu/kabini_pfp.bin -amdgpu/kabini_mec.bin -amdgpu/kabini_me.bin -amdgpu/kabini_ce.bin -amdgpu/hawaii_vce.bin -amdgpu/hawaii_uvd.bin -amdgpu/hawaii_smc.bin -amdgpu/hawaii_sdma1.bin -amdgpu/hawaii_sdma.bin -amdgpu/hawaii_rlc.bin -amdgpu/hawaii_pfp.bin -amdgpu/hawaii_mec.bin -amdgpu/hawaii_me.bin -amdgpu/hawaii_mc.bin -amdgpu/hawaii_k_smc.bin -amdgpu/hawaii_ce.bin -amdgpu/bonaire_vce.bin -amdgpu/bonaire_uvd.bin -amdgpu/bonaire_smc.bin -amdgpu/bonaire_sdma1.bin -amdgpu/bonaire_sdma.bin -amdgpu/bonaire_rlc.bin -amdgpu/bonaire_pfp.bin -amdgpu/bonaire_mec.bin -amdgpu/bonaire_me.bin -amdgpu/bonaire_mc.bin -amdgpu/bonaire_k_smc.bin -amdgpu/bonaire_ce.bin -amdgpu/banks_k_2_smc.bin -amdgpu/si58_mc.bin -amdgpu/oland_uvd.bin -amdgpu/oland_smc.bin -amdgpu/oland_rlc.bin -amdgpu/oland_pfp.bin -amdgpu/oland_me.bin -amdgpu/oland_mc.bin -amdgpu/oland_k_smc.bin -amdgpu/oland_ce.bin -amdgpu/hainan_smc.bin -amdgpu/hainan_rlc.bin -amdgpu/hainan_pfp.bin -amdgpu/hainan_me.bin -amdgpu/hainan_mc.bin -amdgpu/hainan_k_smc.bin -amdgpu/hainan_ce.bin -amdgpu/verde_uvd.bin -amdgpu/verde_smc.bin -amdgpu/verde_rlc.bin -amdgpu/verde_pfp.bin -amdgpu/verde_me.bin -amdgpu/verde_mc.bin -amdgpu/verde_k_smc.bin -amdgpu/verde_ce.bin -amdgpu/pitcairn_uvd.bin -amdgpu/pitcairn_smc.bin -amdgpu/pitcairn_rlc.bin -amdgpu/pitcairn_pfp.bin -amdgpu/pitcairn_me.bin -amdgpu/pitcairn_mc.bin -amdgpu/pitcairn_k_smc.bin -amdgpu/pitcairn_ce.bin -amdgpu/tahiti_uvd.bin -amdgpu/tahiti_smc.bin -amdgpu/tahiti_rlc.bin -amdgpu/tahiti_pfp.bin -amdgpu/tahiti_me.bin -amdgpu/tahiti_mc.bin -amdgpu/tahiti_k_smc.bin +amd-ucode/microcode_amd_fam15h.bin +amd-ucode/microcode_amd_fam16h.bin +amd-ucode/microcode_amd_fam17h.bin +amd-ucode/microcode_amd_fam19h.bin amdgpu/tahiti_ce.bin -amphion/vpu/vpu_fw_imx8_enc.bin +amdgpu/tahiti_k_smc.bin +amdgpu/tahiti_mc.bin +amdgpu/tahiti_me.bin +amdgpu/tahiti_pfp.bin +amdgpu/tahiti_rlc.bin +amdgpu/tahiti_smc.bin +amdgpu/tahiti_uvd.bin +amdgpu/pitcairn_ce.bin +amdgpu/pitcairn_k_smc.bin +amdgpu/pitcairn_mc.bin +amdgpu/pitcairn_me.bin +amdgpu/pitcairn_pfp.bin +amdgpu/pitcairn_rlc.bin +amdgpu/pitcairn_smc.bin +amdgpu/pitcairn_uvd.bin +amdgpu/verde_ce.bin +amdgpu/verde_k_smc.bin +amdgpu/verde_mc.bin +amdgpu/verde_me.bin +amdgpu/verde_pfp.bin +amdgpu/verde_rlc.bin +amdgpu/verde_smc.bin +amdgpu/verde_uvd.bin +amdgpu/hainan_ce.bin +amdgpu/hainan_k_smc.bin +amdgpu/hainan_mc.bin +amdgpu/hainan_me.bin +amdgpu/hainan_pfp.bin +amdgpu/hainan_rlc.bin +amdgpu/hainan_smc.bin +amdgpu/oland_ce.bin +amdgpu/oland_k_smc.bin +amdgpu/oland_mc.bin +amdgpu/oland_me.bin +amdgpu/oland_pfp.bin +amdgpu/oland_rlc.bin +amdgpu/oland_smc.bin +amdgpu/oland_uvd.bin +amdgpu/si58_mc.bin +amdgpu/banks_k_2_smc.bin +amdgpu/bonaire_ce.bin +amdgpu/bonaire_k_smc.bin +amdgpu/bonaire_mc.bin +amdgpu/bonaire_me.bin +amdgpu/bonaire_mec.bin +amdgpu/bonaire_pfp.bin +amdgpu/bonaire_rlc.bin +amdgpu/bonaire_sdma.bin +amdgpu/bonaire_sdma1.bin +amdgpu/bonaire_smc.bin +amdgpu/bonaire_uvd.bin +amdgpu/bonaire_vce.bin +amdgpu/hawaii_ce.bin +amdgpu/hawaii_k_smc.bin +amdgpu/hawaii_mc.bin +amdgpu/hawaii_me.bin +amdgpu/hawaii_mec.bin +amdgpu/hawaii_pfp.bin +amdgpu/hawaii_rlc.bin +amdgpu/hawaii_sdma.bin +amdgpu/hawaii_sdma1.bin +amdgpu/hawaii_smc.bin +amdgpu/hawaii_uvd.bin +amdgpu/hawaii_vce.bin +amdgpu/kabini_ce.bin +amdgpu/kabini_me.bin +amdgpu/kabini_mec.bin +amdgpu/kabini_pfp.bin +amdgpu/kabini_rlc.bin +amdgpu/kabini_sdma.bin +amdgpu/kabini_sdma1.bin +amdgpu/kabini_uvd.bin +amdgpu/kabini_vce.bin +amdgpu/mullins_ce.bin +amdgpu/mullins_me.bin +amdgpu/mullins_mec.bin +amdgpu/mullins_pfp.bin +amdgpu/mullins_rlc.bin +amdgpu/mullins_sdma.bin +amdgpu/mullins_sdma1.bin +amdgpu/mullins_uvd.bin +amdgpu/mullins_vce.bin +amdgpu/kaveri_ce.bin +amdgpu/kaveri_me.bin +amdgpu/kaveri_mec.bin +amdgpu/kaveri_mec2.bin +amdgpu/kaveri_pfp.bin +amdgpu/kaveri_rlc.bin +amdgpu/kaveri_sdma.bin +amdgpu/kaveri_sdma1.bin +amdgpu/kaveri_uvd.bin +amdgpu/kaveri_vce.bin +amdgpu/topaz_ce.bin +amdgpu/topaz_k_smc.bin +amdgpu/topaz_mc.bin +amdgpu/topaz_me.bin +amdgpu/topaz_mec2.bin +amdgpu/topaz_mec.bin +amdgpu/topaz_pfp.bin +amdgpu/topaz_rlc.bin +amdgpu/topaz_sdma1.bin +amdgpu/topaz_sdma.bin +amdgpu/topaz_smc.bin +amdgpu/tonga_ce.bin +amdgpu/tonga_k_smc.bin +amdgpu/tonga_mc.bin +amdgpu/tonga_me.bin +amdgpu/tonga_mec2.bin +amdgpu/tonga_mec.bin +amdgpu/tonga_pfp.bin +amdgpu/tonga_rlc.bin +amdgpu/tonga_sdma1.bin +amdgpu/tonga_sdma.bin +amdgpu/tonga_smc.bin +amdgpu/tonga_uvd.bin +amdgpu/tonga_vce.bin +amdgpu/carrizo_ce.bin +amdgpu/carrizo_me.bin +amdgpu/carrizo_mec2.bin +amdgpu/carrizo_mec.bin +amdgpu/carrizo_pfp.bin +amdgpu/carrizo_rlc.bin +amdgpu/carrizo_sdma1.bin +amdgpu/carrizo_sdma.bin +amdgpu/carrizo_uvd.bin +amdgpu/carrizo_vce.bin +amdgpu/fiji_ce.bin +amdgpu/fiji_mc.bin +amdgpu/fiji_me.bin +amdgpu/fiji_mec2.bin +amdgpu/fiji_mec.bin +amdgpu/fiji_pfp.bin +amdgpu/fiji_rlc.bin +amdgpu/fiji_sdma1.bin +amdgpu/fiji_sdma.bin +amdgpu/fiji_smc.bin +amdgpu/fiji_uvd.bin +amdgpu/fiji_vce.bin +amdgpu/stoney_ce.bin +amdgpu/stoney_me.bin +amdgpu/stoney_mec.bin +amdgpu/stoney_pfp.bin +amdgpu/stoney_rlc.bin +amdgpu/stoney_sdma.bin +amdgpu/stoney_uvd.bin +amdgpu/stoney_vce.bin +amdgpu/polaris10_ce.bin +amdgpu/polaris10_ce_2.bin +amdgpu/polaris10_mc.bin +amdgpu/polaris10_k_mc.bin +amdgpu/polaris10_me.bin +amdgpu/polaris10_me_2.bin +amdgpu/polaris10_mec2.bin +amdgpu/polaris10_mec2_2.bin +amdgpu/polaris10_mec.bin +amdgpu/polaris10_mec_2.bin +amdgpu/polaris10_pfp.bin +amdgpu/polaris10_pfp_2.bin +amdgpu/polaris10_rlc.bin +amdgpu/polaris10_sdma1.bin +amdgpu/polaris10_sdma.bin +amdgpu/polaris10_smc.bin +amdgpu/polaris10_k_smc.bin +amdgpu/polaris10_k2_smc.bin +amdgpu/polaris10_smc_sk.bin +amdgpu/polaris10_uvd.bin +amdgpu/polaris10_vce.bin +amdgpu/polaris11_ce.bin +amdgpu/polaris11_ce_2.bin +amdgpu/polaris11_mc.bin +amdgpu/polaris11_k_mc.bin +amdgpu/polaris11_me.bin +amdgpu/polaris11_me_2.bin +amdgpu/polaris11_mec2.bin +amdgpu/polaris11_mec2_2.bin +amdgpu/polaris11_mec.bin +amdgpu/polaris11_mec_2.bin +amdgpu/polaris11_pfp.bin +amdgpu/polaris11_pfp_2.bin +amdgpu/polaris11_rlc.bin +amdgpu/polaris11_sdma1.bin +amdgpu/polaris11_sdma.bin +amdgpu/polaris11_smc.bin +amdgpu/polaris11_k_smc.bin +amdgpu/polaris11_k2_smc.bin +amdgpu/polaris11_smc_sk.bin +amdgpu/polaris11_uvd.bin +amdgpu/polaris11_vce.bin +amdgpu/polaris12_ce.bin +amdgpu/polaris12_ce_2.bin +amdgpu/polaris12_mc.bin +amdgpu/polaris12_k_mc.bin +amdgpu/polaris12_32_mc.bin +amdgpu/polaris12_me.bin +amdgpu/polaris12_me_2.bin +amdgpu/polaris12_mec.bin +amdgpu/polaris12_mec_2.bin +amdgpu/polaris12_mec2.bin +amdgpu/polaris12_mec2_2.bin +amdgpu/polaris12_pfp.bin +amdgpu/polaris12_pfp_2.bin +amdgpu/polaris12_rlc.bin +amdgpu/polaris12_sdma.bin +amdgpu/polaris12_sdma1.bin +amdgpu/polaris12_smc.bin +amdgpu/polaris12_k_smc.bin +amdgpu/polaris12_uvd.bin +amdgpu/polaris12_vce.bin +amdgpu/vegam_ce.bin +amdgpu/vegam_me.bin +amdgpu/vegam_mec.bin +amdgpu/vegam_mec2.bin +amdgpu/vegam_pfp.bin +amdgpu/vegam_rlc.bin +amdgpu/vegam_sdma.bin +amdgpu/vegam_sdma1.bin +amdgpu/vegam_smc.bin +amdgpu/vegam_uvd.bin +amdgpu/vegam_vce.bin +amdgpu/vega10_acg_smc.bin +amdgpu/vega10_asd.bin +amdgpu/vega10_ce.bin +amdgpu/vega10_gpu_info.bin +amdgpu/vega10_me.bin +amdgpu/vega10_mec.bin +amdgpu/vega10_mec2.bin +amdgpu/vega10_pfp.bin +amdgpu/vega10_rlc.bin +amdgpu/vega10_sdma.bin +amdgpu/vega10_sdma1.bin +amdgpu/vega10_smc.bin +amdgpu/vega10_sos.bin +amdgpu/vega10_uvd.bin +amdgpu/vega10_vce.bin +amdgpu/vega12_asd.bin +amdgpu/vega12_ce.bin +amdgpu/vega12_gpu_info.bin +amdgpu/vega12_me.bin +amdgpu/vega12_mec.bin +amdgpu/vega12_mec2.bin +amdgpu/vega12_pfp.bin +amdgpu/vega12_rlc.bin +amdgpu/vega12_sdma.bin +amdgpu/vega12_sdma1.bin +amdgpu/vega12_smc.bin +amdgpu/vega12_sos.bin +amdgpu/vega12_uvd.bin +amdgpu/vega12_vce.bin +amdgpu/vega20_asd.bin +amdgpu/vega20_ce.bin +amdgpu/vega20_me.bin +amdgpu/vega20_mec.bin +amdgpu/vega20_mec2.bin +amdgpu/vega20_pfp.bin +amdgpu/vega20_rlc.bin +amdgpu/vega20_sdma.bin +amdgpu/vega20_sdma1.bin +amdgpu/vega20_smc.bin +amdgpu/vega20_sos.bin +amdgpu/vega20_uvd.bin +amdgpu/vega20_vce.bin +amdgpu/vega20_ta.bin +amdgpu/raven_asd.bin +amdgpu/raven_ce.bin +amdgpu/raven_gpu_info.bin +amdgpu/raven_me.bin +amdgpu/raven_mec.bin +amdgpu/raven_mec2.bin +amdgpu/raven_pfp.bin +amdgpu/raven_rlc.bin +amdgpu/raven_sdma.bin +amdgpu/raven_vcn.bin +amdgpu/raven_dmcu.bin +amdgpu/raven_kicker_rlc.bin +amdgpu/raven_ta.bin +amdgpu/picasso_asd.bin +amdgpu/picasso_ce.bin +amdgpu/picasso_gpu_info.bin +amdgpu/picasso_me.bin +amdgpu/picasso_mec.bin +amdgpu/picasso_mec2.bin +amdgpu/picasso_pfp.bin +amdgpu/picasso_rlc.bin +amdgpu/picasso_rlc_am4.bin +amdgpu/picasso_sdma.bin +amdgpu/picasso_vcn.bin +amdgpu/picasso_ta.bin +amdgpu/raven2_asd.bin +amdgpu/raven2_ce.bin +amdgpu/raven2_gpu_info.bin +amdgpu/raven2_me.bin +amdgpu/raven2_mec.bin +amdgpu/raven2_mec2.bin +amdgpu/raven2_pfp.bin +amdgpu/raven2_rlc.bin +amdgpu/raven2_sdma.bin +amdgpu/raven2_vcn.bin +amdgpu/raven2_ta.bin +amdgpu/navi10_asd.bin +amdgpu/navi10_ce.bin +amdgpu/navi10_gpu_info.bin +amdgpu/navi10_me.bin +amdgpu/navi10_mec.bin +amdgpu/navi10_mec2.bin +amdgpu/navi10_pfp.bin +amdgpu/navi10_rlc.bin +amdgpu/navi10_sdma.bin +amdgpu/navi10_sdma1.bin +amdgpu/navi10_smc.bin +amdgpu/navi10_sos.bin +amdgpu/navi10_vcn.bin +amdgpu/navi10_ta.bin +amdgpu/navi14_asd.bin +amdgpu/navi14_ce.bin +amdgpu/navi14_ce_wks.bin +amdgpu/navi14_gpu_info.bin +amdgpu/navi14_me.bin +amdgpu/navi14_me_wks.bin +amdgpu/navi14_mec.bin +amdgpu/navi14_mec_wks.bin +amdgpu/navi14_mec2.bin +amdgpu/navi14_mec2_wks.bin +amdgpu/navi14_pfp.bin +amdgpu/navi14_pfp_wks.bin +amdgpu/navi14_rlc.bin +amdgpu/navi14_sdma.bin +amdgpu/navi14_sdma1.bin +amdgpu/navi14_smc.bin +amdgpu/navi14_sos.bin +amdgpu/navi14_vcn.bin +amdgpu/navi14_ta.bin +amdgpu/navi12_asd.bin +amdgpu/navi12_ce.bin +amdgpu/navi12_dmcu.bin +amdgpu/navi12_gpu_info.bin +amdgpu/navi12_me.bin +amdgpu/navi12_mec.bin +amdgpu/navi12_mec2.bin +amdgpu/navi12_pfp.bin +amdgpu/navi12_rlc.bin +amdgpu/navi12_sdma.bin +amdgpu/navi12_sdma1.bin +amdgpu/navi12_smc.bin +amdgpu/navi12_sos.bin +amdgpu/navi12_vcn.bin +amdgpu/navi12_ta.bin +amdgpu/renoir_asd.bin +amdgpu/renoir_ce.bin +amdgpu/renoir_gpu_info.bin +amdgpu/renoir_me.bin +amdgpu/renoir_mec.bin +amdgpu/renoir_mec2.bin +amdgpu/renoir_pfp.bin +amdgpu/renoir_rlc.bin +amdgpu/renoir_sdma.bin +amdgpu/renoir_vcn.bin +amdgpu/renoir_dmcub.bin +amdgpu/renoir_ta.bin +amdgpu/sienna_cichlid_ce.bin +amdgpu/sienna_cichlid_dmcub.bin +amdgpu/sienna_cichlid_me.bin +amdgpu/sienna_cichlid_mec.bin +amdgpu/sienna_cichlid_mec2.bin +amdgpu/sienna_cichlid_pfp.bin +amdgpu/sienna_cichlid_rlc.bin +amdgpu/sienna_cichlid_sdma.bin +amdgpu/sienna_cichlid_smc.bin +amdgpu/sienna_cichlid_sos.bin +amdgpu/sienna_cichlid_ta.bin +amdgpu/sienna_cichlid_vcn.bin +amdgpu/green_sardine_asd.bin +amdgpu/green_sardine_ce.bin +amdgpu/green_sardine_dmcub.bin +amdgpu/green_sardine_me.bin +amdgpu/green_sardine_mec2.bin +amdgpu/green_sardine_mec.bin +amdgpu/green_sardine_pfp.bin +amdgpu/green_sardine_rlc.bin +amdgpu/green_sardine_sdma.bin +amdgpu/green_sardine_ta.bin +amdgpu/green_sardine_vcn.bin +amdgpu/navy_flounder_ce.bin +amdgpu/navy_flounder_dmcub.bin +amdgpu/navy_flounder_me.bin +amdgpu/navy_flounder_mec.bin +amdgpu/navy_flounder_mec2.bin +amdgpu/navy_flounder_pfp.bin +amdgpu/navy_flounder_rlc.bin +amdgpu/navy_flounder_sdma.bin +amdgpu/navy_flounder_smc.bin +amdgpu/navy_flounder_sos.bin +amdgpu/navy_flounder_ta.bin +amdgpu/navy_flounder_vcn.bin +amdgpu/arcturus_asd.bin +amdgpu/arcturus_gpu_info.bin +amdgpu/arcturus_mec2.bin +amdgpu/arcturus_mec.bin +amdgpu/arcturus_rlc.bin +amdgpu/arcturus_sdma.bin +amdgpu/arcturus_smc.bin +amdgpu/arcturus_sos.bin +amdgpu/arcturus_ta.bin +amdgpu/arcturus_vcn.bin +amdgpu/dimgrey_cavefish_ce.bin +amdgpu/dimgrey_cavefish_dmcub.bin +amdgpu/dimgrey_cavefish_me.bin +amdgpu/dimgrey_cavefish_mec.bin +amdgpu/dimgrey_cavefish_mec2.bin +amdgpu/dimgrey_cavefish_pfp.bin +amdgpu/dimgrey_cavefish_rlc.bin +amdgpu/dimgrey_cavefish_sdma.bin +amdgpu/dimgrey_cavefish_smc.bin +amdgpu/dimgrey_cavefish_sos.bin +amdgpu/dimgrey_cavefish_ta.bin +amdgpu/dimgrey_cavefish_vcn.bin +amdgpu/vangogh_asd.bin +amdgpu/vangogh_ce.bin +amdgpu/vangogh_dmcub.bin +amdgpu/vangogh_me.bin +amdgpu/vangogh_mec2.bin +amdgpu/vangogh_mec.bin +amdgpu/vangogh_pfp.bin +amdgpu/vangogh_rlc.bin +amdgpu/vangogh_sdma.bin +amdgpu/vangogh_toc.bin +amdgpu/vangogh_vcn.bin +amdgpu/yellow_carp_asd.bin +amdgpu/yellow_carp_ce.bin +amdgpu/yellow_carp_dmcub.bin +amdgpu/yellow_carp_me.bin +amdgpu/yellow_carp_mec.bin +amdgpu/yellow_carp_mec2.bin +amdgpu/yellow_carp_pfp.bin +amdgpu/yellow_carp_rlc.bin +amdgpu/yellow_carp_sdma.bin +amdgpu/yellow_carp_ta.bin +amdgpu/yellow_carp_toc.bin +amdgpu/yellow_carp_vcn.bin +amdgpu/beige_goby_ce.bin +amdgpu/beige_goby_dmcub.bin +amdgpu/beige_goby_me.bin +amdgpu/beige_goby_mec.bin +amdgpu/beige_goby_mec2.bin +amdgpu/beige_goby_pfp.bin +amdgpu/beige_goby_rlc.bin +amdgpu/beige_goby_sdma.bin +amdgpu/beige_goby_smc.bin +amdgpu/beige_goby_sos.bin +amdgpu/beige_goby_ta.bin +amdgpu/beige_goby_vcn.bin +amdgpu/cyan_skillfish2_ce.bin +amdgpu/cyan_skillfish2_me.bin +amdgpu/cyan_skillfish2_mec.bin +amdgpu/cyan_skillfish2_mec2.bin +amdgpu/cyan_skillfish2_pfp.bin +amdgpu/cyan_skillfish2_rlc.bin +amdgpu/cyan_skillfish2_sdma.bin +amdgpu/cyan_skillfish2_sdma1.bin +amdgpu/aldebaran_mec2.bin +amdgpu/aldebaran_mec.bin +amdgpu/aldebaran_rlc.bin +amdgpu/aldebaran_sdma.bin +amdgpu/aldebaran_smc.bin +amdgpu/aldebaran_sos.bin +amdgpu/aldebaran_ta.bin +amdgpu/aldebaran_vcn.bin +amdgpu/gc_10_3_7_ce.bin +amdgpu/gc_10_3_7_me.bin +amdgpu/gc_10_3_7_mec.bin +amdgpu/gc_10_3_7_mec2.bin +amdgpu/gc_10_3_7_pfp.bin +amdgpu/gc_10_3_7_rlc.bin +amdgpu/dcn_3_1_6_dmcub.bin +amdgpu/psp_13_0_8_asd.bin +amdgpu/psp_13_0_8_ta.bin +amdgpu/psp_13_0_8_toc.bin +amdgpu/sdma_5_2_7.bin amphion/vpu/vpu_fw_imx8_dec.bin -ar3k/30101coex/RamPatch.txt -ar3k/30101coex/PS_ASIC.pst -ar3k/30101coex/PS_ASIC_aclHighPri.pst -ar3k/30101coex/PS_ASIC_aclLowPri.pst -ar3k/30101coex/ar3kbdaddr.pst -ar3k/30000/RamPatch.txt -ar3k/30000/PS_ASIC.pst -ar3k/30000/ar3kbdaddr.pst -ar3k/30101/RamPatch.txt -ar3k/30101/PS_ASIC.pst -ar3k/30101/ar3kbdaddr.pst -ar3k/1020200/RamPatch.txt -ar3k/1020200/PS_ASIC.pst -ar3k/1020200/ar3kbdaddr.pst -ar3k/1020201/RamPatch.txt -ar3k/1020201/PS_ASIC.pst -ar3k/1020201coex/ramps_0x01020201_26_HighPriority.dfu -ar3k/AthrBT_0x01020201.dfu -ar3k/ramps_0x31010100_40.dfu -ar3k/AthrBT_0x31010100.dfu -ar3k/ramps_0x11020100_40.dfu -ar3k/AthrBT_0x11020100.dfu -ar3k/ramps_0x41020000_40.dfu -ar3k/AthrBT_0x41020000.dfu -ar3k/ramps_0x01020201_40.dfu -ar3k/ramps_0x01020201_26.dfu -ar3k/ramps_0x11020000_40.dfu -ar3k/AthrBT_0x11020000.dfu -ar3k/ramps_0x31010000_40.dfu -ar3k/AthrBT_0x31010000.dfu -ar3k/ramps_0x01020200_40.dfu -ar3k/ramps_0x01020200_26.dfu -ar3k/AthrBT_0x01020200.dfu -ar3k/ramps_0x01020001_26.dfu +amphion/vpu/vpu_fw_imx8_enc.bin ar3k/AthrBT_0x01020001.dfu +ar3k/ramps_0x01020001_26.dfu +ar3k/AthrBT_0x01020200.dfu +ar3k/ramps_0x01020200_26.dfu +ar3k/ramps_0x01020200_40.dfu +ar3k/AthrBT_0x31010000.dfu +ar3k/ramps_0x31010000_40.dfu +ar3k/AthrBT_0x11020000.dfu +ar3k/ramps_0x11020000_40.dfu +ar3k/ramps_0x01020201_26.dfu +ar3k/ramps_0x01020201_40.dfu +ar3k/AthrBT_0x41020000.dfu +ar3k/ramps_0x41020000_40.dfu +ar3k/AthrBT_0x11020100.dfu +ar3k/ramps_0x11020100_40.dfu +ar3k/AthrBT_0x31010100.dfu +ar3k/ramps_0x31010100_40.dfu +ar3k/AthrBT_0x01020201.dfu +ar3k/1020201coex/ramps_0x01020201_26_HighPriority.dfu +ar3k/1020201/PS_ASIC.pst +ar3k/1020201/RamPatch.txt +ar3k/1020200/ar3kbdaddr.pst +ar3k/1020200/PS_ASIC.pst +ar3k/1020200/RamPatch.txt +ar3k/30101/ar3kbdaddr.pst +ar3k/30101/PS_ASIC.pst +ar3k/30101/RamPatch.txt +ar3k/30000/ar3kbdaddr.pst +ar3k/30000/PS_ASIC.pst +ar3k/30000/RamPatch.txt +ar3k/30101coex/ar3kbdaddr.pst +ar3k/30101coex/PS_ASIC_aclLowPri.pst +ar3k/30101coex/PS_ASIC_aclHighPri.pst +ar3k/30101coex/PS_ASIC.pst +ar3k/30101coex/RamPatch.txt ar5523.bin ar7010.fw ar7010_1_1.fw @@ -542,281 +542,281 @@ ar9170-2.fw ar9271.fw as102_data1_st.hex as102_data2_st.hex -ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp -ath10k/WCN3990/hw1.0/wlanmdsp.mbn -ath10k/WCN3990/hw1.0/firmware-5.bin -ath10k/WCN3990/hw1.0/board-2.bin -ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt -ath10k/QCA9984/hw1.0/firmware-5.bin -ath10k/QCA9984/hw1.0/board-2.bin -ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt -ath10k/QCA9888/hw2.0/firmware-5.bin -ath10k/QCA9888/hw2.0/board-2.bin -ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt -ath10k/QCA9887/hw1.0/firmware-5.bin -ath10k/QCA9887/hw1.0/board.bin -ath10k/QCA4019/hw1.0/notice_ath10k_firmware-5.txt -ath10k/QCA4019/hw1.0/firmware-5.bin -ath10k/QCA4019/hw1.0/board-2.bin -ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt -ath10k/QCA99X0/hw2.0/firmware-5.bin -ath10k/QCA99X0/hw2.0/board-2.bin -ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt -ath10k/QCA9377/hw1.0/firmware-6.bin -ath10k/QCA9377/hw1.0/notice_ath10k_firmware-sdio-5.txt -ath10k/QCA9377/hw1.0/firmware-sdio-5.bin -ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt -ath10k/QCA9377/hw1.0/firmware-5.bin -ath10k/QCA9377/hw1.0/board-2.bin -ath10k/QCA9377/hw1.0/board.bin -ath10k/QCA6174/hw3.0/notice_ath10k_firmware-sdio-6.txt -ath10k/QCA6174/hw3.0/firmware-sdio-6.bin -ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt -ath10k/QCA6174/hw3.0/firmware-6.bin -ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt -ath10k/QCA6174/hw3.0/firmware-4.bin -ath10k/QCA6174/hw3.0/board-2.bin -ath10k/QCA6174/hw3.0/board.bin -ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt -ath10k/QCA6174/hw2.1/firmware-5.bin -ath10k/QCA6174/hw2.1/board-2.bin -ath10k/QCA6174/hw2.1/board.bin -ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt -ath10k/QCA988X/hw2.0/firmware-5.bin -ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt -ath10k/QCA988X/hw2.0/firmware-4.bin ath10k/QCA988X/hw2.0/board.bin -ath11k/WCN6750/hw1.0/Notice.txt -ath11k/WCN6750/hw1.0/wpss.mdt -ath11k/WCN6750/hw1.0/wpss.b08 -ath11k/WCN6750/hw1.0/wpss.b07 -ath11k/WCN6750/hw1.0/wpss.b06 -ath11k/WCN6750/hw1.0/wpss.b05 -ath11k/WCN6750/hw1.0/wpss.b04 -ath11k/WCN6750/hw1.0/wpss.b03 -ath11k/WCN6750/hw1.0/wpss.b02 -ath11k/WCN6750/hw1.0/wpss.b01 -ath11k/WCN6750/hw1.0/wpss.b00 -ath11k/WCN6750/hw1.0/board-2.bin -ath11k/QCN9074/hw1.0/Notice.txt -ath11k/QCN9074/hw1.0/m3.bin -ath11k/QCN9074/hw1.0/amss.bin -ath11k/QCN9074/hw1.0/board-2.bin -ath11k/WCN6855/hw2.1/m3.bin -ath11k/WCN6855/hw2.1/amss.bin -ath11k/WCN6855/hw2.1/board-2.bin -ath11k/WCN6855/hw2.1/regdb.bin -ath11k/WCN6855/hw2.0/Notice.txt -ath11k/WCN6855/hw2.0/m3.bin -ath11k/WCN6855/hw2.0/amss.bin -ath11k/WCN6855/hw2.0/board-2.bin -ath11k/WCN6855/hw2.0/regdb.bin -ath11k/QCA6390/hw2.0/Notice.txt -ath11k/QCA6390/hw2.0/m3.bin -ath11k/QCA6390/hw2.0/amss.bin -ath11k/QCA6390/hw2.0/board-2.bin -ath11k/IPQ8074/hw2.0/Notice.txt -ath11k/IPQ8074/hw2.0/q6_fw.mdt -ath11k/IPQ8074/hw2.0/q6_fw.flist -ath11k/IPQ8074/hw2.0/q6_fw.b08 -ath11k/IPQ8074/hw2.0/q6_fw.b07 -ath11k/IPQ8074/hw2.0/q6_fw.b05 -ath11k/IPQ8074/hw2.0/q6_fw.b04 -ath11k/IPQ8074/hw2.0/q6_fw.b03 -ath11k/IPQ8074/hw2.0/q6_fw.b02 -ath11k/IPQ8074/hw2.0/q6_fw.b01 -ath11k/IPQ8074/hw2.0/q6_fw.b00 -ath11k/IPQ8074/hw2.0/m3_fw.mdt -ath11k/IPQ8074/hw2.0/m3_fw.flist -ath11k/IPQ8074/hw2.0/m3_fw.b02 -ath11k/IPQ8074/hw2.0/m3_fw.b01 -ath11k/IPQ8074/hw2.0/m3_fw.b00 -ath11k/IPQ8074/hw2.0/board-2.bin -ath11k/IPQ6018/hw1.0/Notice.txt -ath11k/IPQ6018/hw1.0/q6_fw.mdt -ath11k/IPQ6018/hw1.0/q6_fw.flist -ath11k/IPQ6018/hw1.0/q6_fw.b08 -ath11k/IPQ6018/hw1.0/q6_fw.b07 -ath11k/IPQ6018/hw1.0/q6_fw.b05 -ath11k/IPQ6018/hw1.0/q6_fw.b04 -ath11k/IPQ6018/hw1.0/q6_fw.b03 -ath11k/IPQ6018/hw1.0/q6_fw.b02 -ath11k/IPQ6018/hw1.0/q6_fw.b01 -ath11k/IPQ6018/hw1.0/q6_fw.b00 -ath11k/IPQ6018/hw1.0/m3_fw.mdt -ath11k/IPQ6018/hw1.0/m3_fw.flist -ath11k/IPQ6018/hw1.0/m3_fw.b02 -ath11k/IPQ6018/hw1.0/m3_fw.b01 -ath11k/IPQ6018/hw1.0/m3_fw.b00 +ath10k/QCA988X/hw2.0/firmware-4.bin +ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt +ath10k/QCA988X/hw2.0/firmware-5.bin +ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt +ath10k/QCA6174/hw2.1/board.bin +ath10k/QCA6174/hw2.1/board-2.bin +ath10k/QCA6174/hw2.1/firmware-5.bin +ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt +ath10k/QCA6174/hw3.0/board.bin +ath10k/QCA6174/hw3.0/board-2.bin +ath10k/QCA6174/hw3.0/firmware-4.bin +ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt +ath10k/QCA6174/hw3.0/firmware-6.bin +ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt +ath10k/QCA6174/hw3.0/firmware-sdio-6.bin +ath10k/QCA6174/hw3.0/notice_ath10k_firmware-sdio-6.txt +ath10k/QCA9377/hw1.0/board.bin +ath10k/QCA9377/hw1.0/board-2.bin +ath10k/QCA9377/hw1.0/firmware-5.bin +ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt +ath10k/QCA9377/hw1.0/firmware-sdio-5.bin +ath10k/QCA9377/hw1.0/notice_ath10k_firmware-sdio-5.txt +ath10k/QCA9377/hw1.0/firmware-6.bin +ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt +ath10k/QCA99X0/hw2.0/board-2.bin +ath10k/QCA99X0/hw2.0/firmware-5.bin +ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt +ath10k/QCA4019/hw1.0/board-2.bin +ath10k/QCA4019/hw1.0/firmware-5.bin +ath10k/QCA4019/hw1.0/notice_ath10k_firmware-5.txt +ath10k/QCA9887/hw1.0/board.bin +ath10k/QCA9887/hw1.0/firmware-5.bin +ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt +ath10k/QCA9888/hw2.0/board-2.bin +ath10k/QCA9888/hw2.0/firmware-5.bin +ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt +ath10k/QCA9984/hw1.0/board-2.bin +ath10k/QCA9984/hw1.0/firmware-5.bin +ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt +ath10k/WCN3990/hw1.0/board-2.bin +ath10k/WCN3990/hw1.0/firmware-5.bin +ath10k/WCN3990/hw1.0/wlanmdsp.mbn +ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp ath11k/IPQ6018/hw1.0/board-2.bin +ath11k/IPQ6018/hw1.0/m3_fw.b00 +ath11k/IPQ6018/hw1.0/m3_fw.b01 +ath11k/IPQ6018/hw1.0/m3_fw.b02 +ath11k/IPQ6018/hw1.0/m3_fw.flist +ath11k/IPQ6018/hw1.0/m3_fw.mdt +ath11k/IPQ6018/hw1.0/q6_fw.b00 +ath11k/IPQ6018/hw1.0/q6_fw.b01 +ath11k/IPQ6018/hw1.0/q6_fw.b02 +ath11k/IPQ6018/hw1.0/q6_fw.b03 +ath11k/IPQ6018/hw1.0/q6_fw.b04 +ath11k/IPQ6018/hw1.0/q6_fw.b05 +ath11k/IPQ6018/hw1.0/q6_fw.b07 +ath11k/IPQ6018/hw1.0/q6_fw.b08 +ath11k/IPQ6018/hw1.0/q6_fw.flist +ath11k/IPQ6018/hw1.0/q6_fw.mdt +ath11k/IPQ6018/hw1.0/Notice.txt +ath11k/IPQ8074/hw2.0/board-2.bin +ath11k/IPQ8074/hw2.0/m3_fw.b00 +ath11k/IPQ8074/hw2.0/m3_fw.b01 +ath11k/IPQ8074/hw2.0/m3_fw.b02 +ath11k/IPQ8074/hw2.0/m3_fw.flist +ath11k/IPQ8074/hw2.0/m3_fw.mdt +ath11k/IPQ8074/hw2.0/q6_fw.b00 +ath11k/IPQ8074/hw2.0/q6_fw.b01 +ath11k/IPQ8074/hw2.0/q6_fw.b02 +ath11k/IPQ8074/hw2.0/q6_fw.b03 +ath11k/IPQ8074/hw2.0/q6_fw.b04 +ath11k/IPQ8074/hw2.0/q6_fw.b05 +ath11k/IPQ8074/hw2.0/q6_fw.b07 +ath11k/IPQ8074/hw2.0/q6_fw.b08 +ath11k/IPQ8074/hw2.0/q6_fw.flist +ath11k/IPQ8074/hw2.0/q6_fw.mdt +ath11k/IPQ8074/hw2.0/Notice.txt +ath11k/QCA6390/hw2.0/board-2.bin +ath11k/QCA6390/hw2.0/amss.bin +ath11k/QCA6390/hw2.0/m3.bin +ath11k/QCA6390/hw2.0/Notice.txt +ath11k/WCN6855/hw2.0/regdb.bin +ath11k/WCN6855/hw2.0/board-2.bin +ath11k/WCN6855/hw2.0/amss.bin +ath11k/WCN6855/hw2.0/m3.bin +ath11k/WCN6855/hw2.0/Notice.txt +ath11k/WCN6855/hw2.1/regdb.bin +ath11k/WCN6855/hw2.1/board-2.bin +ath11k/WCN6855/hw2.1/amss.bin +ath11k/WCN6855/hw2.1/m3.bin +ath11k/QCN9074/hw1.0/board-2.bin +ath11k/QCN9074/hw1.0/amss.bin +ath11k/QCN9074/hw1.0/m3.bin +ath11k/QCN9074/hw1.0/Notice.txt +ath11k/WCN6750/hw1.0/board-2.bin +ath11k/WCN6750/hw1.0/wpss.b00 +ath11k/WCN6750/hw1.0/wpss.b01 +ath11k/WCN6750/hw1.0/wpss.b02 +ath11k/WCN6750/hw1.0/wpss.b03 +ath11k/WCN6750/hw1.0/wpss.b04 +ath11k/WCN6750/hw1.0/wpss.b05 +ath11k/WCN6750/hw1.0/wpss.b06 +ath11k/WCN6750/hw1.0/wpss.b07 +ath11k/WCN6750/hw1.0/wpss.b08 +ath11k/WCN6750/hw1.0/wpss.mdt +ath11k/WCN6750/hw1.0/Notice.txt ath3k-1.fw -ath6k/AR6003.1/hw2.1.1/otp.bin -ath6k/AR6003.1/hw2.1.1/endpointping.bin -ath6k/AR6003.1/hw2.1.1/data.patch.bin -ath6k/AR6003.1/hw2.1.1/bdata.WB31.bin -ath6k/AR6003.1/hw2.1.1/bdata.SD32.bin -ath6k/AR6003.1/hw2.1.1/bdata.SD31.bin -ath6k/AR6003.1/hw2.1.1/athwlan.bin -ath6k/AR6002/data.patch.hw2_0.bin -ath6k/AR6002/athwlan.bin.z77 -ath6k/AR6002/eeprom.bin -ath6k/AR6002/eeprom.data -ath6k/AR6003/hw2.0/athwlan.bin.z77 -ath6k/AR6003/hw2.0/bdata.WB31.bin -ath6k/AR6003/hw2.0/data.patch.bin -ath6k/AR6003/hw2.0/bdata.SD32.bin -ath6k/AR6003/hw2.0/bdata.SD31.bin -ath6k/AR6003/hw2.0/otp.bin.z77 -ath6k/AR6003/hw2.1.1/bdata.WB31.bin -ath6k/AR6003/hw2.1.1/data.patch.bin -ath6k/AR6003/hw2.1.1/bdata.SD32.bin -ath6k/AR6003/hw2.1.1/bdata.SD31.bin -ath6k/AR6003/hw2.1.1/endpointping.bin -ath6k/AR6003/hw2.1.1/athwlan.bin -ath6k/AR6003/hw2.1.1/otp.bin -ath6k/AR6003/hw2.1.1/fw-3.bin -ath6k/AR6003/hw2.1.1/fw-2.bin -ath6k/AR6003/hw1.0/athwlan.bin.z77 -ath6k/AR6003/hw1.0/bdata.WB31.bin -ath6k/AR6003/hw1.0/data.patch.bin -ath6k/AR6003/hw1.0/bdata.SD32.bin -ath6k/AR6003/hw1.0/bdata.SD31.bin -ath6k/AR6003/hw1.0/otp.bin.z77 -ath6k/AR6004/hw1.2/bdata.bin -ath6k/AR6004/hw1.2/fw-2.bin -ath6k/AR6004/hw1.3/bdata.bin ath6k/AR6004/hw1.3/fw-3.bin -ath9k_htc/htc_9271-1.4.0.fw +ath6k/AR6004/hw1.3/bdata.bin +ath6k/AR6004/hw1.2/fw-2.bin +ath6k/AR6004/hw1.2/bdata.bin +ath6k/AR6003/hw1.0/otp.bin.z77 +ath6k/AR6003/hw1.0/bdata.SD31.bin +ath6k/AR6003/hw1.0/bdata.SD32.bin +ath6k/AR6003/hw1.0/data.patch.bin +ath6k/AR6003/hw1.0/bdata.WB31.bin +ath6k/AR6003/hw1.0/athwlan.bin.z77 +ath6k/AR6003/hw2.1.1/fw-2.bin +ath6k/AR6003/hw2.1.1/fw-3.bin +ath6k/AR6003/hw2.1.1/otp.bin +ath6k/AR6003/hw2.1.1/athwlan.bin +ath6k/AR6003/hw2.1.1/endpointping.bin +ath6k/AR6003/hw2.1.1/bdata.SD31.bin +ath6k/AR6003/hw2.1.1/bdata.SD32.bin +ath6k/AR6003/hw2.1.1/data.patch.bin +ath6k/AR6003/hw2.1.1/bdata.WB31.bin +ath6k/AR6003/hw2.0/otp.bin.z77 +ath6k/AR6003/hw2.0/bdata.SD31.bin +ath6k/AR6003/hw2.0/bdata.SD32.bin +ath6k/AR6003/hw2.0/data.patch.bin +ath6k/AR6003/hw2.0/bdata.WB31.bin +ath6k/AR6003/hw2.0/athwlan.bin.z77 +ath6k/AR6002/eeprom.data +ath6k/AR6002/eeprom.bin +ath6k/AR6002/athwlan.bin.z77 +ath6k/AR6002/data.patch.hw2_0.bin +ath6k/AR6003.1/hw2.1.1/athwlan.bin +ath6k/AR6003.1/hw2.1.1/bdata.SD31.bin +ath6k/AR6003.1/hw2.1.1/bdata.SD32.bin +ath6k/AR6003.1/hw2.1.1/bdata.WB31.bin +ath6k/AR6003.1/hw2.1.1/data.patch.bin +ath6k/AR6003.1/hw2.1.1/endpointping.bin +ath6k/AR6003.1/hw2.1.1/otp.bin ath9k_htc/htc_7010-1.4.0.fw -atmel/wilc1000_wifi_firmware-1.bin -atmel/wilc1000_wifi_firmware.bin -atmel/wilc1000_p2p_fw.bin -atmel/wilc1000_ap_fw.bin +ath9k_htc/htc_9271-1.4.0.fw atmel/wilc1000_fw.bin -atusb/rzusb-0.3.bin -atusb/atusb-0.3.dfu +atmel/wilc1000_ap_fw.bin +atmel/wilc1000_p2p_fw.bin +atmel/wilc1000_wifi_firmware.bin +atmel/wilc1000_wifi_firmware-1.bin atusb/atusb-0.2.dfu +atusb/atusb-0.3.dfu +atusb/rzusb-0.3.bin av7110/bootcode.bin -bnx2/bnx2-rv2p-09ax-6.0.17.fw -bnx2/bnx2-rv2p-09-6.0.17.fw -bnx2/bnx2-rv2p-06-6.0.15.fw -bnx2/bnx2-mips-09-6.2.1b.fw bnx2/bnx2-mips-06-6.2.3.fw -bnx2x/bnx2x-e2-7.13.21.0.fw -bnx2x/bnx2x-e2-7.13.15.0.fw -bnx2x/bnx2x-e2-7.13.11.0.fw -bnx2x/bnx2x-e2-7.13.1.0.fw -bnx2x/bnx2x-e1h-7.13.21.0.fw -bnx2x/bnx2x-e1h-7.13.15.0.fw -bnx2x/bnx2x-e1h-7.13.11.0.fw -bnx2x/bnx2x-e1h-7.13.1.0.fw -bnx2x/bnx2x-e1-7.13.21.0.fw -bnx2x/bnx2x-e1-7.13.15.0.fw -bnx2x/bnx2x-e1-7.13.11.0.fw +bnx2/bnx2-mips-09-6.2.1b.fw +bnx2/bnx2-rv2p-06-6.0.15.fw +bnx2/bnx2-rv2p-09-6.0.17.fw +bnx2/bnx2-rv2p-09ax-6.0.17.fw bnx2x/bnx2x-e1-7.13.1.0.fw -brcm/brcmfmac4356-sdio.vamrs,rock960.txt -brcm/brcmfmac4356-sdio.khadas,vim2.txt -brcm/brcmfmac4356-sdio.firefly,firefly-rk3399.txt -brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi Compute Module 4.txt -brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt -brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt -brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt -brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-r0.txt -brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-a1.txt -brcm/brcmfmac43430-sdio.starfive,visionfive-v1.txt -brcm/brcmfmac43430-sdio.friendlyarm,nanopi-r1.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m3.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-zero.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-plus.txt -brcm/brcmfmac43362-sdio.lemaker,bananapro.txt -brcm/brcmfmac54591-pcie.clm_blob -brcm/brcmfmac54591-pcie.bin -brcm/brcmfmac4373-sdio.clm_blob -brcm/brcmfmac4373-sdio.bin -brcm/brcmfmac43570-pcie.clm_blob -brcm/brcmfmac43570-pcie.bin -brcm/brcmfmac4356-sdio.clm_blob -brcm/brcmfmac4356-sdio.bin -brcm/brcmfmac4356-pcie.clm_blob -brcm/brcmfmac4356-pcie.bin -brcm/brcmfmac4354-sdio.clm_blob -brcm/brcmfmac4354-sdio.bin -brcm/brcmfmac43455-sdio.clm_blob -brcm/brcmfmac43455-sdio.bin -brcm/brcmfmac43430-sdio.clm_blob -brcm/brcmfmac43430-sdio.bin -brcm/brcmfmac4339-sdio.bin -brcm/brcmfmac43362-sdio.bin -brcm/brcmfmac43340-sdio.bin -brcm/brcmfmac43012-sdio.clm_blob -brcm/brcmfmac43012-sdio.bin -brcm/BCM-0a5c-6410.hcd -brcm/brcmfmac4356-sdio.AP6356S.txt -brcm/brcmfmac4356-pcie.gpd-win-pocket.txt -brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt -brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt -brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt -brcm/brcmfmac43455-sdio.acepc-t8.txt -brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt -brcm/brcmfmac43430-sdio.MUR1DX.txt -brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt -brcm/brcmfmac43430-sdio.AP6212.txt -brcm/brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt -brcm/brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt -brcm/brcmfmac43430a0-sdio.ilife-S806.txt -brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt -brcm/brcmfmac43340-sdio.predia-basic.txt -brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt -brcm/brcmfmac43340-sdio.meegopad-t08.txt -brcm/brcmfmac4330-sdio.Prowise-PT301.txt -brcm/brcmfmac4373.bin -brcm/brcmfmac4371-pcie.bin -brcm/brcmfmac4366c-pcie.bin -brcm/brcmfmac4366b-pcie.bin -brcm/brcmfmac43602-pcie.ap.bin -brcm/brcmfmac43602-pcie.bin -brcm/brcmfmac4358-pcie.bin -brcm/brcmfmac43569.bin -brcm/brcmfmac4350-pcie.bin -brcm/brcmfmac4350c2-pcie.bin -brcm/brcmfmac43430a0-sdio.bin -brcm/brcmfmac43143-sdio.bin -brcm/brcmfmac43143.bin -brcm/brcmfmac43242a.bin -brcm/brcmfmac43241b5-sdio.bin -brcm/brcmfmac43241b4-sdio.bin -brcm/brcmfmac43241b0-sdio.bin -brcm/brcmfmac4335-sdio.bin -brcm/brcmfmac4334-sdio.bin -brcm/brcmfmac4330-sdio.bin -brcm/brcmfmac4329-sdio.bin -brcm/brcmfmac43236b.bin -brcm/bcm4329-fullmac-4.bin -brcm/bcm43xx_hdr-0.fw -brcm/bcm43xx-0.fw +bnx2x/bnx2x-e1-7.13.11.0.fw +bnx2x/bnx2x-e1-7.13.15.0.fw +bnx2x/bnx2x-e1-7.13.21.0.fw +bnx2x/bnx2x-e1h-7.13.1.0.fw +bnx2x/bnx2x-e1h-7.13.11.0.fw +bnx2x/bnx2x-e1h-7.13.15.0.fw +bnx2x/bnx2x-e1h-7.13.21.0.fw +bnx2x/bnx2x-e2-7.13.1.0.fw +bnx2x/bnx2x-e2-7.13.11.0.fw +bnx2x/bnx2x-e2-7.13.15.0.fw +bnx2x/bnx2x-e2-7.13.21.0.fw brcm/BCM-0bb4-0306.hcd +brcm/bcm43xx-0.fw +brcm/bcm43xx_hdr-0.fw +brcm/bcm4329-fullmac-4.bin +brcm/brcmfmac43236b.bin +brcm/brcmfmac4329-sdio.bin +brcm/brcmfmac4330-sdio.bin +brcm/brcmfmac4334-sdio.bin +brcm/brcmfmac4335-sdio.bin +brcm/brcmfmac43241b0-sdio.bin +brcm/brcmfmac43241b4-sdio.bin +brcm/brcmfmac43241b5-sdio.bin +brcm/brcmfmac43242a.bin +brcm/brcmfmac43143.bin +brcm/brcmfmac43143-sdio.bin +brcm/brcmfmac43430a0-sdio.bin +brcm/brcmfmac4350c2-pcie.bin +brcm/brcmfmac4350-pcie.bin +brcm/brcmfmac43569.bin +brcm/brcmfmac4358-pcie.bin +brcm/brcmfmac43602-pcie.bin +brcm/brcmfmac43602-pcie.ap.bin +brcm/brcmfmac4366b-pcie.bin +brcm/brcmfmac4366c-pcie.bin +brcm/brcmfmac4371-pcie.bin +brcm/brcmfmac4373.bin +brcm/brcmfmac4330-sdio.Prowise-PT301.txt +brcm/brcmfmac43340-sdio.meegopad-t08.txt +brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt +brcm/brcmfmac43340-sdio.predia-basic.txt +brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt +brcm/brcmfmac43430a0-sdio.ilife-S806.txt +brcm/brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt +brcm/brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt +brcm/brcmfmac43430-sdio.AP6212.txt +brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt +brcm/brcmfmac43430-sdio.MUR1DX.txt +brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt +brcm/brcmfmac43455-sdio.acepc-t8.txt +brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt +brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt +brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt +brcm/brcmfmac4356-pcie.gpd-win-pocket.txt +brcm/brcmfmac4356-sdio.AP6356S.txt +brcm/BCM-0a5c-6410.hcd +brcm/brcmfmac43012-sdio.bin +brcm/brcmfmac43012-sdio.clm_blob +brcm/brcmfmac43340-sdio.bin +brcm/brcmfmac43362-sdio.bin +brcm/brcmfmac4339-sdio.bin +brcm/brcmfmac43430-sdio.bin +brcm/brcmfmac43430-sdio.clm_blob +brcm/brcmfmac43455-sdio.bin +brcm/brcmfmac43455-sdio.clm_blob +brcm/brcmfmac4354-sdio.bin +brcm/brcmfmac4354-sdio.clm_blob +brcm/brcmfmac4356-pcie.bin +brcm/brcmfmac4356-pcie.clm_blob +brcm/brcmfmac4356-sdio.bin +brcm/brcmfmac4356-sdio.clm_blob +brcm/brcmfmac43570-pcie.bin +brcm/brcmfmac43570-pcie.clm_blob +brcm/brcmfmac4373-sdio.bin +brcm/brcmfmac4373-sdio.clm_blob +brcm/brcmfmac54591-pcie.bin +brcm/brcmfmac54591-pcie.clm_blob +brcm/brcmfmac43362-sdio.lemaker,bananapro.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-plus.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-zero.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.txt +brcm/brcmfmac43430-sdio.sinovoip,bpi-m3.txt +brcm/brcmfmac43430-sdio.friendlyarm,nanopi-r1.txt +brcm/brcmfmac43430-sdio.starfive,visionfive-v1.txt +brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-a1.txt +brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-r0.txt +brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt +brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt +brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt +brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi Compute Module 4.txt +brcm/brcmfmac4356-sdio.firefly,firefly-rk3399.txt +brcm/brcmfmac4356-sdio.khadas,vim2.txt +brcm/brcmfmac4356-sdio.vamrs,rock960.txt cadence/mhdp8546.bin carl9170-1.fw -cavium/cnn55xx_se.fw cavium/cnn55xx_ae.fw +cavium/cnn55xx_se.fw cbfw-3.2.5.1.bin -cis/SW_8xx_SER.cis -cis/SW_7xx_SER.cis -cis/SW_555_SER.cis -cis/COMpad4.cis -cis/COMpad2.cis -cis/RS-COM-2P.cis -cis/MT5634ZLX.cis -cis/3CCFEM556.cis -cis/3CXEM556.cis -cis/PE520.cis -cis/PE-200.cis -cis/tamarack.cis -cis/NE2K.cis -cis/DP83903.cis -cis/PCMLM28.cis cis/LA-PCM.cis +cis/PCMLM28.cis +cis/DP83903.cis +cis/NE2K.cis +cis/tamarack.cis +cis/PE-200.cis +cis/PE520.cis +cis/3CXEM556.cis +cis/3CCFEM556.cis +cis/MT5634ZLX.cis +cis/RS-COM-2P.cis +cis/COMpad2.cis +cis/COMpad4.cis +cis/SW_555_SER.cis +cis/SW_7xx_SER.cis +cis/SW_8xx_SER.cis cmmb_vega_12mhz.inp cmmb_venice_12mhz.inp cnm/wave521c_j721s2_codec_fw.bin @@ -824,74 +824,74 @@ ct2fw-3.2.5.1.bin ctefx.bin ctfw-3.2.5.1.bin ctspeq.bin -cxgb3/ael2020_twx_edc.bin -cxgb3/ael2005_twx_edc.bin -cxgb3/ael2005_opt_edc.bin -cxgb3/t3fw-7.12.0.bin -cxgb3/t3fw-7.10.0.bin -cxgb3/t3fw-7.4.0.bin -cxgb3/t3fw-7.1.0.bin -cxgb3/t3fw-7.0.0.bin -cxgb3/t3c_psram-1.1.0.bin cxgb3/t3b_psram-1.1.0.bin -cxgb4/t6-config.txt -cxgb4/t5-config.txt -cxgb4/t4-config.txt -cxgb4/t6fw.bin -cxgb4/t5fw.bin -cxgb4/t4fw.bin -cxgb4/configs/t6-config-hashfilter.txt -cxgb4/configs/t5-config-hashfilter.txt -cxgb4/configs/t6-config-default.txt -cxgb4/configs/t5-config-default.txt -cxgb4/configs/t4-config-default.txt -cxgb4/bcm8483.bin -cxgb4/aq1202_fw.cld -cxgb4/t6fw-1.26.6.0.bin -cxgb4/t5fw-1.26.6.0.bin -cxgb4/t5fw-1.15.37.0.bin -cxgb4/t5fw-1.14.4.0.bin -cxgb4/t4fw-1.26.6.0.bin -cxgb4/t4fw-1.15.37.0.bin +cxgb3/t3c_psram-1.1.0.bin +cxgb3/t3fw-7.0.0.bin +cxgb3/t3fw-7.1.0.bin +cxgb3/t3fw-7.4.0.bin +cxgb3/t3fw-7.10.0.bin +cxgb3/t3fw-7.12.0.bin +cxgb3/ael2005_opt_edc.bin +cxgb3/ael2005_twx_edc.bin +cxgb3/ael2020_twx_edc.bin cxgb4/t4fw-1.14.4.0.bin -cypress/cyfmac54591-pcie.clm_blob -cypress/cyfmac54591-pcie.bin -cypress/cyfmac4373-sdio.clm_blob -cypress/cyfmac4373-sdio.bin -cypress/cyfmac43570-pcie.clm_blob -cypress/cyfmac43570-pcie.bin -cypress/cyfmac4356-sdio.clm_blob -cypress/cyfmac4356-sdio.bin -cypress/cyfmac4356-pcie.clm_blob -cypress/cyfmac4356-pcie.bin -cypress/cyfmac4354-sdio.clm_blob -cypress/cyfmac4354-sdio.bin -cypress/cyfmac43455-sdio.clm_blob -cypress/cyfmac43455-sdio.bin -cypress/cyfmac43430-sdio.clm_blob -cypress/cyfmac43430-sdio.bin -cypress/cyfmac4339-sdio.bin -cypress/cyfmac43362-sdio.bin -cypress/cyfmac43340-sdio.bin -cypress/cyfmac43012-sdio.clm_blob +cxgb4/t4fw-1.15.37.0.bin +cxgb4/t4fw-1.26.6.0.bin +cxgb4/t5fw-1.14.4.0.bin +cxgb4/t5fw-1.15.37.0.bin +cxgb4/t5fw-1.26.6.0.bin +cxgb4/t6fw-1.26.6.0.bin +cxgb4/aq1202_fw.cld +cxgb4/bcm8483.bin +cxgb4/configs/t4-config-default.txt +cxgb4/configs/t5-config-default.txt +cxgb4/configs/t6-config-default.txt +cxgb4/configs/t5-config-hashfilter.txt +cxgb4/configs/t6-config-hashfilter.txt +cxgb4/t4fw.bin +cxgb4/t5fw.bin +cxgb4/t6fw.bin +cxgb4/t4-config.txt +cxgb4/t5-config.txt +cxgb4/t6-config.txt cypress/cyfmac43012-sdio.bin -dabusb/bitstream.bin +cypress/cyfmac43012-sdio.clm_blob +cypress/cyfmac43340-sdio.bin +cypress/cyfmac43362-sdio.bin +cypress/cyfmac4339-sdio.bin +cypress/cyfmac43430-sdio.bin +cypress/cyfmac43430-sdio.clm_blob +cypress/cyfmac43455-sdio.bin +cypress/cyfmac43455-sdio.clm_blob +cypress/cyfmac4354-sdio.bin +cypress/cyfmac4354-sdio.clm_blob +cypress/cyfmac4356-pcie.bin +cypress/cyfmac4356-pcie.clm_blob +cypress/cyfmac4356-sdio.bin +cypress/cyfmac4356-sdio.clm_blob +cypress/cyfmac43570-pcie.bin +cypress/cyfmac43570-pcie.clm_blob +cypress/cyfmac4373-sdio.bin +cypress/cyfmac4373-sdio.clm_blob +cypress/cyfmac54591-pcie.bin +cypress/cyfmac54591-pcie.clm_blob dabusb/firmware.fw -dpaa2/mc/mc_10.28.1_lx2160a.itb -dpaa2/mc/mc_10.28.1_ls2088a.itb -dpaa2/mc/mc_10.28.1_ls1088a.itb -dpaa2/mc/mc_10.18.0_lx2160a.itb -dpaa2/mc/mc_10.18.0_ls2088a.itb -dpaa2/mc/mc_10.18.0_ls1088a.itb -dpaa2/mc/mc_10.16.2_lx2160a.itb -dpaa2/mc/mc_10.16.2_ls2088a.itb -dpaa2/mc/mc_10.16.2_ls1088a.itb -dpaa2/mc/mc_10.14.3_lx2160a.itb -dpaa2/mc/mc_10.14.3_ls2088a.itb -dpaa2/mc/mc_10.14.3_ls1088a.itb -dpaa2/mc/mc_10.10.0_lx2160a.itb -dpaa2/mc/mc_10.10.0_ls2088a.itb +dabusb/bitstream.bin dpaa2/mc/mc_10.10.0_ls1088a.itb +dpaa2/mc/mc_10.10.0_ls2088a.itb +dpaa2/mc/mc_10.10.0_lx2160a.itb +dpaa2/mc/mc_10.14.3_ls1088a.itb +dpaa2/mc/mc_10.14.3_ls2088a.itb +dpaa2/mc/mc_10.14.3_lx2160a.itb +dpaa2/mc/mc_10.16.2_ls1088a.itb +dpaa2/mc/mc_10.16.2_ls2088a.itb +dpaa2/mc/mc_10.16.2_lx2160a.itb +dpaa2/mc/mc_10.18.0_ls1088a.itb +dpaa2/mc/mc_10.18.0_ls2088a.itb +dpaa2/mc/mc_10.18.0_lx2160a.itb +dpaa2/mc/mc_10.28.1_ls1088a.itb +dpaa2/mc/mc_10.28.1_ls2088a.itb +dpaa2/mc/mc_10.28.1_lx2160a.itb dsp56k/bootstrap.bin dvb-fe-xc4000-1.4.1.fw dvb-fe-xc5000-1.6.114.fw @@ -902,250 +902,250 @@ dvb-usb-it9135-02.fw dvb-usb-terratec-h5-drxk.fw dvb_nova_12mhz.inp dvb_nova_12mhz_b0.inp -e100/d102e_ucode.bin -e100/d101s_ucode.bin e100/d101m_ucode.bin -emi26/loader.fw -emi26/firmware.fw +e100/d101s_ucode.bin +e100/d102e_ucode.bin emi26/bitstream.fw -ene-ub6250/ms_rdwr.bin -ene-ub6250/msp_rdwr.bin -ene-ub6250/ms_init.bin -ene-ub6250/sd_rdwr.bin -ene-ub6250/sd_init2.bin +emi26/firmware.fw +emi26/loader.fw ene-ub6250/sd_init1.bin +ene-ub6250/sd_init2.bin +ene-ub6250/sd_rdwr.bin +ene-ub6250/ms_init.bin +ene-ub6250/msp_rdwr.bin +ene-ub6250/ms_rdwr.bin f2255usb.bin -go7007/wis-startrek.fw -go7007/px-tv402u.fw -go7007/px-m402u.fw -go7007/lr192.fw -go7007/go7007tv.bin -go7007/go7007fw.bin -go7007/s2250-2.fw go7007/s2250-1.fw +go7007/s2250-2.fw +go7007/go7007fw.bin +go7007/go7007tv.bin +go7007/lr192.fw +go7007/px-m402u.fw +go7007/px-tv402u.fw +go7007/wis-startrek.fw hfi1_dc8051.fw hfi1_fabric.fw hfi1_pcie.fw hfi1_sbus.fw htc_7010.fw htc_9271.fw -i915/skl_guc_ver6.bin -i915/kbl_dmc_ver1.bin -i915/bxt_dmc_ver1.bin -i915/skl_dmc_ver1.bin -i915/dg2_dmc_ver2_06.bin -i915/dg2_guc_70.1.2.bin -i915/adlp_guc_70.1.1.bin -i915/adlp_guc_69.0.3.bin -i915/adlp_guc_62.0.3.bin -i915/adlp_dmc_ver2_16.bin -i915/adlp_dmc_ver2_14.bin -i915/adlp_dmc_ver2_12.bin -i915/adlp_dmc_ver2_10.bin -i915/adlp_dmc_ver2_09.bin -i915/adls_dmc_ver2_01.bin -i915/dg1_huc_7.9.3.bin -i915/dg1_huc_7.7.1.bin -i915/dg1_guc_70.1.1.bin -i915/dg1_guc_69.0.3.bin -i915/dg1_guc_62.0.0.bin -i915/dg1_guc_49.0.1.bin -i915/dg1_dmc_ver2_02.bin -i915/rkl_dmc_ver2_03.bin -i915/rkl_dmc_ver2_02.bin -i915/tgl_huc_7.9.3.bin -i915/tgl_huc_7.5.0.bin -i915/tgl_huc_7.0.12.bin -i915/tgl_huc_7.0.3.bin -i915/tgl_guc_70.1.1.bin -i915/tgl_guc_69.0.3.bin -i915/tgl_guc_62.0.0.bin -i915/tgl_guc_49.0.1.bin -i915/tgl_guc_35.2.0.bin -i915/ehl_huc_9.0.0.bin -i915/ehl_guc_70.1.1.bin -i915/ehl_guc_69.0.3.bin -i915/ehl_guc_62.0.0.bin -i915/ehl_guc_49.0.1.bin -i915/ehl_guc_33.0.4.bin -i915/icl_huc_9.0.0.bin -i915/tgl_dmc_ver2_12.bin -i915/tgl_dmc_ver2_08.bin -i915/tgl_dmc_ver2_06.bin -i915/tgl_dmc_ver2_04.bin -i915/icl_huc_ver8_4_3238.bin -i915/icl_guc_70.1.1.bin -i915/icl_guc_69.0.3.bin -i915/icl_guc_62.0.0.bin -i915/icl_guc_49.0.1.bin -i915/icl_guc_33.0.0.bin -i915/icl_guc_32.0.3.bin -i915/icl_dmc_ver1_09.bin -i915/icl_dmc_ver1_07.bin -i915/cnl_dmc_ver1_07.bin -i915/cnl_dmc_ver1_06.bin -i915/cml_huc_4.0.0.bin -i915/glk_dmc_ver1_04.bin -i915/glk_huc_4.0.0.bin -i915/glk_huc_ver03_01_2893.bin -i915/glk_guc_70.1.1.bin -i915/glk_guc_69.0.3.bin -i915/glk_guc_62.0.0.bin -i915/glk_guc_49.0.1.bin -i915/glk_guc_33.0.0.bin -i915/glk_guc_32.0.3.bin -i915/kbl_guc_70.1.1.bin -i915/kbl_guc_69.0.3.bin -i915/kbl_guc_62.0.0.bin -i915/kbl_guc_49.0.1.bin -i915/kbl_guc_33.0.0.bin -i915/kbl_guc_32.0.3.bin -i915/kbl_guc_ver9_39.bin -i915/cml_guc_70.1.1.bin -i915/cml_guc_69.0.3.bin -i915/cml_guc_62.0.0.bin -i915/cml_guc_49.0.1.bin -i915/cml_guc_33.0.0.bin -i915/kbl_guc_ver9_14.bin -i915/bxt_guc_70.1.1.bin -i915/bxt_guc_69.0.3.bin -i915/bxt_guc_62.0.0.bin -i915/bxt_guc_49.0.1.bin -i915/bxt_guc_33.0.0.bin -i915/bxt_guc_32.0.3.bin -i915/bxt_guc_ver9_29.bin -i915/bxt_guc_ver8_7.bin -i915/kbl_huc_4.0.0.bin -i915/kbl_huc_ver02_00_1810.bin -i915/bxt_huc_2.0.0.bin -i915/bxt_huc_ver01_8_2893.bin -i915/bxt_huc_ver01_07_1398.bin -i915/skl_huc_2.0.0.bin -i915/skl_huc_ver01_07_1398.bin -i915/skl_guc_70.1.1.bin -i915/skl_guc_69.0.3.bin -i915/skl_guc_62.0.0.bin -i915/skl_guc_49.0.1.bin -i915/skl_guc_33.0.0.bin -i915/skl_guc_32.0.3.bin -i915/skl_guc_ver9_33.bin -i915/skl_guc_ver6_1.bin -i915/skl_guc_ver4.bin -i915/skl_guc_ver1.bin -i915/kbl_dmc_ver1_04.bin -i915/kbl_dmc_ver1_01.bin -i915/bxt_dmc_ver1_07.bin -i915/skl_dmc_ver1_27.bin -i915/skl_dmc_ver1_26.bin i915/skl_dmc_ver1_23.bin -imx/sdma/sdma-imx7d.bin +i915/skl_dmc_ver1_26.bin +i915/skl_dmc_ver1_27.bin +i915/bxt_dmc_ver1_07.bin +i915/kbl_dmc_ver1_01.bin +i915/kbl_dmc_ver1_04.bin +i915/skl_guc_ver1.bin +i915/skl_guc_ver4.bin +i915/skl_guc_ver6_1.bin +i915/skl_guc_ver9_33.bin +i915/skl_guc_32.0.3.bin +i915/skl_guc_33.0.0.bin +i915/skl_guc_49.0.1.bin +i915/skl_guc_62.0.0.bin +i915/skl_guc_69.0.3.bin +i915/skl_guc_70.1.1.bin +i915/skl_huc_ver01_07_1398.bin +i915/skl_huc_2.0.0.bin +i915/bxt_huc_ver01_07_1398.bin +i915/bxt_huc_ver01_8_2893.bin +i915/bxt_huc_2.0.0.bin +i915/kbl_huc_ver02_00_1810.bin +i915/kbl_huc_4.0.0.bin +i915/bxt_guc_ver8_7.bin +i915/bxt_guc_ver9_29.bin +i915/bxt_guc_32.0.3.bin +i915/bxt_guc_33.0.0.bin +i915/bxt_guc_49.0.1.bin +i915/bxt_guc_62.0.0.bin +i915/bxt_guc_69.0.3.bin +i915/bxt_guc_70.1.1.bin +i915/kbl_guc_ver9_14.bin +i915/cml_guc_33.0.0.bin +i915/cml_guc_49.0.1.bin +i915/cml_guc_62.0.0.bin +i915/cml_guc_69.0.3.bin +i915/cml_guc_70.1.1.bin +i915/kbl_guc_ver9_39.bin +i915/kbl_guc_32.0.3.bin +i915/kbl_guc_33.0.0.bin +i915/kbl_guc_49.0.1.bin +i915/kbl_guc_62.0.0.bin +i915/kbl_guc_69.0.3.bin +i915/kbl_guc_70.1.1.bin +i915/glk_guc_32.0.3.bin +i915/glk_guc_33.0.0.bin +i915/glk_guc_49.0.1.bin +i915/glk_guc_62.0.0.bin +i915/glk_guc_69.0.3.bin +i915/glk_guc_70.1.1.bin +i915/glk_huc_ver03_01_2893.bin +i915/glk_huc_4.0.0.bin +i915/glk_dmc_ver1_04.bin +i915/cml_huc_4.0.0.bin +i915/cnl_dmc_ver1_06.bin +i915/cnl_dmc_ver1_07.bin +i915/icl_dmc_ver1_07.bin +i915/icl_dmc_ver1_09.bin +i915/icl_guc_32.0.3.bin +i915/icl_guc_33.0.0.bin +i915/icl_guc_49.0.1.bin +i915/icl_guc_62.0.0.bin +i915/icl_guc_69.0.3.bin +i915/icl_guc_70.1.1.bin +i915/icl_huc_ver8_4_3238.bin +i915/tgl_dmc_ver2_04.bin +i915/tgl_dmc_ver2_06.bin +i915/tgl_dmc_ver2_08.bin +i915/tgl_dmc_ver2_12.bin +i915/icl_huc_9.0.0.bin +i915/ehl_guc_33.0.4.bin +i915/ehl_guc_49.0.1.bin +i915/ehl_guc_62.0.0.bin +i915/ehl_guc_69.0.3.bin +i915/ehl_guc_70.1.1.bin +i915/ehl_huc_9.0.0.bin +i915/tgl_guc_35.2.0.bin +i915/tgl_guc_49.0.1.bin +i915/tgl_guc_62.0.0.bin +i915/tgl_guc_69.0.3.bin +i915/tgl_guc_70.1.1.bin +i915/tgl_huc_7.0.3.bin +i915/tgl_huc_7.0.12.bin +i915/tgl_huc_7.5.0.bin +i915/tgl_huc_7.9.3.bin +i915/rkl_dmc_ver2_02.bin +i915/rkl_dmc_ver2_03.bin +i915/dg1_dmc_ver2_02.bin +i915/dg1_guc_49.0.1.bin +i915/dg1_guc_62.0.0.bin +i915/dg1_guc_69.0.3.bin +i915/dg1_guc_70.1.1.bin +i915/dg1_huc_7.7.1.bin +i915/dg1_huc_7.9.3.bin +i915/adls_dmc_ver2_01.bin +i915/adlp_dmc_ver2_09.bin +i915/adlp_dmc_ver2_10.bin +i915/adlp_dmc_ver2_12.bin +i915/adlp_dmc_ver2_14.bin +i915/adlp_dmc_ver2_16.bin +i915/adlp_guc_62.0.3.bin +i915/adlp_guc_69.0.3.bin +i915/adlp_guc_70.1.1.bin +i915/dg2_guc_70.1.2.bin +i915/dg2_dmc_ver2_06.bin +i915/skl_dmc_ver1.bin +i915/bxt_dmc_ver1.bin +i915/kbl_dmc_ver1.bin +i915/skl_guc_ver6.bin imx/sdma/sdma-imx6q.bin -inside-secure/eip197_minifw/ifpp.bin +imx/sdma/sdma-imx7d.bin inside-secure/eip197_minifw/ipue.bin -intel/dsp_fw_cnl.bin -intel/dsp_fw_glk.bin -intel/dsp_fw_kbl.bin -intel/dsp_fw_bxtn.bin -intel/dsp_fw_release.bin -intel/ipu3-fw.bin -intel/ice/ddp-wireless_edge/ice_wireless_edge-1.3.7.0.pkg -intel/ice/ddp-comms/ice_comms-1.3.31.0.pkg -intel/ice/ddp/ice.pkg -intel/ice/ddp/ice-1.3.28.0.pkg -intel/dsp_fw_cnl_v1858.bin -intel/dsp_fw_cnl_v1191.bin -intel/dsp_fw_glk_v3366.bin -intel/dsp_fw_glk_v2768.bin -intel/dsp_fw_glk_v2880.bin -intel/dsp_fw_glk_v1814.bin -intel/dsp_fw_kbl_v3402.bin -intel/dsp_fw_kbl_v3420.bin -intel/dsp_fw_kbl_v3266.bin -intel/dsp_fw_kbl_v2630.bin -intel/dsp_fw_kbl_v2042.bin -intel/dsp_fw_kbl_v1037.bin -intel/dsp_fw_kbl_v701.bin -intel/dsp_fw_bxtn_v3366.bin -intel/dsp_fw_bxtn_v2219.bin -intel/dsp_fw_release_v3402.bin -intel/dsp_fw_release_v969.bin -intel/fw_sst_22a8.bin -intel/fw_sst_0f28_ssp0.bin -intel/fw_sst_0f28.bin -intel/IntcSST2.bin -intel/fw_sst_0f28.bin-48kHz_i2s_master -intel/ibt-1040-4150.ddc -intel/ibt-1040-4150.sfi -intel/ibt-0040-4150.ddc -intel/ibt-0040-4150.sfi -intel/ibt-1040-2120.ddc -intel/ibt-1040-2120.sfi -intel/ibt-0040-2120.ddc -intel/ibt-0040-2120.sfi -intel/ibt-1040-1020.ddc -intel/ibt-1040-1020.sfi -intel/ibt-0040-1020.ddc -intel/ibt-0040-1020.sfi -intel/ibt-1040-0041.ddc -intel/ibt-1040-0041.sfi -intel/ibt-0040-0041.ddc -intel/ibt-0040-0041.sfi -intel/ibt-0041-0041.ddc -intel/ibt-0041-0041.sfi -intel/ibt-19-240-4.ddc -intel/ibt-19-240-4.sfi -intel/ibt-19-240-1.ddc -intel/ibt-19-240-1.sfi -intel/ibt-19-32-4.ddc -intel/ibt-19-32-4.sfi -intel/ibt-19-32-0.ddc -intel/ibt-19-32-0.sfi -intel/ibt-19-32-1.ddc -intel/ibt-19-32-1.sfi -intel/ibt-19-16-4.ddc -intel/ibt-19-16-4.sfi -intel/ibt-19-0-4.ddc -intel/ibt-19-0-4.sfi -intel/ibt-19-0-1.ddc -intel/ibt-19-0-1.sfi -intel/ibt-19-0-0.ddc -intel/ibt-19-0-0.sfi -intel/ibt-20-1-4.ddc -intel/ibt-20-1-4.sfi -intel/ibt-20-1-3.ddc -intel/ibt-20-1-3.sfi -intel/ibt-20-0-3.ddc -intel/ibt-20-0-3.sfi -intel/ibt-18-1.ddc -intel/ibt-18-1.sfi -intel/ibt-18-0-1.ddc -intel/ibt-18-0-1.sfi -intel/ibt-18-2.ddc -intel/ibt-18-2.sfi -intel/ibt-18-16-1.ddc -intel/ibt-18-16-1.sfi -intel/ibt-17-1.ddc -intel/ibt-17-1.sfi -intel/ibt-17-0-1.ddc -intel/ibt-17-0-1.sfi -intel/ibt-17-2.ddc -intel/ibt-17-2.sfi -intel/ibt-17-16-1.ddc -intel/ibt-17-16-1.sfi -intel/ibt-12-16.sfi -intel/ibt-12-16.ddc -intel/ibt-11-5.sfi -intel/ibt-11-5.ddc -intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq -intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq -intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq -intel/ibt-hw-37.8.bseq -intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq -intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq -intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq -intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq -intel/ibt-hw-37.7.bseq +inside-secure/eip197_minifw/ifpp.bin intel/irci_irci_ecr-master_20161208_0213_20170112_1500.bin +intel/ibt-hw-37.7.bseq +intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq +intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq +intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq +intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq +intel/ibt-hw-37.8.bseq +intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq +intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq +intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq +intel/ibt-11-5.ddc +intel/ibt-11-5.sfi +intel/ibt-12-16.ddc +intel/ibt-12-16.sfi +intel/ibt-17-16-1.sfi +intel/ibt-17-16-1.ddc +intel/ibt-17-2.sfi +intel/ibt-17-2.ddc +intel/ibt-17-0-1.sfi +intel/ibt-17-0-1.ddc +intel/ibt-17-1.sfi +intel/ibt-17-1.ddc +intel/ibt-18-16-1.sfi +intel/ibt-18-16-1.ddc +intel/ibt-18-2.sfi +intel/ibt-18-2.ddc +intel/ibt-18-0-1.sfi +intel/ibt-18-0-1.ddc +intel/ibt-18-1.sfi +intel/ibt-18-1.ddc +intel/ibt-20-0-3.sfi +intel/ibt-20-0-3.ddc +intel/ibt-20-1-3.sfi +intel/ibt-20-1-3.ddc +intel/ibt-20-1-4.sfi +intel/ibt-20-1-4.ddc +intel/ibt-19-0-0.sfi +intel/ibt-19-0-0.ddc +intel/ibt-19-0-1.sfi +intel/ibt-19-0-1.ddc +intel/ibt-19-0-4.sfi +intel/ibt-19-0-4.ddc +intel/ibt-19-16-4.sfi +intel/ibt-19-16-4.ddc +intel/ibt-19-32-1.sfi +intel/ibt-19-32-1.ddc +intel/ibt-19-32-0.sfi +intel/ibt-19-32-0.ddc +intel/ibt-19-32-4.sfi +intel/ibt-19-32-4.ddc +intel/ibt-19-240-1.sfi +intel/ibt-19-240-1.ddc +intel/ibt-19-240-4.sfi +intel/ibt-19-240-4.ddc +intel/ibt-0041-0041.sfi +intel/ibt-0041-0041.ddc +intel/ibt-0040-0041.sfi +intel/ibt-0040-0041.ddc +intel/ibt-1040-0041.sfi +intel/ibt-1040-0041.ddc +intel/ibt-0040-1020.sfi +intel/ibt-0040-1020.ddc +intel/ibt-1040-1020.sfi +intel/ibt-1040-1020.ddc +intel/ibt-0040-2120.sfi +intel/ibt-0040-2120.ddc +intel/ibt-1040-2120.sfi +intel/ibt-1040-2120.ddc +intel/ibt-0040-4150.sfi +intel/ibt-0040-4150.ddc +intel/ibt-1040-4150.sfi +intel/ibt-1040-4150.ddc +intel/fw_sst_0f28.bin-48kHz_i2s_master +intel/IntcSST2.bin +intel/fw_sst_0f28.bin +intel/fw_sst_0f28_ssp0.bin +intel/fw_sst_22a8.bin +intel/dsp_fw_release_v969.bin +intel/dsp_fw_release_v3402.bin +intel/dsp_fw_bxtn_v2219.bin +intel/dsp_fw_bxtn_v3366.bin +intel/dsp_fw_kbl_v701.bin +intel/dsp_fw_kbl_v1037.bin +intel/dsp_fw_kbl_v2042.bin +intel/dsp_fw_kbl_v2630.bin +intel/dsp_fw_kbl_v3266.bin +intel/dsp_fw_kbl_v3420.bin +intel/dsp_fw_kbl_v3402.bin +intel/dsp_fw_glk_v1814.bin +intel/dsp_fw_glk_v2880.bin +intel/dsp_fw_glk_v2768.bin +intel/dsp_fw_glk_v3366.bin +intel/dsp_fw_cnl_v1191.bin +intel/dsp_fw_cnl_v1858.bin +intel/ice/ddp/ice-1.3.28.0.pkg +intel/ice/ddp/ice.pkg +intel/ice/ddp-comms/ice_comms-1.3.31.0.pkg +intel/ice/ddp-wireless_edge/ice_wireless_edge-1.3.7.0.pkg +intel/ipu3-fw.bin +intel/dsp_fw_release.bin +intel/dsp_fw_bxtn.bin +intel/dsp_fw_kbl.bin +intel/dsp_fw_glk.bin +intel/dsp_fw_cnl.bin isci/isci_firmware.bin isdbt_nova_12mhz.inp isdbt_nova_12mhz_b0.inp @@ -1309,224 +1309,224 @@ iwlwifi-ty-a0-gf-a0-68.ucode iwlwifi-ty-a0-gf-a0-71.ucode iwlwifi-ty-a0-gf-a0-73.ucode iwlwifi-ty-a0-gf-a0.pnvm -kaweth/trigger_code_fix.bin -kaweth/trigger_code.bin -kaweth/new_code_fix.bin kaweth/new_code.bin -keyspan/usa49wlc.fw -keyspan/usa49w.fw -keyspan/usa28x.fw -keyspan/usa28xb.fw -keyspan/usa28xa.fw -keyspan/usa28.fw -keyspan/usa19w.fw -keyspan/usa19qw.fw -keyspan/usa19qi.fw -keyspan/usa19.fw -keyspan/usa18x.fw +kaweth/new_code_fix.bin +kaweth/trigger_code.bin +kaweth/trigger_code_fix.bin keyspan/mpr.fw -keyspan_pda/xircom_pgs.fw +keyspan/usa18x.fw +keyspan/usa19.fw +keyspan/usa19qi.fw +keyspan/usa19qw.fw +keyspan/usa19w.fw +keyspan/usa28.fw +keyspan/usa28xa.fw +keyspan/usa28xb.fw +keyspan/usa28x.fw +keyspan/usa49w.fw +keyspan/usa49wlc.fw keyspan_pda/keyspan_pda.fw +keyspan_pda/xircom_pgs.fw lbtf_usb.bin -libertas/sd8688_helper.bin -libertas/sd8688.bin -libertas/usb8388_olpc.bin -libertas/lbtf_sdio.bin -libertas/usb8682.bin -libertas/usb8388_v9.bin -libertas/usb8388_v5.bin -libertas/sd8686_v9_helper.bin -libertas/sd8686_v9.bin -libertas/sd8686_v8_helper.bin -libertas/sd8686_v8.bin -libertas/sd8682_helper.bin -libertas/sd8682.bin -libertas/sd8385_helper.bin -libertas/sd8385.bin -libertas/gspi8688_helper.bin -libertas/gspi8688.bin -libertas/gspi8686_v9_helper.bin -libertas/gspi8686_v9.bin -libertas/gspi8682_helper.bin -libertas/gspi8682.bin -libertas/cf8385_helper.bin -libertas/cf8385.bin -libertas/cf8381_helper.bin libertas/cf8381.bin -liquidio/lio_410nv_nic.bin -liquidio/lio_210sv_nic.bin -liquidio/lio_210nv_nic.bin -liquidio/lio_23xx_vsw.bin +libertas/cf8381_helper.bin +libertas/cf8385.bin +libertas/cf8385_helper.bin +libertas/gspi8682.bin +libertas/gspi8682_helper.bin +libertas/gspi8686_v9.bin +libertas/gspi8686_v9_helper.bin +libertas/gspi8688.bin +libertas/gspi8688_helper.bin +libertas/sd8385.bin +libertas/sd8385_helper.bin +libertas/sd8682.bin +libertas/sd8682_helper.bin +libertas/sd8686_v8.bin +libertas/sd8686_v8_helper.bin +libertas/sd8686_v9.bin +libertas/sd8686_v9_helper.bin +libertas/usb8388_v5.bin +libertas/usb8388_v9.bin +libertas/usb8682.bin +libertas/lbtf_sdio.bin +libertas/usb8388_olpc.bin +libertas/sd8688.bin +libertas/sd8688_helper.bin liquidio/lio_23xx_nic.bin +liquidio/lio_23xx_vsw.bin +liquidio/lio_210nv_nic.bin +liquidio/lio_210sv_nic.bin +liquidio/lio_410nv_nic.bin lt9611uxc_fw.bin -matrox/g400_warp.fw matrox/g200_warp.fw -mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin -mediatek/WIFI_RAM_CODE_MT7922_1.bin -mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin -mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin -mediatek/WIFI_RAM_CODE_MT7961_1.bin -mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin -mediatek/mt7986_eeprom_mt7975_dual.bin -mediatek/mt7986_eeprom_mt7976_dual.bin -mediatek/mt7986_eeprom_mt7976_dbdc.bin -mediatek/mt7986_eeprom_mt7976.bin -mediatek/mt7986_rom_patch_mt7975.bin -mediatek/mt7986_rom_patch.bin -mediatek/mt7986_wa.bin -mediatek/mt7986_wm_mt7975.bin -mediatek/mt7986_wm.bin -mediatek/mt7916_eeprom.bin -mediatek/mt7916_rom_patch.bin -mediatek/mt7916_wa.bin -mediatek/mt7916_wm.bin -mediatek/mt7915_eeprom_dbdc.bin -mediatek/mt7915_eeprom.bin -mediatek/mt7915_rom_patch.bin -mediatek/mt7915_wa.bin -mediatek/mt7915_wm.bin -mediatek/mt7663_n9_rebb.bin -mediatek/mt7663pr2h_rebb.bin -mediatek/mt7663_n9_v3.bin -mediatek/mt7622_rom_patch.bin -mediatek/mt7622_n9.bin -mediatek/mt7615_rom_patch.bin -mediatek/mt7615_cr4.bin -mediatek/mt7615_n9.bin -mediatek/mt7662u_rom_patch.bin -mediatek/mt7662u.bin -mediatek/mt7650e.bin -mediatek/mt7610e.bin -mediatek/mt7610u.bin -mediatek/mt7663pr2h.bin -mediatek/mt7668pr2h.bin -mediatek/mt7622pr2h.bin -mediatek/mt8195/scp.img -mediatek/mt8192/scp.img -mediatek/mt8186/scp.img -mediatek/mt8183/scp.img -mediatek/mt8173/vpu_p.bin +matrox/g400_warp.fw mediatek/mt8173/vpu_d.bin -mellanox/lc_ini_bundle_2010_1502.bin -mellanox/mlxsw_spectrum3-30.2010.1502.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1502.mfa2 -mellanox/mlxsw_spectrum-13.2010.1502.mfa2 -mellanox/mlxsw_spectrum3-30.2010.1406.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1406.mfa2 -mellanox/mlxsw_spectrum-13.2010.1406.mfa2 -mellanox/mlxsw_spectrum3-30.2010.1232.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1232.mfa2 -mellanox/mlxsw_spectrum-13.2010.1232.mfa2 -mellanox/lc_ini_bundle_2010_1006.bin -mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 -mellanox/mlxsw_spectrum-13.2010.1006.mfa2 -mellanox/mlxsw_spectrum3-30.2008.3326.mfa2 -mellanox/mlxsw_spectrum2-29.2008.3326.mfa2 -mellanox/mlxsw_spectrum-13.2008.3326.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2946.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2946.mfa2 -mellanox/mlxsw_spectrum-13.2008.2946.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2438.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2438.mfa2 -mellanox/mlxsw_spectrum-13.2008.2438.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2406.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2406.mfa2 -mellanox/mlxsw_spectrum-13.2008.2406.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2304.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2304.mfa2 -mellanox/mlxsw_spectrum-13.2008.2304.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2018.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2018.mfa2 -mellanox/mlxsw_spectrum-13.2008.2018.mfa2 -mellanox/mlxsw_spectrum3-30.2008.1312.mfa2 -mellanox/mlxsw_spectrum2-29.2008.1312.mfa2 -mellanox/mlxsw_spectrum-13.2008.1312.mfa2 -mellanox/mlxsw_spectrum3-30.2008.1310.mfa2 -mellanox/mlxsw_spectrum2-29.2008.1310.mfa2 -mellanox/mlxsw_spectrum-13.2008.1310.mfa2 -mellanox/mlxsw_spectrum3-30.2008.1036.mfa2 -mellanox/mlxsw_spectrum2-29.2008.1036.mfa2 -mellanox/mlxsw_spectrum-13.2008.1036.mfa2 -mellanox/mlxsw_spectrum3-30.2007.1168.mfa2 -mellanox/mlxsw_spectrum2-29.2007.1168.mfa2 -mellanox/mlxsw_spectrum-13.2007.1168.mfa2 -mellanox/mlxsw_spectrum2-29.2000.2714.mfa2 -mellanox/mlxsw_spectrum-13.2000.2714.mfa2 -mellanox/mlxsw_spectrum2-29.2000.2308.mfa2 -mellanox/mlxsw_spectrum-13.2000.2308.mfa2 -mellanox/mlxsw_spectrum-13.2000.1886.mfa2 -mellanox/mlxsw_spectrum-13.2000.1122.mfa2 -mellanox/mlxsw_spectrum-13.1910.622.mfa2 -mellanox/mlxsw_spectrum-13.1703.4.mfa2 -mellanox/mlxsw_spectrum-13.1702.6.mfa2 -mellanox/mlxsw_spectrum-13.1620.192.mfa2 -mellanox/mlxsw_spectrum-13.1530.152.mfa2 +mediatek/mt8173/vpu_p.bin +mediatek/mt8183/scp.img +mediatek/mt8186/scp.img +mediatek/mt8192/scp.img +mediatek/mt8195/scp.img +mediatek/mt7622pr2h.bin +mediatek/mt7668pr2h.bin +mediatek/mt7663pr2h.bin +mediatek/mt7610u.bin +mediatek/mt7610e.bin +mediatek/mt7650e.bin +mediatek/mt7662u.bin +mediatek/mt7662u_rom_patch.bin +mediatek/mt7615_n9.bin +mediatek/mt7615_cr4.bin +mediatek/mt7615_rom_patch.bin +mediatek/mt7622_n9.bin +mediatek/mt7622_rom_patch.bin +mediatek/mt7663_n9_v3.bin +mediatek/mt7663pr2h_rebb.bin +mediatek/mt7663_n9_rebb.bin +mediatek/mt7915_wm.bin +mediatek/mt7915_wa.bin +mediatek/mt7915_rom_patch.bin +mediatek/mt7915_eeprom.bin +mediatek/mt7915_eeprom_dbdc.bin +mediatek/mt7916_wm.bin +mediatek/mt7916_wa.bin +mediatek/mt7916_rom_patch.bin +mediatek/mt7916_eeprom.bin +mediatek/mt7986_wm.bin +mediatek/mt7986_wm_mt7975.bin +mediatek/mt7986_wa.bin +mediatek/mt7986_rom_patch.bin +mediatek/mt7986_rom_patch_mt7975.bin +mediatek/mt7986_eeprom_mt7976.bin +mediatek/mt7986_eeprom_mt7976_dbdc.bin +mediatek/mt7986_eeprom_mt7976_dual.bin +mediatek/mt7986_eeprom_mt7975_dual.bin +mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin +mediatek/WIFI_RAM_CODE_MT7961_1.bin +mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin +mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin +mediatek/WIFI_RAM_CODE_MT7922_1.bin +mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin mellanox/mlxsw_spectrum-13.1420.122.mfa2 -meson/vdec/sm1_vp9_mmu.bin -meson/vdec/sm1_hevc_mmu.bin -meson/vdec/gxm_h264.bin -meson/vdec/gxl_vp9.bin -meson/vdec/gxl_mpeg4_5.bin -meson/vdec/gxl_mpeg12.bin -meson/vdec/gxl_mjpeg.bin -meson/vdec/gxl_hevc_mmu.bin -meson/vdec/gxl_hevc.bin -meson/vdec/gxl_h264.bin -meson/vdec/gxl_h263.bin -meson/vdec/gxbb_h264.bin -meson/vdec/g12a_vp9.bin -meson/vdec/g12a_hevc_mmu.bin +mellanox/mlxsw_spectrum-13.1530.152.mfa2 +mellanox/mlxsw_spectrum-13.1620.192.mfa2 +mellanox/mlxsw_spectrum-13.1702.6.mfa2 +mellanox/mlxsw_spectrum-13.1703.4.mfa2 +mellanox/mlxsw_spectrum-13.1910.622.mfa2 +mellanox/mlxsw_spectrum-13.2000.1122.mfa2 +mellanox/mlxsw_spectrum-13.2000.1886.mfa2 +mellanox/mlxsw_spectrum-13.2000.2308.mfa2 +mellanox/mlxsw_spectrum2-29.2000.2308.mfa2 +mellanox/mlxsw_spectrum-13.2000.2714.mfa2 +mellanox/mlxsw_spectrum2-29.2000.2714.mfa2 +mellanox/mlxsw_spectrum-13.2007.1168.mfa2 +mellanox/mlxsw_spectrum2-29.2007.1168.mfa2 +mellanox/mlxsw_spectrum3-30.2007.1168.mfa2 +mellanox/mlxsw_spectrum-13.2008.1036.mfa2 +mellanox/mlxsw_spectrum2-29.2008.1036.mfa2 +mellanox/mlxsw_spectrum3-30.2008.1036.mfa2 +mellanox/mlxsw_spectrum-13.2008.1310.mfa2 +mellanox/mlxsw_spectrum2-29.2008.1310.mfa2 +mellanox/mlxsw_spectrum3-30.2008.1310.mfa2 +mellanox/mlxsw_spectrum-13.2008.1312.mfa2 +mellanox/mlxsw_spectrum2-29.2008.1312.mfa2 +mellanox/mlxsw_spectrum3-30.2008.1312.mfa2 +mellanox/mlxsw_spectrum-13.2008.2018.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2018.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2018.mfa2 +mellanox/mlxsw_spectrum-13.2008.2304.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2304.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2304.mfa2 +mellanox/mlxsw_spectrum-13.2008.2406.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2406.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2406.mfa2 +mellanox/mlxsw_spectrum-13.2008.2438.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2438.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2438.mfa2 +mellanox/mlxsw_spectrum-13.2008.2946.mfa2 +mellanox/mlxsw_spectrum2-29.2008.2946.mfa2 +mellanox/mlxsw_spectrum3-30.2008.2946.mfa2 +mellanox/mlxsw_spectrum-13.2008.3326.mfa2 +mellanox/mlxsw_spectrum2-29.2008.3326.mfa2 +mellanox/mlxsw_spectrum3-30.2008.3326.mfa2 +mellanox/mlxsw_spectrum-13.2010.1006.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 +mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 +mellanox/lc_ini_bundle_2010_1006.bin +mellanox/mlxsw_spectrum-13.2010.1232.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1232.mfa2 +mellanox/mlxsw_spectrum3-30.2010.1232.mfa2 +mellanox/mlxsw_spectrum-13.2010.1406.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1406.mfa2 +mellanox/mlxsw_spectrum3-30.2010.1406.mfa2 +mellanox/mlxsw_spectrum-13.2010.1502.mfa2 +mellanox/mlxsw_spectrum2-29.2010.1502.mfa2 +mellanox/mlxsw_spectrum3-30.2010.1502.mfa2 +mellanox/lc_ini_bundle_2010_1502.bin meson/vdec/g12a_h264.bin -microchip/mscc_vsc8584_revb_int8051_fb48.bin +meson/vdec/g12a_hevc_mmu.bin +meson/vdec/g12a_vp9.bin +meson/vdec/gxbb_h264.bin +meson/vdec/gxl_h263.bin +meson/vdec/gxl_h264.bin +meson/vdec/gxl_hevc.bin +meson/vdec/gxl_hevc_mmu.bin +meson/vdec/gxl_mjpeg.bin +meson/vdec/gxl_mpeg12.bin +meson/vdec/gxl_mpeg4_5.bin +meson/vdec/gxl_vp9.bin +meson/vdec/gxm_h264.bin +meson/vdec/sm1_hevc_mmu.bin +meson/vdec/sm1_vp9_mmu.bin microchip/mscc_vsc8574_revb_int8051_29e8.bin -moxa/moxa-1658.fw -moxa/moxa-1653.fw -moxa/moxa-1618.fw -moxa/moxa-1613.fw -moxa/moxa-1451.fw -moxa/moxa-1450.fw -moxa/moxa-1410.fw -moxa/moxa-1251.fw -moxa/moxa-1250.fw -moxa/moxa-1151.fw -moxa/moxa-1150.fw -moxa/moxa-1131.fw -moxa/moxa-1130.fw +microchip/mscc_vsc8584_revb_int8051_fb48.bin moxa/moxa-1110.fw -mrvl/cpt04/ie.out -mrvl/cpt04/se.out -mrvl/cpt04/ae.out -mrvl/cpt03/ie.out -mrvl/cpt03/se.out -mrvl/cpt03/ae.out -mrvl/cpt02/ie.out -mrvl/cpt02/se.out -mrvl/cpt02/ae.out -mrvl/cpt01/ie.out -mrvl/cpt01/se.out -mrvl/cpt01/ae.out -mrvl/prestera/mvsw_prestera_fw-v4.0.img -mrvl/prestera/mvsw_prestera_fw-v3.0.img -mrvl/prestera/mvsw_prestera_fw-v2.0.img -mrvl/sdsd8977_combo_v2.bin -mrvl/sdsd8997_combo_v4.bin -mrvl/usbusb8997_combo_v4.bin -mrvl/pcie8997_wlan_v4.bin -mrvl/pcieusb8997_combo_v4.bin -mrvl/pcieuart8997_combo_v4.bin -mrvl/usb8801_uapsta.bin -mrvl/sd8801_uapsta.bin -mrvl/sd8887_uapsta.bin -mrvl/pcie8897_uapsta.bin -mrvl/usb8897_uapsta.bin -mrvl/sd8897_uapsta.bin -mrvl/usb8797_uapsta.bin -mrvl/sd8797_uapsta.bin -mrvl/usb8766_uapsta.bin -mrvl/sd8787_uapsta.bin -mrvl/sd8688_helper.bin +moxa/moxa-1130.fw +moxa/moxa-1131.fw +moxa/moxa-1150.fw +moxa/moxa-1151.fw +moxa/moxa-1250.fw +moxa/moxa-1251.fw +moxa/moxa-1410.fw +moxa/moxa-1450.fw +moxa/moxa-1451.fw +moxa/moxa-1613.fw +moxa/moxa-1618.fw +moxa/moxa-1653.fw +moxa/moxa-1658.fw mrvl/sd8688.bin +mrvl/sd8688_helper.bin +mrvl/sd8787_uapsta.bin +mrvl/usb8766_uapsta.bin +mrvl/sd8797_uapsta.bin +mrvl/usb8797_uapsta.bin +mrvl/sd8897_uapsta.bin +mrvl/usb8897_uapsta.bin +mrvl/pcie8897_uapsta.bin +mrvl/sd8887_uapsta.bin +mrvl/sd8801_uapsta.bin +mrvl/usb8801_uapsta.bin +mrvl/pcieuart8997_combo_v4.bin +mrvl/pcieusb8997_combo_v4.bin +mrvl/pcie8997_wlan_v4.bin +mrvl/usbusb8997_combo_v4.bin +mrvl/sdsd8997_combo_v4.bin +mrvl/sdsd8977_combo_v2.bin +mrvl/prestera/mvsw_prestera_fw-v2.0.img +mrvl/prestera/mvsw_prestera_fw-v3.0.img +mrvl/prestera/mvsw_prestera_fw-v4.0.img +mrvl/cpt01/ae.out +mrvl/cpt01/se.out +mrvl/cpt01/ie.out +mrvl/cpt02/ae.out +mrvl/cpt02/se.out +mrvl/cpt02/ie.out +mrvl/cpt03/ae.out +mrvl/cpt03/se.out +mrvl/cpt03/ie.out +mrvl/cpt04/ae.out +mrvl/cpt04/se.out +mrvl/cpt04/ie.out mt7601u.bin mt7650.bin mt7662.bin @@ -1534,16 +1534,16 @@ mt7662_rom_patch.bin mts_cdma.fw mts_edge.fw mts_gsm.fw -mwl8k/fmimage_8764_ap-1.fw -mwl8k/helper_8366.fw -mwl8k/fmimage_8366_ap-3.fw -mwl8k/fmimage_8366_ap-2.fw -mwl8k/fmimage_8366_ap-1.fw -mwl8k/fmimage_8366.fw -mwl8k/helper_8687.fw mwl8k/fmimage_8687.fw -mwlwifi/88W8897.bin +mwl8k/helper_8687.fw +mwl8k/fmimage_8366.fw +mwl8k/fmimage_8366_ap-1.fw +mwl8k/fmimage_8366_ap-2.fw +mwl8k/fmimage_8366_ap-3.fw +mwl8k/helper_8366.fw +mwl8k/fmimage_8764_ap-1.fw mwlwifi/88W8864.bin +mwlwifi/88W8897.bin myri10ge_eth_big_z8e.dat myri10ge_eth_z8e.dat myri10ge_ethp_big_z8e.dat @@ -1552,505 +1552,505 @@ myri10ge_rss_eth_big_z8e.dat myri10ge_rss_eth_z8e.dat myri10ge_rss_ethp_big_z8e.dat myri10ge_rss_ethp_z8e.dat -netronome/nic_AMDA0078-0011_1x100.nffw -netronome/nic_AMDA0058-0012_2x40.nffw -netronome/nic_AMDA0058-0011_2x40.nffw -netronome/nic_AMDA0097-0001_8x10.nffw -netronome/nic_AMDA0096-0001_2x10.nffw -netronome/nic_AMDA0099-0001_2x25.nffw -netronome/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/nic_AMDA0081-0001_4x10.nffw -netronome/nic_AMDA0099-0001_2x10.nffw -netronome/nic_AMDA0097-0001_2x40.nffw -netronome/nic_AMDA0081-0001_1x40.nffw -netronome/bpf/nic_AMDA0078-0011_1x100.nffw -netronome/bpf/nic_AMDA0058-0012_2x40.nffw -netronome/bpf/nic_AMDA0058-0011_2x40.nffw -netronome/bpf/nic_AMDA0097-0001_8x10.nffw -netronome/bpf/nic_AMDA0096-0001_2x10.nffw -netronome/bpf/nic_AMDA0099-0001_2x25.nffw -netronome/bpf/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/bpf/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/bpf/nic_AMDA0081-0001_4x10.nffw -netronome/bpf/nic_AMDA0099-0001_2x10.nffw -netronome/bpf/nic_AMDA0097-0001_2x40.nffw -netronome/bpf/nic_AMDA0081-0001_1x40.nffw -netronome/flower/nic_AMDA0078-0012_8x10.nffw -netronome/flower/nic_AMDA0078-0012_4x10_1x40.nffw -netronome/flower/nic_AMDA0078-0012_2x40.nffw -netronome/flower/nic_AMDA0078-0012_1x100.nffw -netronome/flower/nic_AMDA0078-0011_8x10.nffw -netronome/flower/nic_AMDA0078-0011_4x10_1x40.nffw -netronome/flower/nic_AMDA0078-0011_2x40.nffw -netronome/flower/nic_AMDA0078-0011_1x100.nffw -netronome/flower/nic_AMDA0058-0012_8x10.nffw -netronome/flower/nic_AMDA0058-0012_4x10_1x40.nffw -netronome/flower/nic_AMDA0058-0012_2x40.nffw -netronome/flower/nic_AMDA0058-0012_1x100.nffw -netronome/flower/nic_AMDA0058-0011_8x10.nffw -netronome/flower/nic_AMDA0058-0011_4x10_1x40.nffw -netronome/flower/nic_AMDA0058-0011_2x40.nffw -netronome/flower/nic_AMDA0058-0011_1x100.nffw -netronome/flower/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/flower/nic_AMDA0097-0001_8x10.nffw -netronome/flower/nic_AMDA0096-0001_2x10.nffw -netronome/flower/nic_AMDA0099-0001_2x25.nffw -netronome/flower/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/flower/nic_AMDA0081-0001_4x10.nffw -netronome/flower/nic_AMDA0099-0001_2x10.nffw -netronome/flower/nic_AMDA0097-0001_2x40.nffw -netronome/flower/nic_AMDA0081-0001_1x40.nffw -netronome/flower/nic_AMDA0081.nffw -netronome/flower/nic_AMDA0058.nffw -netronome/flower/nic_AMDA0097.nffw -netronome/flower/nic_AMDA0096.nffw -netronome/flower/nic_AMDA0099.nffw -netronome/nic-sriov/nic_AMDA0078-0011_1x100.nffw -netronome/nic-sriov/nic_AMDA0058-0012_2x40.nffw -netronome/nic-sriov/nic_AMDA0058-0011_2x40.nffw -netronome/nic-sriov/nic_AMDA0097-0001_8x10.nffw -netronome/nic-sriov/nic_AMDA0096-0001_2x10.nffw -netronome/nic-sriov/nic_AMDA0099-0001_2x25.nffw -netronome/nic-sriov/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/nic-sriov/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/nic-sriov/nic_AMDA0081-0001_4x10.nffw -netronome/nic-sriov/nic_AMDA0099-0001_2x10.nffw -netronome/nic-sriov/nic_AMDA0097-0001_2x40.nffw -netronome/nic-sriov/nic_AMDA0081-0001_1x40.nffw -netronome/nic/nic_AMDA0078-0011_1x100.nffw -netronome/nic/nic_AMDA0058-0012_2x40.nffw -netronome/nic/nic_AMDA0058-0011_2x40.nffw -netronome/nic/nic_AMDA0097-0001_8x10.nffw -netronome/nic/nic_AMDA0096-0001_2x10.nffw -netronome/nic/nic_AMDA0099-0001_2x25.nffw -netronome/nic/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/nic/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/nic/nic_AMDA0081-0001_4x10.nffw -netronome/nic/nic_AMDA0099-0001_2x10.nffw -netronome/nic/nic_AMDA0097-0001_2x40.nffw netronome/nic/nic_AMDA0081-0001_1x40.nffw -nvidia/tu10x/typec/ccg_boot.cyacd -nvidia/tu10x/typec/ccg_secondary.cyacd -nvidia/tu10x/typec/ccg_primary.cyacd -nvidia/ga107/sec2/sig.bin -nvidia/ga107/sec2/image.bin -nvidia/ga107/sec2/hs_bl_sig.bin -nvidia/ga107/sec2/desc.bin -nvidia/ga107/nvdec/scrubber.bin -nvidia/ga107/acr/ucode_unload.bin -nvidia/ga107/acr/ucode_asb.bin -nvidia/ga107/acr/ucode_ahesasc.bin -nvidia/ga107/gr/NET_img.bin -nvidia/ga107/gr/gpccs_sig.bin -nvidia/ga107/gr/gpccs_bl.bin -nvidia/ga107/gr/fecs_sig.bin -nvidia/ga107/gr/fecs_bl.bin -nvidia/ga106/sec2/sig.bin -nvidia/ga106/sec2/image.bin -nvidia/ga106/sec2/hs_bl_sig.bin -nvidia/ga106/sec2/desc.bin -nvidia/ga106/nvdec/scrubber.bin -nvidia/ga106/acr/ucode_unload.bin -nvidia/ga106/acr/ucode_asb.bin -nvidia/ga106/acr/ucode_ahesasc.bin -nvidia/ga106/gr/NET_img.bin -nvidia/ga106/gr/gpccs_sig.bin -nvidia/ga106/gr/gpccs_bl.bin -nvidia/ga106/gr/fecs_sig.bin -nvidia/ga106/gr/fecs_bl.bin -nvidia/ga104/sec2/sig.bin -nvidia/ga104/sec2/image.bin -nvidia/ga104/sec2/hs_bl_sig.bin -nvidia/ga104/sec2/desc.bin -nvidia/ga104/nvdec/scrubber.bin -nvidia/ga104/acr/ucode_unload.bin -nvidia/ga104/acr/ucode_asb.bin -nvidia/ga104/acr/ucode_ahesasc.bin -nvidia/ga104/gr/NET_img.bin -nvidia/ga104/gr/gpccs_sig.bin -nvidia/ga104/gr/gpccs_bl.bin -nvidia/ga104/gr/fecs_sig.bin -nvidia/ga104/gr/fecs_bl.bin -nvidia/ga103/sec2/sig.bin -nvidia/ga103/sec2/image.bin -nvidia/ga103/sec2/hs_bl_sig.bin -nvidia/ga103/sec2/desc.bin -nvidia/ga103/nvdec/scrubber.bin -nvidia/ga103/acr/ucode_unload.bin -nvidia/ga103/acr/ucode_asb.bin -nvidia/ga103/acr/ucode_ahesasc.bin -nvidia/ga103/gr/NET_img.bin -nvidia/ga103/gr/gpccs_sig.bin -nvidia/ga103/gr/gpccs_bl.bin -nvidia/ga103/gr/fecs_sig.bin -nvidia/ga103/gr/fecs_bl.bin -nvidia/ga102/sec2/sig.bin -nvidia/ga102/sec2/image.bin -nvidia/ga102/sec2/hs_bl_sig.bin -nvidia/ga102/sec2/desc.bin -nvidia/ga102/nvdec/scrubber.bin -nvidia/ga102/gr/NET_img.bin -nvidia/ga102/gr/gpccs_sig.bin -nvidia/ga102/gr/gpccs_bl.bin -nvidia/ga102/gr/fecs_sig.bin -nvidia/ga102/gr/fecs_bl.bin -nvidia/ga102/acr/ucode_unload.bin -nvidia/ga102/acr/ucode_asb.bin -nvidia/ga102/acr/ucode_ahesasc.bin -nvidia/tu117/sec2/sig.bin -nvidia/tu117/sec2/image.bin -nvidia/tu117/sec2/desc.bin -nvidia/tu117/nvdec/scrubber.bin -nvidia/tu117/acr/unload_bl.bin -nvidia/tu117/acr/ucode_unload.bin -nvidia/tu117/acr/ucode_asb.bin -nvidia/tu117/acr/ucode_ahesasc.bin -nvidia/tu117/acr/bl.bin -nvidia/tu117/gr/gpccs_bl.bin -nvidia/tu117/gr/fecs_bl.bin -nvidia/tu117/gr/sw_veid_bundle_init.bin -nvidia/tu117/gr/sw_nonctx.bin -nvidia/tu117/gr/sw_method_init.bin -nvidia/tu117/gr/sw_ctx.bin -nvidia/tu117/gr/sw_bundle_init.bin -nvidia/tu117/gr/gpccs_sig.bin -nvidia/tu117/gr/gpccs_inst.bin -nvidia/tu117/gr/gpccs_data.bin -nvidia/tu117/gr/fecs_sig.bin -nvidia/tu117/gr/fecs_inst.bin -nvidia/tu117/gr/fecs_data.bin -nvidia/tu116/sec2/sig.bin -nvidia/tu116/sec2/image.bin -nvidia/tu116/sec2/desc.bin -nvidia/tu116/nvdec/scrubber.bin -nvidia/tu116/gr/sw_veid_bundle_init.bin -nvidia/tu116/gr/sw_nonctx.bin -nvidia/tu116/gr/sw_method_init.bin -nvidia/tu116/gr/sw_ctx.bin -nvidia/tu116/gr/sw_bundle_init.bin -nvidia/tu116/gr/gpccs_sig.bin -nvidia/tu116/gr/gpccs_inst.bin -nvidia/tu116/gr/gpccs_data.bin -nvidia/tu116/gr/gpccs_bl.bin -nvidia/tu116/gr/fecs_sig.bin -nvidia/tu116/gr/fecs_inst.bin -nvidia/tu116/gr/fecs_data.bin -nvidia/tu116/gr/fecs_bl.bin -nvidia/tu116/acr/unload_bl.bin -nvidia/tu116/acr/ucode_unload.bin -nvidia/tu116/acr/ucode_asb.bin -nvidia/tu116/acr/ucode_ahesasc.bin -nvidia/tu116/acr/bl.bin -nvidia/tu106/sec2/sig.bin -nvidia/tu106/sec2/image.bin -nvidia/tu106/sec2/desc.bin -nvidia/tu106/nvdec/scrubber.bin -nvidia/tu106/acr/ucode_unload.bin -nvidia/tu106/acr/unload_bl.bin -nvidia/tu106/acr/ucode_asb.bin -nvidia/tu106/acr/ucode_ahesasc.bin -nvidia/tu106/acr/bl.bin -nvidia/tu106/gr/gpccs_bl.bin -nvidia/tu106/gr/fecs_bl.bin -nvidia/tu106/gr/sw_veid_bundle_init.bin -nvidia/tu106/gr/sw_nonctx.bin -nvidia/tu106/gr/sw_method_init.bin -nvidia/tu106/gr/sw_ctx.bin -nvidia/tu106/gr/sw_bundle_init.bin -nvidia/tu106/gr/gpccs_sig.bin -nvidia/tu106/gr/gpccs_inst.bin -nvidia/tu106/gr/gpccs_data.bin -nvidia/tu106/gr/fecs_sig.bin -nvidia/tu106/gr/fecs_inst.bin -nvidia/tu106/gr/fecs_data.bin -nvidia/tu104/sec2/sig.bin -nvidia/tu104/sec2/image.bin -nvidia/tu104/sec2/desc.bin -nvidia/tu104/nvdec/scrubber.bin -nvidia/tu104/acr/ucode_unload.bin -nvidia/tu104/acr/unload_bl.bin -nvidia/tu104/acr/ucode_asb.bin -nvidia/tu104/acr/ucode_ahesasc.bin -nvidia/tu104/acr/bl.bin -nvidia/tu104/gr/gpccs_bl.bin -nvidia/tu104/gr/fecs_bl.bin -nvidia/tu104/gr/sw_veid_bundle_init.bin -nvidia/tu104/gr/sw_nonctx.bin -nvidia/tu104/gr/sw_method_init.bin -nvidia/tu104/gr/sw_ctx.bin -nvidia/tu104/gr/sw_bundle_init.bin -nvidia/tu104/gr/gpccs_sig.bin -nvidia/tu104/gr/gpccs_inst.bin -nvidia/tu104/gr/gpccs_data.bin -nvidia/tu104/gr/fecs_sig.bin -nvidia/tu104/gr/fecs_inst.bin -nvidia/tu104/gr/fecs_data.bin -nvidia/tu102/sec2/sig.bin -nvidia/tu102/sec2/image.bin -nvidia/tu102/sec2/desc.bin -nvidia/tu102/nvdec/scrubber.bin -nvidia/tu102/gr/sw_veid_bundle_init.bin -nvidia/tu102/gr/sw_nonctx.bin -nvidia/tu102/gr/sw_method_init.bin -nvidia/tu102/gr/sw_ctx.bin -nvidia/tu102/gr/sw_bundle_init.bin -nvidia/tu102/gr/gpccs_sig.bin -nvidia/tu102/gr/gpccs_inst.bin -nvidia/tu102/gr/gpccs_data.bin -nvidia/tu102/gr/gpccs_bl.bin -nvidia/tu102/gr/fecs_sig.bin -nvidia/tu102/gr/fecs_inst.bin -nvidia/tu102/gr/fecs_data.bin -nvidia/tu102/gr/fecs_bl.bin -nvidia/tu102/acr/ucode_unload.bin -nvidia/tu102/acr/unload_bl.bin -nvidia/tu102/acr/ucode_asb.bin -nvidia/tu102/acr/ucode_ahesasc.bin -nvidia/tu102/acr/bl.bin -nvidia/gv100/sec2/sig.bin -nvidia/gv100/sec2/image.bin -nvidia/gv100/sec2/desc.bin -nvidia/gv100/nvdec/scrubber.bin -nvidia/gv100/gr/sw_nonctx.bin -nvidia/gv100/gr/sw_method_init.bin -nvidia/gv100/gr/sw_ctx.bin -nvidia/gv100/gr/sw_bundle_init.bin -nvidia/gv100/gr/gpccs_sig.bin -nvidia/gv100/gr/gpccs_inst.bin -nvidia/gv100/gr/gpccs_data.bin -nvidia/gv100/gr/gpccs_bl.bin -nvidia/gv100/gr/fecs_sig.bin -nvidia/gv100/gr/fecs_inst.bin -nvidia/gv100/gr/fecs_data.bin -nvidia/gv100/gr/fecs_bl.bin -nvidia/gv100/acr/unload_bl.bin -nvidia/gv100/acr/ucode_unload.bin -nvidia/gv100/acr/ucode_load.bin -nvidia/gv100/acr/bl.bin -nvidia/gp108/sec2/sig.bin -nvidia/gp108/sec2/image.bin -nvidia/gp108/sec2/desc.bin -nvidia/gp108/nvdec/scrubber.bin -nvidia/gp108/acr/unload_bl.bin -nvidia/gp108/acr/ucode_unload.bin -nvidia/gp108/acr/ucode_load.bin -nvidia/gp108/acr/bl.bin -nvidia/gp108/gr/sw_nonctx.bin -nvidia/gp108/gr/sw_method_init.bin -nvidia/gp108/gr/sw_ctx.bin -nvidia/gp108/gr/sw_bundle_init.bin -nvidia/gp108/gr/gpccs_sig.bin -nvidia/gp108/gr/gpccs_inst.bin -nvidia/gp108/gr/gpccs_data.bin -nvidia/gp108/gr/gpccs_bl.bin -nvidia/gp108/gr/fecs_sig.bin -nvidia/gp108/gr/fecs_inst.bin -nvidia/gp108/gr/fecs_data.bin -nvidia/gp108/gr/fecs_bl.bin -nvidia/gp10b/pmu/sig.bin -nvidia/gp10b/pmu/image.bin -nvidia/gp10b/pmu/desc.bin -nvidia/gp10b/gr/sw_nonctx.bin -nvidia/gp10b/gr/sw_method_init.bin -nvidia/gp10b/gr/sw_ctx.bin -nvidia/gp10b/gr/sw_bundle_init.bin -nvidia/gp10b/gr/gpccs_sig.bin -nvidia/gp10b/gr/gpccs_inst.bin -nvidia/gp10b/gr/gpccs_data.bin -nvidia/gp10b/gr/gpccs_bl.bin -nvidia/gp10b/gr/fecs_sig.bin -nvidia/gp10b/gr/fecs_inst.bin -nvidia/gp10b/gr/fecs_data.bin -nvidia/gp10b/gr/fecs_bl.bin -nvidia/gp10b/acr/ucode_load.bin -nvidia/gp10b/acr/bl.bin -nvidia/gp107/sec2/sig-1.bin -nvidia/gp107/sec2/image-1.bin -nvidia/gp107/sec2/desc-1.bin -nvidia/gp107/sec2/sig.bin -nvidia/gp107/sec2/image.bin -nvidia/gp107/sec2/desc.bin -nvidia/gp107/nvdec/scrubber.bin -nvidia/gp107/acr/unload_bl.bin -nvidia/gp107/acr/ucode_unload.bin -nvidia/gp107/acr/ucode_load.bin -nvidia/gp107/acr/bl.bin -nvidia/gp107/gr/sw_method_init.bin -nvidia/gp107/gr/sw_bundle_init.bin -nvidia/gp107/gr/sw_nonctx.bin -nvidia/gp107/gr/sw_ctx.bin -nvidia/gp107/gr/gpccs_sig.bin -nvidia/gp107/gr/gpccs_inst.bin -nvidia/gp107/gr/gpccs_data.bin -nvidia/gp107/gr/gpccs_bl.bin -nvidia/gp107/gr/fecs_sig.bin -nvidia/gp107/gr/fecs_inst.bin -nvidia/gp107/gr/fecs_data.bin -nvidia/gp107/gr/fecs_bl.bin -nvidia/gp106/sec2/sig-1.bin -nvidia/gp106/sec2/image-1.bin -nvidia/gp106/sec2/desc-1.bin -nvidia/gp106/sec2/sig.bin -nvidia/gp106/sec2/image.bin -nvidia/gp106/sec2/desc.bin -nvidia/gp106/nvdec/scrubber.bin -nvidia/gp106/acr/unload_bl.bin -nvidia/gp106/acr/ucode_unload.bin -nvidia/gp106/acr/ucode_load.bin -nvidia/gp106/acr/bl.bin -nvidia/gp106/gr/sw_nonctx.bin -nvidia/gp106/gr/sw_method_init.bin -nvidia/gp106/gr/sw_ctx.bin -nvidia/gp106/gr/sw_bundle_init.bin -nvidia/gp106/gr/gpccs_inst.bin -nvidia/gp106/gr/gpccs_bl.bin -nvidia/gp106/gr/fecs_inst.bin -nvidia/gp106/gr/fecs_bl.bin -nvidia/gp106/gr/gpccs_sig.bin -nvidia/gp106/gr/gpccs_data.bin -nvidia/gp106/gr/fecs_sig.bin -nvidia/gp106/gr/fecs_data.bin -nvidia/gp104/sec2/sig-1.bin -nvidia/gp104/sec2/image-1.bin -nvidia/gp104/sec2/desc-1.bin -nvidia/gp104/sec2/sig.bin -nvidia/gp104/sec2/image.bin -nvidia/gp104/sec2/desc.bin -nvidia/gp104/nvdec/scrubber.bin -nvidia/gp104/acr/unload_bl.bin -nvidia/gp104/acr/ucode_unload.bin -nvidia/gp104/acr/ucode_load.bin -nvidia/gp104/acr/bl.bin -nvidia/gp104/gr/sw_nonctx.bin -nvidia/gp104/gr/sw_method_init.bin -nvidia/gp104/gr/sw_ctx.bin -nvidia/gp104/gr/sw_bundle_init.bin -nvidia/gp104/gr/gpccs_bl.bin -nvidia/gp104/gr/fecs_bl.bin -nvidia/gp104/gr/gpccs_sig.bin -nvidia/gp104/gr/gpccs_inst.bin -nvidia/gp104/gr/gpccs_data.bin -nvidia/gp104/gr/fecs_sig.bin -nvidia/gp104/gr/fecs_inst.bin -nvidia/gp104/gr/fecs_data.bin -nvidia/gp102/sec2/sig-1.bin -nvidia/gp102/sec2/image-1.bin -nvidia/gp102/sec2/desc-1.bin -nvidia/gp102/sec2/sig.bin -nvidia/gp102/sec2/image.bin -nvidia/gp102/sec2/desc.bin -nvidia/gp102/nvdec/scrubber.bin -nvidia/gp102/gr/gpccs_bl.bin -nvidia/gp102/gr/fecs_bl.bin -nvidia/gp102/gr/sw_nonctx.bin -nvidia/gp102/gr/sw_method_init.bin -nvidia/gp102/gr/sw_ctx.bin -nvidia/gp102/gr/sw_bundle_init.bin -nvidia/gp102/gr/gpccs_sig.bin -nvidia/gp102/gr/gpccs_inst.bin -nvidia/gp102/gr/gpccs_data.bin -nvidia/gp102/gr/fecs_sig.bin -nvidia/gp102/gr/fecs_inst.bin -nvidia/gp102/gr/fecs_data.bin -nvidia/gp102/acr/unload_bl.bin -nvidia/gp102/acr/ucode_unload.bin -nvidia/gp102/acr/ucode_load.bin -nvidia/gp102/acr/bl.bin -nvidia/gp100/gr/gpccs_bl.bin -nvidia/gp100/gr/fecs_bl.bin -nvidia/gp100/gr/sw_nonctx.bin -nvidia/gp100/gr/sw_method_init.bin -nvidia/gp100/gr/sw_ctx.bin -nvidia/gp100/gr/sw_bundle_init.bin -nvidia/gp100/gr/gpccs_sig.bin -nvidia/gp100/gr/gpccs_inst.bin -nvidia/gp100/gr/gpccs_data.bin -nvidia/gp100/gr/fecs_sig.bin -nvidia/gp100/gr/fecs_inst.bin -nvidia/gp100/gr/fecs_data.bin -nvidia/gp100/acr/ucode_unload.bin -nvidia/gp100/acr/ucode_load.bin -nvidia/gp100/acr/bl.bin -nvidia/gm20b/pmu/sig.bin -nvidia/gm20b/pmu/image.bin -nvidia/gm20b/pmu/desc.bin -nvidia/gm20b/gr/sw_method_init.bin -nvidia/gm20b/gr/sw_nonctx.bin -nvidia/gm20b/gr/sw_ctx.bin -nvidia/gm20b/gr/sw_bundle_init.bin -nvidia/gm20b/gr/gpccs_inst.bin -nvidia/gm20b/gr/gpccs_data.bin -nvidia/gm20b/gr/fecs_sig.bin -nvidia/gm20b/gr/fecs_inst.bin -nvidia/gm20b/gr/fecs_data.bin -nvidia/gm20b/gr/fecs_bl.bin -nvidia/gm20b/acr/ucode_load.bin -nvidia/gm20b/acr/bl.bin -nvidia/gm206/gr/sw_nonctx.bin -nvidia/gm206/gr/sw_method_init.bin -nvidia/gm206/gr/sw_ctx.bin -nvidia/gm206/gr/sw_bundle_init.bin -nvidia/gm206/gr/gpccs_inst.bin -nvidia/gm206/gr/gpccs_bl.bin -nvidia/gm206/gr/fecs_inst.bin -nvidia/gm206/gr/fecs_bl.bin -nvidia/gm206/gr/gpccs_sig.bin -nvidia/gm206/gr/gpccs_data.bin -nvidia/gm206/gr/fecs_sig.bin -nvidia/gm206/gr/fecs_data.bin -nvidia/gm206/acr/bl.bin -nvidia/gm206/acr/ucode_unload.bin -nvidia/gm206/acr/ucode_load.bin -nvidia/gm204/acr/ucode_unload.bin -nvidia/gm204/acr/ucode_load.bin -nvidia/gm204/acr/bl.bin -nvidia/gm204/gr/sw_nonctx.bin -nvidia/gm204/gr/sw_method_init.bin -nvidia/gm204/gr/sw_ctx.bin -nvidia/gm204/gr/sw_bundle_init.bin -nvidia/gm204/gr/gpccs_inst.bin -nvidia/gm204/gr/gpccs_bl.bin -nvidia/gm204/gr/fecs_inst.bin -nvidia/gm204/gr/fecs_bl.bin -nvidia/gm204/gr/gpccs_sig.bin -nvidia/gm204/gr/gpccs_data.bin -nvidia/gm204/gr/fecs_sig.bin -nvidia/gm204/gr/fecs_data.bin -nvidia/gm200/gr/sw_nonctx.bin -nvidia/gm200/gr/sw_method_init.bin -nvidia/gm200/gr/sw_ctx.bin -nvidia/gm200/gr/sw_bundle_init.bin -nvidia/gm200/gr/gpccs_sig.bin -nvidia/gm200/gr/gpccs_inst.bin -nvidia/gm200/gr/gpccs_data.bin -nvidia/gm200/gr/gpccs_bl.bin -nvidia/gm200/gr/fecs_sig.bin -nvidia/gm200/gr/fecs_inst.bin -nvidia/gm200/gr/fecs_data.bin -nvidia/gm200/gr/fecs_bl.bin -nvidia/gm200/acr/ucode_unload.bin -nvidia/gm200/acr/ucode_load.bin -nvidia/gm200/acr/bl.bin -nvidia/gk20a/sw_nonctx.bin -nvidia/gk20a/sw_method_init.bin -nvidia/gk20a/sw_ctx.bin -nvidia/gk20a/sw_bundle_init.bin -nvidia/gk20a/gpccs_inst.bin -nvidia/gk20a/gpccs_data.bin -nvidia/gk20a/fecs_inst.bin -nvidia/gk20a/fecs_data.bin -nvidia/tegra194/vic.bin -nvidia/tegra194/xusb.bin -nvidia/tegra186/vic.bin -nvidia/tegra186/vic04_ucode.bin -nvidia/tegra186/xusb.bin -nvidia/tegra210/vic.bin -nvidia/tegra210/vic04_ucode.bin -nvidia/tegra210/xusb.bin -nvidia/tegra124/vic.bin -nvidia/tegra124/vic03_ucode.bin +netronome/nic/nic_AMDA0097-0001_2x40.nffw +netronome/nic/nic_AMDA0099-0001_2x10.nffw +netronome/nic/nic_AMDA0081-0001_4x10.nffw +netronome/nic/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/nic/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/nic/nic_AMDA0099-0001_2x25.nffw +netronome/nic/nic_AMDA0096-0001_2x10.nffw +netronome/nic/nic_AMDA0097-0001_8x10.nffw +netronome/nic/nic_AMDA0058-0011_2x40.nffw +netronome/nic/nic_AMDA0058-0012_2x40.nffw +netronome/nic/nic_AMDA0078-0011_1x100.nffw +netronome/nic-sriov/nic_AMDA0081-0001_1x40.nffw +netronome/nic-sriov/nic_AMDA0097-0001_2x40.nffw +netronome/nic-sriov/nic_AMDA0099-0001_2x10.nffw +netronome/nic-sriov/nic_AMDA0081-0001_4x10.nffw +netronome/nic-sriov/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/nic-sriov/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/nic-sriov/nic_AMDA0099-0001_2x25.nffw +netronome/nic-sriov/nic_AMDA0096-0001_2x10.nffw +netronome/nic-sriov/nic_AMDA0097-0001_8x10.nffw +netronome/nic-sriov/nic_AMDA0058-0011_2x40.nffw +netronome/nic-sriov/nic_AMDA0058-0012_2x40.nffw +netronome/nic-sriov/nic_AMDA0078-0011_1x100.nffw +netronome/flower/nic_AMDA0099.nffw +netronome/flower/nic_AMDA0096.nffw +netronome/flower/nic_AMDA0097.nffw +netronome/flower/nic_AMDA0058.nffw +netronome/flower/nic_AMDA0081.nffw +netronome/flower/nic_AMDA0081-0001_1x40.nffw +netronome/flower/nic_AMDA0097-0001_2x40.nffw +netronome/flower/nic_AMDA0099-0001_2x10.nffw +netronome/flower/nic_AMDA0081-0001_4x10.nffw +netronome/flower/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/flower/nic_AMDA0099-0001_2x25.nffw +netronome/flower/nic_AMDA0096-0001_2x10.nffw +netronome/flower/nic_AMDA0097-0001_8x10.nffw +netronome/flower/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/flower/nic_AMDA0058-0011_1x100.nffw +netronome/flower/nic_AMDA0058-0011_2x40.nffw +netronome/flower/nic_AMDA0058-0011_4x10_1x40.nffw +netronome/flower/nic_AMDA0058-0011_8x10.nffw +netronome/flower/nic_AMDA0058-0012_1x100.nffw +netronome/flower/nic_AMDA0058-0012_2x40.nffw +netronome/flower/nic_AMDA0058-0012_4x10_1x40.nffw +netronome/flower/nic_AMDA0058-0012_8x10.nffw +netronome/flower/nic_AMDA0078-0011_1x100.nffw +netronome/flower/nic_AMDA0078-0011_2x40.nffw +netronome/flower/nic_AMDA0078-0011_4x10_1x40.nffw +netronome/flower/nic_AMDA0078-0011_8x10.nffw +netronome/flower/nic_AMDA0078-0012_1x100.nffw +netronome/flower/nic_AMDA0078-0012_2x40.nffw +netronome/flower/nic_AMDA0078-0012_4x10_1x40.nffw +netronome/flower/nic_AMDA0078-0012_8x10.nffw +netronome/bpf/nic_AMDA0081-0001_1x40.nffw +netronome/bpf/nic_AMDA0097-0001_2x40.nffw +netronome/bpf/nic_AMDA0099-0001_2x10.nffw +netronome/bpf/nic_AMDA0081-0001_4x10.nffw +netronome/bpf/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/bpf/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/bpf/nic_AMDA0099-0001_2x25.nffw +netronome/bpf/nic_AMDA0096-0001_2x10.nffw +netronome/bpf/nic_AMDA0097-0001_8x10.nffw +netronome/bpf/nic_AMDA0058-0011_2x40.nffw +netronome/bpf/nic_AMDA0058-0012_2x40.nffw +netronome/bpf/nic_AMDA0078-0011_1x100.nffw +netronome/nic_AMDA0081-0001_1x40.nffw +netronome/nic_AMDA0097-0001_2x40.nffw +netronome/nic_AMDA0099-0001_2x10.nffw +netronome/nic_AMDA0081-0001_4x10.nffw +netronome/nic_AMDA0097-0001_4x10_1x40.nffw +netronome/nic_AMDA0099-0001_1x10_1x25.nffw +netronome/nic_AMDA0099-0001_2x25.nffw +netronome/nic_AMDA0096-0001_2x10.nffw +netronome/nic_AMDA0097-0001_8x10.nffw +netronome/nic_AMDA0058-0011_2x40.nffw +netronome/nic_AMDA0058-0012_2x40.nffw +netronome/nic_AMDA0078-0011_1x100.nffw nvidia/tegra124/xusb.bin +nvidia/tegra124/vic03_ucode.bin +nvidia/tegra124/vic.bin +nvidia/tegra210/xusb.bin +nvidia/tegra210/vic04_ucode.bin +nvidia/tegra210/vic.bin +nvidia/tegra186/xusb.bin +nvidia/tegra186/vic04_ucode.bin +nvidia/tegra186/vic.bin +nvidia/tegra194/xusb.bin +nvidia/tegra194/vic.bin +nvidia/gk20a/fecs_data.bin +nvidia/gk20a/fecs_inst.bin +nvidia/gk20a/gpccs_data.bin +nvidia/gk20a/gpccs_inst.bin +nvidia/gk20a/sw_bundle_init.bin +nvidia/gk20a/sw_ctx.bin +nvidia/gk20a/sw_method_init.bin +nvidia/gk20a/sw_nonctx.bin +nvidia/gm200/acr/bl.bin +nvidia/gm200/acr/ucode_load.bin +nvidia/gm200/acr/ucode_unload.bin +nvidia/gm200/gr/fecs_bl.bin +nvidia/gm200/gr/fecs_data.bin +nvidia/gm200/gr/fecs_inst.bin +nvidia/gm200/gr/fecs_sig.bin +nvidia/gm200/gr/gpccs_bl.bin +nvidia/gm200/gr/gpccs_data.bin +nvidia/gm200/gr/gpccs_inst.bin +nvidia/gm200/gr/gpccs_sig.bin +nvidia/gm200/gr/sw_bundle_init.bin +nvidia/gm200/gr/sw_ctx.bin +nvidia/gm200/gr/sw_method_init.bin +nvidia/gm200/gr/sw_nonctx.bin +nvidia/gm204/gr/fecs_data.bin +nvidia/gm204/gr/fecs_sig.bin +nvidia/gm204/gr/gpccs_data.bin +nvidia/gm204/gr/gpccs_sig.bin +nvidia/gm204/gr/fecs_bl.bin +nvidia/gm204/gr/fecs_inst.bin +nvidia/gm204/gr/gpccs_bl.bin +nvidia/gm204/gr/gpccs_inst.bin +nvidia/gm204/gr/sw_bundle_init.bin +nvidia/gm204/gr/sw_ctx.bin +nvidia/gm204/gr/sw_method_init.bin +nvidia/gm204/gr/sw_nonctx.bin +nvidia/gm204/acr/bl.bin +nvidia/gm204/acr/ucode_load.bin +nvidia/gm204/acr/ucode_unload.bin +nvidia/gm206/acr/ucode_load.bin +nvidia/gm206/acr/ucode_unload.bin +nvidia/gm206/acr/bl.bin +nvidia/gm206/gr/fecs_data.bin +nvidia/gm206/gr/fecs_sig.bin +nvidia/gm206/gr/gpccs_data.bin +nvidia/gm206/gr/gpccs_sig.bin +nvidia/gm206/gr/fecs_bl.bin +nvidia/gm206/gr/fecs_inst.bin +nvidia/gm206/gr/gpccs_bl.bin +nvidia/gm206/gr/gpccs_inst.bin +nvidia/gm206/gr/sw_bundle_init.bin +nvidia/gm206/gr/sw_ctx.bin +nvidia/gm206/gr/sw_method_init.bin +nvidia/gm206/gr/sw_nonctx.bin +nvidia/gm20b/acr/bl.bin +nvidia/gm20b/acr/ucode_load.bin +nvidia/gm20b/gr/fecs_bl.bin +nvidia/gm20b/gr/fecs_data.bin +nvidia/gm20b/gr/fecs_inst.bin +nvidia/gm20b/gr/fecs_sig.bin +nvidia/gm20b/gr/gpccs_data.bin +nvidia/gm20b/gr/gpccs_inst.bin +nvidia/gm20b/gr/sw_bundle_init.bin +nvidia/gm20b/gr/sw_ctx.bin +nvidia/gm20b/gr/sw_nonctx.bin +nvidia/gm20b/gr/sw_method_init.bin +nvidia/gm20b/pmu/desc.bin +nvidia/gm20b/pmu/image.bin +nvidia/gm20b/pmu/sig.bin +nvidia/gp100/acr/bl.bin +nvidia/gp100/acr/ucode_load.bin +nvidia/gp100/acr/ucode_unload.bin +nvidia/gp100/gr/fecs_data.bin +nvidia/gp100/gr/fecs_inst.bin +nvidia/gp100/gr/fecs_sig.bin +nvidia/gp100/gr/gpccs_data.bin +nvidia/gp100/gr/gpccs_inst.bin +nvidia/gp100/gr/gpccs_sig.bin +nvidia/gp100/gr/sw_bundle_init.bin +nvidia/gp100/gr/sw_ctx.bin +nvidia/gp100/gr/sw_method_init.bin +nvidia/gp100/gr/sw_nonctx.bin +nvidia/gp100/gr/fecs_bl.bin +nvidia/gp100/gr/gpccs_bl.bin +nvidia/gp102/acr/bl.bin +nvidia/gp102/acr/ucode_load.bin +nvidia/gp102/acr/ucode_unload.bin +nvidia/gp102/acr/unload_bl.bin +nvidia/gp102/gr/fecs_data.bin +nvidia/gp102/gr/fecs_inst.bin +nvidia/gp102/gr/fecs_sig.bin +nvidia/gp102/gr/gpccs_data.bin +nvidia/gp102/gr/gpccs_inst.bin +nvidia/gp102/gr/gpccs_sig.bin +nvidia/gp102/gr/sw_bundle_init.bin +nvidia/gp102/gr/sw_ctx.bin +nvidia/gp102/gr/sw_method_init.bin +nvidia/gp102/gr/sw_nonctx.bin +nvidia/gp102/gr/fecs_bl.bin +nvidia/gp102/gr/gpccs_bl.bin +nvidia/gp102/nvdec/scrubber.bin +nvidia/gp102/sec2/desc.bin +nvidia/gp102/sec2/image.bin +nvidia/gp102/sec2/sig.bin +nvidia/gp102/sec2/desc-1.bin +nvidia/gp102/sec2/image-1.bin +nvidia/gp102/sec2/sig-1.bin +nvidia/gp104/gr/fecs_data.bin +nvidia/gp104/gr/fecs_inst.bin +nvidia/gp104/gr/fecs_sig.bin +nvidia/gp104/gr/gpccs_data.bin +nvidia/gp104/gr/gpccs_inst.bin +nvidia/gp104/gr/gpccs_sig.bin +nvidia/gp104/gr/fecs_bl.bin +nvidia/gp104/gr/gpccs_bl.bin +nvidia/gp104/gr/sw_bundle_init.bin +nvidia/gp104/gr/sw_ctx.bin +nvidia/gp104/gr/sw_method_init.bin +nvidia/gp104/gr/sw_nonctx.bin +nvidia/gp104/acr/bl.bin +nvidia/gp104/acr/ucode_load.bin +nvidia/gp104/acr/ucode_unload.bin +nvidia/gp104/acr/unload_bl.bin +nvidia/gp104/nvdec/scrubber.bin +nvidia/gp104/sec2/desc.bin +nvidia/gp104/sec2/image.bin +nvidia/gp104/sec2/sig.bin +nvidia/gp104/sec2/desc-1.bin +nvidia/gp104/sec2/image-1.bin +nvidia/gp104/sec2/sig-1.bin +nvidia/gp106/gr/fecs_data.bin +nvidia/gp106/gr/fecs_sig.bin +nvidia/gp106/gr/gpccs_data.bin +nvidia/gp106/gr/gpccs_sig.bin +nvidia/gp106/gr/fecs_bl.bin +nvidia/gp106/gr/fecs_inst.bin +nvidia/gp106/gr/gpccs_bl.bin +nvidia/gp106/gr/gpccs_inst.bin +nvidia/gp106/gr/sw_bundle_init.bin +nvidia/gp106/gr/sw_ctx.bin +nvidia/gp106/gr/sw_method_init.bin +nvidia/gp106/gr/sw_nonctx.bin +nvidia/gp106/acr/bl.bin +nvidia/gp106/acr/ucode_load.bin +nvidia/gp106/acr/ucode_unload.bin +nvidia/gp106/acr/unload_bl.bin +nvidia/gp106/nvdec/scrubber.bin +nvidia/gp106/sec2/desc.bin +nvidia/gp106/sec2/image.bin +nvidia/gp106/sec2/sig.bin +nvidia/gp106/sec2/desc-1.bin +nvidia/gp106/sec2/image-1.bin +nvidia/gp106/sec2/sig-1.bin +nvidia/gp107/gr/fecs_bl.bin +nvidia/gp107/gr/fecs_data.bin +nvidia/gp107/gr/fecs_inst.bin +nvidia/gp107/gr/fecs_sig.bin +nvidia/gp107/gr/gpccs_bl.bin +nvidia/gp107/gr/gpccs_data.bin +nvidia/gp107/gr/gpccs_inst.bin +nvidia/gp107/gr/gpccs_sig.bin +nvidia/gp107/gr/sw_ctx.bin +nvidia/gp107/gr/sw_nonctx.bin +nvidia/gp107/gr/sw_bundle_init.bin +nvidia/gp107/gr/sw_method_init.bin +nvidia/gp107/acr/bl.bin +nvidia/gp107/acr/ucode_load.bin +nvidia/gp107/acr/ucode_unload.bin +nvidia/gp107/acr/unload_bl.bin +nvidia/gp107/nvdec/scrubber.bin +nvidia/gp107/sec2/desc.bin +nvidia/gp107/sec2/image.bin +nvidia/gp107/sec2/sig.bin +nvidia/gp107/sec2/desc-1.bin +nvidia/gp107/sec2/image-1.bin +nvidia/gp107/sec2/sig-1.bin +nvidia/gp10b/acr/bl.bin +nvidia/gp10b/acr/ucode_load.bin +nvidia/gp10b/gr/fecs_bl.bin +nvidia/gp10b/gr/fecs_data.bin +nvidia/gp10b/gr/fecs_inst.bin +nvidia/gp10b/gr/fecs_sig.bin +nvidia/gp10b/gr/gpccs_bl.bin +nvidia/gp10b/gr/gpccs_data.bin +nvidia/gp10b/gr/gpccs_inst.bin +nvidia/gp10b/gr/gpccs_sig.bin +nvidia/gp10b/gr/sw_bundle_init.bin +nvidia/gp10b/gr/sw_ctx.bin +nvidia/gp10b/gr/sw_method_init.bin +nvidia/gp10b/gr/sw_nonctx.bin +nvidia/gp10b/pmu/desc.bin +nvidia/gp10b/pmu/image.bin +nvidia/gp10b/pmu/sig.bin +nvidia/gp108/gr/fecs_bl.bin +nvidia/gp108/gr/fecs_data.bin +nvidia/gp108/gr/fecs_inst.bin +nvidia/gp108/gr/fecs_sig.bin +nvidia/gp108/gr/gpccs_bl.bin +nvidia/gp108/gr/gpccs_data.bin +nvidia/gp108/gr/gpccs_inst.bin +nvidia/gp108/gr/gpccs_sig.bin +nvidia/gp108/gr/sw_bundle_init.bin +nvidia/gp108/gr/sw_ctx.bin +nvidia/gp108/gr/sw_method_init.bin +nvidia/gp108/gr/sw_nonctx.bin +nvidia/gp108/acr/bl.bin +nvidia/gp108/acr/ucode_load.bin +nvidia/gp108/acr/ucode_unload.bin +nvidia/gp108/acr/unload_bl.bin +nvidia/gp108/nvdec/scrubber.bin +nvidia/gp108/sec2/desc.bin +nvidia/gp108/sec2/image.bin +nvidia/gp108/sec2/sig.bin +nvidia/gv100/acr/bl.bin +nvidia/gv100/acr/ucode_load.bin +nvidia/gv100/acr/ucode_unload.bin +nvidia/gv100/acr/unload_bl.bin +nvidia/gv100/gr/fecs_bl.bin +nvidia/gv100/gr/fecs_data.bin +nvidia/gv100/gr/fecs_inst.bin +nvidia/gv100/gr/fecs_sig.bin +nvidia/gv100/gr/gpccs_bl.bin +nvidia/gv100/gr/gpccs_data.bin +nvidia/gv100/gr/gpccs_inst.bin +nvidia/gv100/gr/gpccs_sig.bin +nvidia/gv100/gr/sw_bundle_init.bin +nvidia/gv100/gr/sw_ctx.bin +nvidia/gv100/gr/sw_method_init.bin +nvidia/gv100/gr/sw_nonctx.bin +nvidia/gv100/nvdec/scrubber.bin +nvidia/gv100/sec2/desc.bin +nvidia/gv100/sec2/image.bin +nvidia/gv100/sec2/sig.bin +nvidia/tu102/acr/bl.bin +nvidia/tu102/acr/ucode_ahesasc.bin +nvidia/tu102/acr/ucode_asb.bin +nvidia/tu102/acr/unload_bl.bin +nvidia/tu102/acr/ucode_unload.bin +nvidia/tu102/gr/fecs_bl.bin +nvidia/tu102/gr/fecs_data.bin +nvidia/tu102/gr/fecs_inst.bin +nvidia/tu102/gr/fecs_sig.bin +nvidia/tu102/gr/gpccs_bl.bin +nvidia/tu102/gr/gpccs_data.bin +nvidia/tu102/gr/gpccs_inst.bin +nvidia/tu102/gr/gpccs_sig.bin +nvidia/tu102/gr/sw_bundle_init.bin +nvidia/tu102/gr/sw_ctx.bin +nvidia/tu102/gr/sw_method_init.bin +nvidia/tu102/gr/sw_nonctx.bin +nvidia/tu102/gr/sw_veid_bundle_init.bin +nvidia/tu102/nvdec/scrubber.bin +nvidia/tu102/sec2/desc.bin +nvidia/tu102/sec2/image.bin +nvidia/tu102/sec2/sig.bin +nvidia/tu104/gr/fecs_data.bin +nvidia/tu104/gr/fecs_inst.bin +nvidia/tu104/gr/fecs_sig.bin +nvidia/tu104/gr/gpccs_data.bin +nvidia/tu104/gr/gpccs_inst.bin +nvidia/tu104/gr/gpccs_sig.bin +nvidia/tu104/gr/sw_bundle_init.bin +nvidia/tu104/gr/sw_ctx.bin +nvidia/tu104/gr/sw_method_init.bin +nvidia/tu104/gr/sw_nonctx.bin +nvidia/tu104/gr/sw_veid_bundle_init.bin +nvidia/tu104/gr/fecs_bl.bin +nvidia/tu104/gr/gpccs_bl.bin +nvidia/tu104/acr/bl.bin +nvidia/tu104/acr/ucode_ahesasc.bin +nvidia/tu104/acr/ucode_asb.bin +nvidia/tu104/acr/unload_bl.bin +nvidia/tu104/acr/ucode_unload.bin +nvidia/tu104/nvdec/scrubber.bin +nvidia/tu104/sec2/desc.bin +nvidia/tu104/sec2/image.bin +nvidia/tu104/sec2/sig.bin +nvidia/tu106/gr/fecs_data.bin +nvidia/tu106/gr/fecs_inst.bin +nvidia/tu106/gr/fecs_sig.bin +nvidia/tu106/gr/gpccs_data.bin +nvidia/tu106/gr/gpccs_inst.bin +nvidia/tu106/gr/gpccs_sig.bin +nvidia/tu106/gr/sw_bundle_init.bin +nvidia/tu106/gr/sw_ctx.bin +nvidia/tu106/gr/sw_method_init.bin +nvidia/tu106/gr/sw_nonctx.bin +nvidia/tu106/gr/sw_veid_bundle_init.bin +nvidia/tu106/gr/fecs_bl.bin +nvidia/tu106/gr/gpccs_bl.bin +nvidia/tu106/acr/bl.bin +nvidia/tu106/acr/ucode_ahesasc.bin +nvidia/tu106/acr/ucode_asb.bin +nvidia/tu106/acr/unload_bl.bin +nvidia/tu106/acr/ucode_unload.bin +nvidia/tu106/nvdec/scrubber.bin +nvidia/tu106/sec2/desc.bin +nvidia/tu106/sec2/image.bin +nvidia/tu106/sec2/sig.bin +nvidia/tu116/acr/bl.bin +nvidia/tu116/acr/ucode_ahesasc.bin +nvidia/tu116/acr/ucode_asb.bin +nvidia/tu116/acr/ucode_unload.bin +nvidia/tu116/acr/unload_bl.bin +nvidia/tu116/gr/fecs_bl.bin +nvidia/tu116/gr/fecs_data.bin +nvidia/tu116/gr/fecs_inst.bin +nvidia/tu116/gr/fecs_sig.bin +nvidia/tu116/gr/gpccs_bl.bin +nvidia/tu116/gr/gpccs_data.bin +nvidia/tu116/gr/gpccs_inst.bin +nvidia/tu116/gr/gpccs_sig.bin +nvidia/tu116/gr/sw_bundle_init.bin +nvidia/tu116/gr/sw_ctx.bin +nvidia/tu116/gr/sw_method_init.bin +nvidia/tu116/gr/sw_nonctx.bin +nvidia/tu116/gr/sw_veid_bundle_init.bin +nvidia/tu116/nvdec/scrubber.bin +nvidia/tu116/sec2/desc.bin +nvidia/tu116/sec2/image.bin +nvidia/tu116/sec2/sig.bin +nvidia/tu117/gr/fecs_data.bin +nvidia/tu117/gr/fecs_inst.bin +nvidia/tu117/gr/fecs_sig.bin +nvidia/tu117/gr/gpccs_data.bin +nvidia/tu117/gr/gpccs_inst.bin +nvidia/tu117/gr/gpccs_sig.bin +nvidia/tu117/gr/sw_bundle_init.bin +nvidia/tu117/gr/sw_ctx.bin +nvidia/tu117/gr/sw_method_init.bin +nvidia/tu117/gr/sw_nonctx.bin +nvidia/tu117/gr/sw_veid_bundle_init.bin +nvidia/tu117/gr/fecs_bl.bin +nvidia/tu117/gr/gpccs_bl.bin +nvidia/tu117/acr/bl.bin +nvidia/tu117/acr/ucode_ahesasc.bin +nvidia/tu117/acr/ucode_asb.bin +nvidia/tu117/acr/ucode_unload.bin +nvidia/tu117/acr/unload_bl.bin +nvidia/tu117/nvdec/scrubber.bin +nvidia/tu117/sec2/desc.bin +nvidia/tu117/sec2/image.bin +nvidia/tu117/sec2/sig.bin +nvidia/ga102/acr/ucode_ahesasc.bin +nvidia/ga102/acr/ucode_asb.bin +nvidia/ga102/acr/ucode_unload.bin +nvidia/ga102/gr/fecs_bl.bin +nvidia/ga102/gr/fecs_sig.bin +nvidia/ga102/gr/gpccs_bl.bin +nvidia/ga102/gr/gpccs_sig.bin +nvidia/ga102/gr/NET_img.bin +nvidia/ga102/nvdec/scrubber.bin +nvidia/ga102/sec2/desc.bin +nvidia/ga102/sec2/hs_bl_sig.bin +nvidia/ga102/sec2/image.bin +nvidia/ga102/sec2/sig.bin +nvidia/ga103/gr/fecs_bl.bin +nvidia/ga103/gr/fecs_sig.bin +nvidia/ga103/gr/gpccs_bl.bin +nvidia/ga103/gr/gpccs_sig.bin +nvidia/ga103/gr/NET_img.bin +nvidia/ga103/acr/ucode_ahesasc.bin +nvidia/ga103/acr/ucode_asb.bin +nvidia/ga103/acr/ucode_unload.bin +nvidia/ga103/nvdec/scrubber.bin +nvidia/ga103/sec2/desc.bin +nvidia/ga103/sec2/hs_bl_sig.bin +nvidia/ga103/sec2/image.bin +nvidia/ga103/sec2/sig.bin +nvidia/ga104/gr/fecs_bl.bin +nvidia/ga104/gr/fecs_sig.bin +nvidia/ga104/gr/gpccs_bl.bin +nvidia/ga104/gr/gpccs_sig.bin +nvidia/ga104/gr/NET_img.bin +nvidia/ga104/acr/ucode_ahesasc.bin +nvidia/ga104/acr/ucode_asb.bin +nvidia/ga104/acr/ucode_unload.bin +nvidia/ga104/nvdec/scrubber.bin +nvidia/ga104/sec2/desc.bin +nvidia/ga104/sec2/hs_bl_sig.bin +nvidia/ga104/sec2/image.bin +nvidia/ga104/sec2/sig.bin +nvidia/ga106/gr/fecs_bl.bin +nvidia/ga106/gr/fecs_sig.bin +nvidia/ga106/gr/gpccs_bl.bin +nvidia/ga106/gr/gpccs_sig.bin +nvidia/ga106/gr/NET_img.bin +nvidia/ga106/acr/ucode_ahesasc.bin +nvidia/ga106/acr/ucode_asb.bin +nvidia/ga106/acr/ucode_unload.bin +nvidia/ga106/nvdec/scrubber.bin +nvidia/ga106/sec2/desc.bin +nvidia/ga106/sec2/hs_bl_sig.bin +nvidia/ga106/sec2/image.bin +nvidia/ga106/sec2/sig.bin +nvidia/ga107/gr/fecs_bl.bin +nvidia/ga107/gr/fecs_sig.bin +nvidia/ga107/gr/gpccs_bl.bin +nvidia/ga107/gr/gpccs_sig.bin +nvidia/ga107/gr/NET_img.bin +nvidia/ga107/acr/ucode_ahesasc.bin +nvidia/ga107/acr/ucode_asb.bin +nvidia/ga107/acr/ucode_unload.bin +nvidia/ga107/nvdec/scrubber.bin +nvidia/ga107/sec2/desc.bin +nvidia/ga107/sec2/hs_bl_sig.bin +nvidia/ga107/sec2/image.bin +nvidia/ga107/sec2/sig.bin +nvidia/tu10x/typec/ccg_primary.cyacd +nvidia/tu10x/typec/ccg_secondary.cyacd +nvidia/tu10x/typec/ccg_boot.cyacd phanfw.bin qat_895xcc.bin qat_895xcc_mmp.bin @@ -2059,437 +2059,437 @@ qat_c3xxx_mmp.bin qat_c62x.bin qat_c62x_mmp.bin qat_mmp.bin -qca/msnv11.bin -qca/msbtfw11.tlv -qca/msbtfw11.mbn -qca/crnv32u.bin -qca/crnv32.bin -qca/crbtfw32.tlv -qca/crnv21.bin -qca/crbtfw21.tlv -qca/nvm_usb_00130201_gf_0303.bin -qca/nvm_usb_00130201_gf_010b.bin -qca/nvm_usb_00130201_gf_010a.bin -qca/nvm_usb_00130201_gf.bin -qca/nvm_usb_00130201_0303.bin -qca/nvm_usb_00130201_010b.bin -qca/nvm_usb_00130201_010a.bin -qca/nvm_usb_00130201.bin -qca/rampatch_usb_00130201.bin -qca/nvm_usb_00130200_0110.bin -qca/nvm_usb_00130200_0109.bin -qca/nvm_usb_00130200_0107.bin -qca/nvm_usb_00130200_0106.bin -qca/nvm_usb_00130200_0105.bin -qca/nvm_usb_00130200_0104.bin -qca/nvm_usb_00130200.bin -qca/rampatch_usb_00130200.bin -qca/htnv20.bin -qca/htbtfw20.tlv -qca/nvm_usb_00000302_eu.bin -qca/nvm_00440302_i2s_eu.bin -qca/nvm_00440302_eu.bin -qca/rampatch_00440302.bin -qca/nvm_00440302.bin -qca/rampatch_00230302.bin -qca/rampatch_00130302.bin -qca/rampatch_00130300.bin -qca/rampatch_usb_00000302.bin -qca/rampatch_usb_00000300.bin -qca/rampatch_usb_00000201.bin -qca/rampatch_usb_00000200.bin -qca/nvm_00230302.bin -qca/nvm_00130302.bin -qca/nvm_00130300.bin -qca/nvm_usb_00000302.bin -qca/nvm_usb_00000300.bin -qca/nvm_usb_00000200.bin qca/nvm_usb_00000201.bin -qcom/apq8096/modemr.jsn -qcom/apq8096/modem.mbn -qcom/apq8096/mba.mbn -qcom/apq8096/adspua.jsn -qcom/apq8096/adspr.jsn -qcom/apq8096/adsp.mbn -qcom/leia_pm4_470.fw -qcom/leia_pfp_470.fw -qcom/a660_sqe.fw -qcom/a660_gmu.bin -qcom/sm8250/cdspr.jsn -qcom/sm8250/cdsp.mbn -qcom/sm8250/adspua.jsn -qcom/sm8250/adspr.jsn -qcom/sm8250/adsp.mbn -qcom/sm8250/a650_zap.mbn -qcom/a650_sqe.fw -qcom/a650_gmu.bin -qcom/sdm845/wlanmdsp.mbn -qcom/sdm845/modemuw.jsn -qcom/sdm845/modem.mbn -qcom/sdm845/mba.mbn -qcom/sdm845/cdspr.jsn -qcom/sdm845/cdsp.mbn -qcom/sdm845/adspua.jsn -qcom/sdm845/adspr.jsn -qcom/sdm845/adsp.mbn -qcom/sdm845/a630_zap.mbn -qcom/a630_sqe.fw -qcom/a630_gmu.bin -qcom/a530_zap.mdt -qcom/a530_zap.b02 -qcom/a530_zap.b01 -qcom/a530_zap.b00 -qcom/a530v3_gpmu.fw2 -qcom/a530_pm4.fw -qcom/a530_pfp.fw -qcom/a420_pm4.fw -qcom/a420_pfp.fw -qcom/a330_pm4.fw -qcom/a330_pfp.fw -qcom/a300_pm4.fw -qcom/a300_pfp.fw -qcom/vpu-2.0/venus.mbn -qcom/vpu-2.0/venus.b19 -qcom/vpu-2.0/venus.b10 -qcom/vpu-2.0/venus.b09 -qcom/vpu-2.0/venus.b08 -qcom/vpu-2.0/venus.b07 -qcom/vpu-2.0/venus.b06 -qcom/vpu-2.0/venus.b05 -qcom/vpu-2.0/venus.b04 -qcom/vpu-2.0/venus.b03 -qcom/vpu-2.0/venus.b02 -qcom/vpu-2.0/venus.b01 -qcom/vpu-2.0/venus.b00 -qcom/vpu-2.0/venus.mdt -qcom/vpu-1.0/venus.mbn -qcom/vpu-1.0/venus.b19 -qcom/vpu-1.0/venus.b10 -qcom/vpu-1.0/venus.b09 -qcom/vpu-1.0/venus.b08 -qcom/vpu-1.0/venus.b07 -qcom/vpu-1.0/venus.b06 -qcom/vpu-1.0/venus.b05 -qcom/vpu-1.0/venus.b04 -qcom/vpu-1.0/venus.b03 -qcom/vpu-1.0/venus.b02 -qcom/vpu-1.0/venus.b01 -qcom/vpu-1.0/venus.b00 -qcom/vpu-1.0/venus.mdt -qcom/venus-5.4/venus.mbn -qcom/venus-5.4/venus.b04 -qcom/venus-5.4/venus.b03 -qcom/venus-5.4/venus.b02 -qcom/venus-5.4/venus.b01 -qcom/venus-5.4/venus.b00 -qcom/venus-5.4/venus.mdt -qcom/venus-5.2/venus.mbn -qcom/venus-5.2/venus.b04 -qcom/venus-5.2/venus.b03 -qcom/venus-5.2/venus.b02 -qcom/venus-5.2/venus.b01 -qcom/venus-5.2/venus.b00 -qcom/venus-5.2/venus.mdt -qcom/venus-4.2/venus.b04 -qcom/venus-4.2/venus.b03 -qcom/venus-4.2/venus.b02 -qcom/venus-4.2/venus.b01 -qcom/venus-4.2/venus.b00 -qcom/venus-4.2/venus.mdt -qcom/venus-1.8/venus.b04 -qcom/venus-1.8/venus.b03 -qcom/venus-1.8/venus.b02 -qcom/venus-1.8/venus.b01 -qcom/venus-1.8/venus.b00 +qca/nvm_usb_00000200.bin +qca/nvm_usb_00000300.bin +qca/nvm_usb_00000302.bin +qca/nvm_00130300.bin +qca/nvm_00130302.bin +qca/nvm_00230302.bin +qca/rampatch_usb_00000200.bin +qca/rampatch_usb_00000201.bin +qca/rampatch_usb_00000300.bin +qca/rampatch_usb_00000302.bin +qca/rampatch_00130300.bin +qca/rampatch_00130302.bin +qca/rampatch_00230302.bin +qca/nvm_00440302.bin +qca/rampatch_00440302.bin +qca/nvm_00440302_eu.bin +qca/nvm_00440302_i2s_eu.bin +qca/nvm_usb_00000302_eu.bin +qca/htbtfw20.tlv +qca/htnv20.bin +qca/rampatch_usb_00130200.bin +qca/nvm_usb_00130200.bin +qca/nvm_usb_00130200_0104.bin +qca/nvm_usb_00130200_0105.bin +qca/nvm_usb_00130200_0106.bin +qca/nvm_usb_00130200_0107.bin +qca/nvm_usb_00130200_0109.bin +qca/nvm_usb_00130200_0110.bin +qca/rampatch_usb_00130201.bin +qca/nvm_usb_00130201.bin +qca/nvm_usb_00130201_010a.bin +qca/nvm_usb_00130201_010b.bin +qca/nvm_usb_00130201_0303.bin +qca/nvm_usb_00130201_gf.bin +qca/nvm_usb_00130201_gf_010a.bin +qca/nvm_usb_00130201_gf_010b.bin +qca/nvm_usb_00130201_gf_0303.bin +qca/crbtfw21.tlv +qca/crnv21.bin +qca/crbtfw32.tlv +qca/crnv32.bin +qca/crnv32u.bin +qca/msbtfw11.mbn +qca/msbtfw11.tlv +qca/msnv11.bin qcom/venus-1.8/venus.mdt -qed/qed_init_values_zipped-8.59.1.0.bin -qed/qed_init_values_zipped-8.42.2.0.bin -qed/qed_init_values-8.40.33.0.bin -qed/qed_init_values-8.37.7.0.bin -qed/qed_init_values_zipped-8.37.7.0.bin -qed/qed_init_values_zipped-8.37.2.0.bin -qed/qed_init_values-8.33.12.0.bin -qed/qed_init_values_zipped-8.33.11.0.bin -qed/qed_init_values_zipped-8.33.1.0.bin -qed/qed_init_values-8.30.12.0.bin -qed/qed_init_values-8.20.0.0.bin -qed/qed_init_values_zipped-8.20.0.0.bin -qed/qed_init_values-8.18.9.0.bin -qed/qed_init_values_zipped-8.15.3.0.bin -qed/qed_init_values-8.14.6.0.bin -qed/qed_init_values_zipped-8.10.10.0.bin -qed/qed_init_values-8.10.9.0.bin -qed/qed_init_values_zipped-8.10.5.0.bin -qed/qed_init_values_zipped-8.7.3.0.bin +qcom/venus-1.8/venus.b00 +qcom/venus-1.8/venus.b01 +qcom/venus-1.8/venus.b02 +qcom/venus-1.8/venus.b03 +qcom/venus-1.8/venus.b04 +qcom/venus-4.2/venus.mdt +qcom/venus-4.2/venus.b00 +qcom/venus-4.2/venus.b01 +qcom/venus-4.2/venus.b02 +qcom/venus-4.2/venus.b03 +qcom/venus-4.2/venus.b04 +qcom/venus-5.2/venus.mdt +qcom/venus-5.2/venus.b00 +qcom/venus-5.2/venus.b01 +qcom/venus-5.2/venus.b02 +qcom/venus-5.2/venus.b03 +qcom/venus-5.2/venus.b04 +qcom/venus-5.2/venus.mbn +qcom/venus-5.4/venus.mdt +qcom/venus-5.4/venus.b00 +qcom/venus-5.4/venus.b01 +qcom/venus-5.4/venus.b02 +qcom/venus-5.4/venus.b03 +qcom/venus-5.4/venus.b04 +qcom/venus-5.4/venus.mbn +qcom/vpu-1.0/venus.mdt +qcom/vpu-1.0/venus.b00 +qcom/vpu-1.0/venus.b01 +qcom/vpu-1.0/venus.b02 +qcom/vpu-1.0/venus.b03 +qcom/vpu-1.0/venus.b04 +qcom/vpu-1.0/venus.b05 +qcom/vpu-1.0/venus.b06 +qcom/vpu-1.0/venus.b07 +qcom/vpu-1.0/venus.b08 +qcom/vpu-1.0/venus.b09 +qcom/vpu-1.0/venus.b10 +qcom/vpu-1.0/venus.b19 +qcom/vpu-1.0/venus.mbn +qcom/vpu-2.0/venus.mdt +qcom/vpu-2.0/venus.b00 +qcom/vpu-2.0/venus.b01 +qcom/vpu-2.0/venus.b02 +qcom/vpu-2.0/venus.b03 +qcom/vpu-2.0/venus.b04 +qcom/vpu-2.0/venus.b05 +qcom/vpu-2.0/venus.b06 +qcom/vpu-2.0/venus.b07 +qcom/vpu-2.0/venus.b08 +qcom/vpu-2.0/venus.b09 +qcom/vpu-2.0/venus.b10 +qcom/vpu-2.0/venus.b19 +qcom/vpu-2.0/venus.mbn +qcom/a300_pfp.fw +qcom/a300_pm4.fw +qcom/a330_pfp.fw +qcom/a330_pm4.fw +qcom/a420_pfp.fw +qcom/a420_pm4.fw +qcom/a530_pfp.fw +qcom/a530_pm4.fw +qcom/a530v3_gpmu.fw2 +qcom/a530_zap.b00 +qcom/a530_zap.b01 +qcom/a530_zap.b02 +qcom/a530_zap.mdt +qcom/a630_gmu.bin +qcom/a630_sqe.fw +qcom/sdm845/a630_zap.mbn +qcom/sdm845/adsp.mbn +qcom/sdm845/adspr.jsn +qcom/sdm845/adspua.jsn +qcom/sdm845/cdsp.mbn +qcom/sdm845/cdspr.jsn +qcom/sdm845/mba.mbn +qcom/sdm845/modem.mbn +qcom/sdm845/modemuw.jsn +qcom/sdm845/wlanmdsp.mbn +qcom/a650_gmu.bin +qcom/a650_sqe.fw +qcom/sm8250/a650_zap.mbn +qcom/sm8250/adsp.mbn +qcom/sm8250/adspr.jsn +qcom/sm8250/adspua.jsn +qcom/sm8250/cdsp.mbn +qcom/sm8250/cdspr.jsn +qcom/a660_gmu.bin +qcom/a660_sqe.fw +qcom/leia_pfp_470.fw +qcom/leia_pm4_470.fw +qcom/apq8096/adsp.mbn +qcom/apq8096/adspr.jsn +qcom/apq8096/adspua.jsn +qcom/apq8096/mba.mbn +qcom/apq8096/modem.mbn +qcom/apq8096/modemr.jsn qed/qed_init_values_zipped-8.4.2.0.bin +qed/qed_init_values_zipped-8.7.3.0.bin +qed/qed_init_values_zipped-8.10.5.0.bin +qed/qed_init_values-8.10.9.0.bin +qed/qed_init_values_zipped-8.10.10.0.bin +qed/qed_init_values-8.14.6.0.bin +qed/qed_init_values_zipped-8.15.3.0.bin +qed/qed_init_values-8.18.9.0.bin +qed/qed_init_values_zipped-8.20.0.0.bin +qed/qed_init_values-8.20.0.0.bin +qed/qed_init_values-8.30.12.0.bin +qed/qed_init_values_zipped-8.33.1.0.bin +qed/qed_init_values_zipped-8.33.11.0.bin +qed/qed_init_values-8.33.12.0.bin +qed/qed_init_values_zipped-8.37.2.0.bin +qed/qed_init_values_zipped-8.37.7.0.bin +qed/qed_init_values-8.37.7.0.bin +qed/qed_init_values-8.40.33.0.bin +qed/qed_init_values_zipped-8.42.2.0.bin +qed/qed_init_values_zipped-8.59.1.0.bin ql2100_fw.bin ql2200_fw.bin ql2300_fw.bin ql2322_fw.bin ql2400_fw.bin ql2500_fw.bin -qlogic/sd7220.fw -qlogic/12160.bin -qlogic/1280.bin qlogic/1040.bin +qlogic/1280.bin +qlogic/12160.bin +qlogic/sd7220.fw r128/r128_cce.bin r8a779x_usb3_v1.dlmem r8a779x_usb3_v2.dlmem r8a779x_usb3_v3.dlmem -radeon/si58_mc.bin -radeon/banks_k_2_smc.bin -radeon/mullins_vce.bin -radeon/mullins_uvd.bin -radeon/mullins_sdma1.bin -radeon/mullins_sdma.bin -radeon/mullins_rlc.bin -radeon/mullins_pfp.bin -radeon/mullins_mec.bin -radeon/mullins_me.bin -radeon/mullins_ce.bin -radeon/hawaii_vce.bin -radeon/hawaii_uvd.bin -radeon/hawaii_smc.bin -radeon/hawaii_sdma1.bin -radeon/hawaii_sdma.bin -radeon/hawaii_rlc.bin -radeon/hawaii_pfp.bin -radeon/hawaii_mec.bin -radeon/hawaii_me.bin -radeon/hawaii_mc.bin -radeon/hawaii_k_smc.bin -radeon/hawaii_ce.bin -radeon/kaveri_vce.bin -radeon/kaveri_uvd.bin -radeon/kaveri_sdma1.bin -radeon/kaveri_sdma.bin -radeon/kaveri_rlc.bin -radeon/kaveri_pfp.bin -radeon/kaveri_mec2.bin -radeon/kaveri_mec.bin -radeon/kaveri_me.bin -radeon/kaveri_ce.bin -radeon/kabini_vce.bin -radeon/kabini_uvd.bin -radeon/kabini_sdma1.bin -radeon/kabini_sdma.bin -radeon/kabini_rlc.bin -radeon/kabini_pfp.bin -radeon/kabini_mec.bin -radeon/kabini_me.bin -radeon/kabini_ce.bin -radeon/bonaire_vce.bin -radeon/bonaire_uvd.bin -radeon/bonaire_smc.bin -radeon/bonaire_sdma1.bin -radeon/bonaire_sdma.bin -radeon/bonaire_rlc.bin -radeon/bonaire_pfp.bin -radeon/bonaire_mec.bin -radeon/bonaire_me.bin -radeon/bonaire_mc.bin -radeon/bonaire_k_smc.bin -radeon/bonaire_ce.bin -radeon/hainan_smc.bin -radeon/hainan_rlc.bin -radeon/hainan_pfp.bin -radeon/hainan_me.bin -radeon/hainan_mc.bin -radeon/hainan_k_smc.bin -radeon/hainan_ce.bin -radeon/oland_smc.bin -radeon/oland_rlc.bin -radeon/oland_pfp.bin -radeon/oland_me.bin -radeon/oland_mc.bin -radeon/oland_k_smc.bin -radeon/oland_ce.bin -radeon/verde_smc.bin -radeon/verde_rlc.bin -radeon/verde_pfp.bin -radeon/verde_me.bin -radeon/verde_mc.bin -radeon/verde_k_smc.bin -radeon/verde_ce.bin -radeon/tahiti_smc.bin -radeon/tahiti_rlc.bin -radeon/tahiti_pfp.bin -radeon/tahiti_me.bin -radeon/tahiti_mc.bin -radeon/tahiti_k_smc.bin -radeon/tahiti_ce.bin -radeon/pitcairn_smc.bin -radeon/pitcairn_rlc.bin -radeon/pitcairn_pfp.bin -radeon/pitcairn_me.bin -radeon/pitcairn_mc.bin -radeon/pitcairn_k_smc.bin -radeon/pitcairn_ce.bin -radeon/MULLINS_sdma.bin -radeon/MULLINS_rlc.bin -radeon/MULLINS_pfp.bin -radeon/MULLINS_mec.bin -radeon/MULLINS_me.bin -radeon/MULLINS_ce.bin -radeon/HAWAII_smc.bin -radeon/HAWAII_sdma.bin -radeon/HAWAII_rlc.bin -radeon/HAWAII_pfp.bin -radeon/HAWAII_mec.bin -radeon/HAWAII_me.bin -radeon/HAWAII_mc2.bin -radeon/HAWAII_mc.bin -radeon/HAWAII_ce.bin -radeon/KAVERI_sdma.bin -radeon/KAVERI_rlc.bin -radeon/KAVERI_pfp.bin -radeon/KAVERI_mec.bin -radeon/KAVERI_me.bin -radeon/KAVERI_ce.bin -radeon/KABINI_sdma.bin -radeon/KABINI_rlc.bin -radeon/KABINI_pfp.bin -radeon/KABINI_mec.bin -radeon/KABINI_me.bin -radeon/KABINI_ce.bin -radeon/BONAIRE_vce.bin -radeon/BONAIRE_smc.bin -radeon/BONAIRE_uvd.bin -radeon/BONAIRE_sdma.bin -radeon/BONAIRE_rlc.bin -radeon/BONAIRE_pfp.bin -radeon/BONAIRE_mec.bin -radeon/BONAIRE_me.bin -radeon/BONAIRE_mc2.bin -radeon/BONAIRE_mc.bin -radeon/BONAIRE_ce.bin -radeon/HAINAN_smc.bin -radeon/HAINAN_rlc.bin -radeon/HAINAN_pfp.bin -radeon/HAINAN_me.bin -radeon/HAINAN_mc2.bin -radeon/HAINAN_mc.bin -radeon/HAINAN_ce.bin -radeon/OLAND_smc.bin -radeon/OLAND_rlc.bin -radeon/OLAND_pfp.bin -radeon/OLAND_me.bin -radeon/OLAND_mc2.bin -radeon/OLAND_mc.bin -radeon/OLAND_ce.bin -radeon/VERDE_smc.bin -radeon/VERDE_rlc.bin -radeon/VERDE_pfp.bin -radeon/VERDE_me.bin -radeon/VERDE_mc2.bin -radeon/VERDE_mc.bin -radeon/VERDE_ce.bin -radeon/TAHITI_vce.bin -radeon/TAHITI_smc.bin -radeon/TAHITI_uvd.bin -radeon/TAHITI_rlc.bin -radeon/TAHITI_pfp.bin -radeon/TAHITI_me.bin -radeon/TAHITI_mc2.bin -radeon/TAHITI_mc.bin -radeon/TAHITI_ce.bin -radeon/PITCAIRN_smc.bin -radeon/PITCAIRN_rlc.bin -radeon/PITCAIRN_pfp.bin -radeon/PITCAIRN_me.bin -radeon/PITCAIRN_mc2.bin -radeon/PITCAIRN_mc.bin -radeon/PITCAIRN_ce.bin -radeon/ARUBA_rlc.bin -radeon/ARUBA_pfp.bin -radeon/ARUBA_me.bin -radeon/SUMO2_me.bin -radeon/SUMO2_pfp.bin -radeon/SUMO_me.bin -radeon/SUMO_pfp.bin -radeon/CAYMAN_smc.bin -radeon/CAYMAN_rlc.bin -radeon/CAYMAN_pfp.bin -radeon/CAYMAN_me.bin -radeon/CAYMAN_mc.bin -radeon/TURKS_smc.bin -radeon/TURKS_pfp.bin -radeon/TURKS_me.bin -radeon/TURKS_mc.bin -radeon/CAICOS_smc.bin -radeon/CAICOS_pfp.bin -radeon/CAICOS_me.bin -radeon/CAICOS_mc.bin -radeon/BTC_rlc.bin -radeon/BARTS_smc.bin -radeon/BARTS_pfp.bin -radeon/BARTS_me.bin -radeon/BARTS_mc.bin -radeon/SUMO_uvd.bin -radeon/SUMO_rlc.bin -radeon/PALM_pfp.bin -radeon/PALM_me.bin -radeon/REDWOOD_smc.bin -radeon/REDWOOD_rlc.bin -radeon/REDWOOD_pfp.bin -radeon/REDWOOD_me.bin -radeon/JUNIPER_smc.bin -radeon/JUNIPER_rlc.bin -radeon/JUNIPER_pfp.bin -radeon/JUNIPER_me.bin -radeon/CYPRESS_smc.bin -radeon/CYPRESS_uvd.bin -radeon/CYPRESS_rlc.bin -radeon/CYPRESS_pfp.bin -radeon/CYPRESS_me.bin -radeon/CEDAR_smc.bin -radeon/CEDAR_rlc.bin -radeon/CEDAR_pfp.bin -radeon/CEDAR_me.bin -radeon/RV770_uvd.bin -radeon/RV770_smc.bin -radeon/RV740_smc.bin -radeon/RV730_smc.bin -radeon/RV710_smc.bin -radeon/RV710_uvd.bin -radeon/R700_rlc.bin -radeon/RS780_uvd.bin -radeon/R600_uvd.bin -radeon/R600_rlc.bin -radeon/RV710_me.bin -radeon/RV710_pfp.bin -radeon/RV730_me.bin -radeon/RV730_pfp.bin -radeon/RV770_me.bin -radeon/RV770_pfp.bin -radeon/RS780_me.bin -radeon/RS780_pfp.bin -radeon/RV670_me.bin -radeon/RV670_pfp.bin -radeon/RV635_me.bin -radeon/RV635_pfp.bin -radeon/RV620_me.bin -radeon/RV620_pfp.bin -radeon/RV630_me.bin -radeon/RV630_pfp.bin -radeon/RV610_me.bin -radeon/RV610_pfp.bin -radeon/R600_me.bin -radeon/R600_pfp.bin -radeon/R520_cp.bin -radeon/RS690_cp.bin -radeon/RS600_cp.bin -radeon/R420_cp.bin -radeon/R300_cp.bin -radeon/R200_cp.bin radeon/R100_cp.bin +radeon/R200_cp.bin +radeon/R300_cp.bin +radeon/R420_cp.bin +radeon/RS600_cp.bin +radeon/RS690_cp.bin +radeon/R520_cp.bin +radeon/R600_pfp.bin +radeon/R600_me.bin +radeon/RV610_pfp.bin +radeon/RV610_me.bin +radeon/RV630_pfp.bin +radeon/RV630_me.bin +radeon/RV620_pfp.bin +radeon/RV620_me.bin +radeon/RV635_pfp.bin +radeon/RV635_me.bin +radeon/RV670_pfp.bin +radeon/RV670_me.bin +radeon/RS780_pfp.bin +radeon/RS780_me.bin +radeon/RV770_pfp.bin +radeon/RV770_me.bin +radeon/RV730_pfp.bin +radeon/RV730_me.bin +radeon/RV710_pfp.bin +radeon/RV710_me.bin +radeon/R600_rlc.bin +radeon/R600_uvd.bin +radeon/RS780_uvd.bin +radeon/R700_rlc.bin +radeon/RV710_uvd.bin +radeon/RV710_smc.bin +radeon/RV730_smc.bin +radeon/RV740_smc.bin +radeon/RV770_smc.bin +radeon/RV770_uvd.bin +radeon/CEDAR_me.bin +radeon/CEDAR_pfp.bin +radeon/CEDAR_rlc.bin +radeon/CEDAR_smc.bin +radeon/CYPRESS_me.bin +radeon/CYPRESS_pfp.bin +radeon/CYPRESS_rlc.bin +radeon/CYPRESS_uvd.bin +radeon/CYPRESS_smc.bin +radeon/JUNIPER_me.bin +radeon/JUNIPER_pfp.bin +radeon/JUNIPER_rlc.bin +radeon/JUNIPER_smc.bin +radeon/REDWOOD_me.bin +radeon/REDWOOD_pfp.bin +radeon/REDWOOD_rlc.bin +radeon/REDWOOD_smc.bin +radeon/PALM_me.bin +radeon/PALM_pfp.bin +radeon/SUMO_rlc.bin +radeon/SUMO_uvd.bin +radeon/BARTS_mc.bin +radeon/BARTS_me.bin +radeon/BARTS_pfp.bin +radeon/BARTS_smc.bin +radeon/BTC_rlc.bin +radeon/CAICOS_mc.bin +radeon/CAICOS_me.bin +radeon/CAICOS_pfp.bin +radeon/CAICOS_smc.bin +radeon/TURKS_mc.bin +radeon/TURKS_me.bin +radeon/TURKS_pfp.bin +radeon/TURKS_smc.bin +radeon/CAYMAN_mc.bin +radeon/CAYMAN_me.bin +radeon/CAYMAN_pfp.bin +radeon/CAYMAN_rlc.bin +radeon/CAYMAN_smc.bin +radeon/SUMO_pfp.bin +radeon/SUMO_me.bin +radeon/SUMO2_pfp.bin +radeon/SUMO2_me.bin +radeon/ARUBA_me.bin +radeon/ARUBA_pfp.bin +radeon/ARUBA_rlc.bin +radeon/PITCAIRN_ce.bin +radeon/PITCAIRN_mc.bin +radeon/PITCAIRN_mc2.bin +radeon/PITCAIRN_me.bin +radeon/PITCAIRN_pfp.bin +radeon/PITCAIRN_rlc.bin +radeon/PITCAIRN_smc.bin +radeon/TAHITI_ce.bin +radeon/TAHITI_mc.bin +radeon/TAHITI_mc2.bin +radeon/TAHITI_me.bin +radeon/TAHITI_pfp.bin +radeon/TAHITI_rlc.bin +radeon/TAHITI_uvd.bin +radeon/TAHITI_smc.bin +radeon/TAHITI_vce.bin +radeon/VERDE_ce.bin +radeon/VERDE_mc.bin +radeon/VERDE_mc2.bin +radeon/VERDE_me.bin +radeon/VERDE_pfp.bin +radeon/VERDE_rlc.bin +radeon/VERDE_smc.bin +radeon/OLAND_ce.bin +radeon/OLAND_mc.bin +radeon/OLAND_mc2.bin +radeon/OLAND_me.bin +radeon/OLAND_pfp.bin +radeon/OLAND_rlc.bin +radeon/OLAND_smc.bin +radeon/HAINAN_ce.bin +radeon/HAINAN_mc.bin +radeon/HAINAN_mc2.bin +radeon/HAINAN_me.bin +radeon/HAINAN_pfp.bin +radeon/HAINAN_rlc.bin +radeon/HAINAN_smc.bin +radeon/BONAIRE_ce.bin +radeon/BONAIRE_mc.bin +radeon/BONAIRE_mc2.bin +radeon/BONAIRE_me.bin +radeon/BONAIRE_mec.bin +radeon/BONAIRE_pfp.bin +radeon/BONAIRE_rlc.bin +radeon/BONAIRE_sdma.bin +radeon/BONAIRE_uvd.bin +radeon/BONAIRE_smc.bin +radeon/BONAIRE_vce.bin +radeon/KABINI_ce.bin +radeon/KABINI_me.bin +radeon/KABINI_mec.bin +radeon/KABINI_pfp.bin +radeon/KABINI_rlc.bin +radeon/KABINI_sdma.bin +radeon/KAVERI_ce.bin +radeon/KAVERI_me.bin +radeon/KAVERI_mec.bin +radeon/KAVERI_pfp.bin +radeon/KAVERI_rlc.bin +radeon/KAVERI_sdma.bin +radeon/HAWAII_ce.bin +radeon/HAWAII_mc.bin +radeon/HAWAII_mc2.bin +radeon/HAWAII_me.bin +radeon/HAWAII_mec.bin +radeon/HAWAII_pfp.bin +radeon/HAWAII_rlc.bin +radeon/HAWAII_sdma.bin +radeon/HAWAII_smc.bin +radeon/MULLINS_ce.bin +radeon/MULLINS_me.bin +radeon/MULLINS_mec.bin +radeon/MULLINS_pfp.bin +radeon/MULLINS_rlc.bin +radeon/MULLINS_sdma.bin +radeon/pitcairn_ce.bin +radeon/pitcairn_k_smc.bin +radeon/pitcairn_mc.bin +radeon/pitcairn_me.bin +radeon/pitcairn_pfp.bin +radeon/pitcairn_rlc.bin +radeon/pitcairn_smc.bin +radeon/tahiti_ce.bin +radeon/tahiti_k_smc.bin +radeon/tahiti_mc.bin +radeon/tahiti_me.bin +radeon/tahiti_pfp.bin +radeon/tahiti_rlc.bin +radeon/tahiti_smc.bin +radeon/verde_ce.bin +radeon/verde_k_smc.bin +radeon/verde_mc.bin +radeon/verde_me.bin +radeon/verde_pfp.bin +radeon/verde_rlc.bin +radeon/verde_smc.bin +radeon/oland_ce.bin +radeon/oland_k_smc.bin +radeon/oland_mc.bin +radeon/oland_me.bin +radeon/oland_pfp.bin +radeon/oland_rlc.bin +radeon/oland_smc.bin +radeon/hainan_ce.bin +radeon/hainan_k_smc.bin +radeon/hainan_mc.bin +radeon/hainan_me.bin +radeon/hainan_pfp.bin +radeon/hainan_rlc.bin +radeon/hainan_smc.bin +radeon/bonaire_ce.bin +radeon/bonaire_k_smc.bin +radeon/bonaire_mc.bin +radeon/bonaire_me.bin +radeon/bonaire_mec.bin +radeon/bonaire_pfp.bin +radeon/bonaire_rlc.bin +radeon/bonaire_sdma.bin +radeon/bonaire_sdma1.bin +radeon/bonaire_smc.bin +radeon/bonaire_uvd.bin +radeon/bonaire_vce.bin +radeon/kabini_ce.bin +radeon/kabini_me.bin +radeon/kabini_mec.bin +radeon/kabini_pfp.bin +radeon/kabini_rlc.bin +radeon/kabini_sdma.bin +radeon/kabini_sdma1.bin +radeon/kabini_uvd.bin +radeon/kabini_vce.bin +radeon/kaveri_ce.bin +radeon/kaveri_me.bin +radeon/kaveri_mec.bin +radeon/kaveri_mec2.bin +radeon/kaveri_pfp.bin +radeon/kaveri_rlc.bin +radeon/kaveri_sdma.bin +radeon/kaveri_sdma1.bin +radeon/kaveri_uvd.bin +radeon/kaveri_vce.bin +radeon/hawaii_ce.bin +radeon/hawaii_k_smc.bin +radeon/hawaii_mc.bin +radeon/hawaii_me.bin +radeon/hawaii_mec.bin +radeon/hawaii_pfp.bin +radeon/hawaii_rlc.bin +radeon/hawaii_sdma.bin +radeon/hawaii_sdma1.bin +radeon/hawaii_smc.bin +radeon/hawaii_uvd.bin +radeon/hawaii_vce.bin +radeon/mullins_ce.bin +radeon/mullins_me.bin +radeon/mullins_mec.bin +radeon/mullins_pfp.bin +radeon/mullins_rlc.bin +radeon/mullins_sdma.bin +radeon/mullins_sdma1.bin +radeon/mullins_uvd.bin +radeon/mullins_vce.bin +radeon/banks_k_2_smc.bin +radeon/si58_mc.bin rockchip/dptx.bin rp2.fw -rsi/rs9116_wlan_bt_classic.rps -rsi/rs9116_wlan.rps -rsi/rs9113_ap_bt_dual_mode.rps -rsi/rs9113_wlan_bt_dual_mode.rps rsi/rs9113_wlan_qspi.rps +rsi/rs9113_wlan_bt_dual_mode.rps +rsi/rs9113_ap_bt_dual_mode.rps +rsi/rs9116_wlan.rps +rsi/rs9116_wlan_bt_classic.rps rsi_91x.fw rt2561.bin rt2561s.bin @@ -2501,113 +2501,113 @@ rt3071.bin rt3090.bin rt3290.bin rt73.bin -rtl_bt/rtl8821a_config.bin -rtl_bt/rtl8723bs_config-OBDA0623.bin -rtl_bt/rtl8852cu_config.bin -rtl_bt/rtl8852cu_fw.bin -rtl_bt/rtl8852bu_config.bin -rtl_bt/rtl8852bu_fw.bin -rtl_bt/rtl8852au_config.bin -rtl_bt/rtl8852au_fw.bin -rtl_bt/rtl8822cs_config.bin -rtl_bt/rtl8822cs_fw.bin -rtl_bt/rtl8822cu_config.bin -rtl_bt/rtl8822cu_fw.bin -rtl_bt/rtl8821c_config.bin -rtl_bt/rtl8821c_fw.bin -rtl_bt/rtl8723d_config.bin -rtl_bt/rtl8723d_fw.bin -rtl_bt/rtl8822b_config.bin -rtl_bt/rtl8822b_fw.bin -rtl_bt/rtl8821a_fw.bin -rtl_bt/rtl8812ae_fw.bin -rtl_bt/rtl8761bu_config.bin -rtl_bt/rtl8761bu_fw.bin -rtl_bt/rtl8761b_config.bin -rtl_bt/rtl8761b_fw.bin -rtl_bt/rtl8761a_fw.bin -rtl_bt/rtl8723bs_config-OBDA8723.bin -rtl_bt/rtl8723bs_fw.bin -rtl_bt/rtl8723b_fw.bin -rtl_bt/rtl8723a_fw.bin -rtl_bt/rtl8192eu_fw.bin rtl_bt/rtl8192ee_fw.bin -rtl_nic/rtl8156b-2.fw -rtl_nic/rtl8156a-2.fw -rtl_nic/rtl8153c-1.fw -rtl_nic/rtl8153b-2.fw -rtl_nic/rtl8153a-4.fw -rtl_nic/rtl8153a-3.fw -rtl_nic/rtl8153a-2.fw -rtl_nic/rtl8125b-2.fw -rtl_nic/rtl8125b-1.fw -rtl_nic/rtl8125a-3.fw -rtl_nic/rtl8107e-2.fw -rtl_nic/rtl8107e-1.fw -rtl_nic/rtl8168fp-3.fw -rtl_nic/rtl8168h-2.fw -rtl_nic/rtl8168h-1.fw -rtl_nic/rtl8168g-3.fw -rtl_nic/rtl8168g-2.fw -rtl_nic/rtl8168g-1.fw -rtl_nic/rtl8106e-2.fw -rtl_nic/rtl8106e-1.fw -rtl_nic/rtl8402-1.fw -rtl_nic/rtl8411-2.fw -rtl_nic/rtl8411-1.fw -rtl_nic/rtl8168f-2.fw -rtl_nic/rtl8168f-1.fw -rtl_nic/rtl8168e-3.fw -rtl_nic/rtl8168e-2.fw -rtl_nic/rtl8168e-1.fw -rtl_nic/rtl8105e-1.fw -rtl_nic/rtl8168d-2.fw +rtl_bt/rtl8192eu_fw.bin +rtl_bt/rtl8723a_fw.bin +rtl_bt/rtl8723b_fw.bin +rtl_bt/rtl8723bs_fw.bin +rtl_bt/rtl8723bs_config-OBDA8723.bin +rtl_bt/rtl8761a_fw.bin +rtl_bt/rtl8761b_fw.bin +rtl_bt/rtl8761b_config.bin +rtl_bt/rtl8761bu_fw.bin +rtl_bt/rtl8761bu_config.bin +rtl_bt/rtl8812ae_fw.bin +rtl_bt/rtl8821a_fw.bin +rtl_bt/rtl8822b_fw.bin +rtl_bt/rtl8822b_config.bin +rtl_bt/rtl8723d_fw.bin +rtl_bt/rtl8723d_config.bin +rtl_bt/rtl8821c_fw.bin +rtl_bt/rtl8821c_config.bin +rtl_bt/rtl8822cu_fw.bin +rtl_bt/rtl8822cu_config.bin +rtl_bt/rtl8822cs_fw.bin +rtl_bt/rtl8822cs_config.bin +rtl_bt/rtl8852au_fw.bin +rtl_bt/rtl8852au_config.bin +rtl_bt/rtl8852bu_fw.bin +rtl_bt/rtl8852bu_config.bin +rtl_bt/rtl8852cu_fw.bin +rtl_bt/rtl8852cu_config.bin +rtl_bt/rtl8723bs_config-OBDA0623.bin +rtl_bt/rtl8821a_config.bin rtl_nic/rtl8168d-1.fw -rtlwifi/rtl8723bs_wowlan.bin -rtlwifi/rtl8723bs_ap_wowlan.bin -rtlwifi/rtl8723bs_nic.bin -rtlwifi/rtl8192eefw.bin -rtlwifi/rtl8192eu_ap_wowlan.bin -rtlwifi/rtl8192eu_wowlan.bin -rtlwifi/rtl8192eu_nic.bin -rtlwifi/rtl8723bu_ap_wowlan.bin -rtlwifi/rtl8723bu_wowlan.bin -rtlwifi/rtl8723bu_nic.bin -rtlwifi/rtl8723bs_bt.bin -rtlwifi/rtl8822befw.bin -rtlwifi/rtl8821aefw_29.bin -rtlwifi/rtl8821aefw_wowlan.bin -rtlwifi/rtl8821aefw.bin -rtlwifi/rtl8812aefw_wowlan.bin -rtlwifi/rtl8812aefw.bin -rtlwifi/rtl8188eufw.bin -rtlwifi/rtl8188efw.bin -rtlwifi/rtl8723aufw_B_NoBT.bin -rtlwifi/rtl8723aufw_B.bin -rtlwifi/rtl8723aufw_A.bin -rtlwifi/rtl8723defw.bin -rtlwifi/rtl8723befw_36.bin -rtlwifi/rtl8723befw.bin -rtlwifi/rtl8723fw_B.bin -rtlwifi/rtl8723fw.bin -rtlwifi/rtl8192defw.bin -rtlwifi/rtl8192sefw.bin -rtlwifi/rtl8192cufw_TMSC.bin -rtlwifi/rtl8192cufw_B.bin -rtlwifi/rtl8192cufw_A.bin -rtlwifi/rtl8192cufw.bin -rtlwifi/rtl8192cfwU_B.bin -rtlwifi/rtl8192cfwU.bin -rtlwifi/rtl8192cfw.bin +rtl_nic/rtl8168d-2.fw +rtl_nic/rtl8105e-1.fw +rtl_nic/rtl8168e-1.fw +rtl_nic/rtl8168e-2.fw +rtl_nic/rtl8168e-3.fw +rtl_nic/rtl8168f-1.fw +rtl_nic/rtl8168f-2.fw +rtl_nic/rtl8411-1.fw +rtl_nic/rtl8411-2.fw +rtl_nic/rtl8402-1.fw +rtl_nic/rtl8106e-1.fw +rtl_nic/rtl8106e-2.fw +rtl_nic/rtl8168g-1.fw +rtl_nic/rtl8168g-2.fw +rtl_nic/rtl8168g-3.fw +rtl_nic/rtl8168h-1.fw +rtl_nic/rtl8168h-2.fw +rtl_nic/rtl8168fp-3.fw +rtl_nic/rtl8107e-1.fw +rtl_nic/rtl8107e-2.fw +rtl_nic/rtl8125a-3.fw +rtl_nic/rtl8125b-1.fw +rtl_nic/rtl8125b-2.fw +rtl_nic/rtl8153a-2.fw +rtl_nic/rtl8153a-3.fw +rtl_nic/rtl8153a-4.fw +rtl_nic/rtl8153b-2.fw +rtl_nic/rtl8153c-1.fw +rtl_nic/rtl8156a-2.fw +rtl_nic/rtl8156b-2.fw rtlwifi/rtl8712u.bin -rtw88/rtw8821c_fw.bin -rtw88/rtw8723d_fw.bin -rtw88/README -rtw88/rtw8822c_wow_fw.bin -rtw88/rtw8822c_fw.bin +rtlwifi/rtl8192cfw.bin +rtlwifi/rtl8192cfwU.bin +rtlwifi/rtl8192cfwU_B.bin +rtlwifi/rtl8192cufw.bin +rtlwifi/rtl8192cufw_A.bin +rtlwifi/rtl8192cufw_B.bin +rtlwifi/rtl8192cufw_TMSC.bin +rtlwifi/rtl8192sefw.bin +rtlwifi/rtl8192defw.bin +rtlwifi/rtl8723fw.bin +rtlwifi/rtl8723fw_B.bin +rtlwifi/rtl8723befw.bin +rtlwifi/rtl8723befw_36.bin +rtlwifi/rtl8723defw.bin +rtlwifi/rtl8723aufw_A.bin +rtlwifi/rtl8723aufw_B.bin +rtlwifi/rtl8723aufw_B_NoBT.bin +rtlwifi/rtl8188efw.bin +rtlwifi/rtl8188eufw.bin +rtlwifi/rtl8812aefw.bin +rtlwifi/rtl8812aefw_wowlan.bin +rtlwifi/rtl8821aefw.bin +rtlwifi/rtl8821aefw_wowlan.bin +rtlwifi/rtl8821aefw_29.bin +rtlwifi/rtl8822befw.bin +rtlwifi/rtl8723bs_bt.bin +rtlwifi/rtl8723bu_nic.bin +rtlwifi/rtl8723bu_wowlan.bin +rtlwifi/rtl8723bu_ap_wowlan.bin +rtlwifi/rtl8192eu_nic.bin +rtlwifi/rtl8192eu_wowlan.bin +rtlwifi/rtl8192eu_ap_wowlan.bin +rtlwifi/rtl8192eefw.bin +rtlwifi/rtl8723bs_nic.bin +rtlwifi/rtl8723bs_ap_wowlan.bin +rtlwifi/rtl8723bs_wowlan.bin rtw88/rtw8822b_fw.bin -rtw89/rtw8852c_fw.bin +rtw88/rtw8822c_fw.bin +rtw88/rtw8822c_wow_fw.bin +rtw88/README +rtw88/rtw8723d_fw.bin +rtw88/rtw8821c_fw.bin rtw89/rtw8852a_fw.bin +rtw89/rtw8852c_fw.bin s2250.fw s2250_loader.fw s5p-mfc-v6-v2.fw @@ -2616,85 +2616,85 @@ s5p-mfc-v7.fw s5p-mfc-v8.fw s5p-mfc.fw sdd_sagrad_1091_1098.bin -slicoss/oasisrcvucode.sys -slicoss/oasisdownload.sys -slicoss/oasisdbgdownload.sys -slicoss/gbrcvucode.sys slicoss/gbdownload.sys +slicoss/gbrcvucode.sys +slicoss/oasisdbgdownload.sys +slicoss/oasisdownload.sys +slicoss/oasisrcvucode.sys sms1xxx-hcw-55xxx-dvbt-02.fw sms1xxx-hcw-55xxx-isdbt-02.fw sms1xxx-nova-a-dvbt-01.fw sms1xxx-nova-b-dvbt-01.fw sms1xxx-stellar-dvbt-01.fw -sxg/saharadbgdownloadB.sys sxg/saharadownloadB.sys +sxg/saharadbgdownloadB.sys tdmb_nova_12mhz.inp tehuti/bdx.bin ti/vpdma-1b8.bin -ti-connectivity/wl1271-nvs.bin -ti-connectivity/wl12xx-nvs.bin -ti-connectivity/TIInit_7.2.31.bts -ti-connectivity/TIInit_6.6.15.bts -ti-connectivity/TIInit_6.2.31.bts -ti-connectivity/wl18xx-fw-4.bin -ti-connectivity/wl18xx-fw-3.bin -ti-connectivity/wl18xx-fw-2.bin -ti-connectivity/wl18xx-fw.bin -ti-connectivity/wl128x-nvs.bin -ti-connectivity/wl127x-nvs.bin -ti-connectivity/wl128x-fw-5-plt.bin -ti-connectivity/wl128x-fw-5-mr.bin -ti-connectivity/wl128x-fw-5-sr.bin -ti-connectivity/wl128x-fw-4-plt.bin -ti-connectivity/wl128x-fw-4-mr.bin -ti-connectivity/wl128x-fw-4-sr.bin -ti-connectivity/wl128x-fw-plt-3.bin -ti-connectivity/wl128x-fw-3.bin -ti-connectivity/wl128x-fw-ap.bin -ti-connectivity/wl128x-fw.bin -ti-connectivity/wl127x-fw-5-plt.bin -ti-connectivity/wl127x-fw-5-mr.bin -ti-connectivity/wl127x-fw-5-sr.bin -ti-connectivity/wl127x-fw-4-plt.bin -ti-connectivity/wl127x-fw-4-mr.bin -ti-connectivity/wl127x-fw-4-sr.bin -ti-connectivity/wl127x-fw-plt-3.bin -ti-connectivity/wl127x-fw-3.bin -ti-connectivity/wl1271-fw-ap.bin -ti-connectivity/wl1271-fw-2.bin -ti-connectivity/wl1271-fw.bin -ti-connectivity/wl1251-nvs.bin ti-connectivity/wl1251-fw.bin +ti-connectivity/wl1251-nvs.bin +ti-connectivity/wl1271-fw.bin +ti-connectivity/wl1271-fw-2.bin +ti-connectivity/wl1271-fw-ap.bin +ti-connectivity/wl127x-fw-3.bin +ti-connectivity/wl127x-fw-plt-3.bin +ti-connectivity/wl127x-fw-4-sr.bin +ti-connectivity/wl127x-fw-4-mr.bin +ti-connectivity/wl127x-fw-4-plt.bin +ti-connectivity/wl127x-fw-5-sr.bin +ti-connectivity/wl127x-fw-5-mr.bin +ti-connectivity/wl127x-fw-5-plt.bin +ti-connectivity/wl128x-fw.bin +ti-connectivity/wl128x-fw-ap.bin +ti-connectivity/wl128x-fw-3.bin +ti-connectivity/wl128x-fw-plt-3.bin +ti-connectivity/wl128x-fw-4-sr.bin +ti-connectivity/wl128x-fw-4-mr.bin +ti-connectivity/wl128x-fw-4-plt.bin +ti-connectivity/wl128x-fw-5-sr.bin +ti-connectivity/wl128x-fw-5-mr.bin +ti-connectivity/wl128x-fw-5-plt.bin +ti-connectivity/wl127x-nvs.bin +ti-connectivity/wl128x-nvs.bin +ti-connectivity/wl18xx-fw.bin +ti-connectivity/wl18xx-fw-2.bin +ti-connectivity/wl18xx-fw-3.bin +ti-connectivity/wl18xx-fw-4.bin +ti-connectivity/TIInit_6.2.31.bts +ti-connectivity/TIInit_6.6.15.bts +ti-connectivity/TIInit_7.2.31.bts +ti-connectivity/wl12xx-nvs.bin +ti-connectivity/wl1271-nvs.bin ti-keystone/ks2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin -tigon/tg357766.bin -tigon/tg3_tso5.bin -tigon/tg3_tso.bin tigon/tg3.bin +tigon/tg3_tso.bin +tigon/tg3_tso5.bin +tigon/tg357766.bin tlg2300_firmware.bin -ueagle-atm/eagleII.fw -ueagle-atm/DSP9i.bin -ueagle-atm/CMVepFR04.bin -ueagle-atm/CMVei.bin -ueagle-atm/eagleI.fw -ueagle-atm/CMVepWO.bin -ueagle-atm/CMVepES.bin -ueagle-atm/CMV9p.bin -ueagle-atm/DSPep.bin -ueagle-atm/CMVepIT.bin -ueagle-atm/CMVepES03.bin -ueagle-atm/CMV9i.bin -ueagle-atm/DSPei.bin -ueagle-atm/CMVepFR.bin -ueagle-atm/CMVep.bin -ueagle-atm/adi930.fw -ueagle-atm/eagleIII.fw -ueagle-atm/DSP9p.bin -ueagle-atm/CMVepFR10.bin -ueagle-atm/CMVeiWO.bin -ueagle-atm/930-fpga.bin -ueagle-atm/eagleIV.fw -ueagle-atm/DSP4p.bin ueagle-atm/CMV4p.bin.v2 +ueagle-atm/DSP4p.bin +ueagle-atm/eagleIV.fw +ueagle-atm/930-fpga.bin +ueagle-atm/CMVeiWO.bin +ueagle-atm/CMVepFR10.bin +ueagle-atm/DSP9p.bin +ueagle-atm/eagleIII.fw +ueagle-atm/adi930.fw +ueagle-atm/CMVep.bin +ueagle-atm/CMVepFR.bin +ueagle-atm/DSPei.bin +ueagle-atm/CMV9i.bin +ueagle-atm/CMVepES03.bin +ueagle-atm/CMVepIT.bin +ueagle-atm/DSPep.bin +ueagle-atm/CMV9p.bin +ueagle-atm/CMVepES.bin +ueagle-atm/CMVepWO.bin +ueagle-atm/eagleI.fw +ueagle-atm/CMVei.bin +ueagle-atm/CMVepFR04.bin +ueagle-atm/DSP9i.bin +ueagle-atm/eagleII.fw usbdux_firmware.bin usbduxfast_firmware.bin usbduxsigma_firmware.bin @@ -2707,12 +2707,12 @@ v4l-cx25840.fw vntwusb.fw vpu_d.bin vpu_p.bin -vxge/X3fw-pxe.ncf vxge/X3fw.ncf -wfx/brd8023a.pds -wfx/brd8022a.pds -wfx/brd4001a.pds +vxge/X3fw-pxe.ncf wfx/wfm_wf200_C0.sec +wfx/brd4001a.pds +wfx/brd8022a.pds +wfx/brd8023a.pds wil6210.brd wil6210.fw wsm_22.bin From d63dc601e977dba9782aa1c3526dd79816a1ad40 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 13 Aug 2022 17:19:32 +0100 Subject: [PATCH 232/833] Add dev-perl/TermReadKey to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 580f213..b29c595 100644 --- a/portage/package.env +++ b/portage/package.env @@ -299,6 +299,7 @@ x11-libs/* nopie.conf x11-libs/xtrans nopie.conf media-sound/alsa-utils nopie.conf dev-perl/Socket6 nopie.conf +dev-perl/TermReadKey nopie.conf # No LTO, no PIE From 22b291a1e41333d16d1019151470c3a0022bf86a Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 13 Aug 2022 17:21:10 +0100 Subject: [PATCH 233/833] Add dev-perl/Net-SSLeay to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index b29c595..7bc57e4 100644 --- a/portage/package.env +++ b/portage/package.env @@ -300,6 +300,7 @@ x11-libs/xtrans nopie.conf media-sound/alsa-utils nopie.conf dev-perl/Socket6 nopie.conf dev-perl/TermReadKey nopie.conf +dev-perl/Net-SSLeay nopie.conf # No LTO, no PIE From de4f1bc483379b9038f4cd4067fdb2171803519b Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 13 Aug 2022 17:54:45 +0100 Subject: [PATCH 234/833] Add perl-core/Compress-Raw-Zlib to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 7bc57e4..befe2dc 100644 --- a/portage/package.env +++ b/portage/package.env @@ -301,6 +301,7 @@ media-sound/alsa-utils nopie.conf dev-perl/Socket6 nopie.conf dev-perl/TermReadKey nopie.conf dev-perl/Net-SSLeay nopie.conf +perl-core/Compress-Raw-Zlib nopie.conf # No LTO, no PIE From 5b6a10a1285981853760ee6bf4aeaa79cadde3b5 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 13 Aug 2022 17:56:39 +0100 Subject: [PATCH 235/833] Add dev-perl/HTML-Parser to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index befe2dc..620f510 100644 --- a/portage/package.env +++ b/portage/package.env @@ -302,6 +302,7 @@ dev-perl/Socket6 nopie.conf dev-perl/TermReadKey nopie.conf dev-perl/Net-SSLeay nopie.conf perl-core/Compress-Raw-Zlib nopie.conf +dev-perl/HTML-Parser nopie.conf # No LTO, no PIE From 98b94f51dfaa5fe5370cc7a24f2fac30d6e2f27e Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 13 Aug 2022 18:23:06 +0100 Subject: [PATCH 236/833] Add dev-perl/XML-Parser to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 620f510..239b3cf 100644 --- a/portage/package.env +++ b/portage/package.env @@ -303,6 +303,7 @@ dev-perl/TermReadKey nopie.conf dev-perl/Net-SSLeay nopie.conf perl-core/Compress-Raw-Zlib nopie.conf dev-perl/HTML-Parser nopie.conf +dev-perl/XML-Parser nopie.conf # No LTO, no PIE From 06ee2668755c7d2225f64f5f8bcf23b026436483 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 16 Aug 2022 19:06:57 +0100 Subject: [PATCH 237/833] Remove now unnecessary Waybar patch. --- portage/patches/gui-apps/waybar/1476.patch | 36 ------------------- ...mware-20220708 => linux-firmware-20220815} | 30 +++++++++++++++- 2 files changed, 29 insertions(+), 37 deletions(-) delete mode 100644 portage/patches/gui-apps/waybar/1476.patch rename portage/savedconfig/sys-kernel/{linux-firmware-20220708 => linux-firmware-20220815} (98%) diff --git a/portage/patches/gui-apps/waybar/1476.patch b/portage/patches/gui-apps/waybar/1476.patch deleted file mode 100644 index b67a705..0000000 --- a/portage/patches/gui-apps/waybar/1476.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 8b6bc215ccdd6f2a1d2c514e146305968a567fa4 Mon Sep 17 00:00:00 2001 -From: Louis des Landes -Date: Thu, 10 Mar 2022 14:48:01 +0100 -Subject: [PATCH] Fix freebsd action - ---- - include/modules/clock.hpp | 2 +- - src/modules/clock.cpp | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/include/modules/clock.hpp b/include/modules/clock.hpp -index 5a9c01e45..7c3eb8fc5 100644 ---- a/include/modules/clock.hpp -+++ b/include/modules/clock.hpp -@@ -36,7 +36,7 @@ class Clock : public ALabel { - auto first_day_of_week() -> date::weekday; - const date::time_zone* current_timezone(); - bool is_timezone_fixed(); -- auto timezones_text(std::chrono::_V2::system_clock::time_point *now) -> std::string; -+ auto timezones_text(std::chrono::system_clock::time_point *now) -> std::string; - }; - - } // namespace modules -diff --git a/src/modules/clock.cpp b/src/modules/clock.cpp -index 87cd58aa3..c80057c55 100644 ---- a/src/modules/clock.cpp -+++ b/src/modules/clock.cpp -@@ -219,7 +219,7 @@ auto waybar::modules::Clock::weekdays_header(const date::weekday& first_dow, std - os << "\n"; - } - --auto waybar::modules::Clock::timezones_text(std::chrono::_V2::system_clock::time_point *now) -> std::string { -+auto waybar::modules::Clock::timezones_text(std::chrono::system_clock::time_point *now) -> std::string { - if (time_zones_.size() == 1) { - return ""; - } diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220708 b/portage/savedconfig/sys-kernel/linux-firmware-20220815 similarity index 98% rename from portage/savedconfig/sys-kernel/linux-firmware-20220708 rename to portage/savedconfig/sys-kernel/linux-firmware-20220815 index a8aba9c..e4d8913 100644 --- a/portage/savedconfig/sys-kernel/linux-firmware-20220708 +++ b/portage/savedconfig/sys-kernel/linux-firmware-20220815 @@ -19,6 +19,7 @@ amd-ucode/microcode_amd_fam15h.bin amd-ucode/microcode_amd_fam16h.bin amd-ucode/microcode_amd_fam17h.bin amd-ucode/microcode_amd_fam19h.bin +amd-ucode/README amdgpu/tahiti_ce.bin amdgpu/tahiti_k_smc.bin amdgpu/tahiti_mc.bin @@ -740,7 +741,9 @@ brcm/brcmfmac4366b-pcie.bin brcm/brcmfmac4366c-pcie.bin brcm/brcmfmac4371-pcie.bin brcm/brcmfmac4373.bin +brcm/brcmfmac43241b4-sdio.Intel Corp.-VALLEYVIEW C0 PLATFORM.txt brcm/brcmfmac4330-sdio.Prowise-PT301.txt +brcm/brcmfmac43340-sdio.ASUSTeK COMPUTER INC.-TF103CE.txt brcm/brcmfmac43340-sdio.meegopad-t08.txt brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt brcm/brcmfmac43340-sdio.predia-basic.txt @@ -757,7 +760,9 @@ brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt brcm/brcmfmac4356-pcie.gpd-win-pocket.txt +brcm/brcmfmac4356-pcie.Xiaomi Inc-Mipad2.txt brcm/brcmfmac4356-sdio.AP6356S.txt +brcm/brcmfmac43455-sdio.AW-CM256SM.txt brcm/BCM-0a5c-6410.hcd brcm/brcmfmac43012-sdio.bin brcm/brcmfmac43012-sdio.clm_blob @@ -796,11 +801,17 @@ brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi Compute Module 4.tx brcm/brcmfmac4356-sdio.firefly,firefly-rk3399.txt brcm/brcmfmac4356-sdio.khadas,vim2.txt brcm/brcmfmac4356-sdio.vamrs,rock960.txt +brcm/brcmfmac43455-sdio.beagle,am5729-beagleboneai.txt +brcm/brcmfmac43455-sdio.pine64,pinebook-pro.txt +brcm/brcmfmac43455-sdio.pine64,pinephone-pro.txt +brcm/brcmfmac43455-sdio.pine64,quartz64-b.txt cadence/mhdp8546.bin carl9170-1.fw cavium/cnn55xx_ae.fw cavium/cnn55xx_se.fw cbfw-3.2.5.1.bin +cirrus/cs35l41-dsp1-spk-prot.wmfw +cirrus/cs35l41-dsp1-spk-prot.bin cis/LA-PCM.cis cis/PCMLM28.cis cis/DP83903.cis @@ -1033,7 +1044,9 @@ i915/adlp_guc_62.0.3.bin i915/adlp_guc_69.0.3.bin i915/adlp_guc_70.1.1.bin i915/dg2_guc_70.1.2.bin +i915/dg2_guc_70.4.1.bin i915/dg2_dmc_ver2_06.bin +i915/dg2_dmc_ver2_07.bin i915/skl_dmc_ver1.bin i915/bxt_dmc_ver1.bin i915/kbl_dmc_ver1.bin @@ -1136,7 +1149,7 @@ intel/dsp_fw_glk_v2768.bin intel/dsp_fw_glk_v3366.bin intel/dsp_fw_cnl_v1191.bin intel/dsp_fw_cnl_v1858.bin -intel/ice/ddp/ice-1.3.28.0.pkg +intel/ice/ddp/ice-1.3.30.0.pkg intel/ice/ddp/ice.pkg intel/ice/ddp-comms/ice_comms-1.3.31.0.pkg intel/ice/ddp-wireless_edge/ice_wireless_edge-1.3.7.0.pkg @@ -1407,6 +1420,9 @@ mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin mediatek/WIFI_RAM_CODE_MT7922_1.bin mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin +mediatek/sof/sof-mt8186.ri +mediatek/sof/sof-mt8186-mt6366-da7219-max98357.tplg +mediatek/sof/sof-mt8186-mt6366-rt1019-rt5682s.tplg mellanox/mlxsw_spectrum-13.1420.122.mfa2 mellanox/mlxsw_spectrum-13.1530.152.mfa2 mellanox/mlxsw_spectrum-13.1620.192.mfa2 @@ -1463,6 +1479,10 @@ mellanox/mlxsw_spectrum-13.2010.1502.mfa2 mellanox/mlxsw_spectrum2-29.2010.1502.mfa2 mellanox/mlxsw_spectrum3-30.2010.1502.mfa2 mellanox/lc_ini_bundle_2010_1502.bin +mellanox/mlxsw_spectrum-13.2010.3020.mfa2 +mellanox/mlxsw_spectrum2-29.2010.3020.mfa2 +mellanox/mlxsw_spectrum3-30.2010.3020.mfa2 +mellanox/lc_ini_bundle_2010_3020.bin meson/vdec/g12a_h264.bin meson/vdec/g12a_hevc_mmu.bin meson/vdec/g12a_vp9.bin @@ -2196,6 +2216,14 @@ qcom/a660_gmu.bin qcom/a660_sqe.fw qcom/leia_pfp_470.fw qcom/leia_pm4_470.fw +qcom/LENOVO/21BX/qcdxkmsuc8280.mbn +qcom/LENOVO/21BX/adspr.jsn +qcom/LENOVO/21BX/adspua.jsn +qcom/LENOVO/21BX/battmgr.jsn +qcom/LENOVO/21BX/cdspr.jsn +qcom/LENOVO/21BX/qcadsp8280.mbn +qcom/LENOVO/21BX/qccdsp8280.mbn +qcom/LENOVO/21BX/qcslpi8280.mbn qcom/apq8096/adsp.mbn qcom/apq8096/adspr.jsn qcom/apq8096/adspua.jsn From d47d231e0f5b0c7aea3b4c452114e8c0930f41ae Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 16 Aug 2022 19:09:01 +0100 Subject: [PATCH 238/833] Update linux-firmware packages. --- .../sys-kernel/linux-firmware-20220509 | 89 - .../sys-kernel/linux-firmware-20220815 | 2667 +---------------- 2 files changed, 5 insertions(+), 2751 deletions(-) delete mode 100644 portage/savedconfig/sys-kernel/linux-firmware-20220509 diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220509 b/portage/savedconfig/sys-kernel/linux-firmware-20220509 deleted file mode 100644 index 22d1a92..0000000 --- a/portage/savedconfig/sys-kernel/linux-firmware-20220509 +++ /dev/null @@ -1,89 +0,0 @@ -# Portage savedconfig Linux firmware - -# Copyright 2022 Inference - - -amd/amd_sev_fam17h_model0xh.sbin -amd/amd_sev_fam17h_model3xh.sbin -amd-ucode/microcode_amd.bin -amd-ucode/microcode_amd_fam17h.bin -amdgpu/raven_asd.bin -amdgpu/raven_ce.bin -amdgpu/raven_gpu_info.bin -amdgpu/raven_me.bin -amdgpu/raven_mec.bin -amdgpu/raven_mec2.bin -amdgpu/raven_pfp.bin -amdgpu/raven_rlc.bin -amdgpu/raven_sdma.bin -amdgpu/raven_vcn.bin -amdgpu/raven_dmcu.bin -amdgpu/raven_kicker_rlc.bin -amdgpu/raven_ta.bin -amdgpu/picasso_asd.bin -amdgpu/picasso_ce.bin -amdgpu/picasso_gpu_info.bin -amdgpu/picasso_me.bin -amdgpu/picasso_mec.bin -amdgpu/picasso_mec2.bin -amdgpu/picasso_pfp.bin -amdgpu/picasso_rlc.bin -amdgpu/picasso_rlc_am4.bin -amdgpu/picasso_sdma.bin -amdgpu/picasso_vcn.bin -amdgpu/picasso_ta.bin -amdgpu/raven2_asd.bin -amdgpu/raven2_ce.bin -amdgpu/raven2_gpu_info.bin -amdgpu/raven2_me.bin -amdgpu/raven2_mec.bin -amdgpu/raven2_mec2.bin -amdgpu/raven2_pfp.bin -amdgpu/raven2_rlc.bin -amdgpu/raven2_sdma.bin -amdgpu/raven2_vcn.bin -amdgpu/raven2_ta.bin -amdgpu/gc_10_3_7_mec2.bin -amdgpu/gc_10_3_7_pfp.bin -amdgpu/gc_10_3_7_rlc.bin -amdgpu/dcn_3_1_6_dmcub.bin -amdgpu/psp_13_0_8_asd.bin -amdgpu/psp_13_0_8_ta.bin -amdgpu/psp_13_0_8_toc.bin -amdgpu/sdma_5_2_7.bin -ar5523.bin -ar7010.fw -ar7010_1_1.fw -ar9170-1.fw -ar9170-2.fw -ar9271.fw -atusb/atusb-0.2.dfu -atusb/atusb-0.3.dfu -atusb/rzusb-0.3.bin -inside-secure/eip197_minifw/ipue.bin -inside-secure/eip197_minifw/ifpp.bin -rt2561.bin -rt2561s.bin -rt2661.bin -rt2860.bin -rt2870.bin -rt3070.bin -rt3071.bin -rt3090.bin -rt3290.bin -rt73.bin -rtl_nic/rtl8168d-1.fw -rtl_nic/rtl8168d-2.fw -rtl_nic/rtl8168e-1.fw -rtl_nic/rtl8168e-2.fw -rtl_nic/rtl8168e-3.fw -rtl_nic/rtl8168f-1.fw -rtl_nic/rtl8168f-2.fw -rtl_nic/rtl8411-1.fw -rtl_nic/rtl8411-2.fw -rtl_nic/rtl8168g-1.fw -rtl_nic/rtl8168g-2.fw -rtl_nic/rtl8168g-3.fw -rtl_nic/rtl8168h-1.fw -rtl_nic/rtl8168h-2.fw -rtl_nic/rtl8168fp-3.fw diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220815 b/portage/savedconfig/sys-kernel/linux-firmware-20220815 index e4d8913..22d1a92 100644 --- a/portage/savedconfig/sys-kernel/linux-firmware-20220815 +++ b/portage/savedconfig/sys-kernel/linux-firmware-20220815 @@ -1,288 +1,12 @@ -# Remove files that shall not be installed from this list. -3com/typhoon.bin -RTL8192E/boot.img -RTL8192E/data.img -RTL8192E/main.img -a300_pfp.fw -a300_pm4.fw -advansys/mcode.bin -advansys/3550.bin -advansys/38C0800.bin -advansys/38C1600.bin -agere_ap_fw.bin -agere_sta_fw.bin +# Portage savedconfig Linux firmware + +# Copyright 2022 Inference + + amd/amd_sev_fam17h_model0xh.sbin amd/amd_sev_fam17h_model3xh.sbin -amd/amd_sev_fam19h_model0xh.sbin amd-ucode/microcode_amd.bin -amd-ucode/microcode_amd_fam15h.bin -amd-ucode/microcode_amd_fam16h.bin amd-ucode/microcode_amd_fam17h.bin -amd-ucode/microcode_amd_fam19h.bin -amd-ucode/README -amdgpu/tahiti_ce.bin -amdgpu/tahiti_k_smc.bin -amdgpu/tahiti_mc.bin -amdgpu/tahiti_me.bin -amdgpu/tahiti_pfp.bin -amdgpu/tahiti_rlc.bin -amdgpu/tahiti_smc.bin -amdgpu/tahiti_uvd.bin -amdgpu/pitcairn_ce.bin -amdgpu/pitcairn_k_smc.bin -amdgpu/pitcairn_mc.bin -amdgpu/pitcairn_me.bin -amdgpu/pitcairn_pfp.bin -amdgpu/pitcairn_rlc.bin -amdgpu/pitcairn_smc.bin -amdgpu/pitcairn_uvd.bin -amdgpu/verde_ce.bin -amdgpu/verde_k_smc.bin -amdgpu/verde_mc.bin -amdgpu/verde_me.bin -amdgpu/verde_pfp.bin -amdgpu/verde_rlc.bin -amdgpu/verde_smc.bin -amdgpu/verde_uvd.bin -amdgpu/hainan_ce.bin -amdgpu/hainan_k_smc.bin -amdgpu/hainan_mc.bin -amdgpu/hainan_me.bin -amdgpu/hainan_pfp.bin -amdgpu/hainan_rlc.bin -amdgpu/hainan_smc.bin -amdgpu/oland_ce.bin -amdgpu/oland_k_smc.bin -amdgpu/oland_mc.bin -amdgpu/oland_me.bin -amdgpu/oland_pfp.bin -amdgpu/oland_rlc.bin -amdgpu/oland_smc.bin -amdgpu/oland_uvd.bin -amdgpu/si58_mc.bin -amdgpu/banks_k_2_smc.bin -amdgpu/bonaire_ce.bin -amdgpu/bonaire_k_smc.bin -amdgpu/bonaire_mc.bin -amdgpu/bonaire_me.bin -amdgpu/bonaire_mec.bin -amdgpu/bonaire_pfp.bin -amdgpu/bonaire_rlc.bin -amdgpu/bonaire_sdma.bin -amdgpu/bonaire_sdma1.bin -amdgpu/bonaire_smc.bin -amdgpu/bonaire_uvd.bin -amdgpu/bonaire_vce.bin -amdgpu/hawaii_ce.bin -amdgpu/hawaii_k_smc.bin -amdgpu/hawaii_mc.bin -amdgpu/hawaii_me.bin -amdgpu/hawaii_mec.bin -amdgpu/hawaii_pfp.bin -amdgpu/hawaii_rlc.bin -amdgpu/hawaii_sdma.bin -amdgpu/hawaii_sdma1.bin -amdgpu/hawaii_smc.bin -amdgpu/hawaii_uvd.bin -amdgpu/hawaii_vce.bin -amdgpu/kabini_ce.bin -amdgpu/kabini_me.bin -amdgpu/kabini_mec.bin -amdgpu/kabini_pfp.bin -amdgpu/kabini_rlc.bin -amdgpu/kabini_sdma.bin -amdgpu/kabini_sdma1.bin -amdgpu/kabini_uvd.bin -amdgpu/kabini_vce.bin -amdgpu/mullins_ce.bin -amdgpu/mullins_me.bin -amdgpu/mullins_mec.bin -amdgpu/mullins_pfp.bin -amdgpu/mullins_rlc.bin -amdgpu/mullins_sdma.bin -amdgpu/mullins_sdma1.bin -amdgpu/mullins_uvd.bin -amdgpu/mullins_vce.bin -amdgpu/kaveri_ce.bin -amdgpu/kaveri_me.bin -amdgpu/kaveri_mec.bin -amdgpu/kaveri_mec2.bin -amdgpu/kaveri_pfp.bin -amdgpu/kaveri_rlc.bin -amdgpu/kaveri_sdma.bin -amdgpu/kaveri_sdma1.bin -amdgpu/kaveri_uvd.bin -amdgpu/kaveri_vce.bin -amdgpu/topaz_ce.bin -amdgpu/topaz_k_smc.bin -amdgpu/topaz_mc.bin -amdgpu/topaz_me.bin -amdgpu/topaz_mec2.bin -amdgpu/topaz_mec.bin -amdgpu/topaz_pfp.bin -amdgpu/topaz_rlc.bin -amdgpu/topaz_sdma1.bin -amdgpu/topaz_sdma.bin -amdgpu/topaz_smc.bin -amdgpu/tonga_ce.bin -amdgpu/tonga_k_smc.bin -amdgpu/tonga_mc.bin -amdgpu/tonga_me.bin -amdgpu/tonga_mec2.bin -amdgpu/tonga_mec.bin -amdgpu/tonga_pfp.bin -amdgpu/tonga_rlc.bin -amdgpu/tonga_sdma1.bin -amdgpu/tonga_sdma.bin -amdgpu/tonga_smc.bin -amdgpu/tonga_uvd.bin -amdgpu/tonga_vce.bin -amdgpu/carrizo_ce.bin -amdgpu/carrizo_me.bin -amdgpu/carrizo_mec2.bin -amdgpu/carrizo_mec.bin -amdgpu/carrizo_pfp.bin -amdgpu/carrizo_rlc.bin -amdgpu/carrizo_sdma1.bin -amdgpu/carrizo_sdma.bin -amdgpu/carrizo_uvd.bin -amdgpu/carrizo_vce.bin -amdgpu/fiji_ce.bin -amdgpu/fiji_mc.bin -amdgpu/fiji_me.bin -amdgpu/fiji_mec2.bin -amdgpu/fiji_mec.bin -amdgpu/fiji_pfp.bin -amdgpu/fiji_rlc.bin -amdgpu/fiji_sdma1.bin -amdgpu/fiji_sdma.bin -amdgpu/fiji_smc.bin -amdgpu/fiji_uvd.bin -amdgpu/fiji_vce.bin -amdgpu/stoney_ce.bin -amdgpu/stoney_me.bin -amdgpu/stoney_mec.bin -amdgpu/stoney_pfp.bin -amdgpu/stoney_rlc.bin -amdgpu/stoney_sdma.bin -amdgpu/stoney_uvd.bin -amdgpu/stoney_vce.bin -amdgpu/polaris10_ce.bin -amdgpu/polaris10_ce_2.bin -amdgpu/polaris10_mc.bin -amdgpu/polaris10_k_mc.bin -amdgpu/polaris10_me.bin -amdgpu/polaris10_me_2.bin -amdgpu/polaris10_mec2.bin -amdgpu/polaris10_mec2_2.bin -amdgpu/polaris10_mec.bin -amdgpu/polaris10_mec_2.bin -amdgpu/polaris10_pfp.bin -amdgpu/polaris10_pfp_2.bin -amdgpu/polaris10_rlc.bin -amdgpu/polaris10_sdma1.bin -amdgpu/polaris10_sdma.bin -amdgpu/polaris10_smc.bin -amdgpu/polaris10_k_smc.bin -amdgpu/polaris10_k2_smc.bin -amdgpu/polaris10_smc_sk.bin -amdgpu/polaris10_uvd.bin -amdgpu/polaris10_vce.bin -amdgpu/polaris11_ce.bin -amdgpu/polaris11_ce_2.bin -amdgpu/polaris11_mc.bin -amdgpu/polaris11_k_mc.bin -amdgpu/polaris11_me.bin -amdgpu/polaris11_me_2.bin -amdgpu/polaris11_mec2.bin -amdgpu/polaris11_mec2_2.bin -amdgpu/polaris11_mec.bin -amdgpu/polaris11_mec_2.bin -amdgpu/polaris11_pfp.bin -amdgpu/polaris11_pfp_2.bin -amdgpu/polaris11_rlc.bin -amdgpu/polaris11_sdma1.bin -amdgpu/polaris11_sdma.bin -amdgpu/polaris11_smc.bin -amdgpu/polaris11_k_smc.bin -amdgpu/polaris11_k2_smc.bin -amdgpu/polaris11_smc_sk.bin -amdgpu/polaris11_uvd.bin -amdgpu/polaris11_vce.bin -amdgpu/polaris12_ce.bin -amdgpu/polaris12_ce_2.bin -amdgpu/polaris12_mc.bin -amdgpu/polaris12_k_mc.bin -amdgpu/polaris12_32_mc.bin -amdgpu/polaris12_me.bin -amdgpu/polaris12_me_2.bin -amdgpu/polaris12_mec.bin -amdgpu/polaris12_mec_2.bin -amdgpu/polaris12_mec2.bin -amdgpu/polaris12_mec2_2.bin -amdgpu/polaris12_pfp.bin -amdgpu/polaris12_pfp_2.bin -amdgpu/polaris12_rlc.bin -amdgpu/polaris12_sdma.bin -amdgpu/polaris12_sdma1.bin -amdgpu/polaris12_smc.bin -amdgpu/polaris12_k_smc.bin -amdgpu/polaris12_uvd.bin -amdgpu/polaris12_vce.bin -amdgpu/vegam_ce.bin -amdgpu/vegam_me.bin -amdgpu/vegam_mec.bin -amdgpu/vegam_mec2.bin -amdgpu/vegam_pfp.bin -amdgpu/vegam_rlc.bin -amdgpu/vegam_sdma.bin -amdgpu/vegam_sdma1.bin -amdgpu/vegam_smc.bin -amdgpu/vegam_uvd.bin -amdgpu/vegam_vce.bin -amdgpu/vega10_acg_smc.bin -amdgpu/vega10_asd.bin -amdgpu/vega10_ce.bin -amdgpu/vega10_gpu_info.bin -amdgpu/vega10_me.bin -amdgpu/vega10_mec.bin -amdgpu/vega10_mec2.bin -amdgpu/vega10_pfp.bin -amdgpu/vega10_rlc.bin -amdgpu/vega10_sdma.bin -amdgpu/vega10_sdma1.bin -amdgpu/vega10_smc.bin -amdgpu/vega10_sos.bin -amdgpu/vega10_uvd.bin -amdgpu/vega10_vce.bin -amdgpu/vega12_asd.bin -amdgpu/vega12_ce.bin -amdgpu/vega12_gpu_info.bin -amdgpu/vega12_me.bin -amdgpu/vega12_mec.bin -amdgpu/vega12_mec2.bin -amdgpu/vega12_pfp.bin -amdgpu/vega12_rlc.bin -amdgpu/vega12_sdma.bin -amdgpu/vega12_sdma1.bin -amdgpu/vega12_smc.bin -amdgpu/vega12_sos.bin -amdgpu/vega12_uvd.bin -amdgpu/vega12_vce.bin -amdgpu/vega20_asd.bin -amdgpu/vega20_ce.bin -amdgpu/vega20_me.bin -amdgpu/vega20_mec.bin -amdgpu/vega20_mec2.bin -amdgpu/vega20_pfp.bin -amdgpu/vega20_rlc.bin -amdgpu/vega20_sdma.bin -amdgpu/vega20_sdma1.bin -amdgpu/vega20_smc.bin -amdgpu/vega20_sos.bin -amdgpu/vega20_uvd.bin -amdgpu/vega20_vce.bin -amdgpu/vega20_ta.bin amdgpu/raven_asd.bin amdgpu/raven_ce.bin amdgpu/raven_gpu_info.bin @@ -319,177 +43,6 @@ amdgpu/raven2_rlc.bin amdgpu/raven2_sdma.bin amdgpu/raven2_vcn.bin amdgpu/raven2_ta.bin -amdgpu/navi10_asd.bin -amdgpu/navi10_ce.bin -amdgpu/navi10_gpu_info.bin -amdgpu/navi10_me.bin -amdgpu/navi10_mec.bin -amdgpu/navi10_mec2.bin -amdgpu/navi10_pfp.bin -amdgpu/navi10_rlc.bin -amdgpu/navi10_sdma.bin -amdgpu/navi10_sdma1.bin -amdgpu/navi10_smc.bin -amdgpu/navi10_sos.bin -amdgpu/navi10_vcn.bin -amdgpu/navi10_ta.bin -amdgpu/navi14_asd.bin -amdgpu/navi14_ce.bin -amdgpu/navi14_ce_wks.bin -amdgpu/navi14_gpu_info.bin -amdgpu/navi14_me.bin -amdgpu/navi14_me_wks.bin -amdgpu/navi14_mec.bin -amdgpu/navi14_mec_wks.bin -amdgpu/navi14_mec2.bin -amdgpu/navi14_mec2_wks.bin -amdgpu/navi14_pfp.bin -amdgpu/navi14_pfp_wks.bin -amdgpu/navi14_rlc.bin -amdgpu/navi14_sdma.bin -amdgpu/navi14_sdma1.bin -amdgpu/navi14_smc.bin -amdgpu/navi14_sos.bin -amdgpu/navi14_vcn.bin -amdgpu/navi14_ta.bin -amdgpu/navi12_asd.bin -amdgpu/navi12_ce.bin -amdgpu/navi12_dmcu.bin -amdgpu/navi12_gpu_info.bin -amdgpu/navi12_me.bin -amdgpu/navi12_mec.bin -amdgpu/navi12_mec2.bin -amdgpu/navi12_pfp.bin -amdgpu/navi12_rlc.bin -amdgpu/navi12_sdma.bin -amdgpu/navi12_sdma1.bin -amdgpu/navi12_smc.bin -amdgpu/navi12_sos.bin -amdgpu/navi12_vcn.bin -amdgpu/navi12_ta.bin -amdgpu/renoir_asd.bin -amdgpu/renoir_ce.bin -amdgpu/renoir_gpu_info.bin -amdgpu/renoir_me.bin -amdgpu/renoir_mec.bin -amdgpu/renoir_mec2.bin -amdgpu/renoir_pfp.bin -amdgpu/renoir_rlc.bin -amdgpu/renoir_sdma.bin -amdgpu/renoir_vcn.bin -amdgpu/renoir_dmcub.bin -amdgpu/renoir_ta.bin -amdgpu/sienna_cichlid_ce.bin -amdgpu/sienna_cichlid_dmcub.bin -amdgpu/sienna_cichlid_me.bin -amdgpu/sienna_cichlid_mec.bin -amdgpu/sienna_cichlid_mec2.bin -amdgpu/sienna_cichlid_pfp.bin -amdgpu/sienna_cichlid_rlc.bin -amdgpu/sienna_cichlid_sdma.bin -amdgpu/sienna_cichlid_smc.bin -amdgpu/sienna_cichlid_sos.bin -amdgpu/sienna_cichlid_ta.bin -amdgpu/sienna_cichlid_vcn.bin -amdgpu/green_sardine_asd.bin -amdgpu/green_sardine_ce.bin -amdgpu/green_sardine_dmcub.bin -amdgpu/green_sardine_me.bin -amdgpu/green_sardine_mec2.bin -amdgpu/green_sardine_mec.bin -amdgpu/green_sardine_pfp.bin -amdgpu/green_sardine_rlc.bin -amdgpu/green_sardine_sdma.bin -amdgpu/green_sardine_ta.bin -amdgpu/green_sardine_vcn.bin -amdgpu/navy_flounder_ce.bin -amdgpu/navy_flounder_dmcub.bin -amdgpu/navy_flounder_me.bin -amdgpu/navy_flounder_mec.bin -amdgpu/navy_flounder_mec2.bin -amdgpu/navy_flounder_pfp.bin -amdgpu/navy_flounder_rlc.bin -amdgpu/navy_flounder_sdma.bin -amdgpu/navy_flounder_smc.bin -amdgpu/navy_flounder_sos.bin -amdgpu/navy_flounder_ta.bin -amdgpu/navy_flounder_vcn.bin -amdgpu/arcturus_asd.bin -amdgpu/arcturus_gpu_info.bin -amdgpu/arcturus_mec2.bin -amdgpu/arcturus_mec.bin -amdgpu/arcturus_rlc.bin -amdgpu/arcturus_sdma.bin -amdgpu/arcturus_smc.bin -amdgpu/arcturus_sos.bin -amdgpu/arcturus_ta.bin -amdgpu/arcturus_vcn.bin -amdgpu/dimgrey_cavefish_ce.bin -amdgpu/dimgrey_cavefish_dmcub.bin -amdgpu/dimgrey_cavefish_me.bin -amdgpu/dimgrey_cavefish_mec.bin -amdgpu/dimgrey_cavefish_mec2.bin -amdgpu/dimgrey_cavefish_pfp.bin -amdgpu/dimgrey_cavefish_rlc.bin -amdgpu/dimgrey_cavefish_sdma.bin -amdgpu/dimgrey_cavefish_smc.bin -amdgpu/dimgrey_cavefish_sos.bin -amdgpu/dimgrey_cavefish_ta.bin -amdgpu/dimgrey_cavefish_vcn.bin -amdgpu/vangogh_asd.bin -amdgpu/vangogh_ce.bin -amdgpu/vangogh_dmcub.bin -amdgpu/vangogh_me.bin -amdgpu/vangogh_mec2.bin -amdgpu/vangogh_mec.bin -amdgpu/vangogh_pfp.bin -amdgpu/vangogh_rlc.bin -amdgpu/vangogh_sdma.bin -amdgpu/vangogh_toc.bin -amdgpu/vangogh_vcn.bin -amdgpu/yellow_carp_asd.bin -amdgpu/yellow_carp_ce.bin -amdgpu/yellow_carp_dmcub.bin -amdgpu/yellow_carp_me.bin -amdgpu/yellow_carp_mec.bin -amdgpu/yellow_carp_mec2.bin -amdgpu/yellow_carp_pfp.bin -amdgpu/yellow_carp_rlc.bin -amdgpu/yellow_carp_sdma.bin -amdgpu/yellow_carp_ta.bin -amdgpu/yellow_carp_toc.bin -amdgpu/yellow_carp_vcn.bin -amdgpu/beige_goby_ce.bin -amdgpu/beige_goby_dmcub.bin -amdgpu/beige_goby_me.bin -amdgpu/beige_goby_mec.bin -amdgpu/beige_goby_mec2.bin -amdgpu/beige_goby_pfp.bin -amdgpu/beige_goby_rlc.bin -amdgpu/beige_goby_sdma.bin -amdgpu/beige_goby_smc.bin -amdgpu/beige_goby_sos.bin -amdgpu/beige_goby_ta.bin -amdgpu/beige_goby_vcn.bin -amdgpu/cyan_skillfish2_ce.bin -amdgpu/cyan_skillfish2_me.bin -amdgpu/cyan_skillfish2_mec.bin -amdgpu/cyan_skillfish2_mec2.bin -amdgpu/cyan_skillfish2_pfp.bin -amdgpu/cyan_skillfish2_rlc.bin -amdgpu/cyan_skillfish2_sdma.bin -amdgpu/cyan_skillfish2_sdma1.bin -amdgpu/aldebaran_mec2.bin -amdgpu/aldebaran_mec.bin -amdgpu/aldebaran_rlc.bin -amdgpu/aldebaran_sdma.bin -amdgpu/aldebaran_smc.bin -amdgpu/aldebaran_sos.bin -amdgpu/aldebaran_ta.bin -amdgpu/aldebaran_vcn.bin -amdgpu/gc_10_3_7_ce.bin -amdgpu/gc_10_3_7_me.bin -amdgpu/gc_10_3_7_mec.bin amdgpu/gc_10_3_7_mec2.bin amdgpu/gc_10_3_7_pfp.bin amdgpu/gc_10_3_7_rlc.bin @@ -498,2027 +51,17 @@ amdgpu/psp_13_0_8_asd.bin amdgpu/psp_13_0_8_ta.bin amdgpu/psp_13_0_8_toc.bin amdgpu/sdma_5_2_7.bin -amphion/vpu/vpu_fw_imx8_dec.bin -amphion/vpu/vpu_fw_imx8_enc.bin -ar3k/AthrBT_0x01020001.dfu -ar3k/ramps_0x01020001_26.dfu -ar3k/AthrBT_0x01020200.dfu -ar3k/ramps_0x01020200_26.dfu -ar3k/ramps_0x01020200_40.dfu -ar3k/AthrBT_0x31010000.dfu -ar3k/ramps_0x31010000_40.dfu -ar3k/AthrBT_0x11020000.dfu -ar3k/ramps_0x11020000_40.dfu -ar3k/ramps_0x01020201_26.dfu -ar3k/ramps_0x01020201_40.dfu -ar3k/AthrBT_0x41020000.dfu -ar3k/ramps_0x41020000_40.dfu -ar3k/AthrBT_0x11020100.dfu -ar3k/ramps_0x11020100_40.dfu -ar3k/AthrBT_0x31010100.dfu -ar3k/ramps_0x31010100_40.dfu -ar3k/AthrBT_0x01020201.dfu -ar3k/1020201coex/ramps_0x01020201_26_HighPriority.dfu -ar3k/1020201/PS_ASIC.pst -ar3k/1020201/RamPatch.txt -ar3k/1020200/ar3kbdaddr.pst -ar3k/1020200/PS_ASIC.pst -ar3k/1020200/RamPatch.txt -ar3k/30101/ar3kbdaddr.pst -ar3k/30101/PS_ASIC.pst -ar3k/30101/RamPatch.txt -ar3k/30000/ar3kbdaddr.pst -ar3k/30000/PS_ASIC.pst -ar3k/30000/RamPatch.txt -ar3k/30101coex/ar3kbdaddr.pst -ar3k/30101coex/PS_ASIC_aclLowPri.pst -ar3k/30101coex/PS_ASIC_aclHighPri.pst -ar3k/30101coex/PS_ASIC.pst -ar3k/30101coex/RamPatch.txt ar5523.bin ar7010.fw ar7010_1_1.fw ar9170-1.fw ar9170-2.fw ar9271.fw -as102_data1_st.hex -as102_data2_st.hex -ath10k/QCA988X/hw2.0/board.bin -ath10k/QCA988X/hw2.0/firmware-4.bin -ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt -ath10k/QCA988X/hw2.0/firmware-5.bin -ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt -ath10k/QCA6174/hw2.1/board.bin -ath10k/QCA6174/hw2.1/board-2.bin -ath10k/QCA6174/hw2.1/firmware-5.bin -ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt -ath10k/QCA6174/hw3.0/board.bin -ath10k/QCA6174/hw3.0/board-2.bin -ath10k/QCA6174/hw3.0/firmware-4.bin -ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt -ath10k/QCA6174/hw3.0/firmware-6.bin -ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt -ath10k/QCA6174/hw3.0/firmware-sdio-6.bin -ath10k/QCA6174/hw3.0/notice_ath10k_firmware-sdio-6.txt -ath10k/QCA9377/hw1.0/board.bin -ath10k/QCA9377/hw1.0/board-2.bin -ath10k/QCA9377/hw1.0/firmware-5.bin -ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt -ath10k/QCA9377/hw1.0/firmware-sdio-5.bin -ath10k/QCA9377/hw1.0/notice_ath10k_firmware-sdio-5.txt -ath10k/QCA9377/hw1.0/firmware-6.bin -ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt -ath10k/QCA99X0/hw2.0/board-2.bin -ath10k/QCA99X0/hw2.0/firmware-5.bin -ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt -ath10k/QCA4019/hw1.0/board-2.bin -ath10k/QCA4019/hw1.0/firmware-5.bin -ath10k/QCA4019/hw1.0/notice_ath10k_firmware-5.txt -ath10k/QCA9887/hw1.0/board.bin -ath10k/QCA9887/hw1.0/firmware-5.bin -ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt -ath10k/QCA9888/hw2.0/board-2.bin -ath10k/QCA9888/hw2.0/firmware-5.bin -ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt -ath10k/QCA9984/hw1.0/board-2.bin -ath10k/QCA9984/hw1.0/firmware-5.bin -ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt -ath10k/WCN3990/hw1.0/board-2.bin -ath10k/WCN3990/hw1.0/firmware-5.bin -ath10k/WCN3990/hw1.0/wlanmdsp.mbn -ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp -ath11k/IPQ6018/hw1.0/board-2.bin -ath11k/IPQ6018/hw1.0/m3_fw.b00 -ath11k/IPQ6018/hw1.0/m3_fw.b01 -ath11k/IPQ6018/hw1.0/m3_fw.b02 -ath11k/IPQ6018/hw1.0/m3_fw.flist -ath11k/IPQ6018/hw1.0/m3_fw.mdt -ath11k/IPQ6018/hw1.0/q6_fw.b00 -ath11k/IPQ6018/hw1.0/q6_fw.b01 -ath11k/IPQ6018/hw1.0/q6_fw.b02 -ath11k/IPQ6018/hw1.0/q6_fw.b03 -ath11k/IPQ6018/hw1.0/q6_fw.b04 -ath11k/IPQ6018/hw1.0/q6_fw.b05 -ath11k/IPQ6018/hw1.0/q6_fw.b07 -ath11k/IPQ6018/hw1.0/q6_fw.b08 -ath11k/IPQ6018/hw1.0/q6_fw.flist -ath11k/IPQ6018/hw1.0/q6_fw.mdt -ath11k/IPQ6018/hw1.0/Notice.txt -ath11k/IPQ8074/hw2.0/board-2.bin -ath11k/IPQ8074/hw2.0/m3_fw.b00 -ath11k/IPQ8074/hw2.0/m3_fw.b01 -ath11k/IPQ8074/hw2.0/m3_fw.b02 -ath11k/IPQ8074/hw2.0/m3_fw.flist -ath11k/IPQ8074/hw2.0/m3_fw.mdt -ath11k/IPQ8074/hw2.0/q6_fw.b00 -ath11k/IPQ8074/hw2.0/q6_fw.b01 -ath11k/IPQ8074/hw2.0/q6_fw.b02 -ath11k/IPQ8074/hw2.0/q6_fw.b03 -ath11k/IPQ8074/hw2.0/q6_fw.b04 -ath11k/IPQ8074/hw2.0/q6_fw.b05 -ath11k/IPQ8074/hw2.0/q6_fw.b07 -ath11k/IPQ8074/hw2.0/q6_fw.b08 -ath11k/IPQ8074/hw2.0/q6_fw.flist -ath11k/IPQ8074/hw2.0/q6_fw.mdt -ath11k/IPQ8074/hw2.0/Notice.txt -ath11k/QCA6390/hw2.0/board-2.bin -ath11k/QCA6390/hw2.0/amss.bin -ath11k/QCA6390/hw2.0/m3.bin -ath11k/QCA6390/hw2.0/Notice.txt -ath11k/WCN6855/hw2.0/regdb.bin -ath11k/WCN6855/hw2.0/board-2.bin -ath11k/WCN6855/hw2.0/amss.bin -ath11k/WCN6855/hw2.0/m3.bin -ath11k/WCN6855/hw2.0/Notice.txt -ath11k/WCN6855/hw2.1/regdb.bin -ath11k/WCN6855/hw2.1/board-2.bin -ath11k/WCN6855/hw2.1/amss.bin -ath11k/WCN6855/hw2.1/m3.bin -ath11k/QCN9074/hw1.0/board-2.bin -ath11k/QCN9074/hw1.0/amss.bin -ath11k/QCN9074/hw1.0/m3.bin -ath11k/QCN9074/hw1.0/Notice.txt -ath11k/WCN6750/hw1.0/board-2.bin -ath11k/WCN6750/hw1.0/wpss.b00 -ath11k/WCN6750/hw1.0/wpss.b01 -ath11k/WCN6750/hw1.0/wpss.b02 -ath11k/WCN6750/hw1.0/wpss.b03 -ath11k/WCN6750/hw1.0/wpss.b04 -ath11k/WCN6750/hw1.0/wpss.b05 -ath11k/WCN6750/hw1.0/wpss.b06 -ath11k/WCN6750/hw1.0/wpss.b07 -ath11k/WCN6750/hw1.0/wpss.b08 -ath11k/WCN6750/hw1.0/wpss.mdt -ath11k/WCN6750/hw1.0/Notice.txt -ath3k-1.fw -ath6k/AR6004/hw1.3/fw-3.bin -ath6k/AR6004/hw1.3/bdata.bin -ath6k/AR6004/hw1.2/fw-2.bin -ath6k/AR6004/hw1.2/bdata.bin -ath6k/AR6003/hw1.0/otp.bin.z77 -ath6k/AR6003/hw1.0/bdata.SD31.bin -ath6k/AR6003/hw1.0/bdata.SD32.bin -ath6k/AR6003/hw1.0/data.patch.bin -ath6k/AR6003/hw1.0/bdata.WB31.bin -ath6k/AR6003/hw1.0/athwlan.bin.z77 -ath6k/AR6003/hw2.1.1/fw-2.bin -ath6k/AR6003/hw2.1.1/fw-3.bin -ath6k/AR6003/hw2.1.1/otp.bin -ath6k/AR6003/hw2.1.1/athwlan.bin -ath6k/AR6003/hw2.1.1/endpointping.bin -ath6k/AR6003/hw2.1.1/bdata.SD31.bin -ath6k/AR6003/hw2.1.1/bdata.SD32.bin -ath6k/AR6003/hw2.1.1/data.patch.bin -ath6k/AR6003/hw2.1.1/bdata.WB31.bin -ath6k/AR6003/hw2.0/otp.bin.z77 -ath6k/AR6003/hw2.0/bdata.SD31.bin -ath6k/AR6003/hw2.0/bdata.SD32.bin -ath6k/AR6003/hw2.0/data.patch.bin -ath6k/AR6003/hw2.0/bdata.WB31.bin -ath6k/AR6003/hw2.0/athwlan.bin.z77 -ath6k/AR6002/eeprom.data -ath6k/AR6002/eeprom.bin -ath6k/AR6002/athwlan.bin.z77 -ath6k/AR6002/data.patch.hw2_0.bin -ath6k/AR6003.1/hw2.1.1/athwlan.bin -ath6k/AR6003.1/hw2.1.1/bdata.SD31.bin -ath6k/AR6003.1/hw2.1.1/bdata.SD32.bin -ath6k/AR6003.1/hw2.1.1/bdata.WB31.bin -ath6k/AR6003.1/hw2.1.1/data.patch.bin -ath6k/AR6003.1/hw2.1.1/endpointping.bin -ath6k/AR6003.1/hw2.1.1/otp.bin -ath9k_htc/htc_7010-1.4.0.fw -ath9k_htc/htc_9271-1.4.0.fw -atmel/wilc1000_fw.bin -atmel/wilc1000_ap_fw.bin -atmel/wilc1000_p2p_fw.bin -atmel/wilc1000_wifi_firmware.bin -atmel/wilc1000_wifi_firmware-1.bin atusb/atusb-0.2.dfu atusb/atusb-0.3.dfu atusb/rzusb-0.3.bin -av7110/bootcode.bin -bnx2/bnx2-mips-06-6.2.3.fw -bnx2/bnx2-mips-09-6.2.1b.fw -bnx2/bnx2-rv2p-06-6.0.15.fw -bnx2/bnx2-rv2p-09-6.0.17.fw -bnx2/bnx2-rv2p-09ax-6.0.17.fw -bnx2x/bnx2x-e1-7.13.1.0.fw -bnx2x/bnx2x-e1-7.13.11.0.fw -bnx2x/bnx2x-e1-7.13.15.0.fw -bnx2x/bnx2x-e1-7.13.21.0.fw -bnx2x/bnx2x-e1h-7.13.1.0.fw -bnx2x/bnx2x-e1h-7.13.11.0.fw -bnx2x/bnx2x-e1h-7.13.15.0.fw -bnx2x/bnx2x-e1h-7.13.21.0.fw -bnx2x/bnx2x-e2-7.13.1.0.fw -bnx2x/bnx2x-e2-7.13.11.0.fw -bnx2x/bnx2x-e2-7.13.15.0.fw -bnx2x/bnx2x-e2-7.13.21.0.fw -brcm/BCM-0bb4-0306.hcd -brcm/bcm43xx-0.fw -brcm/bcm43xx_hdr-0.fw -brcm/bcm4329-fullmac-4.bin -brcm/brcmfmac43236b.bin -brcm/brcmfmac4329-sdio.bin -brcm/brcmfmac4330-sdio.bin -brcm/brcmfmac4334-sdio.bin -brcm/brcmfmac4335-sdio.bin -brcm/brcmfmac43241b0-sdio.bin -brcm/brcmfmac43241b4-sdio.bin -brcm/brcmfmac43241b5-sdio.bin -brcm/brcmfmac43242a.bin -brcm/brcmfmac43143.bin -brcm/brcmfmac43143-sdio.bin -brcm/brcmfmac43430a0-sdio.bin -brcm/brcmfmac4350c2-pcie.bin -brcm/brcmfmac4350-pcie.bin -brcm/brcmfmac43569.bin -brcm/brcmfmac4358-pcie.bin -brcm/brcmfmac43602-pcie.bin -brcm/brcmfmac43602-pcie.ap.bin -brcm/brcmfmac4366b-pcie.bin -brcm/brcmfmac4366c-pcie.bin -brcm/brcmfmac4371-pcie.bin -brcm/brcmfmac4373.bin -brcm/brcmfmac43241b4-sdio.Intel Corp.-VALLEYVIEW C0 PLATFORM.txt -brcm/brcmfmac4330-sdio.Prowise-PT301.txt -brcm/brcmfmac43340-sdio.ASUSTeK COMPUTER INC.-TF103CE.txt -brcm/brcmfmac43340-sdio.meegopad-t08.txt -brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt -brcm/brcmfmac43340-sdio.predia-basic.txt -brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt -brcm/brcmfmac43430a0-sdio.ilife-S806.txt -brcm/brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt -brcm/brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt -brcm/brcmfmac43430-sdio.AP6212.txt -brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt -brcm/brcmfmac43430-sdio.MUR1DX.txt -brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt -brcm/brcmfmac43455-sdio.acepc-t8.txt -brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt -brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt -brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt -brcm/brcmfmac4356-pcie.gpd-win-pocket.txt -brcm/brcmfmac4356-pcie.Xiaomi Inc-Mipad2.txt -brcm/brcmfmac4356-sdio.AP6356S.txt -brcm/brcmfmac43455-sdio.AW-CM256SM.txt -brcm/BCM-0a5c-6410.hcd -brcm/brcmfmac43012-sdio.bin -brcm/brcmfmac43012-sdio.clm_blob -brcm/brcmfmac43340-sdio.bin -brcm/brcmfmac43362-sdio.bin -brcm/brcmfmac4339-sdio.bin -brcm/brcmfmac43430-sdio.bin -brcm/brcmfmac43430-sdio.clm_blob -brcm/brcmfmac43455-sdio.bin -brcm/brcmfmac43455-sdio.clm_blob -brcm/brcmfmac4354-sdio.bin -brcm/brcmfmac4354-sdio.clm_blob -brcm/brcmfmac4356-pcie.bin -brcm/brcmfmac4356-pcie.clm_blob -brcm/brcmfmac4356-sdio.bin -brcm/brcmfmac4356-sdio.clm_blob -brcm/brcmfmac43570-pcie.bin -brcm/brcmfmac43570-pcie.clm_blob -brcm/brcmfmac4373-sdio.bin -brcm/brcmfmac4373-sdio.clm_blob -brcm/brcmfmac54591-pcie.bin -brcm/brcmfmac54591-pcie.clm_blob -brcm/brcmfmac43362-sdio.lemaker,bananapro.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-plus.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-zero.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.txt -brcm/brcmfmac43430-sdio.sinovoip,bpi-m3.txt -brcm/brcmfmac43430-sdio.friendlyarm,nanopi-r1.txt -brcm/brcmfmac43430-sdio.starfive,visionfive-v1.txt -brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-a1.txt -brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-r0.txt -brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt -brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt -brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt -brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi Compute Module 4.txt -brcm/brcmfmac4356-sdio.firefly,firefly-rk3399.txt -brcm/brcmfmac4356-sdio.khadas,vim2.txt -brcm/brcmfmac4356-sdio.vamrs,rock960.txt -brcm/brcmfmac43455-sdio.beagle,am5729-beagleboneai.txt -brcm/brcmfmac43455-sdio.pine64,pinebook-pro.txt -brcm/brcmfmac43455-sdio.pine64,pinephone-pro.txt -brcm/brcmfmac43455-sdio.pine64,quartz64-b.txt -cadence/mhdp8546.bin -carl9170-1.fw -cavium/cnn55xx_ae.fw -cavium/cnn55xx_se.fw -cbfw-3.2.5.1.bin -cirrus/cs35l41-dsp1-spk-prot.wmfw -cirrus/cs35l41-dsp1-spk-prot.bin -cis/LA-PCM.cis -cis/PCMLM28.cis -cis/DP83903.cis -cis/NE2K.cis -cis/tamarack.cis -cis/PE-200.cis -cis/PE520.cis -cis/3CXEM556.cis -cis/3CCFEM556.cis -cis/MT5634ZLX.cis -cis/RS-COM-2P.cis -cis/COMpad2.cis -cis/COMpad4.cis -cis/SW_555_SER.cis -cis/SW_7xx_SER.cis -cis/SW_8xx_SER.cis -cmmb_vega_12mhz.inp -cmmb_venice_12mhz.inp -cnm/wave521c_j721s2_codec_fw.bin -ct2fw-3.2.5.1.bin -ctefx.bin -ctfw-3.2.5.1.bin -ctspeq.bin -cxgb3/t3b_psram-1.1.0.bin -cxgb3/t3c_psram-1.1.0.bin -cxgb3/t3fw-7.0.0.bin -cxgb3/t3fw-7.1.0.bin -cxgb3/t3fw-7.4.0.bin -cxgb3/t3fw-7.10.0.bin -cxgb3/t3fw-7.12.0.bin -cxgb3/ael2005_opt_edc.bin -cxgb3/ael2005_twx_edc.bin -cxgb3/ael2020_twx_edc.bin -cxgb4/t4fw-1.14.4.0.bin -cxgb4/t4fw-1.15.37.0.bin -cxgb4/t4fw-1.26.6.0.bin -cxgb4/t5fw-1.14.4.0.bin -cxgb4/t5fw-1.15.37.0.bin -cxgb4/t5fw-1.26.6.0.bin -cxgb4/t6fw-1.26.6.0.bin -cxgb4/aq1202_fw.cld -cxgb4/bcm8483.bin -cxgb4/configs/t4-config-default.txt -cxgb4/configs/t5-config-default.txt -cxgb4/configs/t6-config-default.txt -cxgb4/configs/t5-config-hashfilter.txt -cxgb4/configs/t6-config-hashfilter.txt -cxgb4/t4fw.bin -cxgb4/t5fw.bin -cxgb4/t6fw.bin -cxgb4/t4-config.txt -cxgb4/t5-config.txt -cxgb4/t6-config.txt -cypress/cyfmac43012-sdio.bin -cypress/cyfmac43012-sdio.clm_blob -cypress/cyfmac43340-sdio.bin -cypress/cyfmac43362-sdio.bin -cypress/cyfmac4339-sdio.bin -cypress/cyfmac43430-sdio.bin -cypress/cyfmac43430-sdio.clm_blob -cypress/cyfmac43455-sdio.bin -cypress/cyfmac43455-sdio.clm_blob -cypress/cyfmac4354-sdio.bin -cypress/cyfmac4354-sdio.clm_blob -cypress/cyfmac4356-pcie.bin -cypress/cyfmac4356-pcie.clm_blob -cypress/cyfmac4356-sdio.bin -cypress/cyfmac4356-sdio.clm_blob -cypress/cyfmac43570-pcie.bin -cypress/cyfmac43570-pcie.clm_blob -cypress/cyfmac4373-sdio.bin -cypress/cyfmac4373-sdio.clm_blob -cypress/cyfmac54591-pcie.bin -cypress/cyfmac54591-pcie.clm_blob -dabusb/firmware.fw -dabusb/bitstream.bin -dpaa2/mc/mc_10.10.0_ls1088a.itb -dpaa2/mc/mc_10.10.0_ls2088a.itb -dpaa2/mc/mc_10.10.0_lx2160a.itb -dpaa2/mc/mc_10.14.3_ls1088a.itb -dpaa2/mc/mc_10.14.3_ls2088a.itb -dpaa2/mc/mc_10.14.3_lx2160a.itb -dpaa2/mc/mc_10.16.2_ls1088a.itb -dpaa2/mc/mc_10.16.2_ls2088a.itb -dpaa2/mc/mc_10.16.2_lx2160a.itb -dpaa2/mc/mc_10.18.0_ls1088a.itb -dpaa2/mc/mc_10.18.0_ls2088a.itb -dpaa2/mc/mc_10.18.0_lx2160a.itb -dpaa2/mc/mc_10.28.1_ls1088a.itb -dpaa2/mc/mc_10.28.1_ls2088a.itb -dpaa2/mc/mc_10.28.1_lx2160a.itb -dsp56k/bootstrap.bin -dvb-fe-xc4000-1.4.1.fw -dvb-fe-xc5000-1.6.114.fw -dvb-fe-xc5000c-4.1.30.7.fw -dvb-usb-dib0700-1.20.fw -dvb-usb-it9135-01.fw -dvb-usb-it9135-02.fw -dvb-usb-terratec-h5-drxk.fw -dvb_nova_12mhz.inp -dvb_nova_12mhz_b0.inp -e100/d101m_ucode.bin -e100/d101s_ucode.bin -e100/d102e_ucode.bin -emi26/bitstream.fw -emi26/firmware.fw -emi26/loader.fw -ene-ub6250/sd_init1.bin -ene-ub6250/sd_init2.bin -ene-ub6250/sd_rdwr.bin -ene-ub6250/ms_init.bin -ene-ub6250/msp_rdwr.bin -ene-ub6250/ms_rdwr.bin -f2255usb.bin -go7007/s2250-1.fw -go7007/s2250-2.fw -go7007/go7007fw.bin -go7007/go7007tv.bin -go7007/lr192.fw -go7007/px-m402u.fw -go7007/px-tv402u.fw -go7007/wis-startrek.fw -hfi1_dc8051.fw -hfi1_fabric.fw -hfi1_pcie.fw -hfi1_sbus.fw -htc_7010.fw -htc_9271.fw -i915/skl_dmc_ver1_23.bin -i915/skl_dmc_ver1_26.bin -i915/skl_dmc_ver1_27.bin -i915/bxt_dmc_ver1_07.bin -i915/kbl_dmc_ver1_01.bin -i915/kbl_dmc_ver1_04.bin -i915/skl_guc_ver1.bin -i915/skl_guc_ver4.bin -i915/skl_guc_ver6_1.bin -i915/skl_guc_ver9_33.bin -i915/skl_guc_32.0.3.bin -i915/skl_guc_33.0.0.bin -i915/skl_guc_49.0.1.bin -i915/skl_guc_62.0.0.bin -i915/skl_guc_69.0.3.bin -i915/skl_guc_70.1.1.bin -i915/skl_huc_ver01_07_1398.bin -i915/skl_huc_2.0.0.bin -i915/bxt_huc_ver01_07_1398.bin -i915/bxt_huc_ver01_8_2893.bin -i915/bxt_huc_2.0.0.bin -i915/kbl_huc_ver02_00_1810.bin -i915/kbl_huc_4.0.0.bin -i915/bxt_guc_ver8_7.bin -i915/bxt_guc_ver9_29.bin -i915/bxt_guc_32.0.3.bin -i915/bxt_guc_33.0.0.bin -i915/bxt_guc_49.0.1.bin -i915/bxt_guc_62.0.0.bin -i915/bxt_guc_69.0.3.bin -i915/bxt_guc_70.1.1.bin -i915/kbl_guc_ver9_14.bin -i915/cml_guc_33.0.0.bin -i915/cml_guc_49.0.1.bin -i915/cml_guc_62.0.0.bin -i915/cml_guc_69.0.3.bin -i915/cml_guc_70.1.1.bin -i915/kbl_guc_ver9_39.bin -i915/kbl_guc_32.0.3.bin -i915/kbl_guc_33.0.0.bin -i915/kbl_guc_49.0.1.bin -i915/kbl_guc_62.0.0.bin -i915/kbl_guc_69.0.3.bin -i915/kbl_guc_70.1.1.bin -i915/glk_guc_32.0.3.bin -i915/glk_guc_33.0.0.bin -i915/glk_guc_49.0.1.bin -i915/glk_guc_62.0.0.bin -i915/glk_guc_69.0.3.bin -i915/glk_guc_70.1.1.bin -i915/glk_huc_ver03_01_2893.bin -i915/glk_huc_4.0.0.bin -i915/glk_dmc_ver1_04.bin -i915/cml_huc_4.0.0.bin -i915/cnl_dmc_ver1_06.bin -i915/cnl_dmc_ver1_07.bin -i915/icl_dmc_ver1_07.bin -i915/icl_dmc_ver1_09.bin -i915/icl_guc_32.0.3.bin -i915/icl_guc_33.0.0.bin -i915/icl_guc_49.0.1.bin -i915/icl_guc_62.0.0.bin -i915/icl_guc_69.0.3.bin -i915/icl_guc_70.1.1.bin -i915/icl_huc_ver8_4_3238.bin -i915/tgl_dmc_ver2_04.bin -i915/tgl_dmc_ver2_06.bin -i915/tgl_dmc_ver2_08.bin -i915/tgl_dmc_ver2_12.bin -i915/icl_huc_9.0.0.bin -i915/ehl_guc_33.0.4.bin -i915/ehl_guc_49.0.1.bin -i915/ehl_guc_62.0.0.bin -i915/ehl_guc_69.0.3.bin -i915/ehl_guc_70.1.1.bin -i915/ehl_huc_9.0.0.bin -i915/tgl_guc_35.2.0.bin -i915/tgl_guc_49.0.1.bin -i915/tgl_guc_62.0.0.bin -i915/tgl_guc_69.0.3.bin -i915/tgl_guc_70.1.1.bin -i915/tgl_huc_7.0.3.bin -i915/tgl_huc_7.0.12.bin -i915/tgl_huc_7.5.0.bin -i915/tgl_huc_7.9.3.bin -i915/rkl_dmc_ver2_02.bin -i915/rkl_dmc_ver2_03.bin -i915/dg1_dmc_ver2_02.bin -i915/dg1_guc_49.0.1.bin -i915/dg1_guc_62.0.0.bin -i915/dg1_guc_69.0.3.bin -i915/dg1_guc_70.1.1.bin -i915/dg1_huc_7.7.1.bin -i915/dg1_huc_7.9.3.bin -i915/adls_dmc_ver2_01.bin -i915/adlp_dmc_ver2_09.bin -i915/adlp_dmc_ver2_10.bin -i915/adlp_dmc_ver2_12.bin -i915/adlp_dmc_ver2_14.bin -i915/adlp_dmc_ver2_16.bin -i915/adlp_guc_62.0.3.bin -i915/adlp_guc_69.0.3.bin -i915/adlp_guc_70.1.1.bin -i915/dg2_guc_70.1.2.bin -i915/dg2_guc_70.4.1.bin -i915/dg2_dmc_ver2_06.bin -i915/dg2_dmc_ver2_07.bin -i915/skl_dmc_ver1.bin -i915/bxt_dmc_ver1.bin -i915/kbl_dmc_ver1.bin -i915/skl_guc_ver6.bin -imx/sdma/sdma-imx6q.bin -imx/sdma/sdma-imx7d.bin inside-secure/eip197_minifw/ipue.bin inside-secure/eip197_minifw/ifpp.bin -intel/irci_irci_ecr-master_20161208_0213_20170112_1500.bin -intel/ibt-hw-37.7.bseq -intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq -intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq -intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq -intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq -intel/ibt-hw-37.8.bseq -intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq -intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq -intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq -intel/ibt-11-5.ddc -intel/ibt-11-5.sfi -intel/ibt-12-16.ddc -intel/ibt-12-16.sfi -intel/ibt-17-16-1.sfi -intel/ibt-17-16-1.ddc -intel/ibt-17-2.sfi -intel/ibt-17-2.ddc -intel/ibt-17-0-1.sfi -intel/ibt-17-0-1.ddc -intel/ibt-17-1.sfi -intel/ibt-17-1.ddc -intel/ibt-18-16-1.sfi -intel/ibt-18-16-1.ddc -intel/ibt-18-2.sfi -intel/ibt-18-2.ddc -intel/ibt-18-0-1.sfi -intel/ibt-18-0-1.ddc -intel/ibt-18-1.sfi -intel/ibt-18-1.ddc -intel/ibt-20-0-3.sfi -intel/ibt-20-0-3.ddc -intel/ibt-20-1-3.sfi -intel/ibt-20-1-3.ddc -intel/ibt-20-1-4.sfi -intel/ibt-20-1-4.ddc -intel/ibt-19-0-0.sfi -intel/ibt-19-0-0.ddc -intel/ibt-19-0-1.sfi -intel/ibt-19-0-1.ddc -intel/ibt-19-0-4.sfi -intel/ibt-19-0-4.ddc -intel/ibt-19-16-4.sfi -intel/ibt-19-16-4.ddc -intel/ibt-19-32-1.sfi -intel/ibt-19-32-1.ddc -intel/ibt-19-32-0.sfi -intel/ibt-19-32-0.ddc -intel/ibt-19-32-4.sfi -intel/ibt-19-32-4.ddc -intel/ibt-19-240-1.sfi -intel/ibt-19-240-1.ddc -intel/ibt-19-240-4.sfi -intel/ibt-19-240-4.ddc -intel/ibt-0041-0041.sfi -intel/ibt-0041-0041.ddc -intel/ibt-0040-0041.sfi -intel/ibt-0040-0041.ddc -intel/ibt-1040-0041.sfi -intel/ibt-1040-0041.ddc -intel/ibt-0040-1020.sfi -intel/ibt-0040-1020.ddc -intel/ibt-1040-1020.sfi -intel/ibt-1040-1020.ddc -intel/ibt-0040-2120.sfi -intel/ibt-0040-2120.ddc -intel/ibt-1040-2120.sfi -intel/ibt-1040-2120.ddc -intel/ibt-0040-4150.sfi -intel/ibt-0040-4150.ddc -intel/ibt-1040-4150.sfi -intel/ibt-1040-4150.ddc -intel/fw_sst_0f28.bin-48kHz_i2s_master -intel/IntcSST2.bin -intel/fw_sst_0f28.bin -intel/fw_sst_0f28_ssp0.bin -intel/fw_sst_22a8.bin -intel/dsp_fw_release_v969.bin -intel/dsp_fw_release_v3402.bin -intel/dsp_fw_bxtn_v2219.bin -intel/dsp_fw_bxtn_v3366.bin -intel/dsp_fw_kbl_v701.bin -intel/dsp_fw_kbl_v1037.bin -intel/dsp_fw_kbl_v2042.bin -intel/dsp_fw_kbl_v2630.bin -intel/dsp_fw_kbl_v3266.bin -intel/dsp_fw_kbl_v3420.bin -intel/dsp_fw_kbl_v3402.bin -intel/dsp_fw_glk_v1814.bin -intel/dsp_fw_glk_v2880.bin -intel/dsp_fw_glk_v2768.bin -intel/dsp_fw_glk_v3366.bin -intel/dsp_fw_cnl_v1191.bin -intel/dsp_fw_cnl_v1858.bin -intel/ice/ddp/ice-1.3.30.0.pkg -intel/ice/ddp/ice.pkg -intel/ice/ddp-comms/ice_comms-1.3.31.0.pkg -intel/ice/ddp-wireless_edge/ice_wireless_edge-1.3.7.0.pkg -intel/ipu3-fw.bin -intel/dsp_fw_release.bin -intel/dsp_fw_bxtn.bin -intel/dsp_fw_kbl.bin -intel/dsp_fw_glk.bin -intel/dsp_fw_cnl.bin -isci/isci_firmware.bin -isdbt_nova_12mhz.inp -isdbt_nova_12mhz_b0.inp -isdbt_rio.inp -iwlwifi-100-5.ucode -iwlwifi-1000-3.ucode -iwlwifi-1000-5.ucode -iwlwifi-105-6.ucode -iwlwifi-135-6.ucode -iwlwifi-2000-6.ucode -iwlwifi-2030-6.ucode -iwlwifi-3160-17.ucode -iwlwifi-3168-22.ucode -iwlwifi-3168-27.ucode -iwlwifi-3168-29.ucode -iwlwifi-3945-2.ucode -iwlwifi-4965-2.ucode -iwlwifi-5000-1.ucode -iwlwifi-5000-2.ucode -iwlwifi-5000-5.ucode -iwlwifi-5150-2.ucode -iwlwifi-6000-4.ucode -iwlwifi-6000g2a-5.ucode -iwlwifi-6000g2a-6.ucode -iwlwifi-6000g2b-5.ucode -iwlwifi-6000g2b-6.ucode -iwlwifi-6050-4.ucode -iwlwifi-6050-5.ucode -iwlwifi-7260-17.ucode -iwlwifi-7265-17.ucode -iwlwifi-7265D-22.ucode -iwlwifi-7265D-27.ucode -iwlwifi-7265D-29.ucode -iwlwifi-8000C-22.ucode -iwlwifi-8000C-27.ucode -iwlwifi-8000C-31.ucode -iwlwifi-8000C-34.ucode -iwlwifi-8000C-36.ucode -iwlwifi-8265-22.ucode -iwlwifi-8265-27.ucode -iwlwifi-8265-31.ucode -iwlwifi-8265-34.ucode -iwlwifi-8265-36.ucode -iwlwifi-9000-pu-b0-jf-b0-33.ucode -iwlwifi-9000-pu-b0-jf-b0-34.ucode -iwlwifi-9000-pu-b0-jf-b0-38.ucode -iwlwifi-9000-pu-b0-jf-b0-41.ucode -iwlwifi-9000-pu-b0-jf-b0-43.ucode -iwlwifi-9000-pu-b0-jf-b0-46.ucode -iwlwifi-9260-th-b0-jf-b0-33.ucode -iwlwifi-9260-th-b0-jf-b0-34.ucode -iwlwifi-9260-th-b0-jf-b0-38.ucode -iwlwifi-9260-th-b0-jf-b0-41.ucode -iwlwifi-9260-th-b0-jf-b0-43.ucode -iwlwifi-9260-th-b0-jf-b0-46.ucode -iwlwifi-Qu-b0-hr-b0-48.ucode -iwlwifi-Qu-b0-hr-b0-50.ucode -iwlwifi-Qu-b0-hr-b0-53.ucode -iwlwifi-Qu-b0-hr-b0-55.ucode -iwlwifi-Qu-b0-hr-b0-59.ucode -iwlwifi-Qu-b0-hr-b0-62.ucode -iwlwifi-Qu-b0-hr-b0-63.ucode -iwlwifi-Qu-b0-hr-b0-66.ucode -iwlwifi-Qu-b0-hr-b0-68.ucode -iwlwifi-Qu-b0-hr-b0-71.ucode -iwlwifi-Qu-b0-hr-b0-73.ucode -iwlwifi-Qu-b0-jf-b0-48.ucode -iwlwifi-Qu-b0-jf-b0-50.ucode -iwlwifi-Qu-b0-jf-b0-53.ucode -iwlwifi-Qu-b0-jf-b0-55.ucode -iwlwifi-Qu-b0-jf-b0-59.ucode -iwlwifi-Qu-b0-jf-b0-62.ucode -iwlwifi-Qu-b0-jf-b0-63.ucode -iwlwifi-Qu-b0-jf-b0-66.ucode -iwlwifi-Qu-b0-jf-b0-68.ucode -iwlwifi-Qu-b0-jf-b0-71.ucode -iwlwifi-Qu-b0-jf-b0-73.ucode -iwlwifi-Qu-c0-hr-b0-48.ucode -iwlwifi-Qu-c0-hr-b0-50.ucode -iwlwifi-Qu-c0-hr-b0-53.ucode -iwlwifi-Qu-c0-hr-b0-55.ucode -iwlwifi-Qu-c0-hr-b0-59.ucode -iwlwifi-Qu-c0-hr-b0-62.ucode -iwlwifi-Qu-c0-hr-b0-63.ucode -iwlwifi-Qu-c0-hr-b0-66.ucode -iwlwifi-Qu-c0-hr-b0-68.ucode -iwlwifi-Qu-c0-hr-b0-71.ucode -iwlwifi-Qu-c0-hr-b0-73.ucode -iwlwifi-Qu-c0-jf-b0-48.ucode -iwlwifi-Qu-c0-jf-b0-50.ucode -iwlwifi-Qu-c0-jf-b0-53.ucode -iwlwifi-Qu-c0-jf-b0-55.ucode -iwlwifi-Qu-c0-jf-b0-59.ucode -iwlwifi-Qu-c0-jf-b0-62.ucode -iwlwifi-Qu-c0-jf-b0-63.ucode -iwlwifi-Qu-c0-jf-b0-66.ucode -iwlwifi-Qu-c0-jf-b0-68.ucode -iwlwifi-Qu-c0-jf-b0-71.ucode -iwlwifi-Qu-c0-jf-b0-73.ucode -iwlwifi-QuZ-a0-hr-b0-48.ucode -iwlwifi-QuZ-a0-hr-b0-50.ucode -iwlwifi-QuZ-a0-hr-b0-53.ucode -iwlwifi-QuZ-a0-hr-b0-55.ucode -iwlwifi-QuZ-a0-hr-b0-59.ucode -iwlwifi-QuZ-a0-hr-b0-62.ucode -iwlwifi-QuZ-a0-hr-b0-63.ucode -iwlwifi-QuZ-a0-hr-b0-66.ucode -iwlwifi-QuZ-a0-hr-b0-67.ucode -iwlwifi-QuZ-a0-hr-b0-68.ucode -iwlwifi-QuZ-a0-hr-b0-71.ucode -iwlwifi-QuZ-a0-hr-b0-73.ucode -iwlwifi-QuZ-a0-jf-b0-48.ucode -iwlwifi-QuZ-a0-jf-b0-50.ucode -iwlwifi-QuZ-a0-jf-b0-53.ucode -iwlwifi-QuZ-a0-jf-b0-55.ucode -iwlwifi-QuZ-a0-jf-b0-59.ucode -iwlwifi-QuZ-a0-jf-b0-62.ucode -iwlwifi-QuZ-a0-jf-b0-63.ucode -iwlwifi-QuZ-a0-jf-b0-66.ucode -iwlwifi-QuZ-a0-jf-b0-68.ucode -iwlwifi-QuZ-a0-jf-b0-71.ucode -iwlwifi-QuZ-a0-jf-b0-73.ucode -iwlwifi-cc-a0-46.ucode -iwlwifi-cc-a0-48.ucode -iwlwifi-cc-a0-50.ucode -iwlwifi-cc-a0-53.ucode -iwlwifi-cc-a0-55.ucode -iwlwifi-cc-a0-59.ucode -iwlwifi-cc-a0-62.ucode -iwlwifi-cc-a0-63.ucode -iwlwifi-cc-a0-66.ucode -iwlwifi-cc-a0-67.ucode -iwlwifi-cc-a0-68.ucode -iwlwifi-cc-a0-71.ucode -iwlwifi-cc-a0-73.ucode -iwlwifi-so-a0-gf-a0-64.ucode -iwlwifi-so-a0-gf-a0-67.ucode -iwlwifi-so-a0-gf-a0-68.ucode -iwlwifi-so-a0-gf-a0-71.ucode -iwlwifi-so-a0-gf-a0-73.ucode -iwlwifi-so-a0-gf-a0.pnvm -iwlwifi-so-a0-gf4-a0-67.ucode -iwlwifi-so-a0-gf4-a0-68.ucode -iwlwifi-so-a0-gf4-a0-71.ucode -iwlwifi-so-a0-gf4-a0-73.ucode -iwlwifi-so-a0-gf4-a0.pnvm -iwlwifi-so-a0-hr-b0-64.ucode -iwlwifi-so-a0-hr-b0-68.ucode -iwlwifi-so-a0-hr-b0-71.ucode -iwlwifi-so-a0-hr-b0-73.ucode -iwlwifi-so-a0-jf-b0-64.ucode -iwlwifi-so-a0-jf-b0-68.ucode -iwlwifi-so-a0-jf-b0-71.ucode -iwlwifi-so-a0-jf-b0-73.ucode -iwlwifi-ty-a0-gf-a0-59.ucode -iwlwifi-ty-a0-gf-a0-62.ucode -iwlwifi-ty-a0-gf-a0-63.ucode -iwlwifi-ty-a0-gf-a0-66.ucode -iwlwifi-ty-a0-gf-a0-67.ucode -iwlwifi-ty-a0-gf-a0-68.ucode -iwlwifi-ty-a0-gf-a0-71.ucode -iwlwifi-ty-a0-gf-a0-73.ucode -iwlwifi-ty-a0-gf-a0.pnvm -kaweth/new_code.bin -kaweth/new_code_fix.bin -kaweth/trigger_code.bin -kaweth/trigger_code_fix.bin -keyspan/mpr.fw -keyspan/usa18x.fw -keyspan/usa19.fw -keyspan/usa19qi.fw -keyspan/usa19qw.fw -keyspan/usa19w.fw -keyspan/usa28.fw -keyspan/usa28xa.fw -keyspan/usa28xb.fw -keyspan/usa28x.fw -keyspan/usa49w.fw -keyspan/usa49wlc.fw -keyspan_pda/keyspan_pda.fw -keyspan_pda/xircom_pgs.fw -lbtf_usb.bin -libertas/cf8381.bin -libertas/cf8381_helper.bin -libertas/cf8385.bin -libertas/cf8385_helper.bin -libertas/gspi8682.bin -libertas/gspi8682_helper.bin -libertas/gspi8686_v9.bin -libertas/gspi8686_v9_helper.bin -libertas/gspi8688.bin -libertas/gspi8688_helper.bin -libertas/sd8385.bin -libertas/sd8385_helper.bin -libertas/sd8682.bin -libertas/sd8682_helper.bin -libertas/sd8686_v8.bin -libertas/sd8686_v8_helper.bin -libertas/sd8686_v9.bin -libertas/sd8686_v9_helper.bin -libertas/usb8388_v5.bin -libertas/usb8388_v9.bin -libertas/usb8682.bin -libertas/lbtf_sdio.bin -libertas/usb8388_olpc.bin -libertas/sd8688.bin -libertas/sd8688_helper.bin -liquidio/lio_23xx_nic.bin -liquidio/lio_23xx_vsw.bin -liquidio/lio_210nv_nic.bin -liquidio/lio_210sv_nic.bin -liquidio/lio_410nv_nic.bin -lt9611uxc_fw.bin -matrox/g200_warp.fw -matrox/g400_warp.fw -mediatek/mt8173/vpu_d.bin -mediatek/mt8173/vpu_p.bin -mediatek/mt8183/scp.img -mediatek/mt8186/scp.img -mediatek/mt8192/scp.img -mediatek/mt8195/scp.img -mediatek/mt7622pr2h.bin -mediatek/mt7668pr2h.bin -mediatek/mt7663pr2h.bin -mediatek/mt7610u.bin -mediatek/mt7610e.bin -mediatek/mt7650e.bin -mediatek/mt7662u.bin -mediatek/mt7662u_rom_patch.bin -mediatek/mt7615_n9.bin -mediatek/mt7615_cr4.bin -mediatek/mt7615_rom_patch.bin -mediatek/mt7622_n9.bin -mediatek/mt7622_rom_patch.bin -mediatek/mt7663_n9_v3.bin -mediatek/mt7663pr2h_rebb.bin -mediatek/mt7663_n9_rebb.bin -mediatek/mt7915_wm.bin -mediatek/mt7915_wa.bin -mediatek/mt7915_rom_patch.bin -mediatek/mt7915_eeprom.bin -mediatek/mt7915_eeprom_dbdc.bin -mediatek/mt7916_wm.bin -mediatek/mt7916_wa.bin -mediatek/mt7916_rom_patch.bin -mediatek/mt7916_eeprom.bin -mediatek/mt7986_wm.bin -mediatek/mt7986_wm_mt7975.bin -mediatek/mt7986_wa.bin -mediatek/mt7986_rom_patch.bin -mediatek/mt7986_rom_patch_mt7975.bin -mediatek/mt7986_eeprom_mt7976.bin -mediatek/mt7986_eeprom_mt7976_dbdc.bin -mediatek/mt7986_eeprom_mt7976_dual.bin -mediatek/mt7986_eeprom_mt7975_dual.bin -mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin -mediatek/WIFI_RAM_CODE_MT7961_1.bin -mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin -mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin -mediatek/WIFI_RAM_CODE_MT7922_1.bin -mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin -mediatek/sof/sof-mt8186.ri -mediatek/sof/sof-mt8186-mt6366-da7219-max98357.tplg -mediatek/sof/sof-mt8186-mt6366-rt1019-rt5682s.tplg -mellanox/mlxsw_spectrum-13.1420.122.mfa2 -mellanox/mlxsw_spectrum-13.1530.152.mfa2 -mellanox/mlxsw_spectrum-13.1620.192.mfa2 -mellanox/mlxsw_spectrum-13.1702.6.mfa2 -mellanox/mlxsw_spectrum-13.1703.4.mfa2 -mellanox/mlxsw_spectrum-13.1910.622.mfa2 -mellanox/mlxsw_spectrum-13.2000.1122.mfa2 -mellanox/mlxsw_spectrum-13.2000.1886.mfa2 -mellanox/mlxsw_spectrum-13.2000.2308.mfa2 -mellanox/mlxsw_spectrum2-29.2000.2308.mfa2 -mellanox/mlxsw_spectrum-13.2000.2714.mfa2 -mellanox/mlxsw_spectrum2-29.2000.2714.mfa2 -mellanox/mlxsw_spectrum-13.2007.1168.mfa2 -mellanox/mlxsw_spectrum2-29.2007.1168.mfa2 -mellanox/mlxsw_spectrum3-30.2007.1168.mfa2 -mellanox/mlxsw_spectrum-13.2008.1036.mfa2 -mellanox/mlxsw_spectrum2-29.2008.1036.mfa2 -mellanox/mlxsw_spectrum3-30.2008.1036.mfa2 -mellanox/mlxsw_spectrum-13.2008.1310.mfa2 -mellanox/mlxsw_spectrum2-29.2008.1310.mfa2 -mellanox/mlxsw_spectrum3-30.2008.1310.mfa2 -mellanox/mlxsw_spectrum-13.2008.1312.mfa2 -mellanox/mlxsw_spectrum2-29.2008.1312.mfa2 -mellanox/mlxsw_spectrum3-30.2008.1312.mfa2 -mellanox/mlxsw_spectrum-13.2008.2018.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2018.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2018.mfa2 -mellanox/mlxsw_spectrum-13.2008.2304.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2304.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2304.mfa2 -mellanox/mlxsw_spectrum-13.2008.2406.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2406.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2406.mfa2 -mellanox/mlxsw_spectrum-13.2008.2438.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2438.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2438.mfa2 -mellanox/mlxsw_spectrum-13.2008.2946.mfa2 -mellanox/mlxsw_spectrum2-29.2008.2946.mfa2 -mellanox/mlxsw_spectrum3-30.2008.2946.mfa2 -mellanox/mlxsw_spectrum-13.2008.3326.mfa2 -mellanox/mlxsw_spectrum2-29.2008.3326.mfa2 -mellanox/mlxsw_spectrum3-30.2008.3326.mfa2 -mellanox/mlxsw_spectrum-13.2010.1006.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 -mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 -mellanox/lc_ini_bundle_2010_1006.bin -mellanox/mlxsw_spectrum-13.2010.1232.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1232.mfa2 -mellanox/mlxsw_spectrum3-30.2010.1232.mfa2 -mellanox/mlxsw_spectrum-13.2010.1406.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1406.mfa2 -mellanox/mlxsw_spectrum3-30.2010.1406.mfa2 -mellanox/mlxsw_spectrum-13.2010.1502.mfa2 -mellanox/mlxsw_spectrum2-29.2010.1502.mfa2 -mellanox/mlxsw_spectrum3-30.2010.1502.mfa2 -mellanox/lc_ini_bundle_2010_1502.bin -mellanox/mlxsw_spectrum-13.2010.3020.mfa2 -mellanox/mlxsw_spectrum2-29.2010.3020.mfa2 -mellanox/mlxsw_spectrum3-30.2010.3020.mfa2 -mellanox/lc_ini_bundle_2010_3020.bin -meson/vdec/g12a_h264.bin -meson/vdec/g12a_hevc_mmu.bin -meson/vdec/g12a_vp9.bin -meson/vdec/gxbb_h264.bin -meson/vdec/gxl_h263.bin -meson/vdec/gxl_h264.bin -meson/vdec/gxl_hevc.bin -meson/vdec/gxl_hevc_mmu.bin -meson/vdec/gxl_mjpeg.bin -meson/vdec/gxl_mpeg12.bin -meson/vdec/gxl_mpeg4_5.bin -meson/vdec/gxl_vp9.bin -meson/vdec/gxm_h264.bin -meson/vdec/sm1_hevc_mmu.bin -meson/vdec/sm1_vp9_mmu.bin -microchip/mscc_vsc8574_revb_int8051_29e8.bin -microchip/mscc_vsc8584_revb_int8051_fb48.bin -moxa/moxa-1110.fw -moxa/moxa-1130.fw -moxa/moxa-1131.fw -moxa/moxa-1150.fw -moxa/moxa-1151.fw -moxa/moxa-1250.fw -moxa/moxa-1251.fw -moxa/moxa-1410.fw -moxa/moxa-1450.fw -moxa/moxa-1451.fw -moxa/moxa-1613.fw -moxa/moxa-1618.fw -moxa/moxa-1653.fw -moxa/moxa-1658.fw -mrvl/sd8688.bin -mrvl/sd8688_helper.bin -mrvl/sd8787_uapsta.bin -mrvl/usb8766_uapsta.bin -mrvl/sd8797_uapsta.bin -mrvl/usb8797_uapsta.bin -mrvl/sd8897_uapsta.bin -mrvl/usb8897_uapsta.bin -mrvl/pcie8897_uapsta.bin -mrvl/sd8887_uapsta.bin -mrvl/sd8801_uapsta.bin -mrvl/usb8801_uapsta.bin -mrvl/pcieuart8997_combo_v4.bin -mrvl/pcieusb8997_combo_v4.bin -mrvl/pcie8997_wlan_v4.bin -mrvl/usbusb8997_combo_v4.bin -mrvl/sdsd8997_combo_v4.bin -mrvl/sdsd8977_combo_v2.bin -mrvl/prestera/mvsw_prestera_fw-v2.0.img -mrvl/prestera/mvsw_prestera_fw-v3.0.img -mrvl/prestera/mvsw_prestera_fw-v4.0.img -mrvl/cpt01/ae.out -mrvl/cpt01/se.out -mrvl/cpt01/ie.out -mrvl/cpt02/ae.out -mrvl/cpt02/se.out -mrvl/cpt02/ie.out -mrvl/cpt03/ae.out -mrvl/cpt03/se.out -mrvl/cpt03/ie.out -mrvl/cpt04/ae.out -mrvl/cpt04/se.out -mrvl/cpt04/ie.out -mt7601u.bin -mt7650.bin -mt7662.bin -mt7662_rom_patch.bin -mts_cdma.fw -mts_edge.fw -mts_gsm.fw -mwl8k/fmimage_8687.fw -mwl8k/helper_8687.fw -mwl8k/fmimage_8366.fw -mwl8k/fmimage_8366_ap-1.fw -mwl8k/fmimage_8366_ap-2.fw -mwl8k/fmimage_8366_ap-3.fw -mwl8k/helper_8366.fw -mwl8k/fmimage_8764_ap-1.fw -mwlwifi/88W8864.bin -mwlwifi/88W8897.bin -myri10ge_eth_big_z8e.dat -myri10ge_eth_z8e.dat -myri10ge_ethp_big_z8e.dat -myri10ge_ethp_z8e.dat -myri10ge_rss_eth_big_z8e.dat -myri10ge_rss_eth_z8e.dat -myri10ge_rss_ethp_big_z8e.dat -myri10ge_rss_ethp_z8e.dat -netronome/nic/nic_AMDA0081-0001_1x40.nffw -netronome/nic/nic_AMDA0097-0001_2x40.nffw -netronome/nic/nic_AMDA0099-0001_2x10.nffw -netronome/nic/nic_AMDA0081-0001_4x10.nffw -netronome/nic/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/nic/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/nic/nic_AMDA0099-0001_2x25.nffw -netronome/nic/nic_AMDA0096-0001_2x10.nffw -netronome/nic/nic_AMDA0097-0001_8x10.nffw -netronome/nic/nic_AMDA0058-0011_2x40.nffw -netronome/nic/nic_AMDA0058-0012_2x40.nffw -netronome/nic/nic_AMDA0078-0011_1x100.nffw -netronome/nic-sriov/nic_AMDA0081-0001_1x40.nffw -netronome/nic-sriov/nic_AMDA0097-0001_2x40.nffw -netronome/nic-sriov/nic_AMDA0099-0001_2x10.nffw -netronome/nic-sriov/nic_AMDA0081-0001_4x10.nffw -netronome/nic-sriov/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/nic-sriov/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/nic-sriov/nic_AMDA0099-0001_2x25.nffw -netronome/nic-sriov/nic_AMDA0096-0001_2x10.nffw -netronome/nic-sriov/nic_AMDA0097-0001_8x10.nffw -netronome/nic-sriov/nic_AMDA0058-0011_2x40.nffw -netronome/nic-sriov/nic_AMDA0058-0012_2x40.nffw -netronome/nic-sriov/nic_AMDA0078-0011_1x100.nffw -netronome/flower/nic_AMDA0099.nffw -netronome/flower/nic_AMDA0096.nffw -netronome/flower/nic_AMDA0097.nffw -netronome/flower/nic_AMDA0058.nffw -netronome/flower/nic_AMDA0081.nffw -netronome/flower/nic_AMDA0081-0001_1x40.nffw -netronome/flower/nic_AMDA0097-0001_2x40.nffw -netronome/flower/nic_AMDA0099-0001_2x10.nffw -netronome/flower/nic_AMDA0081-0001_4x10.nffw -netronome/flower/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/flower/nic_AMDA0099-0001_2x25.nffw -netronome/flower/nic_AMDA0096-0001_2x10.nffw -netronome/flower/nic_AMDA0097-0001_8x10.nffw -netronome/flower/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/flower/nic_AMDA0058-0011_1x100.nffw -netronome/flower/nic_AMDA0058-0011_2x40.nffw -netronome/flower/nic_AMDA0058-0011_4x10_1x40.nffw -netronome/flower/nic_AMDA0058-0011_8x10.nffw -netronome/flower/nic_AMDA0058-0012_1x100.nffw -netronome/flower/nic_AMDA0058-0012_2x40.nffw -netronome/flower/nic_AMDA0058-0012_4x10_1x40.nffw -netronome/flower/nic_AMDA0058-0012_8x10.nffw -netronome/flower/nic_AMDA0078-0011_1x100.nffw -netronome/flower/nic_AMDA0078-0011_2x40.nffw -netronome/flower/nic_AMDA0078-0011_4x10_1x40.nffw -netronome/flower/nic_AMDA0078-0011_8x10.nffw -netronome/flower/nic_AMDA0078-0012_1x100.nffw -netronome/flower/nic_AMDA0078-0012_2x40.nffw -netronome/flower/nic_AMDA0078-0012_4x10_1x40.nffw -netronome/flower/nic_AMDA0078-0012_8x10.nffw -netronome/bpf/nic_AMDA0081-0001_1x40.nffw -netronome/bpf/nic_AMDA0097-0001_2x40.nffw -netronome/bpf/nic_AMDA0099-0001_2x10.nffw -netronome/bpf/nic_AMDA0081-0001_4x10.nffw -netronome/bpf/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/bpf/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/bpf/nic_AMDA0099-0001_2x25.nffw -netronome/bpf/nic_AMDA0096-0001_2x10.nffw -netronome/bpf/nic_AMDA0097-0001_8x10.nffw -netronome/bpf/nic_AMDA0058-0011_2x40.nffw -netronome/bpf/nic_AMDA0058-0012_2x40.nffw -netronome/bpf/nic_AMDA0078-0011_1x100.nffw -netronome/nic_AMDA0081-0001_1x40.nffw -netronome/nic_AMDA0097-0001_2x40.nffw -netronome/nic_AMDA0099-0001_2x10.nffw -netronome/nic_AMDA0081-0001_4x10.nffw -netronome/nic_AMDA0097-0001_4x10_1x40.nffw -netronome/nic_AMDA0099-0001_1x10_1x25.nffw -netronome/nic_AMDA0099-0001_2x25.nffw -netronome/nic_AMDA0096-0001_2x10.nffw -netronome/nic_AMDA0097-0001_8x10.nffw -netronome/nic_AMDA0058-0011_2x40.nffw -netronome/nic_AMDA0058-0012_2x40.nffw -netronome/nic_AMDA0078-0011_1x100.nffw -nvidia/tegra124/xusb.bin -nvidia/tegra124/vic03_ucode.bin -nvidia/tegra124/vic.bin -nvidia/tegra210/xusb.bin -nvidia/tegra210/vic04_ucode.bin -nvidia/tegra210/vic.bin -nvidia/tegra186/xusb.bin -nvidia/tegra186/vic04_ucode.bin -nvidia/tegra186/vic.bin -nvidia/tegra194/xusb.bin -nvidia/tegra194/vic.bin -nvidia/gk20a/fecs_data.bin -nvidia/gk20a/fecs_inst.bin -nvidia/gk20a/gpccs_data.bin -nvidia/gk20a/gpccs_inst.bin -nvidia/gk20a/sw_bundle_init.bin -nvidia/gk20a/sw_ctx.bin -nvidia/gk20a/sw_method_init.bin -nvidia/gk20a/sw_nonctx.bin -nvidia/gm200/acr/bl.bin -nvidia/gm200/acr/ucode_load.bin -nvidia/gm200/acr/ucode_unload.bin -nvidia/gm200/gr/fecs_bl.bin -nvidia/gm200/gr/fecs_data.bin -nvidia/gm200/gr/fecs_inst.bin -nvidia/gm200/gr/fecs_sig.bin -nvidia/gm200/gr/gpccs_bl.bin -nvidia/gm200/gr/gpccs_data.bin -nvidia/gm200/gr/gpccs_inst.bin -nvidia/gm200/gr/gpccs_sig.bin -nvidia/gm200/gr/sw_bundle_init.bin -nvidia/gm200/gr/sw_ctx.bin -nvidia/gm200/gr/sw_method_init.bin -nvidia/gm200/gr/sw_nonctx.bin -nvidia/gm204/gr/fecs_data.bin -nvidia/gm204/gr/fecs_sig.bin -nvidia/gm204/gr/gpccs_data.bin -nvidia/gm204/gr/gpccs_sig.bin -nvidia/gm204/gr/fecs_bl.bin -nvidia/gm204/gr/fecs_inst.bin -nvidia/gm204/gr/gpccs_bl.bin -nvidia/gm204/gr/gpccs_inst.bin -nvidia/gm204/gr/sw_bundle_init.bin -nvidia/gm204/gr/sw_ctx.bin -nvidia/gm204/gr/sw_method_init.bin -nvidia/gm204/gr/sw_nonctx.bin -nvidia/gm204/acr/bl.bin -nvidia/gm204/acr/ucode_load.bin -nvidia/gm204/acr/ucode_unload.bin -nvidia/gm206/acr/ucode_load.bin -nvidia/gm206/acr/ucode_unload.bin -nvidia/gm206/acr/bl.bin -nvidia/gm206/gr/fecs_data.bin -nvidia/gm206/gr/fecs_sig.bin -nvidia/gm206/gr/gpccs_data.bin -nvidia/gm206/gr/gpccs_sig.bin -nvidia/gm206/gr/fecs_bl.bin -nvidia/gm206/gr/fecs_inst.bin -nvidia/gm206/gr/gpccs_bl.bin -nvidia/gm206/gr/gpccs_inst.bin -nvidia/gm206/gr/sw_bundle_init.bin -nvidia/gm206/gr/sw_ctx.bin -nvidia/gm206/gr/sw_method_init.bin -nvidia/gm206/gr/sw_nonctx.bin -nvidia/gm20b/acr/bl.bin -nvidia/gm20b/acr/ucode_load.bin -nvidia/gm20b/gr/fecs_bl.bin -nvidia/gm20b/gr/fecs_data.bin -nvidia/gm20b/gr/fecs_inst.bin -nvidia/gm20b/gr/fecs_sig.bin -nvidia/gm20b/gr/gpccs_data.bin -nvidia/gm20b/gr/gpccs_inst.bin -nvidia/gm20b/gr/sw_bundle_init.bin -nvidia/gm20b/gr/sw_ctx.bin -nvidia/gm20b/gr/sw_nonctx.bin -nvidia/gm20b/gr/sw_method_init.bin -nvidia/gm20b/pmu/desc.bin -nvidia/gm20b/pmu/image.bin -nvidia/gm20b/pmu/sig.bin -nvidia/gp100/acr/bl.bin -nvidia/gp100/acr/ucode_load.bin -nvidia/gp100/acr/ucode_unload.bin -nvidia/gp100/gr/fecs_data.bin -nvidia/gp100/gr/fecs_inst.bin -nvidia/gp100/gr/fecs_sig.bin -nvidia/gp100/gr/gpccs_data.bin -nvidia/gp100/gr/gpccs_inst.bin -nvidia/gp100/gr/gpccs_sig.bin -nvidia/gp100/gr/sw_bundle_init.bin -nvidia/gp100/gr/sw_ctx.bin -nvidia/gp100/gr/sw_method_init.bin -nvidia/gp100/gr/sw_nonctx.bin -nvidia/gp100/gr/fecs_bl.bin -nvidia/gp100/gr/gpccs_bl.bin -nvidia/gp102/acr/bl.bin -nvidia/gp102/acr/ucode_load.bin -nvidia/gp102/acr/ucode_unload.bin -nvidia/gp102/acr/unload_bl.bin -nvidia/gp102/gr/fecs_data.bin -nvidia/gp102/gr/fecs_inst.bin -nvidia/gp102/gr/fecs_sig.bin -nvidia/gp102/gr/gpccs_data.bin -nvidia/gp102/gr/gpccs_inst.bin -nvidia/gp102/gr/gpccs_sig.bin -nvidia/gp102/gr/sw_bundle_init.bin -nvidia/gp102/gr/sw_ctx.bin -nvidia/gp102/gr/sw_method_init.bin -nvidia/gp102/gr/sw_nonctx.bin -nvidia/gp102/gr/fecs_bl.bin -nvidia/gp102/gr/gpccs_bl.bin -nvidia/gp102/nvdec/scrubber.bin -nvidia/gp102/sec2/desc.bin -nvidia/gp102/sec2/image.bin -nvidia/gp102/sec2/sig.bin -nvidia/gp102/sec2/desc-1.bin -nvidia/gp102/sec2/image-1.bin -nvidia/gp102/sec2/sig-1.bin -nvidia/gp104/gr/fecs_data.bin -nvidia/gp104/gr/fecs_inst.bin -nvidia/gp104/gr/fecs_sig.bin -nvidia/gp104/gr/gpccs_data.bin -nvidia/gp104/gr/gpccs_inst.bin -nvidia/gp104/gr/gpccs_sig.bin -nvidia/gp104/gr/fecs_bl.bin -nvidia/gp104/gr/gpccs_bl.bin -nvidia/gp104/gr/sw_bundle_init.bin -nvidia/gp104/gr/sw_ctx.bin -nvidia/gp104/gr/sw_method_init.bin -nvidia/gp104/gr/sw_nonctx.bin -nvidia/gp104/acr/bl.bin -nvidia/gp104/acr/ucode_load.bin -nvidia/gp104/acr/ucode_unload.bin -nvidia/gp104/acr/unload_bl.bin -nvidia/gp104/nvdec/scrubber.bin -nvidia/gp104/sec2/desc.bin -nvidia/gp104/sec2/image.bin -nvidia/gp104/sec2/sig.bin -nvidia/gp104/sec2/desc-1.bin -nvidia/gp104/sec2/image-1.bin -nvidia/gp104/sec2/sig-1.bin -nvidia/gp106/gr/fecs_data.bin -nvidia/gp106/gr/fecs_sig.bin -nvidia/gp106/gr/gpccs_data.bin -nvidia/gp106/gr/gpccs_sig.bin -nvidia/gp106/gr/fecs_bl.bin -nvidia/gp106/gr/fecs_inst.bin -nvidia/gp106/gr/gpccs_bl.bin -nvidia/gp106/gr/gpccs_inst.bin -nvidia/gp106/gr/sw_bundle_init.bin -nvidia/gp106/gr/sw_ctx.bin -nvidia/gp106/gr/sw_method_init.bin -nvidia/gp106/gr/sw_nonctx.bin -nvidia/gp106/acr/bl.bin -nvidia/gp106/acr/ucode_load.bin -nvidia/gp106/acr/ucode_unload.bin -nvidia/gp106/acr/unload_bl.bin -nvidia/gp106/nvdec/scrubber.bin -nvidia/gp106/sec2/desc.bin -nvidia/gp106/sec2/image.bin -nvidia/gp106/sec2/sig.bin -nvidia/gp106/sec2/desc-1.bin -nvidia/gp106/sec2/image-1.bin -nvidia/gp106/sec2/sig-1.bin -nvidia/gp107/gr/fecs_bl.bin -nvidia/gp107/gr/fecs_data.bin -nvidia/gp107/gr/fecs_inst.bin -nvidia/gp107/gr/fecs_sig.bin -nvidia/gp107/gr/gpccs_bl.bin -nvidia/gp107/gr/gpccs_data.bin -nvidia/gp107/gr/gpccs_inst.bin -nvidia/gp107/gr/gpccs_sig.bin -nvidia/gp107/gr/sw_ctx.bin -nvidia/gp107/gr/sw_nonctx.bin -nvidia/gp107/gr/sw_bundle_init.bin -nvidia/gp107/gr/sw_method_init.bin -nvidia/gp107/acr/bl.bin -nvidia/gp107/acr/ucode_load.bin -nvidia/gp107/acr/ucode_unload.bin -nvidia/gp107/acr/unload_bl.bin -nvidia/gp107/nvdec/scrubber.bin -nvidia/gp107/sec2/desc.bin -nvidia/gp107/sec2/image.bin -nvidia/gp107/sec2/sig.bin -nvidia/gp107/sec2/desc-1.bin -nvidia/gp107/sec2/image-1.bin -nvidia/gp107/sec2/sig-1.bin -nvidia/gp10b/acr/bl.bin -nvidia/gp10b/acr/ucode_load.bin -nvidia/gp10b/gr/fecs_bl.bin -nvidia/gp10b/gr/fecs_data.bin -nvidia/gp10b/gr/fecs_inst.bin -nvidia/gp10b/gr/fecs_sig.bin -nvidia/gp10b/gr/gpccs_bl.bin -nvidia/gp10b/gr/gpccs_data.bin -nvidia/gp10b/gr/gpccs_inst.bin -nvidia/gp10b/gr/gpccs_sig.bin -nvidia/gp10b/gr/sw_bundle_init.bin -nvidia/gp10b/gr/sw_ctx.bin -nvidia/gp10b/gr/sw_method_init.bin -nvidia/gp10b/gr/sw_nonctx.bin -nvidia/gp10b/pmu/desc.bin -nvidia/gp10b/pmu/image.bin -nvidia/gp10b/pmu/sig.bin -nvidia/gp108/gr/fecs_bl.bin -nvidia/gp108/gr/fecs_data.bin -nvidia/gp108/gr/fecs_inst.bin -nvidia/gp108/gr/fecs_sig.bin -nvidia/gp108/gr/gpccs_bl.bin -nvidia/gp108/gr/gpccs_data.bin -nvidia/gp108/gr/gpccs_inst.bin -nvidia/gp108/gr/gpccs_sig.bin -nvidia/gp108/gr/sw_bundle_init.bin -nvidia/gp108/gr/sw_ctx.bin -nvidia/gp108/gr/sw_method_init.bin -nvidia/gp108/gr/sw_nonctx.bin -nvidia/gp108/acr/bl.bin -nvidia/gp108/acr/ucode_load.bin -nvidia/gp108/acr/ucode_unload.bin -nvidia/gp108/acr/unload_bl.bin -nvidia/gp108/nvdec/scrubber.bin -nvidia/gp108/sec2/desc.bin -nvidia/gp108/sec2/image.bin -nvidia/gp108/sec2/sig.bin -nvidia/gv100/acr/bl.bin -nvidia/gv100/acr/ucode_load.bin -nvidia/gv100/acr/ucode_unload.bin -nvidia/gv100/acr/unload_bl.bin -nvidia/gv100/gr/fecs_bl.bin -nvidia/gv100/gr/fecs_data.bin -nvidia/gv100/gr/fecs_inst.bin -nvidia/gv100/gr/fecs_sig.bin -nvidia/gv100/gr/gpccs_bl.bin -nvidia/gv100/gr/gpccs_data.bin -nvidia/gv100/gr/gpccs_inst.bin -nvidia/gv100/gr/gpccs_sig.bin -nvidia/gv100/gr/sw_bundle_init.bin -nvidia/gv100/gr/sw_ctx.bin -nvidia/gv100/gr/sw_method_init.bin -nvidia/gv100/gr/sw_nonctx.bin -nvidia/gv100/nvdec/scrubber.bin -nvidia/gv100/sec2/desc.bin -nvidia/gv100/sec2/image.bin -nvidia/gv100/sec2/sig.bin -nvidia/tu102/acr/bl.bin -nvidia/tu102/acr/ucode_ahesasc.bin -nvidia/tu102/acr/ucode_asb.bin -nvidia/tu102/acr/unload_bl.bin -nvidia/tu102/acr/ucode_unload.bin -nvidia/tu102/gr/fecs_bl.bin -nvidia/tu102/gr/fecs_data.bin -nvidia/tu102/gr/fecs_inst.bin -nvidia/tu102/gr/fecs_sig.bin -nvidia/tu102/gr/gpccs_bl.bin -nvidia/tu102/gr/gpccs_data.bin -nvidia/tu102/gr/gpccs_inst.bin -nvidia/tu102/gr/gpccs_sig.bin -nvidia/tu102/gr/sw_bundle_init.bin -nvidia/tu102/gr/sw_ctx.bin -nvidia/tu102/gr/sw_method_init.bin -nvidia/tu102/gr/sw_nonctx.bin -nvidia/tu102/gr/sw_veid_bundle_init.bin -nvidia/tu102/nvdec/scrubber.bin -nvidia/tu102/sec2/desc.bin -nvidia/tu102/sec2/image.bin -nvidia/tu102/sec2/sig.bin -nvidia/tu104/gr/fecs_data.bin -nvidia/tu104/gr/fecs_inst.bin -nvidia/tu104/gr/fecs_sig.bin -nvidia/tu104/gr/gpccs_data.bin -nvidia/tu104/gr/gpccs_inst.bin -nvidia/tu104/gr/gpccs_sig.bin -nvidia/tu104/gr/sw_bundle_init.bin -nvidia/tu104/gr/sw_ctx.bin -nvidia/tu104/gr/sw_method_init.bin -nvidia/tu104/gr/sw_nonctx.bin -nvidia/tu104/gr/sw_veid_bundle_init.bin -nvidia/tu104/gr/fecs_bl.bin -nvidia/tu104/gr/gpccs_bl.bin -nvidia/tu104/acr/bl.bin -nvidia/tu104/acr/ucode_ahesasc.bin -nvidia/tu104/acr/ucode_asb.bin -nvidia/tu104/acr/unload_bl.bin -nvidia/tu104/acr/ucode_unload.bin -nvidia/tu104/nvdec/scrubber.bin -nvidia/tu104/sec2/desc.bin -nvidia/tu104/sec2/image.bin -nvidia/tu104/sec2/sig.bin -nvidia/tu106/gr/fecs_data.bin -nvidia/tu106/gr/fecs_inst.bin -nvidia/tu106/gr/fecs_sig.bin -nvidia/tu106/gr/gpccs_data.bin -nvidia/tu106/gr/gpccs_inst.bin -nvidia/tu106/gr/gpccs_sig.bin -nvidia/tu106/gr/sw_bundle_init.bin -nvidia/tu106/gr/sw_ctx.bin -nvidia/tu106/gr/sw_method_init.bin -nvidia/tu106/gr/sw_nonctx.bin -nvidia/tu106/gr/sw_veid_bundle_init.bin -nvidia/tu106/gr/fecs_bl.bin -nvidia/tu106/gr/gpccs_bl.bin -nvidia/tu106/acr/bl.bin -nvidia/tu106/acr/ucode_ahesasc.bin -nvidia/tu106/acr/ucode_asb.bin -nvidia/tu106/acr/unload_bl.bin -nvidia/tu106/acr/ucode_unload.bin -nvidia/tu106/nvdec/scrubber.bin -nvidia/tu106/sec2/desc.bin -nvidia/tu106/sec2/image.bin -nvidia/tu106/sec2/sig.bin -nvidia/tu116/acr/bl.bin -nvidia/tu116/acr/ucode_ahesasc.bin -nvidia/tu116/acr/ucode_asb.bin -nvidia/tu116/acr/ucode_unload.bin -nvidia/tu116/acr/unload_bl.bin -nvidia/tu116/gr/fecs_bl.bin -nvidia/tu116/gr/fecs_data.bin -nvidia/tu116/gr/fecs_inst.bin -nvidia/tu116/gr/fecs_sig.bin -nvidia/tu116/gr/gpccs_bl.bin -nvidia/tu116/gr/gpccs_data.bin -nvidia/tu116/gr/gpccs_inst.bin -nvidia/tu116/gr/gpccs_sig.bin -nvidia/tu116/gr/sw_bundle_init.bin -nvidia/tu116/gr/sw_ctx.bin -nvidia/tu116/gr/sw_method_init.bin -nvidia/tu116/gr/sw_nonctx.bin -nvidia/tu116/gr/sw_veid_bundle_init.bin -nvidia/tu116/nvdec/scrubber.bin -nvidia/tu116/sec2/desc.bin -nvidia/tu116/sec2/image.bin -nvidia/tu116/sec2/sig.bin -nvidia/tu117/gr/fecs_data.bin -nvidia/tu117/gr/fecs_inst.bin -nvidia/tu117/gr/fecs_sig.bin -nvidia/tu117/gr/gpccs_data.bin -nvidia/tu117/gr/gpccs_inst.bin -nvidia/tu117/gr/gpccs_sig.bin -nvidia/tu117/gr/sw_bundle_init.bin -nvidia/tu117/gr/sw_ctx.bin -nvidia/tu117/gr/sw_method_init.bin -nvidia/tu117/gr/sw_nonctx.bin -nvidia/tu117/gr/sw_veid_bundle_init.bin -nvidia/tu117/gr/fecs_bl.bin -nvidia/tu117/gr/gpccs_bl.bin -nvidia/tu117/acr/bl.bin -nvidia/tu117/acr/ucode_ahesasc.bin -nvidia/tu117/acr/ucode_asb.bin -nvidia/tu117/acr/ucode_unload.bin -nvidia/tu117/acr/unload_bl.bin -nvidia/tu117/nvdec/scrubber.bin -nvidia/tu117/sec2/desc.bin -nvidia/tu117/sec2/image.bin -nvidia/tu117/sec2/sig.bin -nvidia/ga102/acr/ucode_ahesasc.bin -nvidia/ga102/acr/ucode_asb.bin -nvidia/ga102/acr/ucode_unload.bin -nvidia/ga102/gr/fecs_bl.bin -nvidia/ga102/gr/fecs_sig.bin -nvidia/ga102/gr/gpccs_bl.bin -nvidia/ga102/gr/gpccs_sig.bin -nvidia/ga102/gr/NET_img.bin -nvidia/ga102/nvdec/scrubber.bin -nvidia/ga102/sec2/desc.bin -nvidia/ga102/sec2/hs_bl_sig.bin -nvidia/ga102/sec2/image.bin -nvidia/ga102/sec2/sig.bin -nvidia/ga103/gr/fecs_bl.bin -nvidia/ga103/gr/fecs_sig.bin -nvidia/ga103/gr/gpccs_bl.bin -nvidia/ga103/gr/gpccs_sig.bin -nvidia/ga103/gr/NET_img.bin -nvidia/ga103/acr/ucode_ahesasc.bin -nvidia/ga103/acr/ucode_asb.bin -nvidia/ga103/acr/ucode_unload.bin -nvidia/ga103/nvdec/scrubber.bin -nvidia/ga103/sec2/desc.bin -nvidia/ga103/sec2/hs_bl_sig.bin -nvidia/ga103/sec2/image.bin -nvidia/ga103/sec2/sig.bin -nvidia/ga104/gr/fecs_bl.bin -nvidia/ga104/gr/fecs_sig.bin -nvidia/ga104/gr/gpccs_bl.bin -nvidia/ga104/gr/gpccs_sig.bin -nvidia/ga104/gr/NET_img.bin -nvidia/ga104/acr/ucode_ahesasc.bin -nvidia/ga104/acr/ucode_asb.bin -nvidia/ga104/acr/ucode_unload.bin -nvidia/ga104/nvdec/scrubber.bin -nvidia/ga104/sec2/desc.bin -nvidia/ga104/sec2/hs_bl_sig.bin -nvidia/ga104/sec2/image.bin -nvidia/ga104/sec2/sig.bin -nvidia/ga106/gr/fecs_bl.bin -nvidia/ga106/gr/fecs_sig.bin -nvidia/ga106/gr/gpccs_bl.bin -nvidia/ga106/gr/gpccs_sig.bin -nvidia/ga106/gr/NET_img.bin -nvidia/ga106/acr/ucode_ahesasc.bin -nvidia/ga106/acr/ucode_asb.bin -nvidia/ga106/acr/ucode_unload.bin -nvidia/ga106/nvdec/scrubber.bin -nvidia/ga106/sec2/desc.bin -nvidia/ga106/sec2/hs_bl_sig.bin -nvidia/ga106/sec2/image.bin -nvidia/ga106/sec2/sig.bin -nvidia/ga107/gr/fecs_bl.bin -nvidia/ga107/gr/fecs_sig.bin -nvidia/ga107/gr/gpccs_bl.bin -nvidia/ga107/gr/gpccs_sig.bin -nvidia/ga107/gr/NET_img.bin -nvidia/ga107/acr/ucode_ahesasc.bin -nvidia/ga107/acr/ucode_asb.bin -nvidia/ga107/acr/ucode_unload.bin -nvidia/ga107/nvdec/scrubber.bin -nvidia/ga107/sec2/desc.bin -nvidia/ga107/sec2/hs_bl_sig.bin -nvidia/ga107/sec2/image.bin -nvidia/ga107/sec2/sig.bin -nvidia/tu10x/typec/ccg_primary.cyacd -nvidia/tu10x/typec/ccg_secondary.cyacd -nvidia/tu10x/typec/ccg_boot.cyacd -phanfw.bin -qat_895xcc.bin -qat_895xcc_mmp.bin -qat_c3xxx.bin -qat_c3xxx_mmp.bin -qat_c62x.bin -qat_c62x_mmp.bin -qat_mmp.bin -qca/nvm_usb_00000201.bin -qca/nvm_usb_00000200.bin -qca/nvm_usb_00000300.bin -qca/nvm_usb_00000302.bin -qca/nvm_00130300.bin -qca/nvm_00130302.bin -qca/nvm_00230302.bin -qca/rampatch_usb_00000200.bin -qca/rampatch_usb_00000201.bin -qca/rampatch_usb_00000300.bin -qca/rampatch_usb_00000302.bin -qca/rampatch_00130300.bin -qca/rampatch_00130302.bin -qca/rampatch_00230302.bin -qca/nvm_00440302.bin -qca/rampatch_00440302.bin -qca/nvm_00440302_eu.bin -qca/nvm_00440302_i2s_eu.bin -qca/nvm_usb_00000302_eu.bin -qca/htbtfw20.tlv -qca/htnv20.bin -qca/rampatch_usb_00130200.bin -qca/nvm_usb_00130200.bin -qca/nvm_usb_00130200_0104.bin -qca/nvm_usb_00130200_0105.bin -qca/nvm_usb_00130200_0106.bin -qca/nvm_usb_00130200_0107.bin -qca/nvm_usb_00130200_0109.bin -qca/nvm_usb_00130200_0110.bin -qca/rampatch_usb_00130201.bin -qca/nvm_usb_00130201.bin -qca/nvm_usb_00130201_010a.bin -qca/nvm_usb_00130201_010b.bin -qca/nvm_usb_00130201_0303.bin -qca/nvm_usb_00130201_gf.bin -qca/nvm_usb_00130201_gf_010a.bin -qca/nvm_usb_00130201_gf_010b.bin -qca/nvm_usb_00130201_gf_0303.bin -qca/crbtfw21.tlv -qca/crnv21.bin -qca/crbtfw32.tlv -qca/crnv32.bin -qca/crnv32u.bin -qca/msbtfw11.mbn -qca/msbtfw11.tlv -qca/msnv11.bin -qcom/venus-1.8/venus.mdt -qcom/venus-1.8/venus.b00 -qcom/venus-1.8/venus.b01 -qcom/venus-1.8/venus.b02 -qcom/venus-1.8/venus.b03 -qcom/venus-1.8/venus.b04 -qcom/venus-4.2/venus.mdt -qcom/venus-4.2/venus.b00 -qcom/venus-4.2/venus.b01 -qcom/venus-4.2/venus.b02 -qcom/venus-4.2/venus.b03 -qcom/venus-4.2/venus.b04 -qcom/venus-5.2/venus.mdt -qcom/venus-5.2/venus.b00 -qcom/venus-5.2/venus.b01 -qcom/venus-5.2/venus.b02 -qcom/venus-5.2/venus.b03 -qcom/venus-5.2/venus.b04 -qcom/venus-5.2/venus.mbn -qcom/venus-5.4/venus.mdt -qcom/venus-5.4/venus.b00 -qcom/venus-5.4/venus.b01 -qcom/venus-5.4/venus.b02 -qcom/venus-5.4/venus.b03 -qcom/venus-5.4/venus.b04 -qcom/venus-5.4/venus.mbn -qcom/vpu-1.0/venus.mdt -qcom/vpu-1.0/venus.b00 -qcom/vpu-1.0/venus.b01 -qcom/vpu-1.0/venus.b02 -qcom/vpu-1.0/venus.b03 -qcom/vpu-1.0/venus.b04 -qcom/vpu-1.0/venus.b05 -qcom/vpu-1.0/venus.b06 -qcom/vpu-1.0/venus.b07 -qcom/vpu-1.0/venus.b08 -qcom/vpu-1.0/venus.b09 -qcom/vpu-1.0/venus.b10 -qcom/vpu-1.0/venus.b19 -qcom/vpu-1.0/venus.mbn -qcom/vpu-2.0/venus.mdt -qcom/vpu-2.0/venus.b00 -qcom/vpu-2.0/venus.b01 -qcom/vpu-2.0/venus.b02 -qcom/vpu-2.0/venus.b03 -qcom/vpu-2.0/venus.b04 -qcom/vpu-2.0/venus.b05 -qcom/vpu-2.0/venus.b06 -qcom/vpu-2.0/venus.b07 -qcom/vpu-2.0/venus.b08 -qcom/vpu-2.0/venus.b09 -qcom/vpu-2.0/venus.b10 -qcom/vpu-2.0/venus.b19 -qcom/vpu-2.0/venus.mbn -qcom/a300_pfp.fw -qcom/a300_pm4.fw -qcom/a330_pfp.fw -qcom/a330_pm4.fw -qcom/a420_pfp.fw -qcom/a420_pm4.fw -qcom/a530_pfp.fw -qcom/a530_pm4.fw -qcom/a530v3_gpmu.fw2 -qcom/a530_zap.b00 -qcom/a530_zap.b01 -qcom/a530_zap.b02 -qcom/a530_zap.mdt -qcom/a630_gmu.bin -qcom/a630_sqe.fw -qcom/sdm845/a630_zap.mbn -qcom/sdm845/adsp.mbn -qcom/sdm845/adspr.jsn -qcom/sdm845/adspua.jsn -qcom/sdm845/cdsp.mbn -qcom/sdm845/cdspr.jsn -qcom/sdm845/mba.mbn -qcom/sdm845/modem.mbn -qcom/sdm845/modemuw.jsn -qcom/sdm845/wlanmdsp.mbn -qcom/a650_gmu.bin -qcom/a650_sqe.fw -qcom/sm8250/a650_zap.mbn -qcom/sm8250/adsp.mbn -qcom/sm8250/adspr.jsn -qcom/sm8250/adspua.jsn -qcom/sm8250/cdsp.mbn -qcom/sm8250/cdspr.jsn -qcom/a660_gmu.bin -qcom/a660_sqe.fw -qcom/leia_pfp_470.fw -qcom/leia_pm4_470.fw -qcom/LENOVO/21BX/qcdxkmsuc8280.mbn -qcom/LENOVO/21BX/adspr.jsn -qcom/LENOVO/21BX/adspua.jsn -qcom/LENOVO/21BX/battmgr.jsn -qcom/LENOVO/21BX/cdspr.jsn -qcom/LENOVO/21BX/qcadsp8280.mbn -qcom/LENOVO/21BX/qccdsp8280.mbn -qcom/LENOVO/21BX/qcslpi8280.mbn -qcom/apq8096/adsp.mbn -qcom/apq8096/adspr.jsn -qcom/apq8096/adspua.jsn -qcom/apq8096/mba.mbn -qcom/apq8096/modem.mbn -qcom/apq8096/modemr.jsn -qed/qed_init_values_zipped-8.4.2.0.bin -qed/qed_init_values_zipped-8.7.3.0.bin -qed/qed_init_values_zipped-8.10.5.0.bin -qed/qed_init_values-8.10.9.0.bin -qed/qed_init_values_zipped-8.10.10.0.bin -qed/qed_init_values-8.14.6.0.bin -qed/qed_init_values_zipped-8.15.3.0.bin -qed/qed_init_values-8.18.9.0.bin -qed/qed_init_values_zipped-8.20.0.0.bin -qed/qed_init_values-8.20.0.0.bin -qed/qed_init_values-8.30.12.0.bin -qed/qed_init_values_zipped-8.33.1.0.bin -qed/qed_init_values_zipped-8.33.11.0.bin -qed/qed_init_values-8.33.12.0.bin -qed/qed_init_values_zipped-8.37.2.0.bin -qed/qed_init_values_zipped-8.37.7.0.bin -qed/qed_init_values-8.37.7.0.bin -qed/qed_init_values-8.40.33.0.bin -qed/qed_init_values_zipped-8.42.2.0.bin -qed/qed_init_values_zipped-8.59.1.0.bin -ql2100_fw.bin -ql2200_fw.bin -ql2300_fw.bin -ql2322_fw.bin -ql2400_fw.bin -ql2500_fw.bin -qlogic/1040.bin -qlogic/1280.bin -qlogic/12160.bin -qlogic/sd7220.fw -r128/r128_cce.bin -r8a779x_usb3_v1.dlmem -r8a779x_usb3_v2.dlmem -r8a779x_usb3_v3.dlmem -radeon/R100_cp.bin -radeon/R200_cp.bin -radeon/R300_cp.bin -radeon/R420_cp.bin -radeon/RS600_cp.bin -radeon/RS690_cp.bin -radeon/R520_cp.bin -radeon/R600_pfp.bin -radeon/R600_me.bin -radeon/RV610_pfp.bin -radeon/RV610_me.bin -radeon/RV630_pfp.bin -radeon/RV630_me.bin -radeon/RV620_pfp.bin -radeon/RV620_me.bin -radeon/RV635_pfp.bin -radeon/RV635_me.bin -radeon/RV670_pfp.bin -radeon/RV670_me.bin -radeon/RS780_pfp.bin -radeon/RS780_me.bin -radeon/RV770_pfp.bin -radeon/RV770_me.bin -radeon/RV730_pfp.bin -radeon/RV730_me.bin -radeon/RV710_pfp.bin -radeon/RV710_me.bin -radeon/R600_rlc.bin -radeon/R600_uvd.bin -radeon/RS780_uvd.bin -radeon/R700_rlc.bin -radeon/RV710_uvd.bin -radeon/RV710_smc.bin -radeon/RV730_smc.bin -radeon/RV740_smc.bin -radeon/RV770_smc.bin -radeon/RV770_uvd.bin -radeon/CEDAR_me.bin -radeon/CEDAR_pfp.bin -radeon/CEDAR_rlc.bin -radeon/CEDAR_smc.bin -radeon/CYPRESS_me.bin -radeon/CYPRESS_pfp.bin -radeon/CYPRESS_rlc.bin -radeon/CYPRESS_uvd.bin -radeon/CYPRESS_smc.bin -radeon/JUNIPER_me.bin -radeon/JUNIPER_pfp.bin -radeon/JUNIPER_rlc.bin -radeon/JUNIPER_smc.bin -radeon/REDWOOD_me.bin -radeon/REDWOOD_pfp.bin -radeon/REDWOOD_rlc.bin -radeon/REDWOOD_smc.bin -radeon/PALM_me.bin -radeon/PALM_pfp.bin -radeon/SUMO_rlc.bin -radeon/SUMO_uvd.bin -radeon/BARTS_mc.bin -radeon/BARTS_me.bin -radeon/BARTS_pfp.bin -radeon/BARTS_smc.bin -radeon/BTC_rlc.bin -radeon/CAICOS_mc.bin -radeon/CAICOS_me.bin -radeon/CAICOS_pfp.bin -radeon/CAICOS_smc.bin -radeon/TURKS_mc.bin -radeon/TURKS_me.bin -radeon/TURKS_pfp.bin -radeon/TURKS_smc.bin -radeon/CAYMAN_mc.bin -radeon/CAYMAN_me.bin -radeon/CAYMAN_pfp.bin -radeon/CAYMAN_rlc.bin -radeon/CAYMAN_smc.bin -radeon/SUMO_pfp.bin -radeon/SUMO_me.bin -radeon/SUMO2_pfp.bin -radeon/SUMO2_me.bin -radeon/ARUBA_me.bin -radeon/ARUBA_pfp.bin -radeon/ARUBA_rlc.bin -radeon/PITCAIRN_ce.bin -radeon/PITCAIRN_mc.bin -radeon/PITCAIRN_mc2.bin -radeon/PITCAIRN_me.bin -radeon/PITCAIRN_pfp.bin -radeon/PITCAIRN_rlc.bin -radeon/PITCAIRN_smc.bin -radeon/TAHITI_ce.bin -radeon/TAHITI_mc.bin -radeon/TAHITI_mc2.bin -radeon/TAHITI_me.bin -radeon/TAHITI_pfp.bin -radeon/TAHITI_rlc.bin -radeon/TAHITI_uvd.bin -radeon/TAHITI_smc.bin -radeon/TAHITI_vce.bin -radeon/VERDE_ce.bin -radeon/VERDE_mc.bin -radeon/VERDE_mc2.bin -radeon/VERDE_me.bin -radeon/VERDE_pfp.bin -radeon/VERDE_rlc.bin -radeon/VERDE_smc.bin -radeon/OLAND_ce.bin -radeon/OLAND_mc.bin -radeon/OLAND_mc2.bin -radeon/OLAND_me.bin -radeon/OLAND_pfp.bin -radeon/OLAND_rlc.bin -radeon/OLAND_smc.bin -radeon/HAINAN_ce.bin -radeon/HAINAN_mc.bin -radeon/HAINAN_mc2.bin -radeon/HAINAN_me.bin -radeon/HAINAN_pfp.bin -radeon/HAINAN_rlc.bin -radeon/HAINAN_smc.bin -radeon/BONAIRE_ce.bin -radeon/BONAIRE_mc.bin -radeon/BONAIRE_mc2.bin -radeon/BONAIRE_me.bin -radeon/BONAIRE_mec.bin -radeon/BONAIRE_pfp.bin -radeon/BONAIRE_rlc.bin -radeon/BONAIRE_sdma.bin -radeon/BONAIRE_uvd.bin -radeon/BONAIRE_smc.bin -radeon/BONAIRE_vce.bin -radeon/KABINI_ce.bin -radeon/KABINI_me.bin -radeon/KABINI_mec.bin -radeon/KABINI_pfp.bin -radeon/KABINI_rlc.bin -radeon/KABINI_sdma.bin -radeon/KAVERI_ce.bin -radeon/KAVERI_me.bin -radeon/KAVERI_mec.bin -radeon/KAVERI_pfp.bin -radeon/KAVERI_rlc.bin -radeon/KAVERI_sdma.bin -radeon/HAWAII_ce.bin -radeon/HAWAII_mc.bin -radeon/HAWAII_mc2.bin -radeon/HAWAII_me.bin -radeon/HAWAII_mec.bin -radeon/HAWAII_pfp.bin -radeon/HAWAII_rlc.bin -radeon/HAWAII_sdma.bin -radeon/HAWAII_smc.bin -radeon/MULLINS_ce.bin -radeon/MULLINS_me.bin -radeon/MULLINS_mec.bin -radeon/MULLINS_pfp.bin -radeon/MULLINS_rlc.bin -radeon/MULLINS_sdma.bin -radeon/pitcairn_ce.bin -radeon/pitcairn_k_smc.bin -radeon/pitcairn_mc.bin -radeon/pitcairn_me.bin -radeon/pitcairn_pfp.bin -radeon/pitcairn_rlc.bin -radeon/pitcairn_smc.bin -radeon/tahiti_ce.bin -radeon/tahiti_k_smc.bin -radeon/tahiti_mc.bin -radeon/tahiti_me.bin -radeon/tahiti_pfp.bin -radeon/tahiti_rlc.bin -radeon/tahiti_smc.bin -radeon/verde_ce.bin -radeon/verde_k_smc.bin -radeon/verde_mc.bin -radeon/verde_me.bin -radeon/verde_pfp.bin -radeon/verde_rlc.bin -radeon/verde_smc.bin -radeon/oland_ce.bin -radeon/oland_k_smc.bin -radeon/oland_mc.bin -radeon/oland_me.bin -radeon/oland_pfp.bin -radeon/oland_rlc.bin -radeon/oland_smc.bin -radeon/hainan_ce.bin -radeon/hainan_k_smc.bin -radeon/hainan_mc.bin -radeon/hainan_me.bin -radeon/hainan_pfp.bin -radeon/hainan_rlc.bin -radeon/hainan_smc.bin -radeon/bonaire_ce.bin -radeon/bonaire_k_smc.bin -radeon/bonaire_mc.bin -radeon/bonaire_me.bin -radeon/bonaire_mec.bin -radeon/bonaire_pfp.bin -radeon/bonaire_rlc.bin -radeon/bonaire_sdma.bin -radeon/bonaire_sdma1.bin -radeon/bonaire_smc.bin -radeon/bonaire_uvd.bin -radeon/bonaire_vce.bin -radeon/kabini_ce.bin -radeon/kabini_me.bin -radeon/kabini_mec.bin -radeon/kabini_pfp.bin -radeon/kabini_rlc.bin -radeon/kabini_sdma.bin -radeon/kabini_sdma1.bin -radeon/kabini_uvd.bin -radeon/kabini_vce.bin -radeon/kaveri_ce.bin -radeon/kaveri_me.bin -radeon/kaveri_mec.bin -radeon/kaveri_mec2.bin -radeon/kaveri_pfp.bin -radeon/kaveri_rlc.bin -radeon/kaveri_sdma.bin -radeon/kaveri_sdma1.bin -radeon/kaveri_uvd.bin -radeon/kaveri_vce.bin -radeon/hawaii_ce.bin -radeon/hawaii_k_smc.bin -radeon/hawaii_mc.bin -radeon/hawaii_me.bin -radeon/hawaii_mec.bin -radeon/hawaii_pfp.bin -radeon/hawaii_rlc.bin -radeon/hawaii_sdma.bin -radeon/hawaii_sdma1.bin -radeon/hawaii_smc.bin -radeon/hawaii_uvd.bin -radeon/hawaii_vce.bin -radeon/mullins_ce.bin -radeon/mullins_me.bin -radeon/mullins_mec.bin -radeon/mullins_pfp.bin -radeon/mullins_rlc.bin -radeon/mullins_sdma.bin -radeon/mullins_sdma1.bin -radeon/mullins_uvd.bin -radeon/mullins_vce.bin -radeon/banks_k_2_smc.bin -radeon/si58_mc.bin -rockchip/dptx.bin -rp2.fw -rsi/rs9113_wlan_qspi.rps -rsi/rs9113_wlan_bt_dual_mode.rps -rsi/rs9113_ap_bt_dual_mode.rps -rsi/rs9116_wlan.rps -rsi/rs9116_wlan_bt_classic.rps -rsi_91x.fw rt2561.bin rt2561s.bin rt2661.bin @@ -2529,40 +72,8 @@ rt3071.bin rt3090.bin rt3290.bin rt73.bin -rtl_bt/rtl8192ee_fw.bin -rtl_bt/rtl8192eu_fw.bin -rtl_bt/rtl8723a_fw.bin -rtl_bt/rtl8723b_fw.bin -rtl_bt/rtl8723bs_fw.bin -rtl_bt/rtl8723bs_config-OBDA8723.bin -rtl_bt/rtl8761a_fw.bin -rtl_bt/rtl8761b_fw.bin -rtl_bt/rtl8761b_config.bin -rtl_bt/rtl8761bu_fw.bin -rtl_bt/rtl8761bu_config.bin -rtl_bt/rtl8812ae_fw.bin -rtl_bt/rtl8821a_fw.bin -rtl_bt/rtl8822b_fw.bin -rtl_bt/rtl8822b_config.bin -rtl_bt/rtl8723d_fw.bin -rtl_bt/rtl8723d_config.bin -rtl_bt/rtl8821c_fw.bin -rtl_bt/rtl8821c_config.bin -rtl_bt/rtl8822cu_fw.bin -rtl_bt/rtl8822cu_config.bin -rtl_bt/rtl8822cs_fw.bin -rtl_bt/rtl8822cs_config.bin -rtl_bt/rtl8852au_fw.bin -rtl_bt/rtl8852au_config.bin -rtl_bt/rtl8852bu_fw.bin -rtl_bt/rtl8852bu_config.bin -rtl_bt/rtl8852cu_fw.bin -rtl_bt/rtl8852cu_config.bin -rtl_bt/rtl8723bs_config-OBDA0623.bin -rtl_bt/rtl8821a_config.bin rtl_nic/rtl8168d-1.fw rtl_nic/rtl8168d-2.fw -rtl_nic/rtl8105e-1.fw rtl_nic/rtl8168e-1.fw rtl_nic/rtl8168e-2.fw rtl_nic/rtl8168e-3.fw @@ -2570,177 +81,9 @@ rtl_nic/rtl8168f-1.fw rtl_nic/rtl8168f-2.fw rtl_nic/rtl8411-1.fw rtl_nic/rtl8411-2.fw -rtl_nic/rtl8402-1.fw -rtl_nic/rtl8106e-1.fw -rtl_nic/rtl8106e-2.fw rtl_nic/rtl8168g-1.fw rtl_nic/rtl8168g-2.fw rtl_nic/rtl8168g-3.fw rtl_nic/rtl8168h-1.fw rtl_nic/rtl8168h-2.fw rtl_nic/rtl8168fp-3.fw -rtl_nic/rtl8107e-1.fw -rtl_nic/rtl8107e-2.fw -rtl_nic/rtl8125a-3.fw -rtl_nic/rtl8125b-1.fw -rtl_nic/rtl8125b-2.fw -rtl_nic/rtl8153a-2.fw -rtl_nic/rtl8153a-3.fw -rtl_nic/rtl8153a-4.fw -rtl_nic/rtl8153b-2.fw -rtl_nic/rtl8153c-1.fw -rtl_nic/rtl8156a-2.fw -rtl_nic/rtl8156b-2.fw -rtlwifi/rtl8712u.bin -rtlwifi/rtl8192cfw.bin -rtlwifi/rtl8192cfwU.bin -rtlwifi/rtl8192cfwU_B.bin -rtlwifi/rtl8192cufw.bin -rtlwifi/rtl8192cufw_A.bin -rtlwifi/rtl8192cufw_B.bin -rtlwifi/rtl8192cufw_TMSC.bin -rtlwifi/rtl8192sefw.bin -rtlwifi/rtl8192defw.bin -rtlwifi/rtl8723fw.bin -rtlwifi/rtl8723fw_B.bin -rtlwifi/rtl8723befw.bin -rtlwifi/rtl8723befw_36.bin -rtlwifi/rtl8723defw.bin -rtlwifi/rtl8723aufw_A.bin -rtlwifi/rtl8723aufw_B.bin -rtlwifi/rtl8723aufw_B_NoBT.bin -rtlwifi/rtl8188efw.bin -rtlwifi/rtl8188eufw.bin -rtlwifi/rtl8812aefw.bin -rtlwifi/rtl8812aefw_wowlan.bin -rtlwifi/rtl8821aefw.bin -rtlwifi/rtl8821aefw_wowlan.bin -rtlwifi/rtl8821aefw_29.bin -rtlwifi/rtl8822befw.bin -rtlwifi/rtl8723bs_bt.bin -rtlwifi/rtl8723bu_nic.bin -rtlwifi/rtl8723bu_wowlan.bin -rtlwifi/rtl8723bu_ap_wowlan.bin -rtlwifi/rtl8192eu_nic.bin -rtlwifi/rtl8192eu_wowlan.bin -rtlwifi/rtl8192eu_ap_wowlan.bin -rtlwifi/rtl8192eefw.bin -rtlwifi/rtl8723bs_nic.bin -rtlwifi/rtl8723bs_ap_wowlan.bin -rtlwifi/rtl8723bs_wowlan.bin -rtw88/rtw8822b_fw.bin -rtw88/rtw8822c_fw.bin -rtw88/rtw8822c_wow_fw.bin -rtw88/README -rtw88/rtw8723d_fw.bin -rtw88/rtw8821c_fw.bin -rtw89/rtw8852a_fw.bin -rtw89/rtw8852c_fw.bin -s2250.fw -s2250_loader.fw -s5p-mfc-v6-v2.fw -s5p-mfc-v6.fw -s5p-mfc-v7.fw -s5p-mfc-v8.fw -s5p-mfc.fw -sdd_sagrad_1091_1098.bin -slicoss/gbdownload.sys -slicoss/gbrcvucode.sys -slicoss/oasisdbgdownload.sys -slicoss/oasisdownload.sys -slicoss/oasisrcvucode.sys -sms1xxx-hcw-55xxx-dvbt-02.fw -sms1xxx-hcw-55xxx-isdbt-02.fw -sms1xxx-nova-a-dvbt-01.fw -sms1xxx-nova-b-dvbt-01.fw -sms1xxx-stellar-dvbt-01.fw -sxg/saharadownloadB.sys -sxg/saharadbgdownloadB.sys -tdmb_nova_12mhz.inp -tehuti/bdx.bin -ti/vpdma-1b8.bin -ti-connectivity/wl1251-fw.bin -ti-connectivity/wl1251-nvs.bin -ti-connectivity/wl1271-fw.bin -ti-connectivity/wl1271-fw-2.bin -ti-connectivity/wl1271-fw-ap.bin -ti-connectivity/wl127x-fw-3.bin -ti-connectivity/wl127x-fw-plt-3.bin -ti-connectivity/wl127x-fw-4-sr.bin -ti-connectivity/wl127x-fw-4-mr.bin -ti-connectivity/wl127x-fw-4-plt.bin -ti-connectivity/wl127x-fw-5-sr.bin -ti-connectivity/wl127x-fw-5-mr.bin -ti-connectivity/wl127x-fw-5-plt.bin -ti-connectivity/wl128x-fw.bin -ti-connectivity/wl128x-fw-ap.bin -ti-connectivity/wl128x-fw-3.bin -ti-connectivity/wl128x-fw-plt-3.bin -ti-connectivity/wl128x-fw-4-sr.bin -ti-connectivity/wl128x-fw-4-mr.bin -ti-connectivity/wl128x-fw-4-plt.bin -ti-connectivity/wl128x-fw-5-sr.bin -ti-connectivity/wl128x-fw-5-mr.bin -ti-connectivity/wl128x-fw-5-plt.bin -ti-connectivity/wl127x-nvs.bin -ti-connectivity/wl128x-nvs.bin -ti-connectivity/wl18xx-fw.bin -ti-connectivity/wl18xx-fw-2.bin -ti-connectivity/wl18xx-fw-3.bin -ti-connectivity/wl18xx-fw-4.bin -ti-connectivity/TIInit_6.2.31.bts -ti-connectivity/TIInit_6.6.15.bts -ti-connectivity/TIInit_7.2.31.bts -ti-connectivity/wl12xx-nvs.bin -ti-connectivity/wl1271-nvs.bin -ti-keystone/ks2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin -tigon/tg3.bin -tigon/tg3_tso.bin -tigon/tg3_tso5.bin -tigon/tg357766.bin -tlg2300_firmware.bin -ueagle-atm/CMV4p.bin.v2 -ueagle-atm/DSP4p.bin -ueagle-atm/eagleIV.fw -ueagle-atm/930-fpga.bin -ueagle-atm/CMVeiWO.bin -ueagle-atm/CMVepFR10.bin -ueagle-atm/DSP9p.bin -ueagle-atm/eagleIII.fw -ueagle-atm/adi930.fw -ueagle-atm/CMVep.bin -ueagle-atm/CMVepFR.bin -ueagle-atm/DSPei.bin -ueagle-atm/CMV9i.bin -ueagle-atm/CMVepES03.bin -ueagle-atm/CMVepIT.bin -ueagle-atm/DSPep.bin -ueagle-atm/CMV9p.bin -ueagle-atm/CMVepES.bin -ueagle-atm/CMVepWO.bin -ueagle-atm/eagleI.fw -ueagle-atm/CMVei.bin -ueagle-atm/CMVepFR04.bin -ueagle-atm/DSP9i.bin -ueagle-atm/eagleII.fw -usbdux_firmware.bin -usbduxfast_firmware.bin -usbduxsigma_firmware.bin -v4l-cx231xx-avcore-01.fw -v4l-cx23418-apu.fw -v4l-cx23418-cpu.fw -v4l-cx23418-dig.fw -v4l-cx23885-avcore-01.fw -v4l-cx25840.fw -vntwusb.fw -vpu_d.bin -vpu_p.bin -vxge/X3fw.ncf -vxge/X3fw-pxe.ncf -wfx/wfm_wf200_C0.sec -wfx/brd4001a.pds -wfx/brd8022a.pds -wfx/brd8023a.pds -wil6210.brd -wil6210.fw -wsm_22.bin From b1924f401d2641de091aa3dc5a8c44a1da293f9e Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 16 Aug 2022 19:15:51 +0100 Subject: [PATCH 239/833] Add sys-apps/attr to GCC - Basic env. --- portage/package.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 239b3cf..5b06e50 100644 --- a/portage/package.env +++ b/portage/package.env @@ -359,7 +359,8 @@ app-crypt/sbsigntools werror.conf # GCC - No PIE dev-libs/libedit gcc-nopie.conf +sys-apps/attr gcc-nopie.conf sys-devel/gcc gcc-nopie.conf # GCC - Basic -#sys-auth/elogind gcc-basic.conf +sys-auth/elogind gcc-basic.conf From a1be827c2d2d39f6a248866b4780bae87182e128 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 16 Aug 2022 19:56:53 +0100 Subject: [PATCH 240/833] Move sys-apps/iproute2 from No PIE env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 5b06e50..f387c20 100644 --- a/portage/package.env +++ b/portage/package.env @@ -237,7 +237,6 @@ sys-apps/file nopie.conf sys-apps/flatpak nopie.conf sys-apps/gawk nopie.conf sys-apps/help2man nopie.conf -sys-apps/iproute2 nopie.conf sys-apps/kmod nopie.conf sys-apps/man-db nopie.conf sys-apps/openrc nopie.conf @@ -322,6 +321,7 @@ net-libs/libtirpc basic.conf net-libs/nodejs basic.conf net-voip/mumble basic.conf sys-apps/dbus basic.conf +sys-apps/iproute2 basic.conf sys-apps/portage basic.conf sys-apps/shadow basic.conf #sys-auth/elogind basic.conf From 09b57c8c148dbe1ca840081b35dc0cffd8b3887c Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 16 Aug 2022 19:59:51 +0100 Subject: [PATCH 241/833] Remove sys-apps/attr from No PIE env. --- portage/package.env | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index f387c20..3a8e5dd 100644 --- a/portage/package.env +++ b/portage/package.env @@ -232,7 +232,6 @@ net-libs/nghttp2 nopie.conf net-misc/curl nopie.conf sci-libs/fftw nopie.conf sys-apps/acl nopie.conf -sys-apps/attr nopie.conf sys-apps/file nopie.conf sys-apps/flatpak nopie.conf sys-apps/gawk nopie.conf From b2c1c36dcdaed606590c71a0e5ed6985f221599b Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 16 Aug 2022 20:07:32 +0100 Subject: [PATCH 242/833] Move sys-block/thin-provisioning-tools to GCC - No PIE env. --- portage/package.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 3a8e5dd..6b6b010 100644 --- a/portage/package.env +++ b/portage/package.env @@ -325,7 +325,7 @@ sys-apps/portage basic.conf sys-apps/shadow basic.conf #sys-auth/elogind basic.conf sys-block/parted basic.conf -sys-block/thin-provisioning-tools basic.conf +#sys-block/thin-provisioning-tools basic.conf sys-boot/grub basic.conf sys-devel/gettext basic.conf sys-fs/lvm2 basic.conf @@ -359,6 +359,7 @@ app-crypt/sbsigntools werror.conf # GCC - No PIE dev-libs/libedit gcc-nopie.conf sys-apps/attr gcc-nopie.conf +sys-block/thin-provisioning-tools gcc-nopie.conf sys-devel/gcc gcc-nopie.conf # GCC - Basic From 9af19765ddadb4491c61a567a5b0be284334abf6 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 19 Aug 2022 14:53:24 +0100 Subject: [PATCH 243/833] Move sys-auth/elogind to GCC - No PIE env. --- portage/package.env | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/portage/package.env b/portage/package.env index 6b6b010..0956d72 100644 --- a/portage/package.env +++ b/portage/package.env @@ -323,9 +323,7 @@ sys-apps/dbus basic.conf sys-apps/iproute2 basic.conf sys-apps/portage basic.conf sys-apps/shadow basic.conf -#sys-auth/elogind basic.conf sys-block/parted basic.conf -#sys-block/thin-provisioning-tools basic.conf sys-boot/grub basic.conf sys-devel/gettext basic.conf sys-fs/lvm2 basic.conf @@ -344,7 +342,6 @@ dev-lua/mpack basic.conf dev-python/cffi basic.conf media-libs/mlt basic.conf dev-python/cython basic.conf -sys-auth/elogind basic.conf dev-python/pycryptodome basic.conf sys-libs/libselinux basic.conf sys-libs/libsemanage basic.conf @@ -359,8 +356,8 @@ app-crypt/sbsigntools werror.conf # GCC - No PIE dev-libs/libedit gcc-nopie.conf sys-apps/attr gcc-nopie.conf +sys-auth/elogind gcc-nopie.conf sys-block/thin-provisioning-tools gcc-nopie.conf sys-devel/gcc gcc-nopie.conf # GCC - Basic -sys-auth/elogind gcc-basic.conf From c8499b1ac2a32f1e5b7116654713a3d9d40cd43f Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 19 Aug 2022 14:55:51 +0100 Subject: [PATCH 244/833] Move sys-fs/jmtpfs to GCC - No PIE env. --- portage/package.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 0956d72..2c60e6d 100644 --- a/portage/package.env +++ b/portage/package.env @@ -261,7 +261,7 @@ sys-fs/cryptmount nopie.conf sys-fs/cryptsetup nopie.conf sys-fs/e2fsprogs nopie.conf sys-fs/fuse nopie.conf -sys-fs/jmtpfs nopie.conf +#sys-fs/jmtpfs nopie.conf sys-fs/udev nopie.conf sys-fs/udisks nopie.conf sys-libs/argp-standalone nopie.conf @@ -359,5 +359,6 @@ sys-apps/attr gcc-nopie.conf sys-auth/elogind gcc-nopie.conf sys-block/thin-provisioning-tools gcc-nopie.conf sys-devel/gcc gcc-nopie.conf +sys-fs/jmtpfs gcc-nopie.conf # GCC - Basic From 9c059272af5ed1603cfeb1f943a96d9dc8bb5a56 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 24 Aug 2022 14:34:40 +0100 Subject: [PATCH 245/833] Add Clang integer overflow and undefined behaviour compilation hardening flags. --- portage/env/nolto-nopie.conf | 2 +- portage/env/nolto.conf | 2 +- portage/env/nopie.conf | 2 +- portage/env/werror.conf | 2 +- portage/make.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/portage/env/nolto-nopie.conf b/portage/env/nolto-nopie.conf index a231347..a8c7328 100644 --- a/portage/env/nolto-nopie.conf +++ b/portage/env/nolto-nopie.conf @@ -20,7 +20,7 @@ OBJDUMP="llvm-objdump" # Flags. ## Hardening flags. -C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. diff --git a/portage/env/nolto.conf b/portage/env/nolto.conf index e4f64c1..11bf8ca 100644 --- a/portage/env/nolto.conf +++ b/portage/env/nolto.conf @@ -20,7 +20,7 @@ OBJDUMP="llvm-objdump" # Flags. ## Hardening flags. -C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" LD_HARDENING="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. diff --git a/portage/env/nopie.conf b/portage/env/nopie.conf index c9ce5ed..7870ff3 100644 --- a/portage/env/nopie.conf +++ b/portage/env/nopie.conf @@ -20,7 +20,7 @@ OBJDUMP="llvm-objdump" # Flags. ## Hardening flags. -C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. diff --git a/portage/env/werror.conf b/portage/env/werror.conf index 558d6ee..6372b83 100644 --- a/portage/env/werror.conf +++ b/portage/env/werror.conf @@ -20,7 +20,7 @@ OBJDUMP="llvm-objdump" # Flags. ## Hardening flags. -C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" LD_HARDENING="-Wl,-z,now -Wl,-z,relro -pie -Wl,--strip-all" ## Common flags. diff --git a/portage/make.conf b/portage/make.conf index 5739d34..5a4e5b1 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -20,7 +20,7 @@ STRIP="llvm-strip" # Flags. ## Hardening flags. -C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. From 9a1fd89665ebb3f1be0b7c8c2b292f6598e804a8 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 25 Aug 2022 19:05:53 +0100 Subject: [PATCH 246/833] Add Chromium default configuration file. --- chromium/default | 1 + 1 file changed, 1 insertion(+) create mode 100644 chromium/default diff --git a/chromium/default b/chromium/default new file mode 100644 index 0000000..5168a6a --- /dev/null +++ b/chromium/default @@ -0,0 +1 @@ +CHROMIUM_FLAGS="--enable-features=WebUIDarkMode --force-dark-mode --flag-switches-begin --disable-smooth-scrolling --flag-switches-end" From c295d38d9b583bf8117b3f1068491260b5f359b3 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 25 Aug 2022 19:13:27 +0100 Subject: [PATCH 247/833] Add Chromium profile configuration file for usage with separate, isolated profiles. --- chromium/profile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 chromium/profile diff --git a/chromium/profile b/chromium/profile new file mode 100644 index 0000000..6cb15df --- /dev/null +++ b/chromium/profile @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Chromium (profile) +Comment= +Exec=chromium --user-data-dir=/home/user/.config/chromium/profile --js-flags=--jitless +Terminal=false +Type=Application +Icon=chromium +Categories=Network; From ac4cc2282bb3e9272f934cf37d355beb9320b69f Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 26 Aug 2022 17:06:13 +0100 Subject: [PATCH 248/833] Add GCC integer overflow and undefined behaviour compilation hardening flags. --- portage/env/gcc-nolto-nopie.conf | 2 +- portage/env/gcc-nolto.conf | 2 +- portage/env/gcc-nopie.conf | 2 +- portage/env/gcc.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/portage/env/gcc-nolto-nopie.conf b/portage/env/gcc-nolto-nopie.conf index 68028c8..e609ff6 100644 --- a/portage/env/gcc-nolto-nopie.conf +++ b/portage/env/gcc-nolto-nopie.conf @@ -13,7 +13,7 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. diff --git a/portage/env/gcc-nolto.conf b/portage/env/gcc-nolto.conf index 0d2d6ba..13e3391 100644 --- a/portage/env/gcc-nolto.conf +++ b/portage/env/gcc-nolto.conf @@ -13,7 +13,7 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" LD_HARDENING="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. diff --git a/portage/env/gcc-nopie.conf b/portage/env/gcc-nopie.conf index 1695d7c..38d38ea 100644 --- a/portage/env/gcc-nopie.conf +++ b/portage/env/gcc-nopie.conf @@ -13,7 +13,7 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. diff --git a/portage/env/gcc.conf b/portage/env/gcc.conf index 47b0dbe..feb3ac8 100644 --- a/portage/env/gcc.conf +++ b/portage/env/gcc.conf @@ -13,7 +13,7 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2" +C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" LD_HARDENING="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. From ac0e48253335695b57a2f6ba0a61a6af5831ae90 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 26 Aug 2022 17:14:03 +0100 Subject: [PATCH 249/833] Unify hardening flag names to SEC. --- portage/env/gcc-nolto-nopie.conf | 10 +-- portage/env/gcc-nolto.conf | 10 +-- portage/env/gcc-nopie.conf | 10 +-- portage/env/gcc.conf | 10 +-- portage/env/nolto-nopie.conf | 10 +-- portage/env/nolto.conf | 10 +-- portage/env/nopie.conf | 10 +-- portage/env/werror.conf | 10 +-- .../._cfg0000_linux-firmware-20220815 | 85 +++++++++++++++++++ 9 files changed, 125 insertions(+), 40 deletions(-) create mode 100644 portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220815 diff --git a/portage/env/gcc-nolto-nopie.conf b/portage/env/gcc-nolto-nopie.conf index e609ff6..d84851e 100644 --- a/portage/env/gcc-nolto-nopie.conf +++ b/portage/env/gcc-nolto-nopie.conf @@ -13,12 +13,12 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" -LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" +C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" +LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. -CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_HARDENING}" -CXXFLAGS="-march=znver1 -O2 -pipe ${C_HARDENING}" +CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" ## Linker flags. -LDFLAGS="-Wl,-O2 ${LD_HARDENING}" +LDFLAGS="-Wl,-O2 ${LD_SEC}" diff --git a/portage/env/gcc-nolto.conf b/portage/env/gcc-nolto.conf index 13e3391..2f6f60b 100644 --- a/portage/env/gcc-nolto.conf +++ b/portage/env/gcc-nolto.conf @@ -13,12 +13,12 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" -LD_HARDENING="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" +C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" +LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. -CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_HARDENING}" -CXXFLAGS="-march=znver1 -O2 -pipe ${C_HARDENING}" +CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" ## Linker flags. -LDFLAGS="-Wl,-O2 ${LD_HARDENING}" +LDFLAGS="-Wl,-O2 ${LD_SEC}" diff --git a/portage/env/gcc-nopie.conf b/portage/env/gcc-nopie.conf index 38d38ea..e724b2b 100644 --- a/portage/env/gcc-nopie.conf +++ b/portage/env/gcc-nopie.conf @@ -13,12 +13,12 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" -LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" +C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" +LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. -CFLAGS="-march=znver1 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_HARDENING}" -CXXFLAGS="-march=znver1 -O2 -pipe -flto=4 ${C_HARDENING}" +CFLAGS="-march=znver1 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver1 -O2 -pipe -flto=4 ${C_SEC}" ## Linker flags. -LDFLAGS="-Wl,-O2 ${LD_HARDENING}" +LDFLAGS="-Wl,-O2 ${LD_SEC}" diff --git a/portage/env/gcc.conf b/portage/env/gcc.conf index feb3ac8..6395eba 100644 --- a/portage/env/gcc.conf +++ b/portage/env/gcc.conf @@ -13,12 +13,12 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" -LD_HARDENING="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" +C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" +LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. -CFLAGS="-march=znver1 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_HARDENING}" -CXXFLAGS="-march=znver1 -O2 -pipe -flto=4 ${C_HARDENING}" +CFLAGS="-march=znver1 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver1 -O2 -pipe -flto=4 ${C_SEC}" ## Linker flags. -LDFLAGS="-Wl,-O2 ${LD_HARDENING}" +LDFLAGS="-Wl,-O2 ${LD_SEC}" diff --git a/portage/env/nolto-nopie.conf b/portage/env/nolto-nopie.conf index a8c7328..78d4860 100644 --- a/portage/env/nolto-nopie.conf +++ b/portage/env/nolto-nopie.conf @@ -20,12 +20,12 @@ OBJDUMP="llvm-objdump" # Flags. ## Hardening flags. -C_HARDENING="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" -LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" +C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" +LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. -CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_HARDENING}" -CXXFLAGS="-march=znver1 -O2 -pipe ${C_HARDENING}" +CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" ## Linker flags. -LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" diff --git a/portage/env/nolto.conf b/portage/env/nolto.conf index 11bf8ca..ba5cb07 100644 --- a/portage/env/nolto.conf +++ b/portage/env/nolto.conf @@ -20,12 +20,12 @@ OBJDUMP="llvm-objdump" # Flags. ## Hardening flags. -C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" -LD_HARDENING="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" +C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" +LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. -CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_HARDENING}" -CXXFLAGS="-march=znver1 -O2 -pipe ${C_HARDENING}" +CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" ## Linker flags. -LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" diff --git a/portage/env/nopie.conf b/portage/env/nopie.conf index 7870ff3..b89f3a1 100644 --- a/portage/env/nopie.conf +++ b/portage/env/nopie.conf @@ -20,12 +20,12 @@ OBJDUMP="llvm-objdump" # Flags. ## Hardening flags. -C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" -LD_HARDENING="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" +C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" +LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. -CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__ ${C_HARDENING}" -CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_HARDENING}" +CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_SEC}" ## Linker flags. -LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" diff --git a/portage/env/werror.conf b/portage/env/werror.conf index 6372b83..1c797e6 100644 --- a/portage/env/werror.conf +++ b/portage/env/werror.conf @@ -20,12 +20,12 @@ OBJDUMP="llvm-objdump" # Flags. ## Hardening flags. -C_HARDENING="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" -LD_HARDENING="-Wl,-z,now -Wl,-z,relro -pie -Wl,--strip-all" +C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" +LD_SEC="-Wl,-z,now -Wl,-z,relro -pie -Wl,--strip-all" ## Common flags. -CFLAGS="-march=znver1 -O1 -pipe -flto=full -Wno-error -U__gnu_linux__ ${C_HARDENING}" -CXXFLAGS="-march=znver1 -O1 -pipe -flto=full ${C_HARDENING}" +CFLAGS="-march=znver1 -O1 -pipe -flto=full -Wno-error -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver1 -O1 -pipe -flto=full ${C_SEC}" ## Linker flags. -LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" diff --git a/portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220815 b/portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220815 new file mode 100644 index 0000000..20d16e0 --- /dev/null +++ b/portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220815 @@ -0,0 +1,85 @@ +# Remove files that shall not be installed from this list. +amd/amd_sev_fam17h_model0xh.sbin +amd/amd_sev_fam17h_model3xh.sbin +amd-ucode/microcode_amd.bin +amd-ucode/microcode_amd_fam17h.bin +amdgpu/raven_asd.bin +amdgpu/raven_ce.bin +amdgpu/raven_gpu_info.bin +amdgpu/raven_me.bin +amdgpu/raven_mec.bin +amdgpu/raven_mec2.bin +amdgpu/raven_pfp.bin +amdgpu/raven_rlc.bin +amdgpu/raven_sdma.bin +amdgpu/raven_vcn.bin +amdgpu/raven_dmcu.bin +amdgpu/raven_kicker_rlc.bin +amdgpu/raven_ta.bin +amdgpu/picasso_asd.bin +amdgpu/picasso_ce.bin +amdgpu/picasso_gpu_info.bin +amdgpu/picasso_me.bin +amdgpu/picasso_mec.bin +amdgpu/picasso_mec2.bin +amdgpu/picasso_pfp.bin +amdgpu/picasso_rlc.bin +amdgpu/picasso_rlc_am4.bin +amdgpu/picasso_sdma.bin +amdgpu/picasso_vcn.bin +amdgpu/picasso_ta.bin +amdgpu/raven2_asd.bin +amdgpu/raven2_ce.bin +amdgpu/raven2_gpu_info.bin +amdgpu/raven2_me.bin +amdgpu/raven2_mec.bin +amdgpu/raven2_mec2.bin +amdgpu/raven2_pfp.bin +amdgpu/raven2_rlc.bin +amdgpu/raven2_sdma.bin +amdgpu/raven2_vcn.bin +amdgpu/raven2_ta.bin +amdgpu/gc_10_3_7_mec2.bin +amdgpu/gc_10_3_7_pfp.bin +amdgpu/gc_10_3_7_rlc.bin +amdgpu/dcn_3_1_6_dmcub.bin +amdgpu/psp_13_0_8_asd.bin +amdgpu/psp_13_0_8_ta.bin +amdgpu/psp_13_0_8_toc.bin +amdgpu/sdma_5_2_7.bin +ar5523.bin +ar7010.fw +ar7010_1_1.fw +ar9170-1.fw +ar9170-2.fw +ar9271.fw +atusb/atusb-0.2.dfu +atusb/atusb-0.3.dfu +atusb/rzusb-0.3.bin +inside-secure/eip197_minifw/ipue.bin +inside-secure/eip197_minifw/ifpp.bin +rt2561.bin +rt2561s.bin +rt2661.bin +rt2860.bin +rt2870.bin +rt3070.bin +rt3071.bin +rt3090.bin +rt3290.bin +rt73.bin +rtl_nic/rtl8168d-1.fw +rtl_nic/rtl8168d-2.fw +rtl_nic/rtl8168e-1.fw +rtl_nic/rtl8168e-2.fw +rtl_nic/rtl8168e-3.fw +rtl_nic/rtl8168f-1.fw +rtl_nic/rtl8168f-2.fw +rtl_nic/rtl8411-1.fw +rtl_nic/rtl8411-2.fw +rtl_nic/rtl8168g-1.fw +rtl_nic/rtl8168g-2.fw +rtl_nic/rtl8168g-3.fw +rtl_nic/rtl8168h-1.fw +rtl_nic/rtl8168h-2.fw +rtl_nic/rtl8168fp-3.fw From 11ccbe463c8abc9b54505ea9e84819f574a31717 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 26 Aug 2022 18:12:36 +0100 Subject: [PATCH 250/833] Remove variable zero initialisation compiler hardening flag in GCC envs due to it breaking GCC. --- portage/env/gcc-nolto-nopie.conf | 2 +- portage/env/gcc-nolto.conf | 2 +- portage/env/gcc-nopie.conf | 2 +- portage/env/gcc.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/portage/env/gcc-nolto-nopie.conf b/portage/env/gcc-nolto-nopie.conf index d84851e..b0b307c 100644 --- a/portage/env/gcc-nolto-nopie.conf +++ b/portage/env/gcc-nolto-nopie.conf @@ -13,7 +13,7 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" +C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -fwrapv" LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. diff --git a/portage/env/gcc-nolto.conf b/portage/env/gcc-nolto.conf index 2f6f60b..06c0997 100644 --- a/portage/env/gcc-nolto.conf +++ b/portage/env/gcc-nolto.conf @@ -13,7 +13,7 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" +C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -fwrapv" LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. diff --git a/portage/env/gcc-nopie.conf b/portage/env/gcc-nopie.conf index e724b2b..1aeeb5b 100644 --- a/portage/env/gcc-nopie.conf +++ b/portage/env/gcc-nopie.conf @@ -13,7 +13,7 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" +C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -fwrapv" LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. diff --git a/portage/env/gcc.conf b/portage/env/gcc.conf index 6395eba..e9b6d9e 100644 --- a/portage/env/gcc.conf +++ b/portage/env/gcc.conf @@ -13,7 +13,7 @@ RANLIB="ranlib" # Flags. ## Hardening flags. -C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -fwrapv" +C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -fwrapv" LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Common flags. From 5b3c9c65f28c0213f5385a3c32ef9a4352e7af80 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 26 Aug 2022 18:15:29 +0100 Subject: [PATCH 251/833] Remove obsolete Werror env. --- portage/package.env | 3 --- 1 file changed, 3 deletions(-) diff --git a/portage/package.env b/portage/package.env index 2c60e6d..5f7c2ed 100644 --- a/portage/package.env +++ b/portage/package.env @@ -350,9 +350,6 @@ app-admin/setools basic.conf # Chromium www-client/chromium chromium.conf -# Werror -app-crypt/sbsigntools werror.conf - # GCC - No PIE dev-libs/libedit gcc-nopie.conf sys-apps/attr gcc-nopie.conf From cf637c89ff160b51cd746f3cc13a2282c8f9272f Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 26 Aug 2022 18:15:48 +0100 Subject: [PATCH 252/833] Remove obsolete Werror env. --- portage/env/werror.conf | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 portage/env/werror.conf diff --git a/portage/env/werror.conf b/portage/env/werror.conf deleted file mode 100644 index 1c797e6..0000000 --- a/portage/env/werror.conf +++ /dev/null @@ -1,31 +0,0 @@ -# Portage env Clang - Wno-error. - -# Copyright 2022 Inference - - -# Toolchain. -AR="llvm-ar" -CC="clang" -CPP="clang-cpp" -CXX="clang++" -LD="ld.lld" -STRINGS="llvm-strings" -STRIP="llvm-strip" -NM="llvm-nm" -RANLIB="llvm-ranlib" -READELF="llvm-readelf" -OBJCOPY="llvm-objcopy" -OBJDUMP="llvm-objdump" - - -# Flags. -## Hardening flags. -C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" -LD_SEC="-Wl,-z,now -Wl,-z,relro -pie -Wl,--strip-all" - -## Common flags. -CFLAGS="-march=znver1 -O1 -pipe -flto=full -Wno-error -U__gnu_linux__ ${C_SEC}" -CXXFLAGS="-march=znver1 -O1 -pipe -flto=full ${C_SEC}" - -## Linker flags. -LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" From e76c08743c327961a64606dd98bc12d2c657df12 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 6 Sep 2022 19:51:50 +0100 Subject: [PATCH 253/833] Rename Common flags to Compiler flags for accuracy. --- portage/env/basic.conf | 2 +- portage/env/chromium.conf | 2 +- portage/env/gcc-basic.conf | 2 +- portage/env/gcc-nolto-nopie.conf | 2 +- portage/env/gcc-nolto.conf | 2 +- portage/env/gcc-nopie.conf | 2 +- portage/env/gcc.conf | 2 +- portage/env/nolto-nopie.conf | 2 +- portage/env/nolto.conf | 2 +- portage/env/nopie.conf | 2 +- portage/make.conf | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/portage/env/basic.conf b/portage/env/basic.conf index d7d6ce6..fe9067b 100644 --- a/portage/env/basic.conf +++ b/portage/env/basic.conf @@ -19,7 +19,7 @@ OBJDUMP="llvm-objdump" # Flags. -## Common flags. +## Compiler flags. CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__" CXXFLAGS="-march=znver1 -O2 -pipe" diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf index 7c04cad..57882a3 100644 --- a/portage/env/chromium.conf +++ b/portage/env/chromium.conf @@ -1,4 +1,4 @@ -## Common flags. +## Compiler flags. CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__" CXXFLAGS="-march=znver1 -O2 -pipe" diff --git a/portage/env/gcc-basic.conf b/portage/env/gcc-basic.conf index 2f7e7c1..083e2d3 100644 --- a/portage/env/gcc-basic.conf +++ b/portage/env/gcc-basic.conf @@ -12,7 +12,7 @@ RANLIB="ranlib" # Flags. -## Common flags. +## Compiler flags. CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__" CXXFLAGS="-march=znver1 -O2 -pipe" diff --git a/portage/env/gcc-nolto-nopie.conf b/portage/env/gcc-nolto-nopie.conf index b0b307c..e02708e 100644 --- a/portage/env/gcc-nolto-nopie.conf +++ b/portage/env/gcc-nolto-nopie.conf @@ -16,7 +16,7 @@ RANLIB="ranlib" C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -fwrapv" LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" -## Common flags. +## Compiler flags. CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" diff --git a/portage/env/gcc-nolto.conf b/portage/env/gcc-nolto.conf index 06c0997..33b0327 100644 --- a/portage/env/gcc-nolto.conf +++ b/portage/env/gcc-nolto.conf @@ -16,7 +16,7 @@ RANLIB="ranlib" C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -fwrapv" LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" -## Common flags. +## Compiler flags. CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" diff --git a/portage/env/gcc-nopie.conf b/portage/env/gcc-nopie.conf index 1aeeb5b..fbff63d 100644 --- a/portage/env/gcc-nopie.conf +++ b/portage/env/gcc-nopie.conf @@ -16,7 +16,7 @@ RANLIB="ranlib" C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -fwrapv" LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" -## Common flags. +## Compiler flags. CFLAGS="-march=znver1 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_SEC}" CXXFLAGS="-march=znver1 -O2 -pipe -flto=4 ${C_SEC}" diff --git a/portage/env/gcc.conf b/portage/env/gcc.conf index e9b6d9e..a536c2f 100644 --- a/portage/env/gcc.conf +++ b/portage/env/gcc.conf @@ -16,7 +16,7 @@ RANLIB="ranlib" C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -fwrapv" LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" -## Common flags. +## Compiler flags. CFLAGS="-march=znver1 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_SEC}" CXXFLAGS="-march=znver1 -O2 -pipe -flto=4 ${C_SEC}" diff --git a/portage/env/nolto-nopie.conf b/portage/env/nolto-nopie.conf index 78d4860..e9be187 100644 --- a/portage/env/nolto-nopie.conf +++ b/portage/env/nolto-nopie.conf @@ -23,7 +23,7 @@ OBJDUMP="llvm-objdump" C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" -## Common flags. +## Compiler flags. CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" diff --git a/portage/env/nolto.conf b/portage/env/nolto.conf index ba5cb07..5360bd0 100644 --- a/portage/env/nolto.conf +++ b/portage/env/nolto.conf @@ -23,7 +23,7 @@ OBJDUMP="llvm-objdump" C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" -## Common flags. +## Compiler flags. CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" diff --git a/portage/env/nopie.conf b/portage/env/nopie.conf index b89f3a1..7b49a2f 100644 --- a/portage/env/nopie.conf +++ b/portage/env/nopie.conf @@ -23,7 +23,7 @@ OBJDUMP="llvm-objdump" C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" -## Common flags. +## Compiler flags. CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__ ${C_SEC}" CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_SEC}" diff --git a/portage/make.conf b/portage/make.conf index 5a4e5b1..ed04d02 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -23,7 +23,7 @@ STRIP="llvm-strip" C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" -## Common flags. +## Compiler flags. CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__ ${C_SEC}" CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_SEC}" From a633ce2b15bee7ffabdea93f10e3eb7003f22d84 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 6 Sep 2022 19:53:16 +0100 Subject: [PATCH 254/833] Update Linux 5.15.52 to 5.15.59. --- linux/.config | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/linux/.config b/linux/.config index 8737843..7407454 100644 --- a/linux/.config +++ b/linux/.config @@ -1,15 +1,15 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.52-gentoo Kernel Configuration +# Linux/x86 5.15.59-gentoo Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Gentoo Hardened 11.3.0 p4) 11.3.0" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=110300 CONFIG_CLANG_VERSION=0 CONFIG_AS_IS_GNU=y -CONFIG_AS_VERSION=23700 +CONFIG_AS_VERSION=23800 CONFIG_LD_IS_BFD=y -CONFIG_LD_VERSION=23700 +CONFIG_LD_VERSION=23800 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y @@ -28,7 +28,7 @@ CONFIG_THREAD_INFO_IN_TASK=y CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set # CONFIG_WERROR is not set -CONFIG_LOCALVERSION="-inferencium-AA000-0-0.1.1.2" +CONFIG_LOCALVERSION="-inferencium-AA000-0-0.1.2.3" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y @@ -306,9 +306,6 @@ CONFIG_SMP=y CONFIG_X86_FEATURE_NAMES=y CONFIG_X86_MPPARSE=y # CONFIG_GOLDFISH is not set -CONFIG_RETPOLINE=y -CONFIG_CC_HAS_SLS=y -# CONFIG_SLS is not set # CONFIG_X86_CPU_RESCTRL is not set # CONFIG_X86_EXTENDED_PLATFORM is not set # CONFIG_X86_INTEL_LPSS is not set @@ -443,6 +440,16 @@ CONFIG_MODIFY_LDT_SYSCALL=y CONFIG_HAVE_LIVEPATCH=y # end of Processor type and features +CONFIG_CC_HAS_SLS=y +CONFIG_CC_HAS_RETURN_THUNK=y +CONFIG_SPECULATION_MITIGATIONS=y +CONFIG_PAGE_TABLE_ISOLATION=y +CONFIG_RETPOLINE=y +CONFIG_RETHUNK=y +CONFIG_CPU_UNRET_ENTRY=y +CONFIG_CPU_IBPB_ENTRY=y +CONFIG_CPU_IBRS_ENTRY=y +CONFIG_SLS=y CONFIG_ARCH_HAS_ADD_PAGES=y CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y CONFIG_USE_PERCPU_NUMA_NODE_ID=y @@ -3777,7 +3784,6 @@ CONFIG_ENCRYPTED_KEYS=y CONFIG_SECURITY=y CONFIG_SECURITYFS=y CONFIG_SECURITY_NETWORK=y -CONFIG_PAGE_TABLE_ISOLATION=y # CONFIG_SECURITY_NETWORK_XFRM is not set # CONFIG_SECURITY_PATH is not set # CONFIG_INTEL_TXT is not set From 1d57ecb9ae3161049a8fb1e52230aae9b8cbe0b3 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 6 Sep 2022 20:04:33 +0100 Subject: [PATCH 255/833] Remove dev-util/android-studio due to it no longer being required. --- portage/package.accept_keywords | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 00966ed..f27450a 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -13,7 +13,6 @@ dev-libs/libstrophe ~amd64 dev-libs/nss ~amd64 dev-libs/olm ~amd64 dev-libs/spdlog ~amd64 -dev-util/android-studio ~amd64 fs-util/fsverity-utils ~amd64 games-rpg/cataclysm-dda ~amd64 gui-apps/waybar ~amd64 From 3100622db31f3100a8a5b213949ec6f51d283ee0 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 11 Sep 2022 15:27:17 +0100 Subject: [PATCH 256/833] Add Gentoo repo Git repository to switch from rsync to Git sync. --- portage/repos.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/portage/repos.conf b/portage/repos.conf index fa5b210..5c6aff6 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -3,6 +3,13 @@ # Copyright 2022 Inference +[gentoo] +location = /var/db/repos/gentoo +sync-type = git +sync-uri = https://anongit.gentoo.org/git/repo/sync/gentoo.git +sync-depth = 1 +sync-git-verify-commit-signature = yes + [musl] location = /var/db/repos/musl sync-type = git From 2aa68193cf8cd32043ea5d756d831a6419300ee5 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Sep 2022 17:13:35 +0100 Subject: [PATCH 257/833] Remove www-client/firefox since it is no longer required. --- portage/profile/package.use.force | 3 --- 1 file changed, 3 deletions(-) diff --git a/portage/profile/package.use.force b/portage/profile/package.use.force index f1ef61f..8e2f079 100644 --- a/portage/profile/package.use.force +++ b/portage/profile/package.use.force @@ -1,6 +1,3 @@ # Portage package.use.force # Copyright 2022 Inference - - -www-client/firefox -system-libevent From dd7219b9b9d3b730f4f3454d80904747ab9fd122 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Sep 2022 17:24:15 +0100 Subject: [PATCH 258/833] Sort packages A-Z. Remove duplicate and unnecessary packages. --- portage/package.env | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/portage/package.env b/portage/package.env index 5f7c2ed..1374ae6 100644 --- a/portage/package.env +++ b/portage/package.env @@ -43,7 +43,6 @@ app-misc/jq nopie.conf app-misc/mc nopie.conf app-misc/tmux nopie.conf app-portage/eix nopie.conf -app-portage/eix nopie.conf app-portage/gemato nopie.conf app-portage/portage-utils nopie.conf app-shells/bash nopie.conf @@ -128,7 +127,12 @@ dev-libs/spdlog nopie.conf dev-libs/tree-sitter nopie.conf dev-libs/unibilium nopie.conf dev-libs/wayland nopie.conf +dev-perl/HTML-Parser nopie.conf dev-perl/Locale-gettext nopie.conf +dev-perl/Net-SSLeay nopie.conf +dev-perl/Socket6 nopie.conf +dev-perl/TermReadKey nopie.conf +dev-perl/XML-Parser nopie.conf dev-python/PySocks nopie.conf dev-python/charset_normalizer nopie.conf dev-python/cython nopie.conf @@ -205,6 +209,7 @@ media-libs/tiff nopie.conf media-libs/webrtc-audio-processing nopie.conf media-plugins/alsa-plugins nopie.conf media-plugins/frei0r-plugins nopie.conf +media-sound/alsa-utils nopie.conf media-sound/cmus nopie.conf media-sound/lame nopie.conf media-sound/mpg123 nopie.conf @@ -230,6 +235,7 @@ net-libs/libsignal-protocol-c nopie.conf net-libs/libsoup nopie.conf net-libs/nghttp2 nopie.conf net-misc/curl nopie.conf +perl-core/Compress-Raw-Zlib nopie.conf sci-libs/fftw nopie.conf sys-apps/acl nopie.conf sys-apps/file nopie.conf @@ -261,7 +267,6 @@ sys-fs/cryptmount nopie.conf sys-fs/cryptsetup nopie.conf sys-fs/e2fsprogs nopie.conf sys-fs/fuse nopie.conf -#sys-fs/jmtpfs nopie.conf sys-fs/udev nopie.conf sys-fs/udisks nopie.conf sys-libs/argp-standalone nopie.conf @@ -295,24 +300,28 @@ www-client/w3m nopie.conf x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf x11-libs/xtrans nopie.conf -media-sound/alsa-utils nopie.conf -dev-perl/Socket6 nopie.conf -dev-perl/TermReadKey nopie.conf -dev-perl/Net-SSLeay nopie.conf -perl-core/Compress-Raw-Zlib nopie.conf -dev-perl/HTML-Parser nopie.conf -dev-perl/XML-Parser nopie.conf # No LTO, no PIE # Basic +app-admin/setools basic.conf dev-lang/perl basic.conf +dev-lang/python basic.conf dev-libs/appstream-glib basic.conf dev-libs/gobject-introspection basic.conf +dev-libs/libevent basic.conf dev-libs/libxml2 basic.conf dev-libs/libxslt basic.conf +dev-lua/lpeg basic.conf +dev-lua/luv basic.conf +dev-lua/mpack basic.conf +dev-python/cffi basic.conf +dev-python/cython basic.conf +dev-python/pycryptodome basic.conf +dev-util/pkgconf basic.conf gui-apps/waybar basic.conf media-libs/libcanberra basic.conf +media-libs/mlt basic.conf media-libs/opencv basic.conf media-sound/mumble basic.conf net-analyzer/openbsd-netcat basic.conf @@ -326,26 +335,15 @@ sys-apps/shadow basic.conf sys-block/parted basic.conf sys-boot/grub basic.conf sys-devel/gettext basic.conf +sys-fs/cryptmount basic.conf sys-fs/lvm2 basic.conf sys-libs/libcap basic.conf +sys-libs/libselinux basic.conf +sys-libs/libsemanage basic.conf sys-libs/musl basic.conf sys-libs/slang basic.conf sys-process/audit basic.conf sys-process/procps basic.conf -dev-libs/libevent basic.conf -dev-util/pkgconf basic.conf -sys-fs/cryptmount basic.conf -dev-lang/python basic.conf -dev-lua/lpeg basic.conf -dev-lua/luv basic.conf -dev-lua/mpack basic.conf -dev-python/cffi basic.conf -media-libs/mlt basic.conf -dev-python/cython basic.conf -dev-python/pycryptodome basic.conf -sys-libs/libselinux basic.conf -sys-libs/libsemanage basic.conf -app-admin/setools basic.conf # Chromium www-client/chromium chromium.conf From 7590f96d907f8be53cf2f4c013a74f016c96ed88 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Sep 2022 17:28:44 +0100 Subject: [PATCH 259/833] Remove outdated version. --- .../._cfg0000_linux-firmware-20220509 | 85 ------------------- 1 file changed, 85 deletions(-) delete mode 100644 portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220509 diff --git a/portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220509 b/portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220509 deleted file mode 100644 index 20d16e0..0000000 --- a/portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220509 +++ /dev/null @@ -1,85 +0,0 @@ -# Remove files that shall not be installed from this list. -amd/amd_sev_fam17h_model0xh.sbin -amd/amd_sev_fam17h_model3xh.sbin -amd-ucode/microcode_amd.bin -amd-ucode/microcode_amd_fam17h.bin -amdgpu/raven_asd.bin -amdgpu/raven_ce.bin -amdgpu/raven_gpu_info.bin -amdgpu/raven_me.bin -amdgpu/raven_mec.bin -amdgpu/raven_mec2.bin -amdgpu/raven_pfp.bin -amdgpu/raven_rlc.bin -amdgpu/raven_sdma.bin -amdgpu/raven_vcn.bin -amdgpu/raven_dmcu.bin -amdgpu/raven_kicker_rlc.bin -amdgpu/raven_ta.bin -amdgpu/picasso_asd.bin -amdgpu/picasso_ce.bin -amdgpu/picasso_gpu_info.bin -amdgpu/picasso_me.bin -amdgpu/picasso_mec.bin -amdgpu/picasso_mec2.bin -amdgpu/picasso_pfp.bin -amdgpu/picasso_rlc.bin -amdgpu/picasso_rlc_am4.bin -amdgpu/picasso_sdma.bin -amdgpu/picasso_vcn.bin -amdgpu/picasso_ta.bin -amdgpu/raven2_asd.bin -amdgpu/raven2_ce.bin -amdgpu/raven2_gpu_info.bin -amdgpu/raven2_me.bin -amdgpu/raven2_mec.bin -amdgpu/raven2_mec2.bin -amdgpu/raven2_pfp.bin -amdgpu/raven2_rlc.bin -amdgpu/raven2_sdma.bin -amdgpu/raven2_vcn.bin -amdgpu/raven2_ta.bin -amdgpu/gc_10_3_7_mec2.bin -amdgpu/gc_10_3_7_pfp.bin -amdgpu/gc_10_3_7_rlc.bin -amdgpu/dcn_3_1_6_dmcub.bin -amdgpu/psp_13_0_8_asd.bin -amdgpu/psp_13_0_8_ta.bin -amdgpu/psp_13_0_8_toc.bin -amdgpu/sdma_5_2_7.bin -ar5523.bin -ar7010.fw -ar7010_1_1.fw -ar9170-1.fw -ar9170-2.fw -ar9271.fw -atusb/atusb-0.2.dfu -atusb/atusb-0.3.dfu -atusb/rzusb-0.3.bin -inside-secure/eip197_minifw/ipue.bin -inside-secure/eip197_minifw/ifpp.bin -rt2561.bin -rt2561s.bin -rt2661.bin -rt2860.bin -rt2870.bin -rt3070.bin -rt3071.bin -rt3090.bin -rt3290.bin -rt73.bin -rtl_nic/rtl8168d-1.fw -rtl_nic/rtl8168d-2.fw -rtl_nic/rtl8168e-1.fw -rtl_nic/rtl8168e-2.fw -rtl_nic/rtl8168e-3.fw -rtl_nic/rtl8168f-1.fw -rtl_nic/rtl8168f-2.fw -rtl_nic/rtl8411-1.fw -rtl_nic/rtl8411-2.fw -rtl_nic/rtl8168g-1.fw -rtl_nic/rtl8168g-2.fw -rtl_nic/rtl8168g-3.fw -rtl_nic/rtl8168h-1.fw -rtl_nic/rtl8168h-2.fw -rtl_nic/rtl8168fp-3.fw From a7f9ce886f1fd83af50805d53728acd01653464a Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Sep 2022 19:07:56 +0100 Subject: [PATCH 260/833] Remove unnecessary AMD SEV firmware and unused CPU model microcode. --- portage/savedconfig/sys-kernel/linux-firmware-20220815 | 3 --- 1 file changed, 3 deletions(-) diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220815 b/portage/savedconfig/sys-kernel/linux-firmware-20220815 index 22d1a92..028e914 100644 --- a/portage/savedconfig/sys-kernel/linux-firmware-20220815 +++ b/portage/savedconfig/sys-kernel/linux-firmware-20220815 @@ -3,9 +3,6 @@ # Copyright 2022 Inference -amd/amd_sev_fam17h_model0xh.sbin -amd/amd_sev_fam17h_model3xh.sbin -amd-ucode/microcode_amd.bin amd-ucode/microcode_amd_fam17h.bin amdgpu/raven_asd.bin amdgpu/raven_ce.bin From 3dc360336df2b9fe01f747dafae714bee161ca93 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Sep 2022 19:09:45 +0100 Subject: [PATCH 261/833] Delete old firmware config. --- .../._cfg0000_linux-firmware-20220815 | 85 ------------------- 1 file changed, 85 deletions(-) delete mode 100644 portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220815 diff --git a/portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220815 b/portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220815 deleted file mode 100644 index 20d16e0..0000000 --- a/portage/savedconfig/sys-kernel/._cfg0000_linux-firmware-20220815 +++ /dev/null @@ -1,85 +0,0 @@ -# Remove files that shall not be installed from this list. -amd/amd_sev_fam17h_model0xh.sbin -amd/amd_sev_fam17h_model3xh.sbin -amd-ucode/microcode_amd.bin -amd-ucode/microcode_amd_fam17h.bin -amdgpu/raven_asd.bin -amdgpu/raven_ce.bin -amdgpu/raven_gpu_info.bin -amdgpu/raven_me.bin -amdgpu/raven_mec.bin -amdgpu/raven_mec2.bin -amdgpu/raven_pfp.bin -amdgpu/raven_rlc.bin -amdgpu/raven_sdma.bin -amdgpu/raven_vcn.bin -amdgpu/raven_dmcu.bin -amdgpu/raven_kicker_rlc.bin -amdgpu/raven_ta.bin -amdgpu/picasso_asd.bin -amdgpu/picasso_ce.bin -amdgpu/picasso_gpu_info.bin -amdgpu/picasso_me.bin -amdgpu/picasso_mec.bin -amdgpu/picasso_mec2.bin -amdgpu/picasso_pfp.bin -amdgpu/picasso_rlc.bin -amdgpu/picasso_rlc_am4.bin -amdgpu/picasso_sdma.bin -amdgpu/picasso_vcn.bin -amdgpu/picasso_ta.bin -amdgpu/raven2_asd.bin -amdgpu/raven2_ce.bin -amdgpu/raven2_gpu_info.bin -amdgpu/raven2_me.bin -amdgpu/raven2_mec.bin -amdgpu/raven2_mec2.bin -amdgpu/raven2_pfp.bin -amdgpu/raven2_rlc.bin -amdgpu/raven2_sdma.bin -amdgpu/raven2_vcn.bin -amdgpu/raven2_ta.bin -amdgpu/gc_10_3_7_mec2.bin -amdgpu/gc_10_3_7_pfp.bin -amdgpu/gc_10_3_7_rlc.bin -amdgpu/dcn_3_1_6_dmcub.bin -amdgpu/psp_13_0_8_asd.bin -amdgpu/psp_13_0_8_ta.bin -amdgpu/psp_13_0_8_toc.bin -amdgpu/sdma_5_2_7.bin -ar5523.bin -ar7010.fw -ar7010_1_1.fw -ar9170-1.fw -ar9170-2.fw -ar9271.fw -atusb/atusb-0.2.dfu -atusb/atusb-0.3.dfu -atusb/rzusb-0.3.bin -inside-secure/eip197_minifw/ipue.bin -inside-secure/eip197_minifw/ifpp.bin -rt2561.bin -rt2561s.bin -rt2661.bin -rt2860.bin -rt2870.bin -rt3070.bin -rt3071.bin -rt3090.bin -rt3290.bin -rt73.bin -rtl_nic/rtl8168d-1.fw -rtl_nic/rtl8168d-2.fw -rtl_nic/rtl8168e-1.fw -rtl_nic/rtl8168e-2.fw -rtl_nic/rtl8168e-3.fw -rtl_nic/rtl8168f-1.fw -rtl_nic/rtl8168f-2.fw -rtl_nic/rtl8411-1.fw -rtl_nic/rtl8411-2.fw -rtl_nic/rtl8168g-1.fw -rtl_nic/rtl8168g-2.fw -rtl_nic/rtl8168g-3.fw -rtl_nic/rtl8168h-1.fw -rtl_nic/rtl8168h-2.fw -rtl_nic/rtl8168fp-3.fw From e07eb55b4cb76265eb90068b097a6d67d1780e73 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Sep 2022 19:43:17 +0100 Subject: [PATCH 262/833] Add AMD Zen 3 family 15h microcode. --- portage/savedconfig/sys-kernel/linux-firmware-20220815 | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220815 b/portage/savedconfig/sys-kernel/linux-firmware-20220815 index 028e914..9e51bfa 100644 --- a/portage/savedconfig/sys-kernel/linux-firmware-20220815 +++ b/portage/savedconfig/sys-kernel/linux-firmware-20220815 @@ -3,6 +3,7 @@ # Copyright 2022 Inference +amd-ucode/microcode_amd_fam15h.bin amd-ucode/microcode_amd_fam17h.bin amdgpu/raven_asd.bin amdgpu/raven_ce.bin From 1d234888ffe718b618cab0a3290f8cb17a17e244 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Sep 2022 19:46:54 +0100 Subject: [PATCH 263/833] Change incorrectly added AMD CPU family 15h microcode to 19h microcode. --- portage/savedconfig/sys-kernel/linux-firmware-20220815 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220815 b/portage/savedconfig/sys-kernel/linux-firmware-20220815 index 9e51bfa..6007d6c 100644 --- a/portage/savedconfig/sys-kernel/linux-firmware-20220815 +++ b/portage/savedconfig/sys-kernel/linux-firmware-20220815 @@ -3,7 +3,7 @@ # Copyright 2022 Inference -amd-ucode/microcode_amd_fam15h.bin +amd-ucode/microcode_amd_fam19h.bin amd-ucode/microcode_amd_fam17h.bin amdgpu/raven_asd.bin amdgpu/raven_ce.bin From 1478da90edcb4d97771b46d2bef0a60d016959e1 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Sep 2022 22:18:27 +0100 Subject: [PATCH 264/833] Increase maximum number of CPUs to 12. Build AMD Zen and Zen 3 microcode into kernel. Remove virtualisation support from kernel. --- linux/.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linux/.config b/linux/.config index 7407454..9845127 100644 --- a/linux/.config +++ b/linux/.config @@ -28,7 +28,7 @@ CONFIG_THREAD_INFO_IN_TASK=y CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set # CONFIG_WERROR is not set -CONFIG_LOCALVERSION="-inferencium-AA000-0-0.1.2.3" +CONFIG_LOCALVERSION="-inferencium-AA000-0-0.2.0.4" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y @@ -341,7 +341,7 @@ CONFIG_DMI=y CONFIG_NR_CPUS_RANGE_BEGIN=2 CONFIG_NR_CPUS_RANGE_END=512 CONFIG_NR_CPUS_DEFAULT=64 -CONFIG_NR_CPUS=4 +CONFIG_NR_CPUS=12 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y CONFIG_SCHED_MC_PRIO=y @@ -596,8 +596,7 @@ CONFIG_SYSVIPC_COMPAT=y # end of Binary Emulations CONFIG_HAVE_KVM=y -CONFIG_VIRTUALIZATION=y -# CONFIG_KVM is not set +# CONFIG_VIRTUALIZATION is not set CONFIG_AS_AVX512=y CONFIG_AS_SHA1_NI=y CONFIG_AS_SHA256_NI=y @@ -1314,7 +1313,8 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y # Firmware loader # CONFIG_FW_LOADER=y -CONFIG_EXTRA_FIRMWARE="" +CONFIG_EXTRA_FIRMWARE="amd-ucode/microcode_amd_fam17h.bin amd-ucode/microcode_amd_fam19h.bin" +CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" # CONFIG_FW_LOADER_USER_HELPER is not set # CONFIG_FW_LOADER_COMPRESS is not set CONFIG_FW_CACHE=y From 31bd670a720ff01b6c100752885271afd4952b2e Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 18:48:43 +0100 Subject: [PATCH 265/833] Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. Switch to ThinLTO since full LTO now causes memory consumption issues. Limit ThinLTO thread count to 4. Limit Portage compilation thread count to 4. --- portage/make.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index ed04d02..17c7584 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -24,8 +24,8 @@ C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOU LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags. -CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__ ${C_SEC}" -CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_SEC}" +CFLAGS="-march=znver3 -O2 -pipe -flto=thin -flto-jobs=4 -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver3 -O2 -pipe -flto=thin -flto-jobs=4 ${C_SEC}" ## Linker flags. LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" @@ -65,3 +65,4 @@ GENTOO_MIRRORS="https://mirror.init7.net/gentoo/" ## Emerge. EMERGE_DEFAULT_OPTS="--ask --verbose" FEATURES="buildpkg" +MAKEOPTS="-j4" From 20044eb6a453c0ffe978e79bbfbdda85949219ff Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 18:50:59 +0100 Subject: [PATCH 266/833] Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. Sort toolchain commands A-Z. --- portage/env/basic.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/portage/env/basic.conf b/portage/env/basic.conf index fe9067b..432dc03 100644 --- a/portage/env/basic.conf +++ b/portage/env/basic.conf @@ -9,19 +9,19 @@ CC="clang" CPP="clang-cpp" CXX="clang++" LD="ld.lld" -STRINGS="llvm-strings" -STRIP="llvm-strip" NM="llvm-nm" -RANLIB="llvm-ranlib" -READELF="llvm-readelf" OBJCOPY="llvm-objcopy" OBJDUMP="llvm-objdump" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +STRINGS="llvm-strings" +STRIP="llvm-strip" # Flags. ## Compiler flags. -CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__" -CXXFLAGS="-march=znver1 -O2 -pipe" +CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__" +CXXFLAGS="-march=znver3 -O2 -pipe" ## Linker flags. LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind" From e7bf56fc61e4032a55991bae876ee578c7e6576c Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 18:51:33 +0100 Subject: [PATCH 267/833] Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. --- portage/env/chromium.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf index 57882a3..925fb78 100644 --- a/portage/env/chromium.conf +++ b/portage/env/chromium.conf @@ -1,6 +1,6 @@ ## Compiler flags. -CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__" -CXXFLAGS="-march=znver1 -O2 -pipe" +CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__" +CXXFLAGS="-march=znver3 -O2 -pipe" ## Linker flags. LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind" From 4914239ca442cf27f6c3e55efb944b8d376b0e40 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 18:54:57 +0100 Subject: [PATCH 268/833] Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. Sort toolchain commands A-Z. --- portage/env/gcc-basic.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/env/gcc-basic.conf b/portage/env/gcc-basic.conf index 083e2d3..be50da0 100644 --- a/portage/env/gcc-basic.conf +++ b/portage/env/gcc-basic.conf @@ -4,17 +4,17 @@ # Toolchain. +AR="ar" CC="gcc" CXX="g++" -AR="ar" NM="nm" RANLIB="ranlib" # Flags. ## Compiler flags. -CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__" -CXXFLAGS="-march=znver1 -O2 -pipe" +CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__" +CXXFLAGS="-march=znver3 -O2 -pipe" ## Linker flags. LDFLAGS="-Wl,-O2" From d5b121cc48354600c8f6e3dbd369a97d996f225d Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 19:22:38 +0100 Subject: [PATCH 269/833] Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. Sort toolchain commands A-Z. --- portage/env/gcc-nolto-nopie.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/env/gcc-nolto-nopie.conf b/portage/env/gcc-nolto-nopie.conf index e02708e..b3abb11 100644 --- a/portage/env/gcc-nolto-nopie.conf +++ b/portage/env/gcc-nolto-nopie.conf @@ -4,9 +4,9 @@ # Toolchain. +AR="ar" CC="gcc" CXX="g++" -AR="ar" NM="nm" RANLIB="ranlib" @@ -17,8 +17,8 @@ C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags. -CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" -CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" +CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver3 -O2 -pipe ${C_SEC}" ## Linker flags. LDFLAGS="-Wl,-O2 ${LD_SEC}" From 2212fecc2b103a16b93db057c5690413dcfa4915 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 19:23:41 +0100 Subject: [PATCH 270/833] Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. Sort toolchain commands A-Z. --- portage/env/gcc-nolto.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/env/gcc-nolto.conf b/portage/env/gcc-nolto.conf index 33b0327..00bb2b9 100644 --- a/portage/env/gcc-nolto.conf +++ b/portage/env/gcc-nolto.conf @@ -4,9 +4,9 @@ # Toolchain. +AR="ar" CC="gcc" CXX="g++" -AR="ar" NM="nm" RANLIB="ranlib" @@ -17,8 +17,8 @@ C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOU LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags. -CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" -CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" +CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver3 -O2 -pipe ${C_SEC}" ## Linker flags. LDFLAGS="-Wl,-O2 ${LD_SEC}" From 2bdabbb87ae63f3afc426f0a0eeb28d4c2ddd129 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 19:24:35 +0100 Subject: [PATCH 271/833] Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. Sort toolchain commands A-Z. --- portage/env/gcc-nopie.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/env/gcc-nopie.conf b/portage/env/gcc-nopie.conf index fbff63d..b6f082e 100644 --- a/portage/env/gcc-nopie.conf +++ b/portage/env/gcc-nopie.conf @@ -4,9 +4,9 @@ # Toolchain. +AR="ar" CC="gcc" CXX="g++" -AR="ar" NM="nm" RANLIB="ranlib" @@ -17,8 +17,8 @@ C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags. -CFLAGS="-march=znver1 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_SEC}" -CXXFLAGS="-march=znver1 -O2 -pipe -flto=4 ${C_SEC}" +CFLAGS="-march=znver3 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver3 -O2 -pipe -flto=4 ${C_SEC}" ## Linker flags. LDFLAGS="-Wl,-O2 ${LD_SEC}" From 97c803145ca33324aa180140bb5da2753b823ea4 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 19:25:20 +0100 Subject: [PATCH 272/833] Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. Sort toolchain commands A-Z. --- portage/env/gcc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/env/gcc.conf b/portage/env/gcc.conf index a536c2f..eea24e5 100644 --- a/portage/env/gcc.conf +++ b/portage/env/gcc.conf @@ -4,9 +4,9 @@ # Toolchain. +AR="ar" CC="gcc" CXX="g++" -AR="ar" NM="nm" RANLIB="ranlib" @@ -17,8 +17,8 @@ C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOU LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags. -CFLAGS="-march=znver1 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_SEC}" -CXXFLAGS="-march=znver1 -O2 -pipe -flto=4 ${C_SEC}" +CFLAGS="-march=znver3 -O2 -pipe -flto=4 -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver3 -O2 -pipe -flto=4 ${C_SEC}" ## Linker flags. LDFLAGS="-Wl,-O2 ${LD_SEC}" From 995b294c9867136447129d68c13e025e9add7edd Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 19:26:02 +0100 Subject: [PATCH 273/833] Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. Sort toolchain commands A-Z. --- portage/env/nolto-nopie.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/portage/env/nolto-nopie.conf b/portage/env/nolto-nopie.conf index e9be187..c2632f6 100644 --- a/portage/env/nolto-nopie.conf +++ b/portage/env/nolto-nopie.conf @@ -9,13 +9,13 @@ CC="clang" CPP="clang-cpp" CXX="clang++" LD="ld.lld" -STRINGS="llvm-strings" -STRIP="llvm-strip" NM="llvm-nm" -RANLIB="llvm-ranlib" -READELF="llvm-readelf" OBJCOPY="llvm-objcopy" OBJDUMP="llvm-objdump" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +STRINGS="llvm-strings" +STRIP="llvm-strip" # Flags. @@ -24,8 +24,8 @@ C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags. -CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" -CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" +CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver3 -O2 -pipe ${C_SEC}" ## Linker flags. LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" From 58eaf83cf0e764e9b519f6471438c3dc0c1ed82f Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 19:26:41 +0100 Subject: [PATCH 274/833] Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. Sort toolchain commands A-Z. --- portage/env/nolto.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/portage/env/nolto.conf b/portage/env/nolto.conf index 5360bd0..ba68c1f 100644 --- a/portage/env/nolto.conf +++ b/portage/env/nolto.conf @@ -9,13 +9,13 @@ CC="clang" CPP="clang-cpp" CXX="clang++" LD="ld.lld" -STRINGS="llvm-strings" -STRIP="llvm-strip" NM="llvm-nm" -RANLIB="llvm-ranlib" -READELF="llvm-readelf" OBJCOPY="llvm-objcopy" OBJDUMP="llvm-objdump" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +STRINGS="llvm-strings" +STRIP="llvm-strip" # Flags. @@ -24,8 +24,8 @@ C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOU LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags. -CFLAGS="-march=znver1 -O2 -pipe -U__gnu_linux__ ${C_SEC}" -CXXFLAGS="-march=znver1 -O2 -pipe ${C_SEC}" +CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver3 -O2 -pipe ${C_SEC}" ## Linker flags. LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" From fed721b8b8ee211dfa5ec5e4fdc43590487054d2 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 19:28:32 +0100 Subject: [PATCH 275/833] Change microarchitecture from Zen 1 to Zen 3 due to CPU architecture change. Switch to ThinLTO since full LTO now causes memory consumption issues. Limit ThinLTO thread count to 4. --- portage/env/nopie.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/portage/env/nopie.conf b/portage/env/nopie.conf index 7b49a2f..fd4a693 100644 --- a/portage/env/nopie.conf +++ b/portage/env/nopie.conf @@ -9,13 +9,13 @@ CC="clang" CPP="clang-cpp" CXX="clang++" LD="ld.lld" -STRINGS="llvm-strings" -STRIP="llvm-strip" NM="llvm-nm" -RANLIB="llvm-ranlib" -READELF="llvm-readelf" OBJCOPY="llvm-objcopy" OBJDUMP="llvm-objdump" +RANLIB="llvm-ranlib" +READELF="llvm-readelf" +STRINGS="llvm-strings" +STRIP="llvm-strip" # Flags. @@ -24,8 +24,8 @@ C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOU LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags. -CFLAGS="-march=znver1 -O2 -pipe -flto=full -U__gnu_linux__ ${C_SEC}" -CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_SEC}" +CFLAGS="-march=znver3 -O2 -pipe -flto=thin -flto-jobs=4 -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver3 -O2 -pipe -flto=thin -flto-jobs=4 ${C_SEC}" ## Linker flags. LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" From 9f56fecb703dc6a4689faa4dbf51a174206521d0 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 19:57:28 +0100 Subject: [PATCH 276/833] Remove AMD family 17h CPU microcode due to architecture change. Remove AMD Raven and Raven 2 GPU firmware due to GPU change. Remove AMD Picasso GPU firmware since it is not required for this system. Remove all Realtek RTL NIC firmware except required RTL 8168h since it is the only firmware required. --- .../sys-kernel/linux-firmware-20220815 | 61 ++++--------------- 1 file changed, 11 insertions(+), 50 deletions(-) diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220815 b/portage/savedconfig/sys-kernel/linux-firmware-20220815 index 6007d6c..b8b40a9 100644 --- a/portage/savedconfig/sys-kernel/linux-firmware-20220815 +++ b/portage/savedconfig/sys-kernel/linux-firmware-20220815 @@ -4,43 +4,17 @@ amd-ucode/microcode_amd_fam19h.bin -amd-ucode/microcode_amd_fam17h.bin -amdgpu/raven_asd.bin -amdgpu/raven_ce.bin -amdgpu/raven_gpu_info.bin -amdgpu/raven_me.bin -amdgpu/raven_mec.bin -amdgpu/raven_mec2.bin -amdgpu/raven_pfp.bin -amdgpu/raven_rlc.bin -amdgpu/raven_sdma.bin -amdgpu/raven_vcn.bin -amdgpu/raven_dmcu.bin -amdgpu/raven_kicker_rlc.bin -amdgpu/raven_ta.bin -amdgpu/picasso_asd.bin -amdgpu/picasso_ce.bin -amdgpu/picasso_gpu_info.bin -amdgpu/picasso_me.bin -amdgpu/picasso_mec.bin -amdgpu/picasso_mec2.bin -amdgpu/picasso_pfp.bin -amdgpu/picasso_rlc.bin -amdgpu/picasso_rlc_am4.bin -amdgpu/picasso_sdma.bin -amdgpu/picasso_vcn.bin -amdgpu/picasso_ta.bin -amdgpu/raven2_asd.bin -amdgpu/raven2_ce.bin -amdgpu/raven2_gpu_info.bin -amdgpu/raven2_me.bin -amdgpu/raven2_mec.bin -amdgpu/raven2_mec2.bin -amdgpu/raven2_pfp.bin -amdgpu/raven2_rlc.bin -amdgpu/raven2_sdma.bin -amdgpu/raven2_vcn.bin -amdgpu/raven2_ta.bin +amdgpu/green_sardine_asd.bin +amdgpu/green_sardine_ce.bin +amdgpu/green_sardine_dmcub.bin +amdgpu/green_sardine_me.bin +amdgpu/green_sardine_mec2.bin +amdgpu/green_sardine_mec.bin +amdgpu/green_sardine_pfp.bin +amdgpu/green_sardine_rlc.bin +amdgpu/green_sardine_sdma.bin +amdgpu/green_sardine_ta.bin +amdgpu/green_sardine_vcn.bin amdgpu/gc_10_3_7_mec2.bin amdgpu/gc_10_3_7_pfp.bin amdgpu/gc_10_3_7_rlc.bin @@ -70,18 +44,5 @@ rt3071.bin rt3090.bin rt3290.bin rt73.bin -rtl_nic/rtl8168d-1.fw -rtl_nic/rtl8168d-2.fw -rtl_nic/rtl8168e-1.fw -rtl_nic/rtl8168e-2.fw -rtl_nic/rtl8168e-3.fw -rtl_nic/rtl8168f-1.fw -rtl_nic/rtl8168f-2.fw -rtl_nic/rtl8411-1.fw -rtl_nic/rtl8411-2.fw -rtl_nic/rtl8168g-1.fw -rtl_nic/rtl8168g-2.fw -rtl_nic/rtl8168g-3.fw rtl_nic/rtl8168h-1.fw rtl_nic/rtl8168h-2.fw -rtl_nic/rtl8168fp-3.fw From 630473352be96b2ccb45a0c061108636fb874bb5 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 21:18:23 +0100 Subject: [PATCH 277/833] Remove unused firmware. --- .../sys-kernel/linux-firmware-20220815 | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220815 b/portage/savedconfig/sys-kernel/linux-firmware-20220815 index b8b40a9..6807323 100644 --- a/portage/savedconfig/sys-kernel/linux-firmware-20220815 +++ b/portage/savedconfig/sys-kernel/linux-firmware-20220815 @@ -23,26 +23,4 @@ amdgpu/psp_13_0_8_asd.bin amdgpu/psp_13_0_8_ta.bin amdgpu/psp_13_0_8_toc.bin amdgpu/sdma_5_2_7.bin -ar5523.bin -ar7010.fw -ar7010_1_1.fw -ar9170-1.fw -ar9170-2.fw -ar9271.fw -atusb/atusb-0.2.dfu -atusb/atusb-0.3.dfu -atusb/rzusb-0.3.bin -inside-secure/eip197_minifw/ipue.bin -inside-secure/eip197_minifw/ifpp.bin -rt2561.bin -rt2561s.bin -rt2661.bin -rt2860.bin -rt2870.bin -rt3070.bin -rt3071.bin -rt3090.bin -rt3290.bin -rt73.bin -rtl_nic/rtl8168h-1.fw rtl_nic/rtl8168h-2.fw From e62f27886dd5e61c1d7940823752e0e399770e0c Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 21:25:22 +0100 Subject: [PATCH 278/833] Add comments to identify firmware. --- .../savedconfig/sys-kernel/linux-firmware-20220815 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220815 b/portage/savedconfig/sys-kernel/linux-firmware-20220815 index 6807323..5f4fedd 100644 --- a/portage/savedconfig/sys-kernel/linux-firmware-20220815 +++ b/portage/savedconfig/sys-kernel/linux-firmware-20220815 @@ -3,7 +3,10 @@ # Copyright 2022 Inference +# CPU. amd-ucode/microcode_amd_fam19h.bin + +# GPU. amdgpu/green_sardine_asd.bin amdgpu/green_sardine_ce.bin amdgpu/green_sardine_dmcub.bin @@ -15,12 +18,22 @@ amdgpu/green_sardine_rlc.bin amdgpu/green_sardine_sdma.bin amdgpu/green_sardine_ta.bin amdgpu/green_sardine_vcn.bin + +# AMD GC. amdgpu/gc_10_3_7_mec2.bin amdgpu/gc_10_3_7_pfp.bin amdgpu/gc_10_3_7_rlc.bin + +# AMD DCN. amdgpu/dcn_3_1_6_dmcub.bin + +# AMD PSP. amdgpu/psp_13_0_8_asd.bin amdgpu/psp_13_0_8_ta.bin amdgpu/psp_13_0_8_toc.bin + +# AMD SDMA. amdgpu/sdma_5_2_7.bin + +# NIC. rtl_nic/rtl8168h-2.fw From 838428152efd325b731eea43fb2dea8f8e94b797 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 23:10:16 +0100 Subject: [PATCH 279/833] Disable kvm.nx_huge_pages mitigation. Disable L1 Terminal Fault mitigation due to current CPU not being vulnerable. Disable Microarchitectural Data Sampling mitigation due to current CPU not being vulnerable. Disable MMIO stale data mitigation due to current CPU not being vulnerable. Disable Page Table Isolation mitigation due to current CPU not being vulnerable. Disable Retbleed mitigation due to current CPU not being vulnerable. Enable Spectre V2 mitigation due to current CPU being vulnerable. Enable Speculative Store Bypass mitigation due to current CPU being vulnerable. Disable Special Register Buffer Data Sampling mitigation due to current CPU not being vulnerable. Disable Transactional Synchronization Extensions mitigation async abort due to current CPU not being vulnerable. Disable debugfs. Enable initialize-on-allocation to ensure memory is zeroed on allocation. Enable initialize-on-free to ensure memory is zeroed on free. Enable page allocation shuffle. Enable randomize kstack offset. Disable SLAB merging. Disable vsyscall. Disable SMT for protection against potential security issues. Remove CPU mitigations not applicable to current CPU. Remove wireless support. Build system firmware into kernel. --- linux/.config | 39 +++++++++------------------------------ 1 file changed, 9 insertions(+), 30 deletions(-) diff --git a/linux/.config b/linux/.config index 9845127..a5b0603 100644 --- a/linux/.config +++ b/linux/.config @@ -28,7 +28,7 @@ CONFIG_THREAD_INFO_IN_TASK=y CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set # CONFIG_WERROR is not set -CONFIG_LOCALVERSION="-inferencium-AA000-0-0.2.0.4" +CONFIG_LOCALVERSION="-inferencium-AA000-0-0.4.0.6" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y @@ -434,8 +434,8 @@ CONFIG_HOTPLUG_CPU=y CONFIG_LEGACY_VSYSCALL_XONLY=y # CONFIG_LEGACY_VSYSCALL_NONE is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="\"root=UUID=2c866bb8-3352-4240-b849-775cebfb6d7b rd.luks.uuid=c6453dde-a22f-4b2f-b6b4-eb82b89c1105 rd.luks.allow-discards\"" -# CONFIG_CMDLINE_OVERRIDE is not set +CONFIG_CMDLINE="kvm.nx_huge_pages=off l1tf=off mds=off mmio_stale_data=off pti=off retbleed=off spectre_v2=on spec_store_bypass_disable=on srbds=off tsx_async_abort=off debugfs=off init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 randomize_kstack_offset=on slab_nomerge vsyscall=none nosmt=force root=UUID=[REDACTED] rd.luks.uuid=[REDACTED]" +CONFIG_CMDLINE_OVERRIDE=y CONFIG_MODIFY_LDT_SYSCALL=y CONFIG_HAVE_LIVEPATCH=y # end of Processor type and features @@ -443,12 +443,12 @@ CONFIG_HAVE_LIVEPATCH=y CONFIG_CC_HAS_SLS=y CONFIG_CC_HAS_RETURN_THUNK=y CONFIG_SPECULATION_MITIGATIONS=y -CONFIG_PAGE_TABLE_ISOLATION=y +# CONFIG_PAGE_TABLE_ISOLATION is not set CONFIG_RETPOLINE=y CONFIG_RETHUNK=y -CONFIG_CPU_UNRET_ENTRY=y -CONFIG_CPU_IBPB_ENTRY=y -CONFIG_CPU_IBRS_ENTRY=y +# CONFIG_CPU_UNRET_ENTRY is not set +# CONFIG_CPU_IBPB_ENTRY is not set +# CONFIG_CPU_IBRS_ENTRY is not set CONFIG_SLS=y CONFIG_ARCH_HAS_ADD_PAGES=y CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y @@ -1195,27 +1195,7 @@ CONFIG_NET_FLOW_LIMIT=y # CONFIG_AF_KCM is not set # CONFIG_MCTP is not set CONFIG_FIB_RULES=y -CONFIG_WIRELESS=y -CONFIG_CFG80211=y -# CONFIG_NL80211_TESTMODE is not set -# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set -CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y -CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y -CONFIG_CFG80211_DEFAULT_PS=y -# CONFIG_CFG80211_DEBUGFS is not set -CONFIG_CFG80211_CRDA_SUPPORT=y -# CONFIG_CFG80211_WEXT is not set -CONFIG_MAC80211=y -CONFIG_MAC80211_HAS_RC=y -CONFIG_MAC80211_RC_MINSTREL=y -CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y -CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" -# CONFIG_MAC80211_MESH is not set -CONFIG_MAC80211_LEDS=y -# CONFIG_MAC80211_DEBUGFS is not set -# CONFIG_MAC80211_MESSAGE_TRACING is not set -# CONFIG_MAC80211_DEBUG_MENU is not set -CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 +# CONFIG_WIRELESS is not set CONFIG_RFKILL=y CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y @@ -1313,7 +1293,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y # Firmware loader # CONFIG_FW_LOADER=y -CONFIG_EXTRA_FIRMWARE="amd-ucode/microcode_amd_fam17h.bin amd-ucode/microcode_amd_fam19h.bin" +CONFIG_EXTRA_FIRMWARE="amd-ucode/microcode_amd_fam19h.bin amdgpu/green_sardine_asd.bin amdgpu/green_sardine_ce.bin amdgpu/green_sardine_dmcub.bin amdgpu/green_sardine_me.bin amdgpu/green_sardine_mec2.bin amdgpu/green_sardine_mec.bin amdgpu/green_sardine_pfp.bin amdgpu/green_sardine_rlc.bin amdgpu/green_sardine_sdma.bin amdgpu/green_sardine_ta.bin amdgpu/green_sardine_vcn.bin amdgpu/gc_10_3_7_mec2.bin amdgpu/gc_10_3_7_pfp.bin amdgpu/gc_10_3_7_rlc.bin amdgpu/dcn_3_1_6_dmcub.bin amdgpu/psp_13_0_8_asd.bin amdgpu/psp_13_0_8_ta.bin amdgpu/psp_13_0_8_toc.bin amdgpu/sdma_5_2_7.bin rtl_nic/rtl8168h-2.fw" CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" # CONFIG_FW_LOADER_USER_HELPER is not set # CONFIG_FW_LOADER_COMPRESS is not set @@ -4110,7 +4090,6 @@ CONFIG_ARCH_USE_SYM_ANNOTATIONS=y # Crypto library routines # CONFIG_CRYPTO_LIB_AES=y -CONFIG_CRYPTO_LIB_ARC4=y CONFIG_CRYPTO_ARCH_HAVE_LIB_BLAKE2S=y CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y CONFIG_CRYPTO_LIB_CHACHA_GENERIC=y From 88e235911dc904d968ad8611b13bd333ce134de5 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 16 Sep 2022 23:21:24 +0100 Subject: [PATCH 280/833] Add LLVM common files and Clang common files packages. --- portage/sets/toolchain-llvm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portage/sets/toolchain-llvm b/portage/sets/toolchain-llvm index 6219ff1..1f3f19d 100644 --- a/portage/sets/toolchain-llvm +++ b/portage/sets/toolchain-llvm @@ -4,9 +4,11 @@ sys-devel/clang +sys-devel/clang-common sys-devel/clang-runtime sys-devel/lld sys-devel/llvm +sys-devel/llvm-common sys-libs/compiler-rt sys-libs/compiler-rt-sanitizers sys-libs/libcxx From 4bf4ce6b20781c4dc6ae1012a9d65f39a80a9b36 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 17 Sep 2022 00:08:29 +0100 Subject: [PATCH 281/833] Move LTO thread count to LDFLAGS due to Clang ignoring it when set in CFLAGS. --- portage/make.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index 17c7584..edf46e6 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -24,11 +24,11 @@ C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOU LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags. -CFLAGS="-march=znver3 -O2 -pipe -flto=thin -flto-jobs=4 -U__gnu_linux__ ${C_SEC}" -CXXFLAGS="-march=znver3 -O2 -pipe -flto=thin -flto-jobs=4 ${C_SEC}" +CFLAGS="-march=znver3 -O2 -pipe -flto=thin -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver3 -O2 -pipe -flto=thin ${C_SEC}" ## Linker flags. -LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -flto-jobs=4 ${LD_SEC}" ## USE flags. USE="clang dbus elogind libcxx libedit llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-llvm system-png system-webp verify-sig wayland" From 1513c6030fdd131ea84af9e1f7ee8658edb74442 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 17 Sep 2022 00:09:45 +0100 Subject: [PATCH 282/833] Move LTO thread count to LDFLAGS due to Clang ignoring it when set in CFLAGS. --- portage/env/nopie.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/env/nopie.conf b/portage/env/nopie.conf index fd4a693..c620ee8 100644 --- a/portage/env/nopie.conf +++ b/portage/env/nopie.conf @@ -24,8 +24,8 @@ C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOU LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags. -CFLAGS="-march=znver3 -O2 -pipe -flto=thin -flto-jobs=4 -U__gnu_linux__ ${C_SEC}" -CXXFLAGS="-march=znver3 -O2 -pipe -flto=thin -flto-jobs=4 ${C_SEC}" +CFLAGS="-march=znver3 -O2 -pipe -flto=thin -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver3 -O2 -pipe -flto=thin ${C_SEC}" ## Linker flags. -LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -flto-jobs=4 ${LD_SEC}" From 09dff353b0c1a9eb1d227983cf7c1c019ae56b2c Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 17 Sep 2022 00:25:14 +0100 Subject: [PATCH 283/833] Fix LTO linker argument. --- portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/make.conf b/portage/make.conf index edf46e6..c335a94 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -28,7 +28,7 @@ CFLAGS="-march=znver3 -O2 -pipe -flto=thin -U__gnu_linux__ ${C_SEC}" CXXFLAGS="-march=znver3 -O2 -pipe -flto=thin ${C_SEC}" ## Linker flags. -LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -flto-jobs=4 ${LD_SEC}" +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs=4 ${LD_SEC}" ## USE flags. USE="clang dbus elogind libcxx libedit llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-llvm system-png system-webp verify-sig wayland" From 4ffaaf9b3ffc5c4e5191230e3f20b1e3956dffaf Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 17 Sep 2022 00:26:25 +0100 Subject: [PATCH 284/833] Fix LTO linker argument. --- portage/env/nopie.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/env/nopie.conf b/portage/env/nopie.conf index c620ee8..0380095 100644 --- a/portage/env/nopie.conf +++ b/portage/env/nopie.conf @@ -28,4 +28,4 @@ CFLAGS="-march=znver3 -O2 -pipe -flto=thin -U__gnu_linux__ ${C_SEC}" CXXFLAGS="-march=znver3 -O2 -pipe -flto=thin ${C_SEC}" ## Linker flags. -LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -flto-jobs=4 ${LD_SEC}" +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs=4 ${LD_SEC}" From a375f34c327a77588885a1bcbf3dc8e7ca0009c9 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 17 Sep 2022 14:55:14 +0100 Subject: [PATCH 285/833] Move sys-libs/compiler-rt from No PIE env to Basic env. --- portage/package.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 1374ae6..433eaf7 100644 --- a/portage/package.env +++ b/portage/package.env @@ -271,7 +271,6 @@ sys-fs/udev nopie.conf sys-fs/udisks nopie.conf sys-libs/argp-standalone nopie.conf sys-libs/binutils-libs nopie.conf -sys-libs/compiler-rt nopie.conf sys-libs/compiler-rt-sanitizers nopie.conf sys-libs/efivar nopie.conf sys-libs/fts-standalone nopie.conf @@ -337,6 +336,7 @@ sys-boot/grub basic.conf sys-devel/gettext basic.conf sys-fs/cryptmount basic.conf sys-fs/lvm2 basic.conf +sys-libs/compiler-rt basic.conf sys-libs/libcap basic.conf sys-libs/libselinux basic.conf sys-libs/libsemanage basic.conf From 5179242fbeb2d7c81c8312cea424ef67b9592a88 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 17 Sep 2022 22:13:25 +0100 Subject: [PATCH 286/833] Update Inferencium repository to point to new Fortress repository. --- portage/repos.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portage/repos.conf b/portage/repos.conf index 5c6aff6..190daa3 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -15,10 +15,10 @@ location = /var/db/repos/musl sync-type = git sync-uri = https://anongit.gentoo.org/git/proj/musl.git -[inferencium] -location = /var/db/repos/inferencium +[fortress] +location = /var/db/repos/fortress sync-type = git -sync-uri = https://codeberg.org/inference/inferencium.git +sync-uri = https://codeberg.org/inference/fortress.git [mmd] location = /var/db/repos/mmd From ec0df2cf4c549b359a89adcb9f3bfb376fb2011e Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 18 Sep 2022 20:54:19 +0100 Subject: [PATCH 287/833] Update Linux firmware to 20220913. --- .../{linux-firmware-20220815 => linux-firmware-20220913} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename portage/savedconfig/sys-kernel/{linux-firmware-20220815 => linux-firmware-20220913} (100%) diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220815 b/portage/savedconfig/sys-kernel/linux-firmware-20220913 similarity index 100% rename from portage/savedconfig/sys-kernel/linux-firmware-20220815 rename to portage/savedconfig/sys-kernel/linux-firmware-20220913 From f5ad77642faab52d0c976ffdbce2f32d8ec57564 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 18 Sep 2022 21:29:41 +0100 Subject: [PATCH 288/833] Add patch to replace GNU/Linux strings with Linux strings, since GNU has no relation to Linux whatsoever. --- portage/patches/sys-boot/grub/gnulinux.patch | 29 ++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 portage/patches/sys-boot/grub/gnulinux.patch diff --git a/portage/patches/sys-boot/grub/gnulinux.patch b/portage/patches/sys-boot/grub/gnulinux.patch new file mode 100644 index 0000000..d8bce1e --- /dev/null +++ b/portage/patches/sys-boot/grub/gnulinux.patch @@ -0,0 +1,29 @@ +Not GNU/Linux. + +--- a/util/grub.d/10_linux.in ++++ b/util/grub.d/10_linux.in +@@ -29,9 +29,9 @@ export TEXTDOMAINDIR="@localedir@" + CLASS="--class gnu-linux --class gnu --class os" + + if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then +- OS=GNU/Linux ++ OS=Linux + else +- OS="${GRUB_DISTRIBUTOR} GNU/Linux" ++ OS="${GRUB_DISTRIBUTOR} Linux" + CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1|LC_ALL=C sed 's,[^[:alnum:]_],_,g') ${CLASS}" + fi + +--- a/util/grub.d/20_linux_xen.in ++++ b/util/grub.d/20_linux_xen.in +@@ -29,9 +29,9 @@ export TEXTDOMAINDIR="@localedir@" + CLASS="--class gnu-linux --class gnu --class os --class xen" + + if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then +- OS=GNU/Linux ++ OS=Linux + else +- OS="${GRUB_DISTRIBUTOR} GNU/Linux" ++ OS="${GRUB_DISTRIBUTOR} Linux" + CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1|LC_ALL=C sed 's,[^[:alnum:]_],_,g') ${CLASS}" + fi From 877700509c91c87bde7f6fa972704db2475d7a4e Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 18 Sep 2022 23:19:28 +0100 Subject: [PATCH 289/833] Add dev-python/snakeoil to No PIE env. --- portage/package.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portage/package.env b/portage/package.env index 433eaf7..2c7a04e 100644 --- a/portage/package.env +++ b/portage/package.env @@ -29,6 +29,7 @@ app-crypt/gnupg nopie.conf app-crypt/gpgme nopie.conf app-crypt/libb2 nopie.conf app-crypt/libmd nopie.conf +app-crypt/mhash nopie.conf app-crypt/pinentry nopie.conf app-crypt/rhash nopie.conf app-editors/neovim nopie.conf @@ -143,6 +144,7 @@ dev-python/pygments nopie.conf dev-python/pypax nopie.conf dev-python/setuptools nopie.conf dev-python/setuptools_scm nopie.conf +dev-python/snakeoil nopie.conf dev-qt/* nopie.conf dev-util/cbindgen nopie.conf dev-util/meson nopie.conf From c763f19e448f12e58e82c2f649060bbb0a1328ac Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 18 Sep 2022 23:23:43 +0100 Subject: [PATCH 290/833] Move dev-python/snakeoil from No PIE env to Basic env. --- portage/package.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 2c7a04e..fbdf6be 100644 --- a/portage/package.env +++ b/portage/package.env @@ -144,7 +144,7 @@ dev-python/pygments nopie.conf dev-python/pypax nopie.conf dev-python/setuptools nopie.conf dev-python/setuptools_scm nopie.conf -dev-python/snakeoil nopie.conf +#dev-python/snakeoil nopie.conf dev-qt/* nopie.conf dev-util/cbindgen nopie.conf dev-util/meson nopie.conf @@ -319,6 +319,7 @@ dev-lua/mpack basic.conf dev-python/cffi basic.conf dev-python/cython basic.conf dev-python/pycryptodome basic.conf +dev-python/snakeoil basic.conf dev-util/pkgconf basic.conf gui-apps/waybar basic.conf media-libs/libcanberra basic.conf From ef998e3b43c6299360ad09537b72aba41a0e53af Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 18 Sep 2022 23:27:49 +0100 Subject: [PATCH 291/833] Add dev-perl/Digest-SHA1 to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index fbdf6be..7b83f36 100644 --- a/portage/package.env +++ b/portage/package.env @@ -128,6 +128,7 @@ dev-libs/spdlog nopie.conf dev-libs/tree-sitter nopie.conf dev-libs/unibilium nopie.conf dev-libs/wayland nopie.conf +dev-perl/Digest-SHA1 nopie.conf dev-perl/HTML-Parser nopie.conf dev-perl/Locale-gettext nopie.conf dev-perl/Net-SSLeay nopie.conf From 4f0a9ad71f542dbe81502c25adf5bbe047ec0d39 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 19 Sep 2022 15:36:21 +0100 Subject: [PATCH 292/833] Remove sys-libs/musl-legacy-compat since it is no longer available. --- portage/package.accept_keywords | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index f27450a..faf8a6b 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -27,6 +27,5 @@ sys-fs/jmtpfs ~amd64 sys-libs/libexecinfo ~amd64 sys-libs/libomp ~amd64 sys-libs/libucontext ~amd64 -sys-libs/musl-legacy-compat ~amd64 virtual/rust ~amd64 www-client/chromium ~amd64 From 5ca7f32dd39dc4ad39f83d50a14e4b9c9e5b9e66 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 19 Sep 2022 15:37:53 +0100 Subject: [PATCH 293/833] Remove yemou-overlay dev-lang/rust since it is now compatible with musl from gentoo repository. --- portage/package.accept_keywords | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index faf8a6b..526dab3 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -5,7 +5,6 @@ Date: Mon, 19 Sep 2022 15:56:08 +0100 Subject: [PATCH 294/833] Add dev-util/android-tools unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 526dab3..38a2ea2 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -12,6 +12,7 @@ dev-libs/libstrophe ~amd64 dev-libs/nss ~amd64 dev-libs/olm ~amd64 dev-libs/spdlog ~amd64 +dev-util/android-tools ~amd64 fs-util/fsverity-utils ~amd64 games-rpg/cataclysm-dda ~amd64 gui-apps/waybar ~amd64 From 92c444fef7fa9649cb62afb4ce2b988485cf1d68 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 19 Sep 2022 18:50:32 +0100 Subject: [PATCH 295/833] Add app-arch/lz4 to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 7b83f36..6c83eb8 100644 --- a/portage/package.env +++ b/portage/package.env @@ -20,6 +20,7 @@ app-admin/sysklogd nopie.conf app-arch/brotli nopie.conf app-arch/bzip2 nopie.conf app-arch/libarchive nopie.conf +app-arch/lz4 nopie.conf app-arch/unrar nopie.conf app-arch/xz-utils nopie.conf app-arch/zstd nopie.conf From 6768641feb7389fb6ac859fee5ac90eb91f4a3b2 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 19 Sep 2022 19:27:26 +0100 Subject: [PATCH 296/833] Update Fortress repository URI. Add Highway repository. --- portage/repos.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/portage/repos.conf b/portage/repos.conf index 190daa3..2c89b6b 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -18,7 +18,12 @@ sync-uri = https://anongit.gentoo.org/git/proj/musl.git [fortress] location = /var/db/repos/fortress sync-type = git -sync-uri = https://codeberg.org/inference/fortress.git +sync-uri = https://codeberg.org/fortress/fortress.git + +[highway] +location = /var/db/highway +sync-type = git +sync-uri = https://codeberg.org/fortress/highway.git [mmd] location = /var/db/repos/mmd From 2a6f96a9f2d2c4e9e60c16f79d051969e66a8cd7 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 19 Sep 2022 19:28:11 +0100 Subject: [PATCH 297/833] Remove yemou-overlay repository since it is no longer required. --- portage/repos.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/portage/repos.conf b/portage/repos.conf index 2c89b6b..3c86598 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -34,8 +34,3 @@ sync-uri = https://codeberg.org/inference/mmd.git location = /var/db/repos/guru sync-type = git sync-uri = https://anongit.gentoo.org/git/repo/proj/guru.git - -[yemou-overlay] -location = /var/db/repos/yemou-overlay -sync-type = git -sync-uri = https://github.com/yemouu/yemou-overlay.git From 82dfd26b871457f3686020166bd09dc92cd4cf7a Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 19 Sep 2022 19:32:34 +0100 Subject: [PATCH 298/833] Add www-client/highway unstable. --- portage/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 38a2ea2..7488dd3 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -29,3 +29,4 @@ sys-libs/libomp ~amd64 sys-libs/libucontext ~amd64 virtual/rust ~amd64 www-client/chromium ~amd64 +www-client/highway ~amd64 From ac662da35122545f37e02c173dea2f8c56f57f45 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 19 Sep 2022 19:43:46 +0100 Subject: [PATCH 299/833] Add www-client/highway USE flags. --- portage/package.use | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.use b/portage/package.use index 7c7c7e2..abb4697 100644 --- a/portage/package.use +++ b/portage/package.use @@ -63,6 +63,7 @@ sys-libs/llvm-libunwind static-libs sys-libs/ncurses static-libs sys-libs/zlib minizip www-client/chromium lto proprietary-codecs system-allocator system-harfbuzz system-icu system-png vaapi -hangouts -js-type-check -libcxx -suid -X +www-client/highway lto proprietary-codecs system-allocator system-harfbuzz system-icu system-png vaapi -hangouts -js-type-check -libcxx -suid -X x11-base/xwayland xcsecurity x11-libs/cairo X x11-libs/gtk+ X From 7b1e7b2018fc19b41472264a39c68d1ec90d2902 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 19 Sep 2022 19:45:34 +0100 Subject: [PATCH 300/833] Add www-client/highway to Chromium env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 6c83eb8..5fcdc26 100644 --- a/portage/package.env +++ b/portage/package.env @@ -352,6 +352,7 @@ sys-process/procps basic.conf # Chromium www-client/chromium chromium.conf +www-client/highway chromium.conf # GCC - No PIE dev-libs/libedit gcc-nopie.conf From 54751be3b6064916fd1486c6bdd74ac2fa89b1a3 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 20 Sep 2022 03:15:09 +0100 Subject: [PATCH 301/833] Add missing CPP toolchain component. --- portage/env/gcc-basic.conf | 1 + portage/env/gcc-nolto-nopie.conf | 1 + portage/env/gcc-nolto.conf | 1 + portage/env/gcc-nopie.conf | 1 + 4 files changed, 4 insertions(+) diff --git a/portage/env/gcc-basic.conf b/portage/env/gcc-basic.conf index be50da0..9ab37b3 100644 --- a/portage/env/gcc-basic.conf +++ b/portage/env/gcc-basic.conf @@ -6,6 +6,7 @@ # Toolchain. AR="ar" CC="gcc" +CPP="cpp" CXX="g++" NM="nm" RANLIB="ranlib" diff --git a/portage/env/gcc-nolto-nopie.conf b/portage/env/gcc-nolto-nopie.conf index b3abb11..e241d29 100644 --- a/portage/env/gcc-nolto-nopie.conf +++ b/portage/env/gcc-nolto-nopie.conf @@ -6,6 +6,7 @@ # Toolchain. AR="ar" CC="gcc" +CPP="cpp" CXX="g++" NM="nm" RANLIB="ranlib" diff --git a/portage/env/gcc-nolto.conf b/portage/env/gcc-nolto.conf index 00bb2b9..4dee312 100644 --- a/portage/env/gcc-nolto.conf +++ b/portage/env/gcc-nolto.conf @@ -6,6 +6,7 @@ # Toolchain. AR="ar" CC="gcc" +CPP="cpp" CXX="g++" NM="nm" RANLIB="ranlib" diff --git a/portage/env/gcc-nopie.conf b/portage/env/gcc-nopie.conf index b6f082e..bd4c091 100644 --- a/portage/env/gcc-nopie.conf +++ b/portage/env/gcc-nopie.conf @@ -6,6 +6,7 @@ # Toolchain. AR="ar" CC="gcc" +CPP="cpp" CXX="g++" NM="nm" RANLIB="ranlib" From faf7df1e70422576e9f3fa49bc51cef411510d35 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 21 Sep 2022 20:35:05 +0100 Subject: [PATCH 302/833] Update Linux firmware to 20220913-r2. --- .../{linux-firmware-20220913 => linux-firmware-20220913-r2} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename portage/savedconfig/sys-kernel/{linux-firmware-20220913 => linux-firmware-20220913-r2} (100%) diff --git a/portage/savedconfig/sys-kernel/linux-firmware-20220913 b/portage/savedconfig/sys-kernel/linux-firmware-20220913-r2 similarity index 100% rename from portage/savedconfig/sys-kernel/linux-firmware-20220913 rename to portage/savedconfig/sys-kernel/linux-firmware-20220913-r2 From bf6520838241a2417fc626115202061764fdc0ce Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 24 Sep 2022 01:08:21 +0100 Subject: [PATCH 303/833] Remove duplicate toolchain. --- portage/env/basic.conf | 15 --------------- portage/env/nolto-nopie.conf | 15 --------------- portage/env/nolto.conf | 15 --------------- portage/env/nopie.conf | 15 --------------- 4 files changed, 60 deletions(-) diff --git a/portage/env/basic.conf b/portage/env/basic.conf index 432dc03..41b8e32 100644 --- a/portage/env/basic.conf +++ b/portage/env/basic.conf @@ -3,21 +3,6 @@ # Copyright 2022 Inference -# Toolchain. -AR="llvm-ar" -CC="clang" -CPP="clang-cpp" -CXX="clang++" -LD="ld.lld" -NM="llvm-nm" -OBJCOPY="llvm-objcopy" -OBJDUMP="llvm-objdump" -RANLIB="llvm-ranlib" -READELF="llvm-readelf" -STRINGS="llvm-strings" -STRIP="llvm-strip" - - # Flags. ## Compiler flags. CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__" diff --git a/portage/env/nolto-nopie.conf b/portage/env/nolto-nopie.conf index c2632f6..fb77f64 100644 --- a/portage/env/nolto-nopie.conf +++ b/portage/env/nolto-nopie.conf @@ -3,21 +3,6 @@ # Copyright 2022 Inference -# Toolchain. -AR="llvm-ar" -CC="clang" -CPP="clang-cpp" -CXX="clang++" -LD="ld.lld" -NM="llvm-nm" -OBJCOPY="llvm-objcopy" -OBJDUMP="llvm-objdump" -RANLIB="llvm-ranlib" -READELF="llvm-readelf" -STRINGS="llvm-strings" -STRIP="llvm-strip" - - # Flags. ## Hardening flags. C_SEC="-fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" diff --git a/portage/env/nolto.conf b/portage/env/nolto.conf index ba68c1f..401979b 100644 --- a/portage/env/nolto.conf +++ b/portage/env/nolto.conf @@ -3,21 +3,6 @@ # Copyright 2022 Inference -# Toolchain. -AR="llvm-ar" -CC="clang" -CPP="clang-cpp" -CXX="clang++" -LD="ld.lld" -NM="llvm-nm" -OBJCOPY="llvm-objcopy" -OBJDUMP="llvm-objdump" -RANLIB="llvm-ranlib" -READELF="llvm-readelf" -STRINGS="llvm-strings" -STRIP="llvm-strip" - - # Flags. ## Hardening flags. C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" diff --git a/portage/env/nopie.conf b/portage/env/nopie.conf index 0380095..47b4aa0 100644 --- a/portage/env/nopie.conf +++ b/portage/env/nopie.conf @@ -3,21 +3,6 @@ # Copyright 2022 Inference -# Toolchain. -AR="llvm-ar" -CC="clang" -CPP="clang-cpp" -CXX="clang++" -LD="ld.lld" -NM="llvm-nm" -OBJCOPY="llvm-objcopy" -OBJDUMP="llvm-objdump" -RANLIB="llvm-ranlib" -READELF="llvm-readelf" -STRINGS="llvm-strings" -STRIP="llvm-strip" - - # Flags. ## Hardening flags. C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" From 887dea0de00b01454f61502895a09a941678cfa7 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 24 Sep 2022 01:10:27 +0100 Subject: [PATCH 304/833] Add Malloc, No PIE env. --- portage/env/malloc-nopie.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 portage/env/malloc-nopie.conf diff --git a/portage/env/malloc-nopie.conf b/portage/env/malloc-nopie.conf new file mode 100644 index 0000000..31fb046 --- /dev/null +++ b/portage/env/malloc-nopie.conf @@ -0,0 +1,16 @@ +# Portage env Clang - No PIE. + +# Copyright 2022 Inference + + +# Flags. +## Hardening flags. +C_SEC="-fPIE -fPIC -fstack-protector-all -fstack-clash-protection -D_FORTIFY_SOURCE=2 -ftrivial-auto-var-init=zero -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang -fwrapv" +LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro -L/usr/local/lib -lhardened_malloc" + +## Compiler flags. +CFLAGS="-march=znver3 -O2 -pipe -flto=thin -U__gnu_linux__ ${C_SEC}" +CXXFLAGS="-march=znver3 -O2 -pipe -flto=thin ${C_SEC}" + +## Linker flags. +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs=4 ${LD_SEC}" From 5da1d7001790648e27a7efadf66c12becd6e5ed9 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 24 Sep 2022 01:11:15 +0100 Subject: [PATCH 305/833] Update package list. --- portage/package.env | 60 +++++++++++++++++---------------------------- 1 file changed, 23 insertions(+), 37 deletions(-) diff --git a/portage/package.env b/portage/package.env index 5fcdc26..defe0cf 100644 --- a/portage/package.env +++ b/portage/package.env @@ -46,7 +46,6 @@ app-misc/mc nopie.conf app-misc/tmux nopie.conf app-portage/eix nopie.conf app-portage/gemato nopie.conf -app-portage/portage-utils nopie.conf app-shells/bash nopie.conf app-text/asciidoc nopie.conf app-text/hunspell nopie.conf @@ -129,24 +128,6 @@ dev-libs/spdlog nopie.conf dev-libs/tree-sitter nopie.conf dev-libs/unibilium nopie.conf dev-libs/wayland nopie.conf -dev-perl/Digest-SHA1 nopie.conf -dev-perl/HTML-Parser nopie.conf -dev-perl/Locale-gettext nopie.conf -dev-perl/Net-SSLeay nopie.conf -dev-perl/Socket6 nopie.conf -dev-perl/TermReadKey nopie.conf -dev-perl/XML-Parser nopie.conf -dev-python/PySocks nopie.conf -dev-python/charset_normalizer nopie.conf -dev-python/cython nopie.conf -dev-python/dbus-python nopie.conf -dev-python/idna nopie.conf -dev-python/markupsafe nopie.conf -dev-python/pygments nopie.conf -dev-python/pypax nopie.conf -dev-python/setuptools nopie.conf -dev-python/setuptools_scm nopie.conf -#dev-python/snakeoil nopie.conf dev-qt/* nopie.conf dev-util/cbindgen nopie.conf dev-util/meson nopie.conf @@ -160,7 +141,6 @@ gnome-base/librsvg nopie.conf gui-libs/wlroots nopie.conf media-fonts/font-util nopie.conf media-gfx/exiv2 nopie.conf -media-gfx/gimp nopie.conf media-gfx/graphite2 nopie.conf media-gfx/mypaint-brushes nopie.conf media-gfx/qrencode nopie.conf @@ -214,7 +194,6 @@ media-libs/webrtc-audio-processing nopie.conf media-plugins/alsa-plugins nopie.conf media-plugins/frei0r-plugins nopie.conf media-sound/alsa-utils nopie.conf -media-sound/cmus nopie.conf media-sound/lame nopie.conf media-sound/mpg123 nopie.conf media-sound/pulseaudio nopie.conf @@ -239,7 +218,6 @@ net-libs/libsignal-protocol-c nopie.conf net-libs/libsoup nopie.conf net-libs/nghttp2 nopie.conf net-misc/curl nopie.conf -perl-core/Compress-Raw-Zlib nopie.conf sci-libs/fftw nopie.conf sys-apps/acl nopie.conf sys-apps/file nopie.conf @@ -262,10 +240,12 @@ sys-auth/seatd nopie.conf sys-auth/ykpers nopie.conf sys-devel/bc nopie.conf sys-devel/binutils nopie.conf -sys-devel/clang nopie.conf -sys-devel/clang-runtime nopie.conf -sys-devel/lld nopie.conf -sys-devel/llvm nopie.conf +sys-devel/clang nopie.conf +sys-devel/clang-common nopie.conf +sys-devel/clang-runtime nopie.conf +sys-devel/lld nopie.conf +sys-devel/llvm nopie.conf +sys-devel/llvm-common nopie.conf sys-fs/btrfs-progs nopie.conf sys-fs/cryptmount nopie.conf sys-fs/cryptsetup nopie.conf @@ -275,19 +255,19 @@ sys-fs/udev nopie.conf sys-fs/udisks nopie.conf sys-libs/argp-standalone nopie.conf sys-libs/binutils-libs nopie.conf -sys-libs/compiler-rt-sanitizers nopie.conf +sys-libs/compiler-rt-sanitizers nopie.conf sys-libs/efivar nopie.conf sys-libs/fts-standalone nopie.conf sys-libs/gdbm nopie.conf sys-libs/libblockdev nopie.conf sys-libs/libcap-ng nopie.conf -sys-libs/libcxx nopie.conf -sys-libs/libcxxabi nopie.conf +sys-libs/libcxx nopie.conf +sys-libs/libcxxabi nopie.conf sys-libs/libomp nopie.conf sys-libs/libseccomp nopie.conf sys-libs/libsepol nopie.conf sys-libs/libucontext nopie.conf -sys-libs/llvm-libunwind nopie.conf +sys-libs/llvm-libunwind nopie.conf sys-libs/mtdev nopie.conf sys-libs/ncurses nopie.conf sys-libs/obstack-standalone nopie.conf @@ -304,10 +284,15 @@ x11-base/xcb-proto nopie.conf x11-libs/* nopie.conf x11-libs/xtrans nopie.conf +# No PIE, malloc. +media-gfx/gimp malloc-nopie.conf + # No LTO, no PIE # Basic app-admin/setools basic.conf +app-portage/portage-utils basic.conf +app-text/tree basic.conf dev-lang/perl basic.conf dev-lang/python basic.conf dev-libs/appstream-glib basic.conf @@ -318,28 +303,32 @@ dev-libs/libxslt basic.conf dev-lua/lpeg basic.conf dev-lua/luv basic.conf dev-lua/mpack basic.conf -dev-python/cffi basic.conf -dev-python/cython basic.conf -dev-python/pycryptodome basic.conf -dev-python/snakeoil basic.conf +dev-perl/* basic.conf +dev-python/* basic.conf dev-util/pkgconf basic.conf gui-apps/waybar basic.conf media-libs/libcanberra basic.conf media-libs/mlt basic.conf media-libs/opencv basic.conf +media-sound/cmus basic.conf media-sound/mumble basic.conf net-analyzer/openbsd-netcat basic.conf net-libs/libtirpc basic.conf net-libs/nodejs basic.conf net-voip/mumble basic.conf +perl-core/* basic.conf +sys-apps/attr basic.conf sys-apps/dbus basic.conf sys-apps/iproute2 basic.conf sys-apps/portage basic.conf sys-apps/shadow basic.conf +sys-auth/elogind basic.conf sys-block/parted basic.conf sys-boot/grub basic.conf sys-devel/gettext basic.conf sys-fs/cryptmount basic.conf +sys-fs/fuse basic.conf +sys-fs/jmtpfs basic.conf sys-fs/lvm2 basic.conf sys-libs/compiler-rt basic.conf sys-libs/libcap basic.conf @@ -356,10 +345,7 @@ www-client/highway chromium.conf # GCC - No PIE dev-libs/libedit gcc-nopie.conf -sys-apps/attr gcc-nopie.conf sys-auth/elogind gcc-nopie.conf sys-block/thin-provisioning-tools gcc-nopie.conf sys-devel/gcc gcc-nopie.conf sys-fs/jmtpfs gcc-nopie.conf - -# GCC - Basic From 93911c21aeda1339f3f16ba5149a532f9e921f12 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 24 Sep 2022 01:16:12 +0100 Subject: [PATCH 306/833] Update Chromium env. --- portage/env/chromium.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf index 925fb78..8ea2276 100644 --- a/portage/env/chromium.conf +++ b/portage/env/chromium.conf @@ -1,10 +1,10 @@ -## Compiler flags. -CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__" -CXXFLAGS="-march=znver3 -O2 -pipe" +## Hardening flags. +LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro -L/usr/local/lib -lhardened_malloc" ## Linker flags. -LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind" +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs=4 ${LD_SEC}" ## GN flags. EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true enable_widevine=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true" + CHROMIUM_FORCE_LIBCXX=yes From a4b6417d08bbf6905327b69d2b0e077b9a17884b Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 25 Sep 2022 21:37:52 +0100 Subject: [PATCH 307/833] Remove linker flag PIE due to failing Chromium compilation. --- portage/env/chromium.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/env/chromium.conf b/portage/env/chromium.conf index 8ea2276..631cd81 100644 --- a/portage/env/chromium.conf +++ b/portage/env/chromium.conf @@ -1,5 +1,5 @@ ## Hardening flags. -LD_SEC="-Wl,-pie -Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro -L/usr/local/lib -lhardened_malloc" +LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro -L/usr/local/lib -lhardened_malloc" ## Linker flags. LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs=4 ${LD_SEC}" From 4323015ab852e05744ae13627abb5539f53851cb Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 26 Sep 2022 01:57:09 +0100 Subject: [PATCH 308/833] Update Linux to 5.15.68. Remove SMT core scheduling due to disabling SMT. Remove unnecessary Intel TXT. Remove unnecessary IOSF MBI. Decrease maximum CPU count to 6 due to disabling SMT. Add IRQFLAGS NMI support. Remove serial 8250 DMA. Remove MFD Intel PMC BXT. Remove USB printer support. Remove DMA devices. Remove x86 platform devices. Remove IOASID. Add AMD IOMMU V2. Remove Intel IOMMU. Add F2FS. Add EFIVAR FS. Remove NFS V3. Remove runtime testing. --- linux/.config | 181 +++++++------------------------------------------- 1 file changed, 25 insertions(+), 156 deletions(-) diff --git a/linux/.config b/linux/.config index a5b0603..2168c0e 100644 --- a/linux/.config +++ b/linux/.config @@ -1,8 +1,8 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.59-gentoo Kernel Configuration +# Linux/x86 5.15.68-gentoo Kernel Configuration # -CONFIG_CC_VERSION_TEXT="gcc (Gentoo Hardened 11.3.0 p4) 11.3.0" +CONFIG_CC_VERSION_TEXT="gcc (Gentoo Hardened 11.3.0 p7) 11.3.0" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=110300 CONFIG_CLANG_VERSION=0 @@ -28,7 +28,7 @@ CONFIG_THREAD_INFO_IN_TASK=y CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set # CONFIG_WERROR is not set -CONFIG_LOCALVERSION="-inferencium-AA000-0-0.4.0.6" +CONFIG_LOCALVERSION="-inferencium-AA000-0-0.4.1.7" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y @@ -117,7 +117,7 @@ CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y # CONFIG_PREEMPT_NONE is not set CONFIG_PREEMPT_VOLUNTARY=y # CONFIG_PREEMPT is not set -CONFIG_SCHED_CORE=y +# CONFIG_SCHED_CORE is not set # # CPU/Task time and stats accounting @@ -292,7 +292,6 @@ CONFIG_ARCH_NR_GPIO=1024 CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_GENERAL_HUGETLB=y CONFIG_AUDIT_ARCH=y -CONFIG_HAVE_INTEL_TXT=y CONFIG_X86_64_SMP=y CONFIG_ARCH_SUPPORTS_UPROBES=y CONFIG_FIX_EARLYCON_MEM=y @@ -310,8 +309,7 @@ CONFIG_X86_MPPARSE=y # CONFIG_X86_EXTENDED_PLATFORM is not set # CONFIG_X86_INTEL_LPSS is not set # CONFIG_X86_AMD_PLATFORM_DEVICE is not set -CONFIG_IOSF_MBI=y -# CONFIG_IOSF_MBI_DEBUG is not set +# CONFIG_IOSF_MBI is not set CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_HYPERVISOR_GUEST is not set @@ -341,7 +339,7 @@ CONFIG_DMI=y CONFIG_NR_CPUS_RANGE_BEGIN=2 CONFIG_NR_CPUS_RANGE_END=512 CONFIG_NR_CPUS_DEFAULT=64 -CONFIG_NR_CPUS=12 +CONFIG_NR_CPUS=6 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y CONFIG_SCHED_MC_PRIO=y @@ -434,7 +432,7 @@ CONFIG_HOTPLUG_CPU=y CONFIG_LEGACY_VSYSCALL_XONLY=y # CONFIG_LEGACY_VSYSCALL_NONE is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="kvm.nx_huge_pages=off l1tf=off mds=off mmio_stale_data=off pti=off retbleed=off spectre_v2=on spec_store_bypass_disable=on srbds=off tsx_async_abort=off debugfs=off init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 randomize_kstack_offset=on slab_nomerge vsyscall=none nosmt=force root=UUID=[REDACTED] rd.luks.uuid=[REDACTED]" +CONFIG_CMDLINE="kvm.nx_huge_pages=off l1tf=off mds=off mmio_stale_data=off pti=off retbleed=off spectre_v2=on spec_store_bypass_disable=on srbds=off tsx_async_abort=off debugfs=off init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 randomize_kstack_offset=on slab_nomerge vsyscall=none nosmt=force root=UUID=048b7a78-3ed9-4847-8be9-e15134426c37 rd.luks.uuid=c105ed44-75e2-429b-901a-70fa5f7e449c" CONFIG_CMDLINE_OVERRIDE=y CONFIG_MODIFY_LDT_SYSCALL=y CONFIG_HAVE_LIVEPATCH=y @@ -626,6 +624,7 @@ CONFIG_HAVE_KPROBES_ON_FTRACE=y CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y CONFIG_HAVE_NMI=y CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y CONFIG_HAVE_ARCH_TRACEHOOK=y CONFIG_HAVE_DMA_CONTIGUOUS=y CONFIG_GENERIC_SMP_IDLE_THREAD=y @@ -1881,7 +1880,6 @@ CONFIG_SERIAL_8250_PNP=y # CONFIG_SERIAL_8250_16550A_VARIANTS is not set # CONFIG_SERIAL_8250_FINTEK is not set CONFIG_SERIAL_8250_CONSOLE=y -CONFIG_SERIAL_8250_DMA=y CONFIG_SERIAL_8250_PCI=y CONFIG_SERIAL_8250_EXAR=y CONFIG_SERIAL_8250_NR_UARTS=32 @@ -2394,7 +2392,6 @@ CONFIG_BCMA_POSSIBLE=y # CONFIG_LPC_SCH is not set # CONFIG_MFD_INTEL_LPSS_ACPI is not set # CONFIG_MFD_INTEL_LPSS_PCI is not set -# CONFIG_MFD_INTEL_PMC_BXT is not set # CONFIG_MFD_INTEL_PMT is not set # CONFIG_MFD_IQS62X is not set # CONFIG_MFD_JANZ_CMODIO is not set @@ -2976,7 +2973,7 @@ CONFIG_USB_UHCI_HCD=y # USB Device Class drivers # # CONFIG_USB_ACM is not set -CONFIG_USB_PRINTER=y +# CONFIG_USB_PRINTER is not set # CONFIG_USB_WDM is not set # CONFIG_USB_TMC is not set @@ -3220,38 +3217,7 @@ CONFIG_RTC_DRV_CMOS=y # HID Sensor RTC drivers # # CONFIG_RTC_DRV_GOLDFISH is not set -CONFIG_DMADEVICES=y -# CONFIG_DMADEVICES_DEBUG is not set - -# -# DMA Devices -# -CONFIG_DMA_ENGINE=y -CONFIG_DMA_VIRTUAL_CHANNELS=y -CONFIG_DMA_ACPI=y -# CONFIG_ALTERA_MSGDMA is not set -# CONFIG_INTEL_IDMA64 is not set -# CONFIG_INTEL_IDXD is not set -# CONFIG_INTEL_IDXD_COMPAT is not set -# CONFIG_INTEL_IOATDMA is not set -# CONFIG_PLX_DMA is not set -# CONFIG_AMD_PTDMA is not set -# CONFIG_QCOM_HIDMA_MGMT is not set -# CONFIG_QCOM_HIDMA is not set -CONFIG_DW_DMAC_CORE=y -# CONFIG_DW_DMAC is not set -# CONFIG_DW_DMAC_PCI is not set -# CONFIG_DW_EDMA is not set -# CONFIG_DW_EDMA_PCIE is not set -CONFIG_HSU_DMA=y -# CONFIG_SF_PDMA is not set -# CONFIG_INTEL_LDMA is not set - -# -# DMA Clients -# -# CONFIG_ASYNC_TX_DMA is not set -# CONFIG_DMATEST is not set +# CONFIG_DMADEVICES is not set # # DMABUF options @@ -3289,60 +3255,7 @@ CONFIG_VHOST_MENU=y # CONFIG_GREYBUS is not set # CONFIG_COMEDI is not set # CONFIG_STAGING is not set -CONFIG_X86_PLATFORM_DEVICES=y -# CONFIG_ACPI_WMI is not set -# CONFIG_ACERHDF is not set -# CONFIG_ACER_WIRELESS is not set -# CONFIG_AMD_PMC is not set -# CONFIG_ADV_SWBUTTON is not set -# CONFIG_APPLE_GMUX is not set -# CONFIG_ASUS_LAPTOP is not set -# CONFIG_ASUS_WIRELESS is not set -# CONFIG_X86_PLATFORM_DRIVERS_DELL is not set -# CONFIG_AMILO_RFKILL is not set -# CONFIG_FUJITSU_LAPTOP is not set -# CONFIG_FUJITSU_TABLET is not set -# CONFIG_GPD_POCKET_FAN is not set -# CONFIG_HP_ACCEL is not set -# CONFIG_WIRELESS_HOTKEY is not set -# CONFIG_IBM_RTL is not set -# CONFIG_IDEAPAD_LAPTOP is not set -# CONFIG_SENSORS_HDAPS is not set -# CONFIG_THINKPAD_ACPI is not set -# CONFIG_INTEL_ATOMISP2_PM is not set -# CONFIG_INTEL_SAR_INT1092 is not set -# CONFIG_INTEL_PMC_CORE is not set - -# -# Intel Speed Select Technology interface support -# -# CONFIG_INTEL_SPEED_SELECT_INTERFACE is not set -# end of Intel Speed Select Technology interface support - -# CONFIG_INTEL_HID_EVENT is not set -# CONFIG_INTEL_VBTN is not set -# CONFIG_INTEL_OAKTRAIL is not set -# CONFIG_INTEL_PUNIT_IPC is not set -# CONFIG_INTEL_RST is not set -# CONFIG_INTEL_SMARTCONNECT is not set -# CONFIG_INTEL_TURBO_MAX_3 is not set -# CONFIG_INTEL_UNCORE_FREQ_CONTROL is not set -# CONFIG_MSI_LAPTOP is not set -# CONFIG_SAMSUNG_LAPTOP is not set -# CONFIG_SAMSUNG_Q10 is not set -# CONFIG_TOSHIBA_BT_RFKILL is not set -# CONFIG_TOSHIBA_HAPS is not set -# CONFIG_ACPI_CMPC is not set -# CONFIG_COMPAL_LAPTOP is not set -# CONFIG_PANASONIC_LAPTOP is not set -# CONFIG_SONY_LAPTOP is not set -# CONFIG_SYSTEM76_ACPI is not set -# CONFIG_TOPSTAR_LAPTOP is not set -# CONFIG_I2C_MULTI_INSTANTIATE is not set -# CONFIG_MLX_PLATFORM is not set -# CONFIG_INTEL_IPS is not set -# CONFIG_INTEL_SCU_PCI is not set -# CONFIG_INTEL_SCU_PLATFORM is not set +# CONFIG_X86_PLATFORM_DEVICES is not set CONFIG_PMC_ATOM=y # CONFIG_CHROME_PLATFORMS is not set # CONFIG_MELLANOX_PLATFORM is not set @@ -3382,7 +3295,6 @@ CONFIG_MAILBOX=y CONFIG_PCC=y # CONFIG_ALTERA_MBOX is not set CONFIG_IOMMU_IOVA=y -CONFIG_IOASID=y CONFIG_IOMMU_API=y CONFIG_IOMMU_SUPPORT=y @@ -3398,13 +3310,8 @@ CONFIG_IOMMU_DEFAULT_DMA_LAZY=y # CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set CONFIG_IOMMU_DMA=y CONFIG_AMD_IOMMU=y -# CONFIG_AMD_IOMMU_V2 is not set -CONFIG_DMAR_TABLE=y -CONFIG_INTEL_IOMMU=y -# CONFIG_INTEL_IOMMU_SVM is not set -# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set -CONFIG_INTEL_IOMMU_FLOPPY_WA=y -CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON=y +CONFIG_AMD_IOMMU_V2=y +# CONFIG_INTEL_IOMMU is not set # CONFIG_IRQ_REMAP is not set # CONFIG_VIRTIO_IOMMU is not set @@ -3564,10 +3471,15 @@ CONFIG_F2FS_FS=y CONFIG_F2FS_STAT_FS=y CONFIG_F2FS_FS_XATTR=y CONFIG_F2FS_FS_POSIX_ACL=y -# CONFIG_F2FS_FS_SECURITY is not set +CONFIG_F2FS_FS_SECURITY=y # CONFIG_F2FS_CHECK_FS is not set # CONFIG_F2FS_FAULT_INJECTION is not set -# CONFIG_F2FS_FS_COMPRESSION is not set +CONFIG_F2FS_FS_COMPRESSION=y +CONFIG_F2FS_FS_LZO=y +CONFIG_F2FS_FS_LZORLE=y +CONFIG_F2FS_FS_LZ4=y +CONFIG_F2FS_FS_LZ4HC=y +CONFIG_F2FS_FS_ZSTD=y CONFIG_F2FS_IOSTAT=y # CONFIG_FS_DAX is not set CONFIG_FS_POSIX_ACL=y @@ -3656,22 +3568,20 @@ CONFIG_HUGETLB_PAGE_FREE_VMEMMAP=y CONFIG_MEMFD_CREATE=y CONFIG_ARCH_HAS_GIGANTIC_PAGE=y # CONFIG_CONFIGFS_FS is not set -CONFIG_EFIVAR_FS=m +CONFIG_EFIVAR_FS=y # end of Pseudo filesystems # CONFIG_MISC_FILESYSTEMS is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y # CONFIG_NFS_V2 is not set -CONFIG_NFS_V3=y -CONFIG_NFS_V3_ACL=y +# CONFIG_NFS_V3 is not set CONFIG_NFS_V4=y # CONFIG_NFS_SWAP is not set CONFIG_NFS_V4_1=y CONFIG_NFS_V4_2=y CONFIG_PNFS_FILE_LAYOUT=y CONFIG_PNFS_BLOCK=y -CONFIG_PNFS_FLEXFILE_LAYOUT=y CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" # CONFIG_NFS_V4_1_MIGRATION is not set CONFIG_NFS_V4_SECURITY_LABEL=y @@ -3683,8 +3593,6 @@ CONFIG_NFS_DISABLE_UDP_SUPPORT=y # CONFIG_NFSD is not set CONFIG_GRACE_PERIOD=y CONFIG_LOCKD=y -CONFIG_LOCKD_V4=y -CONFIG_NFS_ACL_SUPPORT=y CONFIG_NFS_COMMON=y CONFIG_NFS_V4_2_SSC_HELPER=y CONFIG_SUNRPC=y @@ -3766,7 +3674,6 @@ CONFIG_SECURITYFS=y CONFIG_SECURITY_NETWORK=y # CONFIG_SECURITY_NETWORK_XFRM is not set # CONFIG_SECURITY_PATH is not set -# CONFIG_INTEL_TXT is not set CONFIG_LSM_MMAP_MIN_ADDR=65536 CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y CONFIG_HARDENED_USERCOPY=y @@ -3941,7 +3848,6 @@ CONFIG_CRYPTO_CRC32=y # CONFIG_CRYPTO_CRC32_PCLMUL is not set CONFIG_CRYPTO_XXHASH=y CONFIG_CRYPTO_BLAKE2B=y -CONFIG_CRYPTO_BLAKE2S=y CONFIG_CRYPTO_BLAKE2S_X86=y CONFIG_CRYPTO_CRCT10DIF=y # CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set @@ -4125,6 +4031,8 @@ CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y +CONFIG_LZ4_COMPRESS=y +CONFIG_LZ4HC_COMPRESS=y CONFIG_LZ4_DECOMPRESS=y CONFIG_ZSTD_COMPRESS=y CONFIG_ZSTD_DECOMPRESS=y @@ -4361,7 +4269,6 @@ CONFIG_STRICT_DEVMEM=y # # x86 Debugging # -CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y CONFIG_EARLY_PRINTK_USB=y CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y @@ -4386,45 +4293,7 @@ CONFIG_FUNCTION_ERROR_INJECTION=y CONFIG_ARCH_HAS_KCOV=y CONFIG_CC_HAS_SANCOV_TRACE_PC=y # CONFIG_KCOV is not set -CONFIG_RUNTIME_TESTING_MENU=y -# CONFIG_LKDTM is not set -# CONFIG_TEST_MIN_HEAP is not set -# CONFIG_TEST_DIV64 is not set -# CONFIG_REED_SOLOMON_TEST is not set -# CONFIG_ATOMIC64_SELFTEST is not set -# CONFIG_ASYNC_RAID6_TEST is not set -# CONFIG_TEST_HEXDUMP is not set -# CONFIG_STRING_SELFTEST is not set -# CONFIG_TEST_STRING_HELPERS is not set -# CONFIG_TEST_STRSCPY is not set -# CONFIG_TEST_KSTRTOX is not set -# CONFIG_TEST_PRINTF is not set -# CONFIG_TEST_SCANF is not set -# CONFIG_TEST_BITMAP is not set -# CONFIG_TEST_UUID is not set -# CONFIG_TEST_XARRAY is not set -# CONFIG_TEST_OVERFLOW is not set -# CONFIG_TEST_RHASHTABLE is not set -# CONFIG_TEST_HASH is not set -# CONFIG_TEST_IDA is not set -# CONFIG_TEST_LKM is not set -# CONFIG_TEST_BITOPS is not set -# CONFIG_TEST_VMALLOC is not set -# CONFIG_TEST_USER_COPY is not set -# CONFIG_TEST_BPF is not set -# CONFIG_TEST_BLACKHOLE_DEV is not set -# CONFIG_FIND_BIT_BENCHMARK is not set -# CONFIG_TEST_FIRMWARE is not set -# CONFIG_TEST_SYSCTL is not set -# CONFIG_TEST_UDELAY is not set -# CONFIG_TEST_STATIC_KEYS is not set -# CONFIG_TEST_KMOD is not set -# CONFIG_TEST_MEMCAT_P is not set -# CONFIG_TEST_STACKINIT is not set -# CONFIG_TEST_MEMINIT is not set -# CONFIG_TEST_FREE_PAGES is not set -# CONFIG_TEST_FPU is not set -# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set +# CONFIG_RUNTIME_TESTING_MENU is not set CONFIG_ARCH_USE_MEMTEST=y # CONFIG_MEMTEST is not set # end of Kernel Testing and Coverage From 253c1b872d2c13db2fac33a9e21e890f41b3e775 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 26 Sep 2022 01:57:43 +0100 Subject: [PATCH 309/833] Update Linux to 5.15.68. Remove SMT core scheduling due to disabling SMT. Remove unnecessary Intel TXT. Remove unnecessary IOSF MBI. Decrease maximum CPU count to 6 due to disabling SMT. Add IRQFLAGS NMI support. Remove serial 8250 DMA. Remove MFD Intel PMC BXT. Remove USB printer support. Remove DMA devices. Remove x86 platform devices. Remove IOASID. Add AMD IOMMU V2. Remove Intel IOMMU. Add F2FS. Add EFIVAR FS. Remove NFS V3. Remove runtime testing. --- linux/.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/.config b/linux/.config index 2168c0e..a8f5381 100644 --- a/linux/.config +++ b/linux/.config @@ -432,7 +432,7 @@ CONFIG_HOTPLUG_CPU=y CONFIG_LEGACY_VSYSCALL_XONLY=y # CONFIG_LEGACY_VSYSCALL_NONE is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="kvm.nx_huge_pages=off l1tf=off mds=off mmio_stale_data=off pti=off retbleed=off spectre_v2=on spec_store_bypass_disable=on srbds=off tsx_async_abort=off debugfs=off init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 randomize_kstack_offset=on slab_nomerge vsyscall=none nosmt=force root=UUID=048b7a78-3ed9-4847-8be9-e15134426c37 rd.luks.uuid=c105ed44-75e2-429b-901a-70fa5f7e449c" +CONFIG_CMDLINE="kvm.nx_huge_pages=off l1tf=off mds=off mmio_stale_data=off pti=off retbleed=off spectre_v2=on spec_store_bypass_disable=on srbds=off tsx_async_abort=off debugfs=off init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 randomize_kstack_offset=on slab_nomerge vsyscall=none nosmt=force root=UUID=[REDACTED] rd.luks.uuid=[REDACTED]" CONFIG_CMDLINE_OVERRIDE=y CONFIG_MODIFY_LDT_SYSCALL=y CONFIG_HAVE_LIVEPATCH=y From 68d3fb5a7ed2d59a651c6f06b2dc444b61142332 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 26 Sep 2022 04:17:25 +0100 Subject: [PATCH 310/833] Update Linux to 5.15.69. Enable -Werror to cause compilation failure on warnings. Change kernel compression method from Gzip to ZSTD. --- linux/.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linux/.config b/linux/.config index a8f5381..8c7c1ab 100644 --- a/linux/.config +++ b/linux/.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.68-gentoo Kernel Configuration +# Linux/x86 5.15.69-gentoo Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Gentoo Hardened 11.3.0 p7) 11.3.0" CONFIG_CC_IS_GCC=y @@ -27,8 +27,8 @@ CONFIG_THREAD_INFO_IN_TASK=y # CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set -# CONFIG_WERROR is not set -CONFIG_LOCALVERSION="-inferencium-AA000-0-0.4.1.7" +CONFIG_WERROR=y +CONFIG_LOCALVERSION="-inferencium-AA000-0-0.5.0.8" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y @@ -38,13 +38,13 @@ CONFIG_HAVE_KERNEL_XZ=y CONFIG_HAVE_KERNEL_LZO=y CONFIG_HAVE_KERNEL_LZ4=y CONFIG_HAVE_KERNEL_ZSTD=y -CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_GZIP is not set # CONFIG_KERNEL_BZIP2 is not set # CONFIG_KERNEL_LZMA is not set # CONFIG_KERNEL_XZ is not set # CONFIG_KERNEL_LZO is not set # CONFIG_KERNEL_LZ4 is not set -# CONFIG_KERNEL_ZSTD is not set +CONFIG_KERNEL_ZSTD=y CONFIG_DEFAULT_INIT="" CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y From 0095b0f91402cf50d38e74e07638f4bee9454801 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 30 Sep 2022 23:31:09 +0100 Subject: [PATCH 311/833] Update package list. Sort packages A-Z. --- portage/package.env | 641 ++++++++++++++++++++++---------------------- 1 file changed, 315 insertions(+), 326 deletions(-) diff --git a/portage/package.env b/portage/package.env index defe0cf..c7b9dbd 100644 --- a/portage/package.env +++ b/portage/package.env @@ -4,348 +4,337 @@ # No LTO -app-crypt/efitools nolto.conf -app-shells/zsh nolto.conf -games-rpg/cataclysm-dda nolto.conf -sys-libs/libcap nolto.conf +app-crypt/efitools nolto.conf +app-shells/zsh nolto.conf +games-rpg/cataclysm-dda nolto.conf +sys-libs/libcap nolto.conf + +# Malloc, No PIE. +media-gfx/gimp malloc-nopie.conf +net-voip/mumble malloc-nopie.conf # No PIE app-accessibility/at-spi2-atk nopie.conf app-accessibility/at-spi2-core nopie.conf -app-admin/doas nopie.conf -app-admin/keepassxc nopie.conf -app-admin/perl-cleaner nopie.conf -app-admin/setools nopie.conf -app-admin/sysklogd nopie.conf -app-arch/brotli nopie.conf -app-arch/bzip2 nopie.conf -app-arch/libarchive nopie.conf -app-arch/lz4 nopie.conf -app-arch/unrar nopie.conf -app-arch/xz-utils nopie.conf -app-arch/zstd nopie.conf -app-crypt/argon2 nopie.conf -app-crypt/efitools nopie.conf -app-crypt/gnupg nopie.conf -app-crypt/gpgme nopie.conf -app-crypt/libb2 nopie.conf -app-crypt/libmd nopie.conf -app-crypt/mhash nopie.conf -app-crypt/pinentry nopie.conf -app-crypt/rhash nopie.conf -app-editors/neovim nopie.conf +app-admin/doas nopie.conf +app-admin/keepassxc nopie.conf +app-admin/perl-cleaner nopie.conf +app-admin/setools nopie.conf +app-admin/sysklogd nopie.conf +app-arch/brotli nopie.conf +app-arch/bzip2 nopie.conf +app-arch/libarchive nopie.conf +app-arch/lz4 nopie.conf +app-arch/unrar nopie.conf +app-arch/xz-utils nopie.conf +app-arch/zstd nopie.conf +app-crypt/argon2 nopie.conf +app-crypt/efitools nopie.conf +app-crypt/gnupg nopie.conf +app-crypt/gpgme nopie.conf +app-crypt/libb2 nopie.conf +app-crypt/libmd nopie.conf +app-crypt/mhash nopie.conf +app-crypt/pinentry nopie.conf +app-crypt/rhash nopie.conf +app-editors/neovim nopie.conf app-eselect/eselect-fontconfig nopie.conf -app-eselect/eselect-mpg123 nopie.conf +app-eselect/eselect-mpg123 nopie.conf app-eselect/eselect-notify-send nopie.conf -app-eselect/eselect-rust nopie.conf -app-eselect/eselect-vi nopie.conf -app-i18n/uchardet nopie.conf -app-misc/ca-certificates nopie.conf -app-misc/jq nopie.conf -app-misc/mc nopie.conf -app-misc/tmux nopie.conf -app-portage/eix nopie.conf -app-portage/gemato nopie.conf -app-shells/bash nopie.conf -app-text/asciidoc nopie.conf -app-text/hunspell nopie.conf -app-text/poppler nopie.conf -app-text/xmlto nopie.conf -dev-cpp/atkmm nopie.conf -dev-cpp/cairomm nopie.conf -dev-cpp/glibmm nopie.conf -dev-cpp/gtkmm nopie.conf -dev-cpp/pangomm nopie.conf -dev-db/sqlite nopie.conf -dev-lang/duktape nopie.conf -dev-lang/lua nopie.conf -dev-lang/tcl nopie.conf -dev-lang/vala nopie.conf -dev-libs/atk nopie.conf -dev-libs/boehm-gc nopie.conf -dev-libs/boost nopie.conf -dev-libs/botan nopie.conf -dev-libs/date nopie.conf -dev-libs/dbus-glib nopie.conf -dev-libs/double-conversion nopie.conf -dev-libs/elfutils nopie.conf -dev-libs/expat nopie.conf -dev-libs/fribidi nopie.conf -dev-libs/glib nopie.conf -dev-libs/gmp nopie.conf -dev-libs/icu nopie.conf -dev-libs/json-c nopie.conf -dev-libs/json-glib nopie.conf -dev-libs/jsoncpp nopie.conf -dev-libs/libaio nopie.conf -dev-libs/libassuan nopie.conf -dev-libs/libatasmart nopie.conf -dev-libs/libatomic_ops nopie.conf -dev-libs/libbsd nopie.conf -dev-libs/libbytesize nopie.conf -dev-libs/libdbusmenu-qt nopie.conf -dev-libs/libevdev nopie.conf -dev-libs/libffi nopie.conf -dev-libs/libfmt nopie.conf -dev-libs/libgcrypt nopie.conf -dev-libs/libgpg nopie.conf -dev-libs/libgpg-error nopie.conf -dev-libs/libgudev nopie.conf -dev-libs/libinput nopie.conf -dev-libs/libksba nopie.conf -dev-libs/libltdl nopie.conf -dev-libs/libmpack nopie.conf -dev-libs/libnl nopie.conf -dev-libs/libpcre nopie.conf -dev-libs/libpcre2 nopie.conf -dev-libs/libpipeline nopie.conf -dev-libs/libsigc++ nopie.conf -dev-libs/libsodium nopie.conf -dev-libs/libstrophe nopie.conf -dev-libs/libtasn1 nopie.conf -dev-libs/libtermkey nopie.conf -dev-libs/libtomcrypt nopie.conf -dev-libs/libtommath nopie.conf -dev-libs/libunistring nopie.conf -dev-libs/libusb nopie.conf -dev-libs/libuv nopie.conf -dev-libs/libvterm nopie.conf -dev-libs/libyaml nopie.conf -dev-libs/lzo nopie.conf -dev-libs/mpc nopie.conf -dev-libs/mpfr nopie.conf -dev-libs/msgpack nopie.conf -dev-libs/nettle nopie.conf -dev-libs/npth nopie.conf -dev-libs/nspr nopie.conf -dev-libs/nss nopie.conf -dev-libs/oniguruma nopie.conf -dev-libs/openssl nopie.conf -dev-libs/popt nopie.conf -dev-libs/protobuf nopie.conf -dev-libs/re2 nopie.conf -dev-libs/spdlog nopie.conf -dev-libs/tree-sitter nopie.conf -dev-libs/unibilium nopie.conf -dev-libs/wayland nopie.conf -dev-qt/* nopie.conf -dev-util/cbindgen nopie.conf -dev-util/meson nopie.conf -dev-util/ninja nopie.conf -dev-util/ostree nopie.conf -dev-util/re2c nopie.conf -dev-utils/cmake nopie.conf -gnome-base/dconf nopie.conf -gnome-base/gsettings-desktop-schemas nopie.conf -gnome-base/librsvg nopie.conf -gui-libs/wlroots nopie.conf -media-fonts/font-util nopie.conf -media-gfx/exiv2 nopie.conf -media-gfx/graphite2 nopie.conf -media-gfx/mypaint-brushes nopie.conf -media-gfx/qrencode nopie.conf -media-libs/alsa-lib nopie.conf -media-libs/babl nopie.conf -media-libs/dav1d nopie.conf -media-libs/flac nopie.conf -media-libs/fontconfig nopie.conf -media-libs/freetype nopie.conf -media-libs/gavl nopie.conf -media-libs/gegl nopie.conf -media-libs/gexiv2 nopie.conf -media-libs/glu nopie.conf -media-libs/harfbuzz nopie.conf -media-libs/ladspa-sdk nopie.conf -media-libs/lcms nopie.conf -media-libs/libaom nopie.conf -media-libs/libass nopie.conf -media-libs/libebur128 nopie.conf -media-libs/libepoxy nopie.conf -media-libs/libexif nopie.conf -media-libs/libglvnd nopie.conf -media-libs/libjpeg-turbo nopie.conf -media-libs/libmad nopie.conf -media-libs/libmpdclient nopie.conf -media-libs/libmtp nopie.conf -media-libs/libmypaint nopie.conf -media-libs/libnsgif nopie.conf -media-libs/libogg nopie.conf -media-libs/libpng nopie.conf -media-libs/libpulse nopie.conf -media-libs/libsamplerate nopie.conf -media-libs/libsdl2 nopie.conf -media-libs/libsndfile nopie.conf -media-libs/libvorbis nopie.conf -media-libs/libvpx nopie.conf -media-libs/libwebp nopie.conf -media-libs/mesa nopie.conf -media-libs/openal nopie.conf -media-libs/openh264 nopie.conf -media-libs/openjpeg nopie.conf -media-libs/opus nopie.conf -media-libs/sdl2-gfx nopie.conf -media-libs/sdl2-image nopie.conf -media-libs/sdl2-mixer nopie.conf -media-libs/sdl2-ttf nopie.conf -media-libs/speex nopie.conf -media-libs/speexdsp nopie.conf -media-libs/tiff nopie.conf +app-eselect/eselect-rust nopie.conf +app-eselect/eselect-vi nopie.conf +app-i18n/uchardet nopie.conf +app-misc/ca-certificates nopie.conf +app-misc/jq nopie.conf +app-misc/mc nopie.conf +app-misc/tmux nopie.conf +app-portage/eix nopie.conf +app-portage/gemato nopie.conf +app-shells/bash nopie.conf +app-text/asciidoc nopie.conf +app-text/hunspell nopie.conf +app-text/poppler nopie.conf +app-text/xmlto nopie.conf +dev-cpp/atkmm nopie.conf +dev-cpp/cairomm nopie.conf +dev-cpp/glibmm nopie.conf +dev-cpp/gtkmm nopie.conf +dev-cpp/pangomm nopie.conf +dev-db/sqlite nopie.conf +dev-lang/duktape nopie.conf +dev-lang/lua nopie.conf +dev-lang/tcl nopie.conf +dev-lang/vala nopie.conf +dev-libs/atk nopie.conf +dev-libs/boehm-gc nopie.conf +dev-libs/boost nopie.conf +dev-libs/botan nopie.conf +dev-libs/date nopie.conf +dev-libs/dbus-glib nopie.conf +dev-libs/double-conversion nopie.conf +dev-libs/elfutils nopie.conf +dev-libs/expat nopie.conf +dev-libs/fribidi nopie.conf +dev-libs/glib nopie.conf +dev-libs/gmp nopie.conf +dev-libs/icu nopie.conf +dev-libs/json-c nopie.conf +dev-libs/json-glib nopie.conf +dev-libs/jsoncpp nopie.conf +dev-libs/libaio nopie.conf +dev-libs/libassuan nopie.conf +dev-libs/libatasmart nopie.conf +dev-libs/libatomic_ops nopie.conf +dev-libs/libbsd nopie.conf +dev-libs/libbytesize nopie.conf +dev-libs/libdbusmenu-qt nopie.conf +dev-libs/libevdev nopie.conf +dev-libs/libffi nopie.conf +dev-libs/libfmt nopie.conf +dev-libs/libgcrypt nopie.conf +dev-libs/libgpg nopie.conf +dev-libs/libgpg-error nopie.conf +dev-libs/libgudev nopie.conf +dev-libs/libinput nopie.conf +dev-libs/libksba nopie.conf +dev-libs/libltdl nopie.conf +dev-libs/libmpack nopie.conf +dev-libs/libnl nopie.conf +dev-libs/libpcre nopie.conf +dev-libs/libpcre2 nopie.conf +dev-libs/libpipeline nopie.conf +dev-libs/libsigc++ nopie.conf +dev-libs/libsodium nopie.conf +dev-libs/libstrophe nopie.conf +dev-libs/libtasn1 nopie.conf +dev-libs/libtermkey nopie.conf +dev-libs/libtomcrypt nopie.conf +dev-libs/libtommath nopie.conf +dev-libs/libunistring nopie.conf +dev-libs/libusb nopie.conf +dev-libs/libuv nopie.conf +dev-libs/libvterm nopie.conf +dev-libs/libyaml nopie.conf +dev-libs/lzo nopie.conf +dev-libs/mpc nopie.conf +dev-libs/mpfr nopie.conf +dev-libs/msgpack nopie.conf +dev-libs/nettle nopie.conf +dev-libs/npth nopie.conf +dev-libs/nspr nopie.conf +dev-libs/nss nopie.conf +dev-libs/oniguruma nopie.conf +dev-libs/openssl nopie.conf +dev-libs/popt nopie.conf +dev-libs/protobuf nopie.conf +dev-libs/re2 nopie.conf +dev-libs/spdlog nopie.conf +dev-libs/tree-sitter nopie.conf +dev-libs/unibilium nopie.conf +dev-libs/wayland nopie.conf +dev-qt/* nopie.conf +dev-util/cbindgen nopie.conf +dev-util/meson nopie.conf +dev-util/ninja nopie.conf +dev-util/ostree nopie.conf +dev-util/re2c nopie.conf +dev-utils/cmake nopie.conf +gnome-base/dconf nopie.conf +gnome-base/librsvg nopie.conf +gui-libs/wlroots nopie.conf +media-fonts/font-util nopie.conf +media-gfx/exiv2 nopie.conf +media-gfx/graphite2 nopie.conf +media-gfx/mypaint-brushes nopie.conf +media-gfx/qrencode nopie.conf +media-libs/alsa-lib nopie.conf +media-libs/babl nopie.conf +media-libs/dav1d nopie.conf +media-libs/flac nopie.conf +media-libs/fontconfig nopie.conf +media-libs/freetype nopie.conf +media-libs/gavl nopie.conf +media-libs/gegl nopie.conf +media-libs/gexiv2 nopie.conf +media-libs/glu nopie.conf +media-libs/harfbuzz nopie.conf +media-libs/ladspa-sdk nopie.conf +media-libs/lcms nopie.conf +media-libs/libaom nopie.conf +media-libs/libass nopie.conf +media-libs/libebur128 nopie.conf +media-libs/libepoxy nopie.conf +media-libs/libexif nopie.conf +media-libs/libglvnd nopie.conf +media-libs/libjpeg-turbo nopie.conf +media-libs/libmad nopie.conf +media-libs/libmpdclient nopie.conf +media-libs/libmtp nopie.conf +media-libs/libmypaint nopie.conf +media-libs/libnsgif nopie.conf +media-libs/libogg nopie.conf +media-libs/libpng nopie.conf +media-libs/libpulse nopie.conf +media-libs/libsamplerate nopie.conf +media-libs/libsdl2 nopie.conf +media-libs/libsndfile nopie.conf +media-libs/libvorbis nopie.conf +media-libs/libvpx nopie.conf +media-libs/libwebp nopie.conf +media-libs/mesa nopie.conf +media-libs/openal nopie.conf +media-libs/openh264 nopie.conf +media-libs/openjpeg nopie.conf +media-libs/opus nopie.conf +media-libs/speex nopie.conf +media-libs/speexdsp nopie.conf +media-libs/tiff nopie.conf media-libs/webrtc-audio-processing nopie.conf -media-plugins/alsa-plugins nopie.conf +media-plugins/alsa-plugins nopie.conf media-plugins/frei0r-plugins nopie.conf -media-sound/alsa-utils nopie.conf -media-sound/lame nopie.conf -media-sound/mpg123 nopie.conf -media-sound/pulseaudio nopie.conf +media-sound/alsa-utils nopie.conf +media-sound/lame nopie.conf +media-sound/mpg123 nopie.conf +media-sound/pulseaudio nopie.conf media-sound/pulseaudio-daemon nopie.conf -media-sound/pulsemixer nopie.conf -media-video/ffmpeg nopie.conf -media-video/movit nopie.conf -media-video/mpv nopie.conf -net-dns/c-ares nopie.conf -net-dns/libidn2 nopie.conf -net-firewall/iptables nopie.conf -net-im/profanity nopie.conf -net-libs/glib-networking nopie.conf -net-libs/gnutls nopie.conf -net-libs/libasyncns nopie.conf -net-libs/libmnl nopie.conf -net-libs/libnftnl nopie.conf -net-libs/libotr nopie.conf -net-libs/libproxy nopie.conf -net-libs/libpsl nopie.conf +media-sound/pulsemixer nopie.conf +media-video/ffmpeg nopie.conf +media-video/movit nopie.conf +media-video/mpv nopie.conf +net-dns/c-ares nopie.conf +net-dns/libidn2 nopie.conf +net-firewall/iptables nopie.conf +net-im/profanity nopie.conf +net-libs/glib-networking nopie.conf +net-libs/gnutls nopie.conf +net-libs/libasyncns nopie.conf +net-libs/libmnl nopie.conf +net-libs/libnftnl nopie.conf +net-libs/libotr nopie.conf +net-libs/libproxy nopie.conf +net-libs/libpsl nopie.conf net-libs/libsignal-protocol-c nopie.conf -net-libs/libsoup nopie.conf -net-libs/nghttp2 nopie.conf -net-misc/curl nopie.conf -sci-libs/fftw nopie.conf -sys-apps/acl nopie.conf -sys-apps/file nopie.conf -sys-apps/flatpak nopie.conf -sys-apps/gawk nopie.conf -sys-apps/help2man nopie.conf -sys-apps/kmod nopie.conf -sys-apps/man-db nopie.conf -sys-apps/openrc nopie.conf -sys-apps/pciutils nopie.conf -sys-apps/pcsc-lite nopie.conf -sys-apps/sandbox nopie.conf -sys-apps/sed nopie.conf -sys-apps/systemd-utils nopie.conf -sys-apps/util-linux nopie.conf -sys-auth/libyubikey nopie.conf -sys-auth/passwdqc nopie.conf -sys-auth/polkit-qt nopie.conf -sys-auth/seatd nopie.conf -sys-auth/ykpers nopie.conf -sys-devel/bc nopie.conf -sys-devel/binutils nopie.conf -sys-devel/clang nopie.conf -sys-devel/clang-common nopie.conf -sys-devel/clang-runtime nopie.conf -sys-devel/lld nopie.conf -sys-devel/llvm nopie.conf -sys-devel/llvm-common nopie.conf -sys-fs/btrfs-progs nopie.conf -sys-fs/cryptmount nopie.conf -sys-fs/cryptsetup nopie.conf -sys-fs/e2fsprogs nopie.conf -sys-fs/fuse nopie.conf -sys-fs/udev nopie.conf -sys-fs/udisks nopie.conf -sys-libs/argp-standalone nopie.conf -sys-libs/binutils-libs nopie.conf -sys-libs/compiler-rt-sanitizers nopie.conf -sys-libs/efivar nopie.conf -sys-libs/fts-standalone nopie.conf -sys-libs/gdbm nopie.conf -sys-libs/libblockdev nopie.conf -sys-libs/libcap-ng nopie.conf -sys-libs/libcxx nopie.conf -sys-libs/libcxxabi nopie.conf -sys-libs/libomp nopie.conf -sys-libs/libseccomp nopie.conf -sys-libs/libsepol nopie.conf -sys-libs/libucontext nopie.conf -sys-libs/llvm-libunwind nopie.conf -sys-libs/mtdev nopie.conf -sys-libs/ncurses nopie.conf -sys-libs/obstack-standalone nopie.conf -sys-libs/pam nopie.conf -sys-libs/readline nopie.conf -sys-libs/zlib nopie.conf -sys-process/bottom nopie.conf -sys-process/psmisc nopie.conf -virtual/libelf nopie.conf -virtual/rust nopie.conf -virtual/w3m nopie.conf -www-client/w3m nopie.conf -x11-base/xcb-proto nopie.conf -x11-libs/* nopie.conf -x11-libs/xtrans nopie.conf - -# No PIE, malloc. -media-gfx/gimp malloc-nopie.conf +net-libs/libsoup nopie.conf +net-libs/nghttp2 nopie.conf +net-misc/curl nopie.conf +sci-libs/fftw nopie.conf +sys-apps/acl nopie.conf +sys-apps/file nopie.conf +sys-apps/flatpak nopie.conf +sys-apps/gawk nopie.conf +sys-apps/help2man nopie.conf +sys-apps/kmod nopie.conf +sys-apps/man-db nopie.conf +sys-apps/openrc nopie.conf +sys-apps/pciutils nopie.conf +sys-apps/pcsc-lite nopie.conf +sys-apps/sandbox nopie.conf +sys-apps/sed nopie.conf +sys-apps/systemd-utils nopie.conf +sys-apps/util-linux nopie.conf +sys-auth/libyubikey nopie.conf +sys-auth/passwdqc nopie.conf +sys-auth/polkit-qt nopie.conf +sys-auth/seatd nopie.conf +sys-auth/ykpers nopie.conf +sys-devel/bc nopie.conf +sys-devel/binutils nopie.conf +sys-devel/clang nopie.conf +sys-devel/clang-common nopie.conf +sys-devel/clang-runtime nopie.conf +sys-devel/lld nopie.conf +sys-devel/llvm nopie.conf +sys-devel/llvm-common nopie.conf +sys-fs/btrfs-progs nopie.conf +sys-fs/cryptmount nopie.conf +sys-fs/cryptsetup nopie.conf +sys-fs/e2fsprogs nopie.conf +sys-fs/fuse nopie.conf +sys-fs/udev nopie.conf +sys-fs/udisks nopie.conf +sys-libs/argp-standalone nopie.conf +sys-libs/binutils-libs nopie.conf +sys-libs/compiler-rt-sanitizers nopie.conf +sys-libs/efivar nopie.conf +sys-libs/fts-standalone nopie.conf +sys-libs/gdbm nopie.conf +sys-libs/libblockdev nopie.conf +sys-libs/libcap-ng nopie.conf +sys-libs/libcxx nopie.conf +sys-libs/libcxxabi nopie.conf +sys-libs/libomp nopie.conf +sys-libs/libseccomp nopie.conf +sys-libs/libsepol nopie.conf +sys-libs/libucontext nopie.conf +sys-libs/llvm-libunwind nopie.conf +sys-libs/mtdev nopie.conf +sys-libs/ncurses nopie.conf +sys-libs/obstack-standalone nopie.conf +sys-libs/pam nopie.conf +sys-libs/readline nopie.conf +sys-libs/zlib nopie.conf +sys-process/bottom nopie.conf +sys-process/psmisc nopie.conf +virtual/libelf nopie.conf +virtual/rust nopie.conf +virtual/w3m nopie.conf +www-client/w3m nopie.conf +x11-base/xcb-proto nopie.conf +x11-libs/* nopie.conf # No LTO, no PIE # Basic -app-admin/setools basic.conf -app-portage/portage-utils basic.conf -app-text/tree basic.conf -dev-lang/perl basic.conf -dev-lang/python basic.conf -dev-libs/appstream-glib basic.conf -dev-libs/gobject-introspection basic.conf -dev-libs/libevent basic.conf -dev-libs/libxml2 basic.conf -dev-libs/libxslt basic.conf -dev-lua/lpeg basic.conf -dev-lua/luv basic.conf -dev-lua/mpack basic.conf -dev-perl/* basic.conf -dev-python/* basic.conf -dev-util/pkgconf basic.conf -gui-apps/waybar basic.conf -media-libs/libcanberra basic.conf -media-libs/mlt basic.conf -media-libs/opencv basic.conf -media-sound/cmus basic.conf -media-sound/mumble basic.conf -net-analyzer/openbsd-netcat basic.conf -net-libs/libtirpc basic.conf -net-libs/nodejs basic.conf -net-voip/mumble basic.conf -perl-core/* basic.conf -sys-apps/attr basic.conf -sys-apps/dbus basic.conf -sys-apps/iproute2 basic.conf -sys-apps/portage basic.conf -sys-apps/shadow basic.conf -sys-auth/elogind basic.conf -sys-block/parted basic.conf -sys-boot/grub basic.conf -sys-devel/gettext basic.conf -sys-fs/cryptmount basic.conf -sys-fs/fuse basic.conf -sys-fs/jmtpfs basic.conf -sys-fs/lvm2 basic.conf -sys-libs/compiler-rt basic.conf -sys-libs/libcap basic.conf -sys-libs/libselinux basic.conf -sys-libs/libsemanage basic.conf -sys-libs/musl basic.conf -sys-libs/slang basic.conf -sys-process/audit basic.conf -sys-process/procps basic.conf +app-admin/setools basic.conf +app-portage/portage-utils basic.conf +app-text/tree basic.conf +dev-lang/perl basic.conf +dev-lang/python basic.conf +dev-libs/appstream-glib basic.conf +dev-libs/gobject-introspection basic.conf +dev-libs/libevent basic.conf +dev-libs/libxml2 basic.conf +dev-libs/libxslt basic.conf +dev-lua/lpeg basic.conf +dev-lua/luv basic.conf +dev-lua/mpack basic.conf +dev-perl/* basic.conf +dev-python/* basic.conf +dev-util/pkgconf basic.conf +gui-apps/waybar basic.conf +media-libs/libcanberra basic.conf +media-libs/opencv basic.conf +media-sound/cmus basic.conf +net-analyzer/openbsd-netcat basic.conf +net-libs/libtirpc basic.conf +net-libs/nodejs basic.conf +perl-core/* basic.conf +sys-apps/attr basic.conf +sys-apps/dbus basic.conf +sys-apps/iproute2 basic.conf +sys-apps/portage basic.conf +sys-apps/shadow basic.conf +sys-block/parted basic.conf +sys-boot/grub basic.conf +sys-devel/gettext basic.conf +sys-fs/cryptmount basic.conf +sys-fs/fuse basic.conf +sys-fs/lvm2 basic.conf +sys-libs/compiler-rt basic.conf +sys-libs/libcap basic.conf +sys-libs/libselinux basic.conf +sys-libs/libsemanage basic.conf +sys-libs/musl basic.conf +sys-libs/slang basic.conf +sys-process/audit basic.conf +sys-process/procps basic.conf # Chromium -www-client/chromium chromium.conf -www-client/highway chromium.conf +www-client/highway chromium.conf # GCC - No PIE -dev-libs/libedit gcc-nopie.conf -sys-auth/elogind gcc-nopie.conf +dev-libs/libedit gcc-nopie.conf +sys-auth/elogind gcc-nopie.conf sys-block/thin-provisioning-tools gcc-nopie.conf -sys-devel/gcc gcc-nopie.conf -sys-fs/jmtpfs gcc-nopie.conf +sys-devel/gcc gcc-nopie.conf +sys-fs/jmtpfs gcc-nopie.conf From 4d4758a340ee34c70b6f21524d192063c92ea09a Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 30 Sep 2022 23:39:03 +0100 Subject: [PATCH 312/833] Add extra tab space for formatting. --- portage/package.env | 644 ++++++++++++++++++++++---------------------- 1 file changed, 322 insertions(+), 322 deletions(-) diff --git a/portage/package.env b/portage/package.env index c7b9dbd..f8c26c2 100644 --- a/portage/package.env +++ b/portage/package.env @@ -4,337 +4,337 @@ # No LTO -app-crypt/efitools nolto.conf -app-shells/zsh nolto.conf -games-rpg/cataclysm-dda nolto.conf -sys-libs/libcap nolto.conf +app-crypt/efitools nolto.conf +app-shells/zsh nolto.conf +games-rpg/cataclysm-dda nolto.conf +sys-libs/libcap nolto.conf # Malloc, No PIE. -media-gfx/gimp malloc-nopie.conf -net-voip/mumble malloc-nopie.conf +media-gfx/gimp malloc-nopie.conf +net-voip/mumble malloc-nopie.conf # No PIE -app-accessibility/at-spi2-atk nopie.conf -app-accessibility/at-spi2-core nopie.conf -app-admin/doas nopie.conf -app-admin/keepassxc nopie.conf -app-admin/perl-cleaner nopie.conf -app-admin/setools nopie.conf -app-admin/sysklogd nopie.conf -app-arch/brotli nopie.conf -app-arch/bzip2 nopie.conf -app-arch/libarchive nopie.conf -app-arch/lz4 nopie.conf -app-arch/unrar nopie.conf -app-arch/xz-utils nopie.conf -app-arch/zstd nopie.conf -app-crypt/argon2 nopie.conf -app-crypt/efitools nopie.conf -app-crypt/gnupg nopie.conf -app-crypt/gpgme nopie.conf -app-crypt/libb2 nopie.conf -app-crypt/libmd nopie.conf -app-crypt/mhash nopie.conf -app-crypt/pinentry nopie.conf -app-crypt/rhash nopie.conf -app-editors/neovim nopie.conf -app-eselect/eselect-fontconfig nopie.conf -app-eselect/eselect-mpg123 nopie.conf -app-eselect/eselect-notify-send nopie.conf -app-eselect/eselect-rust nopie.conf -app-eselect/eselect-vi nopie.conf -app-i18n/uchardet nopie.conf -app-misc/ca-certificates nopie.conf -app-misc/jq nopie.conf -app-misc/mc nopie.conf -app-misc/tmux nopie.conf -app-portage/eix nopie.conf -app-portage/gemato nopie.conf -app-shells/bash nopie.conf -app-text/asciidoc nopie.conf -app-text/hunspell nopie.conf -app-text/poppler nopie.conf -app-text/xmlto nopie.conf -dev-cpp/atkmm nopie.conf -dev-cpp/cairomm nopie.conf -dev-cpp/glibmm nopie.conf -dev-cpp/gtkmm nopie.conf -dev-cpp/pangomm nopie.conf -dev-db/sqlite nopie.conf -dev-lang/duktape nopie.conf -dev-lang/lua nopie.conf -dev-lang/tcl nopie.conf -dev-lang/vala nopie.conf -dev-libs/atk nopie.conf -dev-libs/boehm-gc nopie.conf -dev-libs/boost nopie.conf -dev-libs/botan nopie.conf -dev-libs/date nopie.conf -dev-libs/dbus-glib nopie.conf -dev-libs/double-conversion nopie.conf -dev-libs/elfutils nopie.conf -dev-libs/expat nopie.conf -dev-libs/fribidi nopie.conf -dev-libs/glib nopie.conf -dev-libs/gmp nopie.conf -dev-libs/icu nopie.conf -dev-libs/json-c nopie.conf -dev-libs/json-glib nopie.conf -dev-libs/jsoncpp nopie.conf -dev-libs/libaio nopie.conf -dev-libs/libassuan nopie.conf -dev-libs/libatasmart nopie.conf -dev-libs/libatomic_ops nopie.conf -dev-libs/libbsd nopie.conf -dev-libs/libbytesize nopie.conf -dev-libs/libdbusmenu-qt nopie.conf -dev-libs/libevdev nopie.conf -dev-libs/libffi nopie.conf -dev-libs/libfmt nopie.conf -dev-libs/libgcrypt nopie.conf -dev-libs/libgpg nopie.conf -dev-libs/libgpg-error nopie.conf -dev-libs/libgudev nopie.conf -dev-libs/libinput nopie.conf -dev-libs/libksba nopie.conf -dev-libs/libltdl nopie.conf -dev-libs/libmpack nopie.conf -dev-libs/libnl nopie.conf -dev-libs/libpcre nopie.conf -dev-libs/libpcre2 nopie.conf -dev-libs/libpipeline nopie.conf -dev-libs/libsigc++ nopie.conf -dev-libs/libsodium nopie.conf -dev-libs/libstrophe nopie.conf -dev-libs/libtasn1 nopie.conf -dev-libs/libtermkey nopie.conf -dev-libs/libtomcrypt nopie.conf -dev-libs/libtommath nopie.conf -dev-libs/libunistring nopie.conf -dev-libs/libusb nopie.conf -dev-libs/libuv nopie.conf -dev-libs/libvterm nopie.conf -dev-libs/libyaml nopie.conf -dev-libs/lzo nopie.conf -dev-libs/mpc nopie.conf -dev-libs/mpfr nopie.conf -dev-libs/msgpack nopie.conf -dev-libs/nettle nopie.conf -dev-libs/npth nopie.conf -dev-libs/nspr nopie.conf -dev-libs/nss nopie.conf -dev-libs/oniguruma nopie.conf -dev-libs/openssl nopie.conf -dev-libs/popt nopie.conf -dev-libs/protobuf nopie.conf -dev-libs/re2 nopie.conf -dev-libs/spdlog nopie.conf -dev-libs/tree-sitter nopie.conf -dev-libs/unibilium nopie.conf -dev-libs/wayland nopie.conf -dev-qt/* nopie.conf -dev-util/cbindgen nopie.conf -dev-util/meson nopie.conf -dev-util/ninja nopie.conf -dev-util/ostree nopie.conf -dev-util/re2c nopie.conf -dev-utils/cmake nopie.conf -gnome-base/dconf nopie.conf -gnome-base/librsvg nopie.conf -gui-libs/wlroots nopie.conf -media-fonts/font-util nopie.conf -media-gfx/exiv2 nopie.conf -media-gfx/graphite2 nopie.conf -media-gfx/mypaint-brushes nopie.conf -media-gfx/qrencode nopie.conf -media-libs/alsa-lib nopie.conf -media-libs/babl nopie.conf -media-libs/dav1d nopie.conf -media-libs/flac nopie.conf -media-libs/fontconfig nopie.conf -media-libs/freetype nopie.conf -media-libs/gavl nopie.conf -media-libs/gegl nopie.conf -media-libs/gexiv2 nopie.conf -media-libs/glu nopie.conf -media-libs/harfbuzz nopie.conf -media-libs/ladspa-sdk nopie.conf -media-libs/lcms nopie.conf -media-libs/libaom nopie.conf -media-libs/libass nopie.conf -media-libs/libebur128 nopie.conf -media-libs/libepoxy nopie.conf -media-libs/libexif nopie.conf -media-libs/libglvnd nopie.conf -media-libs/libjpeg-turbo nopie.conf -media-libs/libmad nopie.conf -media-libs/libmpdclient nopie.conf -media-libs/libmtp nopie.conf -media-libs/libmypaint nopie.conf -media-libs/libnsgif nopie.conf -media-libs/libogg nopie.conf -media-libs/libpng nopie.conf -media-libs/libpulse nopie.conf -media-libs/libsamplerate nopie.conf -media-libs/libsdl2 nopie.conf -media-libs/libsndfile nopie.conf -media-libs/libvorbis nopie.conf -media-libs/libvpx nopie.conf -media-libs/libwebp nopie.conf -media-libs/mesa nopie.conf -media-libs/openal nopie.conf -media-libs/openh264 nopie.conf -media-libs/openjpeg nopie.conf -media-libs/opus nopie.conf -media-libs/speex nopie.conf -media-libs/speexdsp nopie.conf -media-libs/tiff nopie.conf -media-libs/webrtc-audio-processing nopie.conf -media-plugins/alsa-plugins nopie.conf -media-plugins/frei0r-plugins nopie.conf -media-sound/alsa-utils nopie.conf -media-sound/lame nopie.conf -media-sound/mpg123 nopie.conf -media-sound/pulseaudio nopie.conf -media-sound/pulseaudio-daemon nopie.conf -media-sound/pulsemixer nopie.conf -media-video/ffmpeg nopie.conf -media-video/movit nopie.conf -media-video/mpv nopie.conf -net-dns/c-ares nopie.conf -net-dns/libidn2 nopie.conf -net-firewall/iptables nopie.conf -net-im/profanity nopie.conf -net-libs/glib-networking nopie.conf -net-libs/gnutls nopie.conf -net-libs/libasyncns nopie.conf -net-libs/libmnl nopie.conf -net-libs/libnftnl nopie.conf -net-libs/libotr nopie.conf -net-libs/libproxy nopie.conf -net-libs/libpsl nopie.conf -net-libs/libsignal-protocol-c nopie.conf -net-libs/libsoup nopie.conf -net-libs/nghttp2 nopie.conf -net-misc/curl nopie.conf -sci-libs/fftw nopie.conf -sys-apps/acl nopie.conf -sys-apps/file nopie.conf -sys-apps/flatpak nopie.conf -sys-apps/gawk nopie.conf -sys-apps/help2man nopie.conf -sys-apps/kmod nopie.conf -sys-apps/man-db nopie.conf -sys-apps/openrc nopie.conf -sys-apps/pciutils nopie.conf -sys-apps/pcsc-lite nopie.conf -sys-apps/sandbox nopie.conf -sys-apps/sed nopie.conf -sys-apps/systemd-utils nopie.conf -sys-apps/util-linux nopie.conf -sys-auth/libyubikey nopie.conf -sys-auth/passwdqc nopie.conf -sys-auth/polkit-qt nopie.conf -sys-auth/seatd nopie.conf -sys-auth/ykpers nopie.conf -sys-devel/bc nopie.conf -sys-devel/binutils nopie.conf -sys-devel/clang nopie.conf -sys-devel/clang-common nopie.conf -sys-devel/clang-runtime nopie.conf -sys-devel/lld nopie.conf -sys-devel/llvm nopie.conf -sys-devel/llvm-common nopie.conf -sys-fs/btrfs-progs nopie.conf -sys-fs/cryptmount nopie.conf -sys-fs/cryptsetup nopie.conf -sys-fs/e2fsprogs nopie.conf -sys-fs/fuse nopie.conf -sys-fs/udev nopie.conf -sys-fs/udisks nopie.conf -sys-libs/argp-standalone nopie.conf -sys-libs/binutils-libs nopie.conf -sys-libs/compiler-rt-sanitizers nopie.conf -sys-libs/efivar nopie.conf -sys-libs/fts-standalone nopie.conf -sys-libs/gdbm nopie.conf -sys-libs/libblockdev nopie.conf -sys-libs/libcap-ng nopie.conf -sys-libs/libcxx nopie.conf -sys-libs/libcxxabi nopie.conf -sys-libs/libomp nopie.conf -sys-libs/libseccomp nopie.conf -sys-libs/libsepol nopie.conf -sys-libs/libucontext nopie.conf -sys-libs/llvm-libunwind nopie.conf -sys-libs/mtdev nopie.conf -sys-libs/ncurses nopie.conf -sys-libs/obstack-standalone nopie.conf -sys-libs/pam nopie.conf -sys-libs/readline nopie.conf -sys-libs/zlib nopie.conf -sys-process/bottom nopie.conf -sys-process/psmisc nopie.conf -virtual/libelf nopie.conf -virtual/rust nopie.conf -virtual/w3m nopie.conf -www-client/w3m nopie.conf -x11-base/xcb-proto nopie.conf -x11-libs/* nopie.conf +app-accessibility/at-spi2-atk nopie.conf +app-accessibility/at-spi2-core nopie.conf +app-admin/doas nopie.conf +app-admin/keepassxc nopie.conf +app-admin/perl-cleaner nopie.conf +app-admin/setools nopie.conf +app-admin/sysklogd nopie.conf +app-arch/brotli nopie.conf +app-arch/bzip2 nopie.conf +app-arch/libarchive nopie.conf +app-arch/lz4 nopie.conf +app-arch/unrar nopie.conf +app-arch/xz-utils nopie.conf +app-arch/zstd nopie.conf +app-crypt/argon2 nopie.conf +app-crypt/efitools nopie.conf +app-crypt/gnupg nopie.conf +app-crypt/gpgme nopie.conf +app-crypt/libb2 nopie.conf +app-crypt/libmd nopie.conf +app-crypt/mhash nopie.conf +app-crypt/pinentry nopie.conf +app-crypt/rhash nopie.conf +app-editors/neovim nopie.conf +app-eselect/eselect-fontconfig nopie.conf +app-eselect/eselect-mpg123 nopie.conf +app-eselect/eselect-notify-send nopie.conf +app-eselect/eselect-rust nopie.conf +app-eselect/eselect-vi nopie.conf +app-i18n/uchardet nopie.conf +app-misc/ca-certificates nopie.conf +app-misc/jq nopie.conf +app-misc/mc nopie.conf +app-misc/tmux nopie.conf +app-portage/eix nopie.conf +app-portage/gemato nopie.conf +app-shells/bash nopie.conf +app-text/asciidoc nopie.conf +app-text/hunspell nopie.conf +app-text/poppler nopie.conf +app-text/xmlto nopie.conf +dev-cpp/atkmm nopie.conf +dev-cpp/cairomm nopie.conf +dev-cpp/glibmm nopie.conf +dev-cpp/gtkmm nopie.conf +dev-cpp/pangomm nopie.conf +dev-db/sqlite nopie.conf +dev-lang/duktape nopie.conf +dev-lang/lua nopie.conf +dev-lang/tcl nopie.conf +dev-lang/vala nopie.conf +dev-libs/atk nopie.conf +dev-libs/boehm-gc nopie.conf +dev-libs/boost nopie.conf +dev-libs/botan nopie.conf +dev-libs/date nopie.conf +dev-libs/dbus-glib nopie.conf +dev-libs/double-conversion nopie.conf +dev-libs/elfutils nopie.conf +dev-libs/expat nopie.conf +dev-libs/fribidi nopie.conf +dev-libs/glib nopie.conf +dev-libs/gmp nopie.conf +dev-libs/icu nopie.conf +dev-libs/json-c nopie.conf +dev-libs/json-glib nopie.conf +dev-libs/jsoncpp nopie.conf +dev-libs/libaio nopie.conf +dev-libs/libassuan nopie.conf +dev-libs/libatasmart nopie.conf +dev-libs/libatomic_ops nopie.conf +dev-libs/libbsd nopie.conf +dev-libs/libbytesize nopie.conf +dev-libs/libdbusmenu-qt nopie.conf +dev-libs/libevdev nopie.conf +dev-libs/libffi nopie.conf +dev-libs/libfmt nopie.conf +dev-libs/libgcrypt nopie.conf +dev-libs/libgpg nopie.conf +dev-libs/libgpg-error nopie.conf +dev-libs/libgudev nopie.conf +dev-libs/libinput nopie.conf +dev-libs/libksba nopie.conf +dev-libs/libltdl nopie.conf +dev-libs/libmpack nopie.conf +dev-libs/libnl nopie.conf +dev-libs/libpcre nopie.conf +dev-libs/libpcre2 nopie.conf +dev-libs/libpipeline nopie.conf +dev-libs/libsigc++ nopie.conf +dev-libs/libsodium nopie.conf +dev-libs/libstrophe nopie.conf +dev-libs/libtasn1 nopie.conf +dev-libs/libtermkey nopie.conf +dev-libs/libtomcrypt nopie.conf +dev-libs/libtommath nopie.conf +dev-libs/libunistring nopie.conf +dev-libs/libusb nopie.conf +dev-libs/libuv nopie.conf +dev-libs/libvterm nopie.conf +dev-libs/libyaml nopie.conf +dev-libs/lzo nopie.conf +dev-libs/mpc nopie.conf +dev-libs/mpfr nopie.conf +dev-libs/msgpack nopie.conf +dev-libs/nettle nopie.conf +dev-libs/npth nopie.conf +dev-libs/nspr nopie.conf +dev-libs/nss nopie.conf +dev-libs/oniguruma nopie.conf +dev-libs/openssl nopie.conf +dev-libs/popt nopie.conf +dev-libs/protobuf nopie.conf +dev-libs/re2 nopie.conf +dev-libs/spdlog nopie.conf +dev-libs/tree-sitter nopie.conf +dev-libs/unibilium nopie.conf +dev-libs/wayland nopie.conf +dev-qt/* nopie.conf +dev-util/cbindgen nopie.conf +dev-util/meson nopie.conf +dev-util/ninja nopie.conf +dev-util/ostree nopie.conf +dev-util/re2c nopie.conf +dev-utils/cmake nopie.conf +gnome-base/dconf nopie.conf +gnome-base/librsvg nopie.conf +gui-libs/wlroots nopie.conf +media-fonts/font-util nopie.conf +media-gfx/exiv2 nopie.conf +media-gfx/graphite2 nopie.conf +media-gfx/mypaint-brushes nopie.conf +media-gfx/qrencode nopie.conf +media-libs/alsa-lib nopie.conf +media-libs/babl nopie.conf +media-libs/dav1d nopie.conf +media-libs/flac nopie.conf +media-libs/fontconfig nopie.conf +media-libs/freetype nopie.conf +media-libs/gavl nopie.conf +media-libs/gegl nopie.conf +media-libs/gexiv2 nopie.conf +media-libs/glu nopie.conf +media-libs/harfbuzz nopie.conf +media-libs/ladspa-sdk nopie.conf +media-libs/lcms nopie.conf +media-libs/libaom nopie.conf +media-libs/libass nopie.conf +media-libs/libebur128 nopie.conf +media-libs/libepoxy nopie.conf +media-libs/libexif nopie.conf +media-libs/libglvnd nopie.conf +media-libs/libjpeg-turbo nopie.conf +media-libs/libmad nopie.conf +media-libs/libmpdclient nopie.conf +media-libs/libmtp nopie.conf +media-libs/libmypaint nopie.conf +media-libs/libnsgif nopie.conf +media-libs/libogg nopie.conf +media-libs/libpng nopie.conf +media-libs/libpulse nopie.conf +media-libs/libsamplerate nopie.conf +media-libs/libsdl2 nopie.conf +media-libs/libsndfile nopie.conf +media-libs/libvorbis nopie.conf +media-libs/libvpx nopie.conf +media-libs/libwebp nopie.conf +media-libs/mesa nopie.conf +media-libs/openal nopie.conf +media-libs/openh264 nopie.conf +media-libs/openjpeg nopie.conf +media-libs/opus nopie.conf +media-libs/speex nopie.conf +media-libs/speexdsp nopie.conf +media-libs/tiff nopie.conf +media-libs/webrtc-audio-processing nopie.conf +media-plugins/alsa-plugins nopie.conf +media-plugins/frei0r-plugins nopie.conf +media-sound/alsa-utils nopie.conf +media-sound/lame nopie.conf +media-sound/mpg123 nopie.conf +media-sound/pulseaudio nopie.conf +media-sound/pulseaudio-daemon nopie.conf +media-sound/pulsemixer nopie.conf +media-video/ffmpeg nopie.conf +media-video/movit nopie.conf +media-video/mpv nopie.conf +net-dns/c-ares nopie.conf +net-dns/libidn2 nopie.conf +net-firewall/iptables nopie.conf +net-im/profanity nopie.conf +net-libs/glib-networking nopie.conf +net-libs/gnutls nopie.conf +net-libs/libasyncns nopie.conf +net-libs/libmnl nopie.conf +net-libs/libnftnl nopie.conf +net-libs/libotr nopie.conf +net-libs/libproxy nopie.conf +net-libs/libpsl nopie.conf +net-libs/libsignal-protocol-c nopie.conf +net-libs/libsoup nopie.conf +net-libs/nghttp2 nopie.conf +net-misc/curl nopie.conf +sci-libs/fftw nopie.conf +sys-apps/acl nopie.conf +sys-apps/file nopie.conf +sys-apps/flatpak nopie.conf +sys-apps/gawk nopie.conf +sys-apps/help2man nopie.conf +sys-apps/kmod nopie.conf +sys-apps/man-db nopie.conf +sys-apps/openrc nopie.conf +sys-apps/pciutils nopie.conf +sys-apps/pcsc-lite nopie.conf +sys-apps/sandbox nopie.conf +sys-apps/sed nopie.conf +sys-apps/systemd-utils nopie.conf +sys-apps/util-linux nopie.conf +sys-auth/libyubikey nopie.conf +sys-auth/passwdqc nopie.conf +sys-auth/polkit-qt nopie.conf +sys-auth/seatd nopie.conf +sys-auth/ykpers nopie.conf +sys-devel/bc nopie.conf +sys-devel/binutils nopie.conf +sys-devel/clang nopie.conf +sys-devel/clang-common nopie.conf +sys-devel/clang-runtime nopie.conf +sys-devel/lld nopie.conf +sys-devel/llvm nopie.conf +sys-devel/llvm-common nopie.conf +sys-fs/btrfs-progs nopie.conf +sys-fs/cryptmount nopie.conf +sys-fs/cryptsetup nopie.conf +sys-fs/e2fsprogs nopie.conf +sys-fs/fuse nopie.conf +sys-fs/udev nopie.conf +sys-fs/udisks nopie.conf +sys-libs/argp-standalone nopie.conf +sys-libs/binutils-libs nopie.conf +sys-libs/compiler-rt-sanitizers nopie.conf +sys-libs/efivar nopie.conf +sys-libs/fts-standalone nopie.conf +sys-libs/gdbm nopie.conf +sys-libs/libblockdev nopie.conf +sys-libs/libcap-ng nopie.conf +sys-libs/libcxx nopie.conf +sys-libs/libcxxabi nopie.conf +sys-libs/libomp nopie.conf +sys-libs/libseccomp nopie.conf +sys-libs/libsepol nopie.conf +sys-libs/libucontext nopie.conf +sys-libs/llvm-libunwind nopie.conf +sys-libs/mtdev nopie.conf +sys-libs/ncurses nopie.conf +sys-libs/obstack-standalone nopie.conf +sys-libs/pam nopie.conf +sys-libs/readline nopie.conf +sys-libs/zlib nopie.conf +sys-process/bottom nopie.conf +sys-process/psmisc nopie.conf +virtual/libelf nopie.conf +virtual/rust nopie.conf +virtual/w3m nopie.conf +www-client/w3m nopie.conf +x11-base/xcb-proto nopie.conf +x11-libs/* nopie.conf # No LTO, no PIE # Basic -app-admin/setools basic.conf -app-portage/portage-utils basic.conf -app-text/tree basic.conf -dev-lang/perl basic.conf -dev-lang/python basic.conf -dev-libs/appstream-glib basic.conf -dev-libs/gobject-introspection basic.conf -dev-libs/libevent basic.conf -dev-libs/libxml2 basic.conf -dev-libs/libxslt basic.conf -dev-lua/lpeg basic.conf -dev-lua/luv basic.conf -dev-lua/mpack basic.conf -dev-perl/* basic.conf -dev-python/* basic.conf -dev-util/pkgconf basic.conf -gui-apps/waybar basic.conf -media-libs/libcanberra basic.conf -media-libs/opencv basic.conf -media-sound/cmus basic.conf -net-analyzer/openbsd-netcat basic.conf -net-libs/libtirpc basic.conf -net-libs/nodejs basic.conf -perl-core/* basic.conf -sys-apps/attr basic.conf -sys-apps/dbus basic.conf -sys-apps/iproute2 basic.conf -sys-apps/portage basic.conf -sys-apps/shadow basic.conf -sys-block/parted basic.conf -sys-boot/grub basic.conf -sys-devel/gettext basic.conf -sys-fs/cryptmount basic.conf -sys-fs/fuse basic.conf -sys-fs/lvm2 basic.conf -sys-libs/compiler-rt basic.conf -sys-libs/libcap basic.conf -sys-libs/libselinux basic.conf -sys-libs/libsemanage basic.conf -sys-libs/musl basic.conf -sys-libs/slang basic.conf -sys-process/audit basic.conf -sys-process/procps basic.conf +app-admin/setools basic.conf +app-portage/portage-utils basic.conf +app-text/tree basic.conf +dev-lang/perl basic.conf +dev-lang/python basic.conf +dev-libs/appstream-glib basic.conf +dev-libs/gobject-introspection basic.conf +dev-libs/libevent basic.conf +dev-libs/libxml2 basic.conf +dev-libs/libxslt basic.conf +dev-lua/lpeg basic.conf +dev-lua/luv basic.conf +dev-lua/mpack basic.conf +dev-perl/* basic.conf +dev-python/* basic.conf +dev-util/pkgconf basic.conf +gui-apps/waybar basic.conf +media-libs/libcanberra basic.conf +media-libs/opencv basic.conf +media-sound/cmus basic.conf +net-analyzer/openbsd-netcat basic.conf +net-libs/libtirpc basic.conf +net-libs/nodejs basic.conf +perl-core/* basic.conf +sys-apps/attr basic.conf +sys-apps/dbus basic.conf +sys-apps/iproute2 basic.conf +sys-apps/portage basic.conf +sys-apps/shadow basic.conf +sys-block/parted basic.conf +sys-boot/grub basic.conf +sys-devel/gettext basic.conf +sys-fs/cryptmount basic.conf +sys-fs/fuse basic.conf +sys-fs/lvm2 basic.conf +sys-libs/compiler-rt basic.conf +sys-libs/libcap basic.conf +sys-libs/libselinux basic.conf +sys-libs/libsemanage basic.conf +sys-libs/musl basic.conf +sys-libs/slang basic.conf +sys-process/audit basic.conf +sys-process/procps basic.conf # Chromium -www-client/highway chromium.conf +www-client/highway chromium.conf # GCC - No PIE -dev-libs/libedit gcc-nopie.conf -sys-auth/elogind gcc-nopie.conf -sys-block/thin-provisioning-tools gcc-nopie.conf -sys-devel/gcc gcc-nopie.conf -sys-fs/jmtpfs gcc-nopie.conf +dev-libs/libedit gcc-nopie.conf +sys-auth/elogind gcc-nopie.conf +sys-block/thin-provisioning-tools gcc-nopie.conf +sys-devel/gcc gcc-nopie.conf +sys-fs/jmtpfs gcc-nopie.conf From 0d5aaaed084cdd0d279819fc9460158be37c9b4e Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 30 Sep 2022 23:56:56 +0100 Subject: [PATCH 313/833] Add extra tab space for formatting. --- portage/package.accept_keywords | 42 ++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index 7488dd3..ad0a622 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -4,29 +4,29 @@ Date: Fri, 30 Sep 2022 23:58:05 +0100 Subject: [PATCH 314/833] Remove www-client/chromium as www-client/highway has replaced it. --- portage/package.accept_keywords | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index ad0a622..b618d6e 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -28,5 +28,4 @@ sys-libs/libexecinfo ~amd64 sys-libs/libomp ~amd64 sys-libs/libucontext ~amd64 virtual/rust ~amd64 -www-client/chromium ~amd64 www-client/highway ~amd64 From f91ee9e432455e10e198408ea276a32f61b00796 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 30 Sep 2022 23:59:12 +0100 Subject: [PATCH 315/833] Add extra tab space for formatting. --- portage/package.license | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/portage/package.license b/portage/package.license index 77295fa..10c5357 100644 --- a/portage/package.license +++ b/portage/package.license @@ -3,9 +3,9 @@ # Copyright 2022 Inference -*/* GPL-2 -*/* GPL-3 -*/* MIT -app-arch/unrar unRAR +*/* GPL-2 +*/* GPL-3 +*/* MIT +app-arch/unrar unRAR dev-util/android-studio android sys-kernel/linux-firmware @BINARY-REDISTRIBUTABLE From 4ed2fe6dfd5db2c492d1af8c48436e774d8b6ec0 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 00:11:13 +0100 Subject: [PATCH 316/833] Remove dev-util/android-studio since it is no longer required. --- portage/package.license | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.license b/portage/package.license index 10c5357..b3727d9 100644 --- a/portage/package.license +++ b/portage/package.license @@ -7,5 +7,4 @@ */* GPL-3 */* MIT app-arch/unrar unRAR -dev-util/android-studio android sys-kernel/linux-firmware @BINARY-REDISTRIBUTABLE From eeb0ba0659ec8ed4f4ddda8223bc16670eb6f934 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 00:11:59 +0100 Subject: [PATCH 317/833] Remove dev-util/android-studio since it is no longer required. --- portage/package.accept_keywords | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.accept_keywords b/portage/package.accept_keywords index b618d6e..7f2e0e5 100644 --- a/portage/package.accept_keywords +++ b/portage/package.accept_keywords @@ -12,7 +12,6 @@ dev-libs/libstrophe ~amd64 dev-libs/nss ~amd64 dev-libs/olm ~amd64 dev-libs/spdlog ~amd64 -dev-util/android-tools ~amd64 fs-util/fsverity-utils ~amd64 games-rpg/cataclysm-dda ~amd64 gui-apps/waybar ~amd64 From c56888250268a20e9e0524fffa9aa0be1d2a65a7 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 04:53:18 +0100 Subject: [PATCH 318/833] Switch license from MIT License to BSD 3-Clause Clear License. --- LICENSE.md | 13 +++++++++---- README.md | 2 +- alacritty/alacritty.yml | 0 portage/package.use | 4 ++-- 4 files changed, 12 insertions(+), 7 deletions(-) mode change 100755 => 100644 alacritty/alacritty.yml diff --git a/LICENSE.md b/LICENSE.md index a3f57be..dd7c5a1 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,9 +1,14 @@ -MIT License +The Clear BSD License Copyright (c) 2022 Inference +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +* Neither the name of Inference nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md index 4084a41..954e34f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Security and privacy are the focuses, nothing else.

Licensing

-

All content is licensed under MIT License.

+

All content is licensed under BSD 3-Clause Clear License.



Security

diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml old mode 100755 new mode 100644 diff --git a/portage/package.use b/portage/package.use index abb4697..3330a3f 100644 --- a/portage/package.use +++ b/portage/package.use @@ -20,8 +20,8 @@ gui-apps/grim jpeg gui-apps/waybar mpd network -popups -sndio -tray gui-apps/wofi drun run -dmenu gui-libs/wlroots X -gui-wm/sway man swaybg swayidle swaylock swaymsg mwaynag X -swaybar -kde-frameworks/knotifications X +gui-wm/sway man swaybg swayidle swaylock swaymsg mwaynag X -swaybar +kde-frameworks/knotifications X kde-frameworks/kwindowsystem X media-fonts/noto cjk media-libs/babl lcms introspection From 41173bbf0cd96fd02897d16d8ab8ad7e74a295a0 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 04:59:05 +0100 Subject: [PATCH 319/833] Fix formatting. --- LICENSE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index dd7c5a1..9a934c7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,14 +1,14 @@ The Clear BSD License -Copyright (c) 2022 Inference +Copyright (c) 2022 Inference
All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of Inference nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + * Neither the name of Inference nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 05e20301534d516b073e401d0de1f3bd84230511 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 05:07:36 +0100 Subject: [PATCH 320/833] Change product name from author's name to product name. --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 9a934c7..6d6a0f5 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -9,6 +9,6 @@ Redistribution and use in source and binary forms, with or without modification, * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Inference nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + * Neither the name of Inferencium nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From e876cb143ebe1223e0ebadd582e52e3276947ee4 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 05:56:13 +0100 Subject: [PATCH 321/833] Add Cataclysm: Dark Days Ahead dependency SDL2 packages to No PIE env. --- portage/package.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/portage/package.env b/portage/package.env index f8c26c2..1057481 100644 --- a/portage/package.env +++ b/portage/package.env @@ -186,6 +186,9 @@ media-libs/openal nopie.conf media-libs/openh264 nopie.conf media-libs/openjpeg nopie.conf media-libs/opus nopie.conf +media-libs/sdl2-image nopie.conf +media-libs/sdl2-mixer nopie.conf +media-libs/sdl2-ttf nopie.conf media-libs/speex nopie.conf media-libs/speexdsp nopie.conf media-libs/tiff nopie.conf From 4b1c237a0bed66ea60c0f0338a3f8f690365fa37 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 18:46:02 +0100 Subject: [PATCH 322/833] Add Game env optimised for video games. --- portage/env/game.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 portage/env/game.conf diff --git a/portage/env/game.conf b/portage/env/game.conf new file mode 100644 index 0000000..2017185 --- /dev/null +++ b/portage/env/game.conf @@ -0,0 +1,12 @@ +# Portage env Clang - Game. + +# Copyright 2022 Inference + + +# Flags. +## Compiler flags. +CFLAGS="-march=znver3 -O2 -pipe -U__gnu_linux__" +CXXFLAGS="-march=znver3 -O2 -pipe" + +## Linker flags. +LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind" From 7bfceb5208c9c8b93a02bee736a96a2d672037f0 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 18:46:54 +0100 Subject: [PATCH 323/833] Move games-rpg/cataclysm-dda to Game env. --- portage/package.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/portage/package.env b/portage/package.env index 1057481..fdf883d 100644 --- a/portage/package.env +++ b/portage/package.env @@ -6,7 +6,6 @@ # No LTO app-crypt/efitools nolto.conf app-shells/zsh nolto.conf -games-rpg/cataclysm-dda nolto.conf sys-libs/libcap nolto.conf # Malloc, No PIE. @@ -335,6 +334,9 @@ sys-process/procps basic.conf # Chromium www-client/highway chromium.conf +# Game. +games-rpg/cataclysm-dda game.conf + # GCC - No PIE dev-libs/libedit gcc-nopie.conf sys-auth/elogind gcc-nopie.conf From 15c10edc4bad6ffa3b27788c825df90149f41ae8 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 18:51:14 +0100 Subject: [PATCH 324/833] Improve formatting. --- portage/package.use | 122 ++++++++++++++++++++++---------------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/portage/package.use b/portage/package.use index 3330a3f..4c621d1 100644 --- a/portage/package.use +++ b/portage/package.use @@ -3,75 +3,75 @@ # Copyright 2022 Inference -app-admin/keepassxc autotype yubikey -network -app-crypt/gcr gtk -app-text/poppler cairo -app-text/xmlto text -dev-cpp/gtkmm X -dev-lang/rust -verify-sig -dev-libs/libedit static-libs -dev-libs/libpcre -readline -dev-libs/libpcre2 -readline -dev-qt/qtcore icu -dev-qt/qtgui X -dev-qt/qtgui egl -dev-qt/qtgui eglfs jpeg -gui-apps/grim jpeg -gui-apps/waybar mpd network -popups -sndio -tray -gui-apps/wofi drun run -dmenu -gui-libs/wlroots X -gui-wm/sway man swaybg swayidle swaylock swaymsg mwaynag X -swaybar +app-admin/keepassxc autotype yubikey -network +app-crypt/gcr gtk +app-text/poppler cairo +app-text/xmlto text +dev-cpp/gtkmm X +dev-lang/rust -verify-sig +dev-libs/libedit static-libs +dev-libs/libpcre -readline +dev-libs/libpcre2 -readline +dev-qt/qtcore icu +dev-qt/qtgui X +dev-qt/qtgui egl +dev-qt/qtgui eglfs jpeg +gui-apps/grim jpeg +gui-apps/waybar mpd network -popups -sndio -tray +gui-apps/wofi drun run -dmenu +gui-libs/wlroots X +gui-wm/sway man swaybg swayidle swaylock swaymsg mwaynag X -swaybar kde-frameworks/knotifications X -kde-frameworks/kwindowsystem X -media-fonts/noto cjk -media-libs/babl lcms introspection +kde-frameworks/kwindowsystem X +media-fonts/noto cjk +media-libs/babl lcms introspection media-libs/freeimage jpeg jpeg2k png raw tiff webp -media-libs/gegl cairo -media-libs/gegl introspection lcms -media-libs/imlib2 X -media-libs/libepoxy X -media-libs/libglvnd X -media-libs/libpng apng -media-libs/libpulse X -media-libs/libraw jpeg -media-libs/libsdl2 gles2 opengl X +media-libs/gegl cairo +media-libs/gegl introspection lcms +media-libs/imlib2 X +media-libs/libepoxy X +media-libs/libglvnd X +media-libs/libpng apng +media-libs/libpulse X +media-libs/libraw jpeg +media-libs/libsdl2 gles2 opengl X media-libs/libsndfile -minimal media-libs/libsndfile minimal -media-libs/libvpx postproc -media-libs/mesa X -media-libs/mlt qt5 ffmpeg frei0r xml sdl -media-libs/opencv contrib contribdnn +media-libs/libvpx postproc +media-libs/mesa X +media-libs/mlt qt5 ffmpeg frei0r xml sdl +media-libs/opencv contrib contribdnn media-libs/sdl2-image gif jpeg png tiff webp media-plugins/alsa-plugins pulseaudio -media-video/ffmpeg X sdl -media-video/mpv cli -xv -net-dns/dnsmasq ipv6 -net-dns/dnsmasq script -net-im/profanity omemo -gpg -otr -net-libs/nodejs -lto -net-misc/chrony nts -ntp -sys-auth/polkit duktape -sys-block/parted device-mapper verify-sig -sys-devel/clang default-compiler-rt default-lld default-libcxx +media-video/ffmpeg X sdl +media-video/mpv cli -xv +net-dns/dnsmasq ipv6 +net-dns/dnsmasq script +net-im/profanity omemo -gpg -otr +net-libs/nodejs -lto +net-misc/chrony nts -ntp +sys-auth/polkit duktape +sys-block/parted device-mapper verify-sig +sys-devel/clang default-compiler-rt default-lld default-libcxx sys-devel/clang-runtime libcxx -sys-fs/cryptsetup argon2 nls openssl udev reencrypt +sys-fs/cryptsetup argon2 nls openssl udev reencrypt sys-kernel/gentoo-sources symlink sys-kernel/linux-firmware savedconfig -sys-libs/libcxx static-libs -sys-libs/libcxxabi static-libs +sys-libs/libcxx static-libs +sys-libs/libcxxabi static-libs sys-libs/llvm-libunwind static-libs -sys-libs/ncurses static-libs -sys-libs/zlib minizip -www-client/chromium lto proprietary-codecs system-allocator system-harfbuzz system-icu system-png vaapi -hangouts -js-type-check -libcxx -suid -X -www-client/highway lto proprietary-codecs system-allocator system-harfbuzz system-icu system-png vaapi -hangouts -js-type-check -libcxx -suid -X -x11-base/xwayland xcsecurity -x11-libs/cairo X -x11-libs/gtk+ X -x11-libs/libdrm video_cards_radeon +sys-libs/ncurses static-libs +sys-libs/zlib minizip +www-client/chromium lto proprietary-codecs system-allocator system-harfbuzz system-icu system-png vaapi -hangouts -js-type-check -libcxx -suid -X +www-client/highway lto proprietary-codecs system-allocator system-harfbuzz system-icu system-png vaapi -hangouts -js-type-check -libcxx -suid -X +x11-base/xwayland xcsecurity +x11-libs/cairo X +x11-libs/gtk+ X +x11-libs/libdrm video_cards_radeon x11-libs/libxkbcommon X -x11-libs/pango X -dev-libs/libxml2 icu -media-libs/harfbuzz icu glib introspection truetype -media-libs/libpng -apng -x11-libs/libva X -net-libs/nodejs inspector +x11-libs/pango X +dev-libs/libxml2 icu +media-libs/harfbuzz icu glib introspection truetype +media-libs/libpng -apng +x11-libs/libva X +net-libs/nodejs inspector From 7d35f498470e6091d5c15ef0074f21077f5d3ae5 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 18:52:16 +0100 Subject: [PATCH 325/833] Remove www-client/chromium since www-client/highway has replaced it. --- portage/package.use | 1 - 1 file changed, 1 deletion(-) diff --git a/portage/package.use b/portage/package.use index 4c621d1..6b4a0ce 100644 --- a/portage/package.use +++ b/portage/package.use @@ -62,7 +62,6 @@ sys-libs/libcxxabi static-libs sys-libs/llvm-libunwind static-libs sys-libs/ncurses static-libs sys-libs/zlib minizip -www-client/chromium lto proprietary-codecs system-allocator system-harfbuzz system-icu system-png vaapi -hangouts -js-type-check -libcxx -suid -X www-client/highway lto proprietary-codecs system-allocator system-harfbuzz system-icu system-png vaapi -hangouts -js-type-check -libcxx -suid -X x11-base/xwayland xcsecurity x11-libs/cairo X From 3766f637d03870fac3631267de9c501276ad537d Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 18:53:08 +0100 Subject: [PATCH 326/833] Sort packages A-Z. --- portage/package.use | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/portage/package.use b/portage/package.use index 6b4a0ce..7813b65 100644 --- a/portage/package.use +++ b/portage/package.use @@ -12,6 +12,7 @@ dev-lang/rust -verify-sig dev-libs/libedit static-libs dev-libs/libpcre -readline dev-libs/libpcre2 -readline +dev-libs/libxml2 icu dev-qt/qtcore icu dev-qt/qtgui X dev-qt/qtgui egl @@ -28,9 +29,11 @@ media-libs/babl lcms introspection media-libs/freeimage jpeg jpeg2k png raw tiff webp media-libs/gegl cairo media-libs/gegl introspection lcms +media-libs/harfbuzz icu glib introspection truetype media-libs/imlib2 X media-libs/libepoxy X media-libs/libglvnd X +media-libs/libpng -apng media-libs/libpng apng media-libs/libpulse X media-libs/libraw jpeg @@ -49,6 +52,7 @@ net-dns/dnsmasq ipv6 net-dns/dnsmasq script net-im/profanity omemo -gpg -otr net-libs/nodejs -lto +net-libs/nodejs inspector net-misc/chrony nts -ntp sys-auth/polkit duktape sys-block/parted device-mapper verify-sig @@ -67,10 +71,6 @@ x11-base/xwayland xcsecurity x11-libs/cairo X x11-libs/gtk+ X x11-libs/libdrm video_cards_radeon +x11-libs/libva X x11-libs/libxkbcommon X x11-libs/pango X -dev-libs/libxml2 icu -media-libs/harfbuzz icu glib introspection truetype -media-libs/libpng -apng -x11-libs/libva X -net-libs/nodejs inspector From 1ec9c557516a452bdcd58a9122bad5c94dfe94c6 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 18:59:03 +0100 Subject: [PATCH 327/833] Add media-libs/sdl2-mixer USE flags. --- portage/package.use | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.use b/portage/package.use index 7813b65..7d9dbfa 100644 --- a/portage/package.use +++ b/portage/package.use @@ -45,6 +45,7 @@ media-libs/mesa X media-libs/mlt qt5 ffmpeg frei0r xml sdl media-libs/opencv contrib contribdnn media-libs/sdl2-image gif jpeg png tiff webp +media-libs/sdl2-mixer flac mp3 opus vorbis wav -fluidsynth -mad -midi -mikmod -mod -modplug -playtools -static-libs -timidity -tremor media-plugins/alsa-plugins pulseaudio media-video/ffmpeg X sdl media-video/mpv cli -xv From e22c69917e94f02567b29126838d4f88121ac5d2 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 19:04:51 +0100 Subject: [PATCH 328/833] Clean up package list. --- portage/package.use | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/portage/package.use b/portage/package.use index 7d9dbfa..dd8242b 100644 --- a/portage/package.use +++ b/portage/package.use @@ -8,58 +8,49 @@ app-crypt/gcr gtk app-text/poppler cairo app-text/xmlto text dev-cpp/gtkmm X -dev-lang/rust -verify-sig +dev-lang/rust verify-sig dev-libs/libedit static-libs dev-libs/libpcre -readline dev-libs/libpcre2 -readline dev-libs/libxml2 icu dev-qt/qtcore icu -dev-qt/qtgui X -dev-qt/qtgui egl -dev-qt/qtgui eglfs jpeg +dev-qt/qtgui egl eglfs jpeg X gui-apps/grim jpeg gui-apps/waybar mpd network -popups -sndio -tray gui-apps/wofi drun run -dmenu gui-libs/wlroots X -gui-wm/sway man swaybg swayidle swaylock swaymsg mwaynag X -swaybar +gui-wm/sway man swaybg swayidle swaylock swaymsg X -swaybar kde-frameworks/knotifications X kde-frameworks/kwindowsystem X media-fonts/noto cjk media-libs/babl lcms introspection media-libs/freeimage jpeg jpeg2k png raw tiff webp -media-libs/gegl cairo -media-libs/gegl introspection lcms +media-libs/gegl cairo introspection lcms media-libs/harfbuzz icu glib introspection truetype media-libs/imlib2 X media-libs/libepoxy X media-libs/libglvnd X -media-libs/libpng -apng media-libs/libpng apng media-libs/libpulse X media-libs/libraw jpeg media-libs/libsdl2 gles2 opengl X -media-libs/libsndfile -minimal -media-libs/libsndfile minimal media-libs/libvpx postproc media-libs/mesa X -media-libs/mlt qt5 ffmpeg frei0r xml sdl media-libs/opencv contrib contribdnn media-libs/sdl2-image gif jpeg png tiff webp media-libs/sdl2-mixer flac mp3 opus vorbis wav -fluidsynth -mad -midi -mikmod -mod -modplug -playtools -static-libs -timidity -tremor media-plugins/alsa-plugins pulseaudio -media-video/ffmpeg X sdl +media-video/ffmpeg sdl X media-video/mpv cli -xv -net-dns/dnsmasq ipv6 -net-dns/dnsmasq script +net-dns/dnsmasq ipv6 script net-im/profanity omemo -gpg -otr -net-libs/nodejs -lto -net-libs/nodejs inspector +net-libs/nodejs inspector -lto net-misc/chrony nts -ntp sys-auth/polkit duktape sys-block/parted device-mapper verify-sig sys-devel/clang default-compiler-rt default-lld default-libcxx sys-devel/clang-runtime libcxx -sys-fs/cryptsetup argon2 nls openssl udev reencrypt +sys-fs/cryptsetup argon2 nls openssl reencrypt udev sys-kernel/gentoo-sources symlink sys-kernel/linux-firmware savedconfig sys-libs/libcxx static-libs From 79831c9b27d2258c08d3a21b2fd318aa038b473d Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 19:06:50 +0100 Subject: [PATCH 329/833] Add media-libs/opusfile to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index fdf883d..8f62823 100644 --- a/portage/package.env +++ b/portage/package.env @@ -185,6 +185,7 @@ media-libs/openal nopie.conf media-libs/openh264 nopie.conf media-libs/openjpeg nopie.conf media-libs/opus nopie.conf +media-libs/opusfile nopie.conf media-libs/sdl2-image nopie.conf media-libs/sdl2-mixer nopie.conf media-libs/sdl2-ttf nopie.conf From 02f85b59af6366e556f5c35a78d9d05874afba5c Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 2 Oct 2022 01:52:55 +0100 Subject: [PATCH 330/833] Add media-libs/sdl2-gfx to No PIE env. --- portage/package.env | 1 + 1 file changed, 1 insertion(+) diff --git a/portage/package.env b/portage/package.env index 8f62823..e6a074e 100644 --- a/portage/package.env +++ b/portage/package.env @@ -187,6 +187,7 @@ media-libs/openjpeg nopie.conf media-libs/opus nopie.conf media-libs/opusfile nopie.conf media-libs/sdl2-image nopie.conf +media-libs/sdl2-gfx nopie.conf media-libs/sdl2-mixer nopie.conf media-libs/sdl2-ttf nopie.conf media-libs/speex nopie.conf From a30f4796ef76c798e710019f4cad63200bdb725c Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 2 Oct 2022 02:28:36 +0100 Subject: [PATCH 331/833] Remove gentoo repository since most packages are functional from there now. --- portage/package.mask | 52 -------------------------------------------- 1 file changed, 52 deletions(-) diff --git a/portage/package.mask b/portage/package.mask index 7cd0663..5e34921 100644 --- a/portage/package.mask +++ b/portage/package.mask @@ -10,55 +10,3 @@ app-admin/sudo gui-wm/hikari sys-libs/libunwind www-client/firefox - -# Gentoo repository. -app-office/libreoffice::gentoo -dev-java/icedtea-bin::gentoo -dev-java/icedtea::gentoo -dev-java/openjdk::gentoo -dev-lang/rust-bin::gentoo -dev-lang/rust::gentoo -dev-python/pypy3-exe::gentoo -dev-util/dwarves::gentoo -dev-util/kbuild::gentoo -dev-util/valgrind::gentoo -media-libs/mesa::gentoo -media-libs/zvbi::gentoo -media-sound/sox::gentoo -media-tv/kodi::gentoo -media-video/guvcview::gentoo -net-dialup/linux-atm::gentoo -net-fs/cifs-utils::gentoo -net-fs/nfs-utils::gentoo -net-fs/samba::gentoo -net-libs/libnfsidmap::gentoo -net-misc/connman::gentoo -net-misc/spice-gtk::gentoo -net-wireless/bluez::gentoo -sys-apps/accountsservice::gentoo -sys-apps/bubblewrap::gentoo -sys-apps/fakeroot::gentoo -sys-apps/intel-sa-00075-tools::gentoo -sys-apps/isapnptools::gentoo -sys-apps/iucode_tool::gentoo -sys-apps/tcp-wrappers::gentoo -sys-apps/watchdog::gentoo -sys-apps/xdg-dbus-proxy::gentoo -#sys-auth/elogind::gentoo -sys-auth/nss-myhostname::gentoo -sys-auth/polkit::gentoo -sys-block/partimage::gentoo -sys-block/thin-provisioning-tools::gentoo -sys-boot/lilo::gentoo -sys-boot/syslinux::gentoo -sys-devel/gdb::gentoo -sys-fs/lvm2::gentoo -sys-fs/lvm2::gentoo -sys-fs/reiserfsprogs::gentoo -sys-libs/tevent::gentoo -x11-apps/igt-gpu-tools::gentoo -x11-apps/sessreg::gentoo -x11-base/xorg-server::gentoo -x11-libs/libva-vdpau-driver::gentoo -x11-libs/vte::gentoo -x11-wm/fluxbox::gentoo From c4df9f77efdd0c6462342533f6b8bdbf31df0b8d Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 2 Oct 2022 02:29:09 +0100 Subject: [PATCH 332/833] Add Flatpak 1.14.0 dependencies. --- portage/package.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/portage/package.env b/portage/package.env index e6a074e..24f46e9 100644 --- a/portage/package.env +++ b/portage/package.env @@ -54,6 +54,7 @@ app-text/asciidoc nopie.conf app-text/hunspell nopie.conf app-text/poppler nopie.conf app-text/xmlto nopie.conf +dev-db/lmdb nopie.conf dev-cpp/atkmm nopie.conf dev-cpp/cairomm nopie.conf dev-cpp/glibmm nopie.conf @@ -127,6 +128,7 @@ dev-libs/openssl nopie.conf dev-libs/popt nopie.conf dev-libs/protobuf nopie.conf dev-libs/re2 nopie.conf +dev-libs/snowball-stemmer nopie.conf dev-libs/spdlog nopie.conf dev-libs/tree-sitter nopie.conf dev-libs/unibilium nopie.conf @@ -294,6 +296,7 @@ app-portage/portage-utils basic.conf app-text/tree basic.conf dev-lang/perl basic.conf dev-lang/python basic.conf +dev-libs/appstream basic.conf dev-libs/appstream-glib basic.conf dev-libs/gobject-introspection basic.conf dev-libs/libevent basic.conf From 1e6b7eebf0c5c779e3f5b0ed5fc9dff1c0c70b38 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 4 Oct 2022 22:28:27 +0100 Subject: [PATCH 333/833] Remove games and dependencies since they have been moved to a different OS for isolation purposes. --- portage/package.env | 8 -------- 1 file changed, 8 deletions(-) diff --git a/portage/package.env b/portage/package.env index 24f46e9..187de0d 100644 --- a/portage/package.env +++ b/portage/package.env @@ -177,7 +177,6 @@ media-libs/libogg nopie.conf media-libs/libpng nopie.conf media-libs/libpulse nopie.conf media-libs/libsamplerate nopie.conf -media-libs/libsdl2 nopie.conf media-libs/libsndfile nopie.conf media-libs/libvorbis nopie.conf media-libs/libvpx nopie.conf @@ -188,10 +187,6 @@ media-libs/openh264 nopie.conf media-libs/openjpeg nopie.conf media-libs/opus nopie.conf media-libs/opusfile nopie.conf -media-libs/sdl2-image nopie.conf -media-libs/sdl2-gfx nopie.conf -media-libs/sdl2-mixer nopie.conf -media-libs/sdl2-ttf nopie.conf media-libs/speex nopie.conf media-libs/speexdsp nopie.conf media-libs/tiff nopie.conf @@ -339,9 +334,6 @@ sys-process/procps basic.conf # Chromium www-client/highway chromium.conf -# Game. -games-rpg/cataclysm-dda game.conf - # GCC - No PIE dev-libs/libedit gcc-nopie.conf sys-auth/elogind gcc-nopie.conf From 11e6eeee4a479d58f3f26a955dbfc0a7946a7af4 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 6 Oct 2022 01:54:35 +0100 Subject: [PATCH 334/833] Set default hostname to AA000-0. Enable CPU RDRAND. Enable initialising kernel stack variables at function entry. Enable poisoning kernel stack before returning from syscalls. Enable register zeroing on function exit. Disable Kernel Self Protection Project recommendations. --- linux/.config | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/linux/.config b/linux/.config index 8c7c1ab..da96463 100644 --- a/linux/.config +++ b/linux/.config @@ -28,7 +28,7 @@ CONFIG_THREAD_INFO_IN_TASK=y CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set CONFIG_WERROR=y -CONFIG_LOCALVERSION="-inferencium-AA000-0-0.5.0.8" +CONFIG_LOCALVERSION="-inferencium-AA000-0-0.6.1.13" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y @@ -46,7 +46,7 @@ CONFIG_HAVE_KERNEL_ZSTD=y # CONFIG_KERNEL_LZ4 is not set CONFIG_KERNEL_ZSTD=y CONFIG_DEFAULT_INIT="" -CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_DEFAULT_HOSTNAME="AA000-0" CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y @@ -1955,7 +1955,7 @@ CONFIG_TCG_CRB=y # CONFIG_TELCLOCK is not set # CONFIG_XILLYBUS is not set # CONFIG_XILLYUSB is not set -# CONFIG_RANDOM_TRUST_CPU is not set +CONFIG_RANDOM_TRUST_CPU=y # CONFIG_RANDOM_TRUST_BOOTLOADER is not set # end of Character devices @@ -3678,11 +3678,12 @@ CONFIG_LSM_MMAP_MIN_ADDR=65536 CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y CONFIG_HARDENED_USERCOPY=y CONFIG_HARDENED_USERCOPY_FALLBACK=y -CONFIG_FORTIFY_SOURCE=y +# CONFIG_FORTIFY_SOURCE is not set CONFIG_STATIC_USERMODEHELPER=y CONFIG_STATIC_USERMODEHELPER_PATH="/sbin/usermode-helper" CONFIG_SECURITY_SELINUX=y CONFIG_SECURITY_SELINUX_BOOTPARAM=y +# CONFIG_SECURITY_SELINUX_DISABLE is not set CONFIG_SECURITY_SELINUX_DEVELOP=y CONFIG_SECURITY_SELINUX_AVC_STATS=y CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0 @@ -3736,7 +3737,7 @@ CONFIG_GCC_PLUGIN_STRUCTLEAK=y # CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set # CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y -CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE=y +# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set CONFIG_GCC_PLUGIN_STACKLEAK=y CONFIG_STACKLEAK_TRACK_MIN_SIZE=100 # CONFIG_STACKLEAK_METRICS is not set @@ -4244,6 +4245,7 @@ CONFIG_FTRACE=y # CONFIG_TRACER_SNAPSHOT is not set CONFIG_BRANCH_PROFILE_NONE=y # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set CONFIG_BLK_DEV_IO_TRACE=y CONFIG_KPROBE_EVENTS=y CONFIG_UPROBE_EVENTS=y @@ -4313,6 +4315,6 @@ CONFIG_GENTOO_LINUX_INIT_SCRIPT=y # CONFIG_GENTOO_LINUX_INIT_SYSTEMD is not set # end of Support for init systems, system and service managers -CONFIG_GENTOO_KERNEL_SELF_PROTECTION=y +# CONFIG_GENTOO_KERNEL_SELF_PROTECTION is not set CONFIG_GENTOO_PRINT_FIRMWARE_INFO=y # end of Gentoo Linux From c983e170e43a48b49511c95b8fc6d45da10693c1 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 6 Oct 2022 05:30:32 +0100 Subject: [PATCH 335/833] Update Waybar configurations. --- waybar/cmus.sh | 0 waybar/config-old | 295 --------------------------------------------- waybar/cpu-frq.sh | 15 --- waybar/cpu-temp.sh | 0 waybar/launch.sh | 0 5 files changed, 310 deletions(-) mode change 100755 => 100644 waybar/cmus.sh delete mode 100755 waybar/config-old delete mode 100755 waybar/cpu-frq.sh mode change 100755 => 100644 waybar/cpu-temp.sh mode change 100755 => 100644 waybar/launch.sh diff --git a/waybar/cmus.sh b/waybar/cmus.sh old mode 100755 new mode 100644 diff --git a/waybar/config-old b/waybar/config-old deleted file mode 100755 index 2fe1ff0..0000000 --- a/waybar/config-old +++ /dev/null @@ -1,295 +0,0 @@ -; root filesystem module configuration. -[module/filesystem0] -type = internal/fs -interval = 1 -mount-0 = / -label-mounted = " /: %used%/%total% " -label-mounted-background = #c79500 -label-mounted-foreground = #000000 -label-unmounted = "  /:  " -label-unmounted-background = #c79500 -label-unmounted-foreground = #000000 - -; home filesystem module configuration. -[module/filesystem1] -type = internal/fs -interval = 1 -mount-0 = /home -label-mounted = "  /home: %used%/%total% " -label-mounted-background = #c79500 -label-mounted-foreground = #000000 -label-unmounted = "  /home:  " -label-unmounted-background = #c79500 -label-unmounted-foreground = #000000 - -; CPU module configuration. -[module/cpu] -type = internal/cpu -interval = 1 -label = "  %percentage:3%% " -label-background = #003487 -label-foreground = #ffffff - -; Physical memory module configuration. -[module/memory0] -type = internal/memory -interval = 1 -label = "  %gb_used%/%gb_total% " -label-background = #a60000 -label-foreground = #ffffff - -; Virtual memory module configuration. -[module/memory1] -type = internal/memory -interval = 1 -label = "  %gb_swap_used%/%gb_swap_total% " -label-background = #a60000 -label-foreground = #ffffff - -; Ethernet module configuration. -[module/eth] -type = internal/network -interface = eth0 -interval = 1 -label-connected = "   " -label-connected-background = #007a00 -label-connected-foreground = #ffffff -format-disconnected = -label-disconnected = "   " -label-disconnected-background = #007a00 -label-disconnected-foreground = #ffffff - -; Wi-Fi module configuration. -[module/wlan] -type = internal/network -interface = wlan0 -interval = 1 -format-connected = -label-connected = "   " -label-connected-background = #007a00 -label-connected-foreground = #ffffff -format-disconnected = -label-disconnected = "   " -label-disconnected-background = #007a00 -label-disconnected-foreground = #ffffff - -; Public IP address module configuration. -[module/ip-public] -type = custom/script -exec = curl -s https://www.icanhazip.com -label-padding = 1 -format =