From 2c1f6b9dffafecbda32b136d06abf65558f07700 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 18 Dec 2024 21:15:51 -0500 Subject: initial commit, I think I got everything --- .../portage/binrepos.conf/gentoobinhost.conf | 7 + gentoo_specific/portage/env/noopt | 39 + gentoo_specific/portage/env/notempfs.conf | 40 + gentoo_specific/portage/env/perf | 39 + gentoo_specific/portage/env/solaarconf | 46 + gentoo_specific/portage/make.conf | 46 + .../portage/package.accept_keywords/sage | 1 + .../portage/package.accept_keywords/unstable | 26 + gentoo_specific/portage/package.env | 14 + gentoo_specific/portage/package.license | 1 + .../portage/package.mask/linux-firmware | 1 + gentoo_specific/portage/package.mask/temprust | 6 + gentoo_specific/portage/package.unmask/sage-doc | 1 + gentoo_specific/portage/package.unmask/temprust | 1 + gentoo_specific/portage/package.use/R | 1 + gentoo_specific/portage/package.use/boost | 1 + gentoo_specific/portage/package.use/conky | 1 + gentoo_specific/portage/package.use/curl | 1 + gentoo_specific/portage/package.use/dhcpcd | 1 + gentoo_specific/portage/package.use/doas | 1 + gentoo_specific/portage/package.use/feh | 1 + gentoo_specific/portage/package.use/ffmpeg | 1 + gentoo_specific/portage/package.use/firefox | 1 + gentoo_specific/portage/package.use/firmware | 1 + gentoo_specific/portage/package.use/flit-core | 1 + gentoo_specific/portage/package.use/gdb | 1 + gentoo_specific/portage/package.use/gdbm | 1 + gentoo_specific/portage/package.use/gtk | 2 + gentoo_specific/portage/package.use/hidapi | 1 + gentoo_specific/portage/package.use/htop | 1 + gentoo_specific/portage/package.use/installer | 1 + gentoo_specific/portage/package.use/intel | 1 + .../portage/package.use/intel-microcode | 1 + gentoo_specific/portage/package.use/iwd | 1 + gentoo_specific/portage/package.use/kconfig | 1 + gentoo_specific/portage/package.use/kde | 2 + gentoo_specific/portage/package.use/kile | 1 + gentoo_specific/portage/package.use/kitemmodels | 1 + gentoo_specific/portage/package.use/libbytesize | 1 + gentoo_specific/portage/package.use/libcpx | 1 + gentoo_specific/portage/package.use/libgcrypt | 1 + gentoo_specific/portage/package.use/libgpg-error | 1 + gentoo_specific/portage/package.use/libreoffice | 1 + gentoo_specific/portage/package.use/libsd | 1 + gentoo_specific/portage/package.use/libsndfile | 1 + gentoo_specific/portage/package.use/libusb | 1 + gentoo_specific/portage/package.use/lzo | 1 + gentoo_specific/portage/package.use/mesa | 1 + gentoo_specific/portage/package.use/mlt | 1 + gentoo_specific/portage/package.use/ntp | 1 + gentoo_specific/portage/package.use/nvidia | 1 + gentoo_specific/portage/package.use/opencv | 1 + gentoo_specific/portage/package.use/openvpn | 1 + gentoo_specific/portage/package.use/pdfbox | 1 + gentoo_specific/portage/package.use/pipewire | 1 + gentoo_specific/portage/package.use/platformdirs | 2 + gentoo_specific/portage/package.use/qemu | 2 + gentoo_specific/portage/package.use/qt | 2 + gentoo_specific/portage/package.use/qtmultimedia | 1 + gentoo_specific/portage/package.use/ruby | 10 + gentoo_specific/portage/package.use/rust | 1 + gentoo_specific/portage/package.use/rxvt | 1 + gentoo_specific/portage/package.use/sage | 12 + gentoo_specific/portage/package.use/setup-tools | 1 + gentoo_specific/portage/package.use/surf | 1 + gentoo_specific/portage/package.use/sxiv | 1 + gentoo_specific/portage/package.use/texlive | 1 + gentoo_specific/portage/package.use/texlive-core | 1 + gentoo_specific/portage/package.use/tor | 1 + gentoo_specific/portage/package.use/unzip | 2 + gentoo_specific/portage/package.use/vim | 1 + gentoo_specific/portage/package.use/wget | 1 + gentoo_specific/portage/package.use/wine | 1 + gentoo_specific/portage/package.use/x264packages | 1 + gentoo_specific/portage/package.use/xorg-server | 1 + gentoo_specific/portage/package.use/xscreensaver | 1 + gentoo_specific/portage/package.use/ytdlp | 1 + gentoo_specific/portage/package.use/zlib | 1 + gentoo_specific/portage/package.use/zoom | 1 + gentoo_specific/portage/package.use/zsh | 1 + .../patches/www-client/surf/surf-0.6-navhist.diff | 139 + .../patches/www-client/surf/surf-2.1-history.diff | 69 + .../surf/surf-bookmarks-20170722-723ff26.diff | 42 + .../surf/surf-clipboard-20200112-a6a8878.diff | 68 + .../surf/surf-dlconsole-20190919-d068a38.diff | 227 ++ .../surf/surf-playexternal-20190724-b814567.diff | 54 + .../www-client/surf/surf-tip-url-filtering.diff | 155 + .../portage/repos.conf/eselect-repo.conf | 12 + .../portage/repos.conf/eselect-repo.conf~ | 11 + .../portage/savedconfig/media-gfx/sxiv-26 | 152 + .../portage/savedconfig/sys-firmware/ipxe-1.21.1 | 5 + .../sys-kernel/linux-firmware-20240610-r1 | 3930 ++++++++++++++++++++ .../portage/savedconfig/www-client/surf-2.1-r3 | 192 + .../portage/savedconfig/x11-misc/dmenu-5.2 | 23 + .../portage/savedconfig/x11-misc/dmenu-5.3 | 23 + .../portage/savedconfig/x11-misc/tabbed-0.8-r1 | 66 + gentoo_specific/portage/sets/sagemath | 1 + 97 files changed, 5529 insertions(+) create mode 100644 gentoo_specific/portage/binrepos.conf/gentoobinhost.conf create mode 100644 gentoo_specific/portage/env/noopt create mode 100644 gentoo_specific/portage/env/notempfs.conf create mode 100644 gentoo_specific/portage/env/perf create mode 100644 gentoo_specific/portage/env/solaarconf create mode 100644 gentoo_specific/portage/make.conf create mode 120000 gentoo_specific/portage/package.accept_keywords/sage create mode 100644 gentoo_specific/portage/package.accept_keywords/unstable create mode 100644 gentoo_specific/portage/package.env create mode 100644 gentoo_specific/portage/package.license create mode 100644 gentoo_specific/portage/package.mask/linux-firmware create mode 100644 gentoo_specific/portage/package.mask/temprust create mode 100644 gentoo_specific/portage/package.unmask/sage-doc create mode 100644 gentoo_specific/portage/package.unmask/temprust create mode 100644 gentoo_specific/portage/package.use/R create mode 100644 gentoo_specific/portage/package.use/boost create mode 100755 gentoo_specific/portage/package.use/conky create mode 100755 gentoo_specific/portage/package.use/curl create mode 100755 gentoo_specific/portage/package.use/dhcpcd create mode 100644 gentoo_specific/portage/package.use/doas create mode 100755 gentoo_specific/portage/package.use/feh create mode 100644 gentoo_specific/portage/package.use/ffmpeg create mode 100755 gentoo_specific/portage/package.use/firefox create mode 100755 gentoo_specific/portage/package.use/firmware create mode 100644 gentoo_specific/portage/package.use/flit-core create mode 100644 gentoo_specific/portage/package.use/gdb create mode 100644 gentoo_specific/portage/package.use/gdbm create mode 100644 gentoo_specific/portage/package.use/gtk create mode 100644 gentoo_specific/portage/package.use/hidapi create mode 100755 gentoo_specific/portage/package.use/htop create mode 100644 gentoo_specific/portage/package.use/installer create mode 100644 gentoo_specific/portage/package.use/intel create mode 100644 gentoo_specific/portage/package.use/intel-microcode create mode 100755 gentoo_specific/portage/package.use/iwd create mode 100644 gentoo_specific/portage/package.use/kconfig create mode 100644 gentoo_specific/portage/package.use/kde create mode 100644 gentoo_specific/portage/package.use/kile create mode 100644 gentoo_specific/portage/package.use/kitemmodels create mode 100644 gentoo_specific/portage/package.use/libbytesize create mode 100644 gentoo_specific/portage/package.use/libcpx create mode 100644 gentoo_specific/portage/package.use/libgcrypt create mode 100644 gentoo_specific/portage/package.use/libgpg-error create mode 100644 gentoo_specific/portage/package.use/libreoffice create mode 100644 gentoo_specific/portage/package.use/libsd create mode 100644 gentoo_specific/portage/package.use/libsndfile create mode 100644 gentoo_specific/portage/package.use/libusb create mode 100644 gentoo_specific/portage/package.use/lzo create mode 100755 gentoo_specific/portage/package.use/mesa create mode 100644 gentoo_specific/portage/package.use/mlt create mode 100644 gentoo_specific/portage/package.use/ntp create mode 100755 gentoo_specific/portage/package.use/nvidia create mode 100644 gentoo_specific/portage/package.use/opencv create mode 100755 gentoo_specific/portage/package.use/openvpn create mode 100644 gentoo_specific/portage/package.use/pdfbox create mode 100644 gentoo_specific/portage/package.use/pipewire create mode 100644 gentoo_specific/portage/package.use/platformdirs create mode 100755 gentoo_specific/portage/package.use/qemu create mode 100644 gentoo_specific/portage/package.use/qt create mode 100644 gentoo_specific/portage/package.use/qtmultimedia create mode 100644 gentoo_specific/portage/package.use/ruby create mode 100755 gentoo_specific/portage/package.use/rust create mode 100644 gentoo_specific/portage/package.use/rxvt create mode 100644 gentoo_specific/portage/package.use/sage create mode 100644 gentoo_specific/portage/package.use/setup-tools create mode 100644 gentoo_specific/portage/package.use/surf create mode 100755 gentoo_specific/portage/package.use/sxiv create mode 100644 gentoo_specific/portage/package.use/texlive create mode 100644 gentoo_specific/portage/package.use/texlive-core create mode 100755 gentoo_specific/portage/package.use/tor create mode 100755 gentoo_specific/portage/package.use/unzip create mode 100755 gentoo_specific/portage/package.use/vim create mode 100755 gentoo_specific/portage/package.use/wget create mode 100644 gentoo_specific/portage/package.use/wine create mode 100755 gentoo_specific/portage/package.use/x264packages create mode 100755 gentoo_specific/portage/package.use/xorg-server create mode 100644 gentoo_specific/portage/package.use/xscreensaver create mode 100644 gentoo_specific/portage/package.use/ytdlp create mode 100644 gentoo_specific/portage/package.use/zlib create mode 100644 gentoo_specific/portage/package.use/zoom create mode 100644 gentoo_specific/portage/package.use/zsh create mode 100644 gentoo_specific/portage/patches/www-client/surf/surf-0.6-navhist.diff create mode 100644 gentoo_specific/portage/patches/www-client/surf/surf-2.1-history.diff create mode 100644 gentoo_specific/portage/patches/www-client/surf/surf-bookmarks-20170722-723ff26.diff create mode 100644 gentoo_specific/portage/patches/www-client/surf/surf-clipboard-20200112-a6a8878.diff create mode 100644 gentoo_specific/portage/patches/www-client/surf/surf-dlconsole-20190919-d068a38.diff create mode 100644 gentoo_specific/portage/patches/www-client/surf/surf-playexternal-20190724-b814567.diff create mode 100644 gentoo_specific/portage/patches/www-client/surf/surf-tip-url-filtering.diff create mode 100644 gentoo_specific/portage/repos.conf/eselect-repo.conf create mode 100644 gentoo_specific/portage/repos.conf/eselect-repo.conf~ create mode 100644 gentoo_specific/portage/savedconfig/media-gfx/sxiv-26 create mode 100644 gentoo_specific/portage/savedconfig/sys-firmware/ipxe-1.21.1 create mode 100644 gentoo_specific/portage/savedconfig/sys-kernel/linux-firmware-20240610-r1 create mode 100644 gentoo_specific/portage/savedconfig/www-client/surf-2.1-r3 create mode 100644 gentoo_specific/portage/savedconfig/x11-misc/dmenu-5.2 create mode 100644 gentoo_specific/portage/savedconfig/x11-misc/dmenu-5.3 create mode 100644 gentoo_specific/portage/savedconfig/x11-misc/tabbed-0.8-r1 create mode 120000 gentoo_specific/portage/sets/sagemath (limited to 'gentoo_specific') diff --git a/gentoo_specific/portage/binrepos.conf/gentoobinhost.conf b/gentoo_specific/portage/binrepos.conf/gentoobinhost.conf new file mode 100644 index 0000000..9ab8bf5 --- /dev/null +++ b/gentoo_specific/portage/binrepos.conf/gentoobinhost.conf @@ -0,0 +1,7 @@ +# These settings were set by the catalyst build script that automatically +# built this stage. +# Please consider using a local mirror. + +[gentoobinhost] +priority = 1 +sync-uri = https://gentoo.osuosl.org/releases/amd64/binpackages/23.0/x86-64 diff --git a/gentoo_specific/portage/env/noopt b/gentoo_specific/portage/env/noopt new file mode 100644 index 0000000..9059fb5 --- /dev/null +++ b/gentoo_specific/portage/env/noopt @@ -0,0 +1,39 @@ +COMMON_FLAGS="-O0 -pipe -march=alderlake" +CFLAGS="${COMMON_FLAGS}" +CXXFLAGS="${COMMON_FLAGS}" +FCFLAGS="${COMMON_FLAGS}" +FFLAGS="${COMMON_FLAGS}" +MAKEOPTS="-j8" +EMERGE_DEFAULT_OPTS="--ask-enter-invalid --jobs=8 --load-average=7.2 --autounmask=n" +PORTAGE_NICENESS=19 +PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" +FEATURES="binpkg-logs buildpkg downgrade-backup ipc-sandbox network-sandbox parallel-fetch parallel-install sign" +ACCEPT_KEYWORDS="amd64" +VIDEO_CARDS="nvidia intel i965 iris" +INPUT_DEVICES="libinput" + +USE="elogind -systemd -aqua -css -a52 cjk -gnome -ldap -3df -berkdb \ + -clamav -coreaudio ios -ipod -ieee1394 -emacs -xemacs gtk -motif \ + -emboss -3dfx -altivec -smartcard -ibm x xinerama polkit -nls -nas \ + -neon -nntp cups -quicktime nvidia savedconfig branding -flatpak \ + clang caps unicode maildir udev tools bluetooth dbus pipewire dell \ + curl -pulseaudio jpeg png ffmpeg -selinux " +#RUBY_TARGETS="ruby25 ruby26" +# NOTE: This stage was built with the bindist Use flag enabled +PORTDIR="/var/db/repos/gentoo" +DISTDIR="/var/cache/distfiles" +PKGDIR="/var/cache/binpkgs" + +L10N="en en-US" + +QEMU_SOFTMMU_TARGETS="x86_64" +QEMU_USER_TARGETS="x86_64" + +# This sets the language of build output to English. +# Please keep this setting intact when reporting bugs. +LC_MESSAGES=C + +GENTOO_MIRRORS="https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://gentoo.mirrors.tera-byte.com/ http://gentoo.gossamerhost.com/" +GRUB_PLATFORMS="efi-64" + +ACCEPT_LICENSE="*" diff --git a/gentoo_specific/portage/env/notempfs.conf b/gentoo_specific/portage/env/notempfs.conf new file mode 100644 index 0000000..a33d425 --- /dev/null +++ b/gentoo_specific/portage/env/notempfs.conf @@ -0,0 +1,40 @@ +COMMON_FLAGS="-O2 -pipe -march=alderlake" +CFLAGS="${COMMON_FLAGS}" +CXXFLAGS="${COMMON_FLAGS}" +FCFLAGS="${COMMON_FLAGS}" +FFLAGS="${COMMON_FLAGS}" +MAKEOPTS="-j8" +EMERGE_DEFAULT_OPTS="--ask-enter-invalid --jobs=8 --load-average=7.2 --autounmask=n" +PORTAGE_TMPDIR="/var/tmp/notmpfs" +PORTAGE_NICENESS=19 +PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" +FEATURES="binpkg-logs buildpkg downgrade-backup ipc-sandbox network-sandbox parallel-fetch parallel-install sign" +ACCEPT_KEYWORDS="amd64" +VIDEO_CARDS="nvidia intel i965 iris" +INPUT_DEVICES="libinput" + +USE="elogind -systemd -aqua -css -a52 cjk -gnome -ldap -3df -berkdb \ + -clamav -coreaudio ios -ipod -ieee1394 -emacs -xemacs gtk -motif \ + -emboss -3dfx -altivec -smartcard -ibm x xinerama polkit -nls -nas \ + -neon -nntp cups -quicktime nvidia savedconfig branding -flatpak \ + clang caps unicode maildir udev tools bluetooth dbus pipewire dell \ + curl -pulseaudio jpeg png ffmpeg -selinux " +#RUBY_TARGETS="ruby25 ruby26" +# NOTE: This stage was built with the bindist Use flag enabled +PORTDIR="/var/db/repos/gentoo" +DISTDIR="/var/cache/distfiles" +PKGDIR="/var/cache/binpkgs" + +L10N="en en-US" + +QEMU_SOFTMMU_TARGETS="x86_64" +QEMU_USER_TARGETS="x86_64" + +# This sets the language of build output to English. +# Please keep this setting intact when reporting bugs. +LC_MESSAGES=C + +GENTOO_MIRRORS="https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://gentoo.mirrors.tera-byte.com/ http://gentoo.gossamerhost.com/" +GRUB_PLATFORMS="efi-64" + +ACCEPT_LICENSE="*" diff --git a/gentoo_specific/portage/env/perf b/gentoo_specific/portage/env/perf new file mode 100644 index 0000000..838c64b --- /dev/null +++ b/gentoo_specific/portage/env/perf @@ -0,0 +1,39 @@ +COMMON_FLAGS="-O3 -pipe -march=alderlake -fomit-frame-pointer" +CFLAGS="${COMMON_FLAGS}" +CXXFLAGS="${COMMON_FLAGS}" +FCFLAGS="${COMMON_FLAGS}" +FFLAGS="${COMMON_FLAGS}" +MAKEOPTS="-j8" +EMERGE_DEFAULT_OPTS="--ask-enter-invalid --jobs=8 --load-average=7.2 --autounmask=n" +PORTAGE_NICENESS=19 +PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" +FEATURES="binpkg-logs buildpkg downgrade-backup ipc-sandbox network-sandbox parallel-fetch parallel-install sign" +ACCEPT_KEYWORDS="amd64" +VIDEO_CARDS="nvidia intel i965 iris" +INPUT_DEVICES="libinput" + +USE="elogind -systemd -aqua -css -a52 cjk -gnome -ldap -3df -berkdb \ + -clamav -coreaudio ios -ipod -ieee1394 -emacs -xemacs gtk -motif \ + -emboss -3dfx -altivec -smartcard -ibm x xinerama polkit -nls -nas \ + -neon -nntp cups -quicktime nvidia savedconfig branding -flatpak \ + clang caps unicode maildir udev tools bluetooth dbus pipewire dell \ + curl -pulseaudio jpeg png ffmpeg -selinux zsh-completion" +#RUBY_TARGETS="ruby25 ruby26" +# NOTE: This stage was built with the bindist Use flag enabled +PORTDIR="/var/db/repos/gentoo" +DISTDIR="/var/cache/distfiles" +PKGDIR="/var/cache/binpkgs" + +L10N="en en-US" + +QEMU_SOFTMMU_TARGETS="x86_64" +QEMU_USER_TARGETS="x86_64" + +# This sets the language of build output to English. +# Please keep this setting intact when reporting bugs. +LC_MESSAGES=C + +GENTOO_MIRRORS="https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://gentoo.mirrors.tera-byte.com/ http://gentoo.gossamerhost.com/" +GRUB_PLATFORMS="efi-64" + +ACCEPT_LICENSE="*" diff --git a/gentoo_specific/portage/env/solaarconf b/gentoo_specific/portage/env/solaarconf new file mode 100644 index 0000000..c94c91e --- /dev/null +++ b/gentoo_specific/portage/env/solaarconf @@ -0,0 +1,46 @@ +# These settings were set by the catalyst build script that automatically +# built this stage. +# Please consult /usr/share/portage/config/make.conf.example for a more +# detailed example. +COMMON_FLAGS="-march=alderlake -O2 -pipe" +CFLAGS="${COMMON_FLAGS}" +CXXFLAGS="${COMMON_FLAGS}" +FCFLAGS="${COMMON_FLAGS}" +FFLAGS="${COMMON_FLAGS}" +MAKEOPTS="-j6" +EMERGE_DEFAULT_OPTS="--ask-enter-invalid --jobs=6 --load-average=3.6 --autounmask=n" +PORTAGE_NICENESS=19 +PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" +FEATURES="binpkg-logs buildpkg downgrade-backup ipc-sandbox network-sandbox parallel-fetch parallel-install sign" +ACCEPT_KEYWORDS="amd64" +VIDEO_CARDS="nvidia intel i965 iris" +INPUT_DEVICES="libinput" + +USE="elogind -systemd -aqua -css -a52 cjk -gnome -ldap -3df -berkdb \ + -clamav -coreaudio ios -ipod -ieee1394 -emacs -xemacs gtk -motif \ + -emboss -3dfx -altivec -smartcard -ibm x xinerama polkit -nls -nas \ + -neon -nntp cups -quicktime nvidia savedconfig branding -flatpak \ + clang caps unicode maildir udev tools bluetooth dbus pipewire dell \ + curl -pulseaudio jpeg png ffmpeg -selinux valgrind zsh-completion" +#RUBY_TARGETS="ruby25 ruby26" +# NOTE: This stage was built with the bindist Use flag enabled +PORTDIR="/var/db/repos/gentoo" +DISTDIR="/var/cache/distfiles" +PKGDIR="/var/cache/binpkgs" + +L10N="en en-US" + +QEMU_SOFTMMU_TARGETS="x86_64" +QEMU_USER_TARGETS="x86_64" + +PYTHON_TARGETS="python3_12" +# PYTHON_SINGLE_TARGET="python3_11" + +# This sets the language of build output to English. +# Please keep this setting intact when reporting bugs. +LC_MESSAGES=C + +GENTOO_MIRRORS="https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://gentoo.mirrors.tera-byte.com/ http://gentoo.gossamerhost.com/" +GRUB_PLATFORMS="efi-64" + +ACCEPT_LICENSE="*" diff --git a/gentoo_specific/portage/make.conf b/gentoo_specific/portage/make.conf new file mode 100644 index 0000000..0c55cb6 --- /dev/null +++ b/gentoo_specific/portage/make.conf @@ -0,0 +1,46 @@ +# These settings were set by the catalyst build script that automatically +# built this stage. +# Please consult /usr/share/portage/config/make.conf.example for a more +# detailed example. +COMMON_FLAGS="-march=alderlake -O2 -pipe" +CFLAGS="${COMMON_FLAGS}" +CXXFLAGS="${COMMON_FLAGS}" +FCFLAGS="${COMMON_FLAGS}" +FFLAGS="${COMMON_FLAGS}" +MAKEOPTS="-j6" +EMERGE_DEFAULT_OPTS="--ask-enter-invalid --jobs=6 --load-average=3.6 --autounmask=n --with-bdeps=y --backtrack=500 --keep-going -v --quiet-build=y" +PORTAGE_NICENESS=19 +PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" +FEATURES="binpkg-logs buildpkg downgrade-backup ipc-sandbox network-sandbox parallel-fetch parallel-install sign" +ACCEPT_KEYWORDS="amd64" +VIDEO_CARDS="nvidia intel i965 iris" +INPUT_DEVICES="libinput" + +USE="elogind -systemd -aqua -css -a52 cjk -gnome -ldap -3df -berkdb \ + -clamav -coreaudio ios -ipod -ieee1394 -emacs -xemacs gtk -motif \ + -emboss -3dfx -altivec -smartcard -ibm x xinerama polkit -nls -nas \ + -neon -nntp cups -quicktime nvidia savedconfig branding -flatpak \ + clang caps unicode maildir udev tools bluetooth dbus pipewire dell \ + curl -pulseaudio jpeg png ffmpeg -selinux valgrind zsh-completion kf6compat qt6" +RUBY_TARGETS="ruby31 ruby32" +# NOTE: This stage was built with the bindist Use flag enabled +PORTDIR="/var/db/repos/gentoo" +DISTDIR="/var/cache/distfiles" +PKGDIR="/var/cache/binpkgs" + +L10N="en en-US" + +QEMU_SOFTMMU_TARGETS="x86_64" +QEMU_USER_TARGETS="x86_64" + +PYTHON_TARGETS="python3_12" +PYTHON_SINGLE_TARGET="python3_12" + +# This sets the language of build output to English. +# Please keep this setting intact when reporting bugs. +LC_MESSAGES=C + +GENTOO_MIRRORS="https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://gentoo.mirrors.tera-byte.com/ http://gentoo.gossamerhost.com/" +GRUB_PLATFORMS="efi-64" + +ACCEPT_LICENSE="*" diff --git a/gentoo_specific/portage/package.accept_keywords/sage b/gentoo_specific/portage/package.accept_keywords/sage new file mode 120000 index 0000000..066c06b --- /dev/null +++ b/gentoo_specific/portage/package.accept_keywords/sage @@ -0,0 +1 @@ +/var/db/repos/sage-on-gentoo/tools/package.keywords/sage \ No newline at end of file diff --git a/gentoo_specific/portage/package.accept_keywords/unstable b/gentoo_specific/portage/package.accept_keywords/unstable new file mode 100644 index 0000000..c1c943a --- /dev/null +++ b/gentoo_specific/portage/package.accept_keywords/unstable @@ -0,0 +1,26 @@ +media-video/obs-studio +www-client/torbrowser-launcher +sys-kernel/gentoo-sources +net-im/zoom +games-util/lutris +dev-python/pypresence +dev-python/moddb +dev-python/pyrate-limiter +www-client/firefox +net-analyzer/tcptrack +dev-libs/nss +sci-libs/givaro +sci-mathematics/flint +=sci-mathematics/sage-doc-9999 ** +=sci-mathematics/sage-conf-9999 ** +=sci-mathematics/sage_docbuild-9999 ** +=sci-mathematics/sage_setup-9999 ** +=sci-mathematics/sagemath-standard-9999 ** +dev-util/flatpak-builder +dev-python/django +dev-python/django-cors-headers +dev-python/djangorestframework +dev-util/android-studio +dev-util/idea-community +dev-lang/rust-bin +virtual/rust diff --git a/gentoo_specific/portage/package.env b/gentoo_specific/portage/package.env new file mode 100644 index 0000000..73e81c3 --- /dev/null +++ b/gentoo_specific/portage/package.env @@ -0,0 +1,14 @@ +www-client/firefox perf +media-video/mpv noopt +dev-lang/rust notempfs.conf +app-office/libreoffice notempfs.conf +# move sys-devel/llvm llvm-core/llvm +llvm-core/llvm notempfs.conf +# move sys-devel/clang llvm-core/clang +llvm-core/clang notempfs.conf +dev-db/mysql notempfs.conf +dev-qt/qtwebengine notempfs.conf +app-shells/zsh perf +app-misc/ranger perf +mail-client/thunderbird perf +app-misc/solaar solaarconf diff --git a/gentoo_specific/portage/package.license b/gentoo_specific/portage/package.license new file mode 100644 index 0000000..22343c0 --- /dev/null +++ b/gentoo_specific/portage/package.license @@ -0,0 +1 @@ +net-im/zoom all-rights-reserved diff --git a/gentoo_specific/portage/package.mask/linux-firmware b/gentoo_specific/portage/package.mask/linux-firmware new file mode 100644 index 0000000..6586dfb --- /dev/null +++ b/gentoo_specific/portage/package.mask/linux-firmware @@ -0,0 +1 @@ +>=sys-kernel/linux-firmware-20240709 diff --git a/gentoo_specific/portage/package.mask/temprust b/gentoo_specific/portage/package.mask/temprust new file mode 100644 index 0000000..d507173 --- /dev/null +++ b/gentoo_specific/portage/package.mask/temprust @@ -0,0 +1,6 @@ +=dev-lang/rust-1.82.0-r100:1.82.0/1.82.0::gentoo +=dev-lang/rust-1.81.0-r100:1.81.0/1.81.0::gentoo +=dev-lang/rust-1.80.1-r100:1.80.1/1.80.1::gentoo +=dev-lang/rust-1.79.0-r100:1.79.0/1.79.0::gentoo +=dev-lang/rust-1.77.1-r100:1.77.1/1.77.1::gentoo +=dev-lang/rust-1.75.0-r100:1.75.0/1.75.0::gentoo diff --git a/gentoo_specific/portage/package.unmask/sage-doc b/gentoo_specific/portage/package.unmask/sage-doc new file mode 100644 index 0000000..f12bee3 --- /dev/null +++ b/gentoo_specific/portage/package.unmask/sage-doc @@ -0,0 +1 @@ +=sci-mathematics/sage-doc-9999 diff --git a/gentoo_specific/portage/package.unmask/temprust b/gentoo_specific/portage/package.unmask/temprust new file mode 100644 index 0000000..42a8b53 --- /dev/null +++ b/gentoo_specific/portage/package.unmask/temprust @@ -0,0 +1 @@ +=dev-lang/rust-bin-1.82.0 diff --git a/gentoo_specific/portage/package.use/R b/gentoo_specific/portage/package.use/R new file mode 100644 index 0000000..627c9a0 --- /dev/null +++ b/gentoo_specific/portage/package.use/R @@ -0,0 +1 @@ +dev-lang/R X doc jpeg lto png profile readline tk diff --git a/gentoo_specific/portage/package.use/boost b/gentoo_specific/portage/package.use/boost new file mode 100644 index 0000000..b64e421 --- /dev/null +++ b/gentoo_specific/portage/package.use/boost @@ -0,0 +1 @@ +dev-libs/boost nls diff --git a/gentoo_specific/portage/package.use/conky b/gentoo_specific/portage/package.use/conky new file mode 100755 index 0000000..8a78f41 --- /dev/null +++ b/gentoo_specific/portage/package.use/conky @@ -0,0 +1 @@ +app-admin/conky wifi X curl iostats ipv6 hddtemp mpd nvidia ncurses pulseaudio rss xinerama diff --git a/gentoo_specific/portage/package.use/curl b/gentoo_specific/portage/package.use/curl new file mode 100755 index 0000000..4e530ec --- /dev/null +++ b/gentoo_specific/portage/package.use/curl @@ -0,0 +1 @@ +net-misc/curl ipv6 idn progress-meter threads diff --git a/gentoo_specific/portage/package.use/dhcpcd b/gentoo_specific/portage/package.use/dhcpcd new file mode 100755 index 0000000..d2da072 --- /dev/null +++ b/gentoo_specific/portage/package.use/dhcpcd @@ -0,0 +1 @@ +net-misc/dhcpcd ipv6 diff --git a/gentoo_specific/portage/package.use/doas b/gentoo_specific/portage/package.use/doas new file mode 100644 index 0000000..ac00066 --- /dev/null +++ b/gentoo_specific/portage/package.use/doas @@ -0,0 +1 @@ +app-admin/doas pam persist diff --git a/gentoo_specific/portage/package.use/feh b/gentoo_specific/portage/package.use/feh new file mode 100755 index 0000000..742e8e9 --- /dev/null +++ b/gentoo_specific/portage/package.use/feh @@ -0,0 +1 @@ +media-gfx/feh curl xinerama inotify exif diff --git a/gentoo_specific/portage/package.use/ffmpeg b/gentoo_specific/portage/package.use/ffmpeg new file mode 100644 index 0000000..c851922 --- /dev/null +++ b/gentoo_specific/portage/package.use/ffmpeg @@ -0,0 +1 @@ +media-video/ffmpeg libass opus diff --git a/gentoo_specific/portage/package.use/firefox b/gentoo_specific/portage/package.use/firefox new file mode 100755 index 0000000..9c18fa2 --- /dev/null +++ b/gentoo_specific/portage/package.use/firefox @@ -0,0 +1 @@ +www-client/firefox wifi geckodriver system-wbp system-jpeg hwaccel hardened diff --git a/gentoo_specific/portage/package.use/firmware b/gentoo_specific/portage/package.use/firmware new file mode 100755 index 0000000..816fa92 --- /dev/null +++ b/gentoo_specific/portage/package.use/firmware @@ -0,0 +1 @@ +sys-kernel/linux-firmware savedconfig initramfs redistributable unknown-license diff --git a/gentoo_specific/portage/package.use/flit-core b/gentoo_specific/portage/package.use/flit-core new file mode 100644 index 0000000..c9f34a2 --- /dev/null +++ b/gentoo_specific/portage/package.use/flit-core @@ -0,0 +1 @@ +dev-python/flit-core python_targets_python3_11 diff --git a/gentoo_specific/portage/package.use/gdb b/gentoo_specific/portage/package.use/gdb new file mode 100644 index 0000000..bd6af76 --- /dev/null +++ b/gentoo_specific/portage/package.use/gdb @@ -0,0 +1 @@ +dev-debug/gdb cet python xml diff --git a/gentoo_specific/portage/package.use/gdbm b/gentoo_specific/portage/package.use/gdbm new file mode 100644 index 0000000..57838c5 --- /dev/null +++ b/gentoo_specific/portage/package.use/gdbm @@ -0,0 +1 @@ +sys-libs/gdbm berkdb diff --git a/gentoo_specific/portage/package.use/gtk b/gentoo_specific/portage/package.use/gtk new file mode 100644 index 0000000..a6640b8 --- /dev/null +++ b/gentoo_specific/portage/package.use/gtk @@ -0,0 +1,2 @@ +x11-libs/gtk+ wayland +media-libs/clutter-gtk wayland diff --git a/gentoo_specific/portage/package.use/hidapi b/gentoo_specific/portage/package.use/hidapi new file mode 100644 index 0000000..3004105 --- /dev/null +++ b/gentoo_specific/portage/package.use/hidapi @@ -0,0 +1 @@ +dev-libs/hidapi examples diff --git a/gentoo_specific/portage/package.use/htop b/gentoo_specific/portage/package.use/htop new file mode 100755 index 0000000..6cf1381 --- /dev/null +++ b/gentoo_specific/portage/package.use/htop @@ -0,0 +1 @@ +sys-process/htop caps unicode diff --git a/gentoo_specific/portage/package.use/installer b/gentoo_specific/portage/package.use/installer new file mode 100644 index 0000000..56a1574 --- /dev/null +++ b/gentoo_specific/portage/package.use/installer @@ -0,0 +1 @@ +dev-python/installer python_targets_python3_11 diff --git a/gentoo_specific/portage/package.use/intel b/gentoo_specific/portage/package.use/intel new file mode 100644 index 0000000..a5f5b27 --- /dev/null +++ b/gentoo_specific/portage/package.use/intel @@ -0,0 +1 @@ +x11-drivers/xf86-video-intel dri sna tools uxa udev xvmc diff --git a/gentoo_specific/portage/package.use/intel-microcode b/gentoo_specific/portage/package.use/intel-microcode new file mode 100644 index 0000000..c6ab848 --- /dev/null +++ b/gentoo_specific/portage/package.use/intel-microcode @@ -0,0 +1 @@ +sys-firmware/intel-microcode hostonly initramfs diff --git a/gentoo_specific/portage/package.use/iwd b/gentoo_specific/portage/package.use/iwd new file mode 100755 index 0000000..d78a337 --- /dev/null +++ b/gentoo_specific/portage/package.use/iwd @@ -0,0 +1 @@ +net-wireless/iwd client wired standalone diff --git a/gentoo_specific/portage/package.use/kconfig b/gentoo_specific/portage/package.use/kconfig new file mode 100644 index 0000000..4388186 --- /dev/null +++ b/gentoo_specific/portage/package.use/kconfig @@ -0,0 +1 @@ +kde-frameworks/kconfig qml diff --git a/gentoo_specific/portage/package.use/kde b/gentoo_specific/portage/package.use/kde new file mode 100644 index 0000000..db51dee --- /dev/null +++ b/gentoo_specific/portage/package.use/kde @@ -0,0 +1,2 @@ +kde-frameworks/kwindowsystem wayland +kde-frameworks/sonnet qml diff --git a/gentoo_specific/portage/package.use/kile b/gentoo_specific/portage/package.use/kile new file mode 100644 index 0000000..0096646 --- /dev/null +++ b/gentoo_specific/portage/package.use/kile @@ -0,0 +1 @@ +app-editors/kile pdf png diff --git a/gentoo_specific/portage/package.use/kitemmodels b/gentoo_specific/portage/package.use/kitemmodels new file mode 100644 index 0000000..46359e7 --- /dev/null +++ b/gentoo_specific/portage/package.use/kitemmodels @@ -0,0 +1 @@ +kde-frameworks/kitemmodels qml diff --git a/gentoo_specific/portage/package.use/libbytesize b/gentoo_specific/portage/package.use/libbytesize new file mode 100644 index 0000000..d3b0ae0 --- /dev/null +++ b/gentoo_specific/portage/package.use/libbytesize @@ -0,0 +1 @@ +dev-libs/libbytesize python diff --git a/gentoo_specific/portage/package.use/libcpx b/gentoo_specific/portage/package.use/libcpx new file mode 100644 index 0000000..49491b2 --- /dev/null +++ b/gentoo_specific/portage/package.use/libcpx @@ -0,0 +1 @@ +media-libs/libvpx postproc diff --git a/gentoo_specific/portage/package.use/libgcrypt b/gentoo_specific/portage/package.use/libgcrypt new file mode 100644 index 0000000..c27bd6d --- /dev/null +++ b/gentoo_specific/portage/package.use/libgcrypt @@ -0,0 +1 @@ +dev-libs/libgcrypt static-libs diff --git a/gentoo_specific/portage/package.use/libgpg-error b/gentoo_specific/portage/package.use/libgpg-error new file mode 100644 index 0000000..4a6cd5a --- /dev/null +++ b/gentoo_specific/portage/package.use/libgpg-error @@ -0,0 +1 @@ +dev-libs/libgpg-error static-libs diff --git a/gentoo_specific/portage/package.use/libreoffice b/gentoo_specific/portage/package.use/libreoffice new file mode 100644 index 0000000..15fc2ca --- /dev/null +++ b/gentoo_specific/portage/package.use/libreoffice @@ -0,0 +1 @@ +app-office/libreoffice bluetooth branding cups dbus googledrive pdfimport diff --git a/gentoo_specific/portage/package.use/libsd b/gentoo_specific/portage/package.use/libsd new file mode 100644 index 0000000..c9fa1c1 --- /dev/null +++ b/gentoo_specific/portage/package.use/libsd @@ -0,0 +1 @@ +media-libs/libsdl -pipewire diff --git a/gentoo_specific/portage/package.use/libsndfile b/gentoo_specific/portage/package.use/libsndfile new file mode 100644 index 0000000..f2d5802 --- /dev/null +++ b/gentoo_specific/portage/package.use/libsndfile @@ -0,0 +1 @@ +media-libs/libsndfile minimal diff --git a/gentoo_specific/portage/package.use/libusb b/gentoo_specific/portage/package.use/libusb new file mode 100644 index 0000000..c6299d7 --- /dev/null +++ b/gentoo_specific/portage/package.use/libusb @@ -0,0 +1 @@ +dev-libs/libusb debug doc udev examples diff --git a/gentoo_specific/portage/package.use/lzo b/gentoo_specific/portage/package.use/lzo new file mode 100644 index 0000000..647fc2b --- /dev/null +++ b/gentoo_specific/portage/package.use/lzo @@ -0,0 +1 @@ +dev-libs/lzo static-libs diff --git a/gentoo_specific/portage/package.use/mesa b/gentoo_specific/portage/package.use/mesa new file mode 100755 index 0000000..9dbcecf --- /dev/null +++ b/gentoo_specific/portage/package.use/mesa @@ -0,0 +1 @@ +media-libs/mesa zink vulkan wayland diff --git a/gentoo_specific/portage/package.use/mlt b/gentoo_specific/portage/package.use/mlt new file mode 100644 index 0000000..e16bceb --- /dev/null +++ b/gentoo_specific/portage/package.use/mlt @@ -0,0 +1 @@ +media-libs/mlt frei0r diff --git a/gentoo_specific/portage/package.use/ntp b/gentoo_specific/portage/package.use/ntp new file mode 100644 index 0000000..79625da --- /dev/null +++ b/gentoo_specific/portage/package.use/ntp @@ -0,0 +1 @@ +net-misc/ntp ipv6 readline ssl threads diff --git a/gentoo_specific/portage/package.use/nvidia b/gentoo_specific/portage/package.use/nvidia new file mode 100755 index 0000000..08a72c5 --- /dev/null +++ b/gentoo_specific/portage/package.use/nvidia @@ -0,0 +1 @@ +x11-drivers/nvidia-drivers tools X driver modules static-libs diff --git a/gentoo_specific/portage/package.use/opencv b/gentoo_specific/portage/package.use/opencv new file mode 100644 index 0000000..1accb17 --- /dev/null +++ b/gentoo_specific/portage/package.use/opencv @@ -0,0 +1 @@ +media-libs/opencv contribdnn contrib diff --git a/gentoo_specific/portage/package.use/openvpn b/gentoo_specific/portage/package.use/openvpn new file mode 100755 index 0000000..65dd5ab --- /dev/null +++ b/gentoo_specific/portage/package.use/openvpn @@ -0,0 +1 @@ +net-vpn/openvpn examples lz4 diff --git a/gentoo_specific/portage/package.use/pdfbox b/gentoo_specific/portage/package.use/pdfbox new file mode 100644 index 0000000..0fdf1d4 --- /dev/null +++ b/gentoo_specific/portage/package.use/pdfbox @@ -0,0 +1 @@ +dev-java/pdfbox tools diff --git a/gentoo_specific/portage/package.use/pipewire b/gentoo_specific/portage/package.use/pipewire new file mode 100644 index 0000000..0560de4 --- /dev/null +++ b/gentoo_specific/portage/package.use/pipewire @@ -0,0 +1 @@ +media-video/pipewire extra -flatpack X bluetooth sound-server man pipewire-alsa diff --git a/gentoo_specific/portage/package.use/platformdirs b/gentoo_specific/portage/package.use/platformdirs new file mode 100644 index 0000000..eee4e76 --- /dev/null +++ b/gentoo_specific/portage/package.use/platformdirs @@ -0,0 +1,2 @@ +dev-python/platformdirs -python_targets_python3_11 +dev-python/gpep517 python_targets_python3_11 diff --git a/gentoo_specific/portage/package.use/qemu b/gentoo_specific/portage/package.use/qemu new file mode 100755 index 0000000..9b745b5 --- /dev/null +++ b/gentoo_specific/portage/package.use/qemu @@ -0,0 +1,2 @@ +app-emulation/qemu usb spice snappy lzo vhost-user-fs numa io-uring fuse gtk usbredir opengl pipewire + diff --git a/gentoo_specific/portage/package.use/qt b/gentoo_specific/portage/package.use/qt new file mode 100644 index 0000000..9d7e72f --- /dev/null +++ b/gentoo_specific/portage/package.use/qt @@ -0,0 +1,2 @@ +dev-qt/qt5compat qml +dev-qt/qtbase wayland diff --git a/gentoo_specific/portage/package.use/qtmultimedia b/gentoo_specific/portage/package.use/qtmultimedia new file mode 100644 index 0000000..b75493b --- /dev/null +++ b/gentoo_specific/portage/package.use/qtmultimedia @@ -0,0 +1 @@ +dev-qt/qtmultimedia qml diff --git a/gentoo_specific/portage/package.use/ruby b/gentoo_specific/portage/package.use/ruby new file mode 100644 index 0000000..1a6074e --- /dev/null +++ b/gentoo_specific/portage/package.use/ruby @@ -0,0 +1,10 @@ +dev-ruby/minitest ruby_targets_ruby31 +dev-ruby/rake ruby_targets_ruby31 +dev-ruby/rbs ruby_targets_ruby31 +dev-ruby/logger ruby_targets_ruby31 +dev-ruby/rexml ruby_targets_ruby31 +dev-ruby/strscan ruby_targets_ruby31 + + + + diff --git a/gentoo_specific/portage/package.use/rust b/gentoo_specific/portage/package.use/rust new file mode 100755 index 0000000..06670d4 --- /dev/null +++ b/gentoo_specific/portage/package.use/rust @@ -0,0 +1 @@ +dev-lang/rust system-llvm clippy rust-analyzer rust-src diff --git a/gentoo_specific/portage/package.use/rxvt b/gentoo_specific/portage/package.use/rxvt new file mode 100644 index 0000000..5158878 --- /dev/null +++ b/gentoo_specific/portage/package.use/rxvt @@ -0,0 +1 @@ +x11-terms/rxvt-unicode 256-color unicode3 gdk-pixbuf -wide-glyphs fading-colors diff --git a/gentoo_specific/portage/package.use/sage b/gentoo_specific/portage/package.use/sage new file mode 100644 index 0000000..8d7aafe --- /dev/null +++ b/gentoo_specific/portage/package.use/sage @@ -0,0 +1,12 @@ +dev-python/ipython notebook +dev-python/pplpy doc +sci-mathematics/eclib flint +sci-mathematics/flint ntl +sci-mathematics/glpk gmp +sci-mathematics/gmp-ecm -openmp +sci-mathematics/maxima ecl +sci-mathematics/pari doc gmp threads +dev-python/pillow webp +x11-libs/wxGTK gstreamer +dev-python/QtPy printsupport +dev-python/PyQt5 sql diff --git a/gentoo_specific/portage/package.use/setup-tools b/gentoo_specific/portage/package.use/setup-tools new file mode 100644 index 0000000..f9e5350 --- /dev/null +++ b/gentoo_specific/portage/package.use/setup-tools @@ -0,0 +1 @@ +dev-python/platformdirs python_targets_python3_11 diff --git a/gentoo_specific/portage/package.use/surf b/gentoo_specific/portage/package.use/surf new file mode 100644 index 0000000..f011e4f --- /dev/null +++ b/gentoo_specific/portage/package.use/surf @@ -0,0 +1 @@ +www-client/surf savedconfig diff --git a/gentoo_specific/portage/package.use/sxiv b/gentoo_specific/portage/package.use/sxiv new file mode 100755 index 0000000..4d68258 --- /dev/null +++ b/gentoo_specific/portage/package.use/sxiv @@ -0,0 +1 @@ +media-gfx/sxiv exif gif jpeg png webp diff --git a/gentoo_specific/portage/package.use/texlive b/gentoo_specific/portage/package.use/texlive new file mode 100644 index 0000000..7d68f67 --- /dev/null +++ b/gentoo_specific/portage/package.use/texlive @@ -0,0 +1 @@ +app-text/texlive X extra graphics png science texi2html xml diff --git a/gentoo_specific/portage/package.use/texlive-core b/gentoo_specific/portage/package.use/texlive-core new file mode 100644 index 0000000..698fb4e --- /dev/null +++ b/gentoo_specific/portage/package.use/texlive-core @@ -0,0 +1 @@ +app-text/texlive-core xetex diff --git a/gentoo_specific/portage/package.use/tor b/gentoo_specific/portage/package.use/tor new file mode 100755 index 0000000..de6b09a --- /dev/null +++ b/gentoo_specific/portage/package.use/tor @@ -0,0 +1 @@ +net-vpn/tor man tor-hardening caps diff --git a/gentoo_specific/portage/package.use/unzip b/gentoo_specific/portage/package.use/unzip new file mode 100755 index 0000000..2bca127 --- /dev/null +++ b/gentoo_specific/portage/package.use/unzip @@ -0,0 +1,2 @@ +app-arch/unzip unicode natspec +app-arch/zip crypt natspec diff --git a/gentoo_specific/portage/package.use/vim b/gentoo_specific/portage/package.use/vim new file mode 100755 index 0000000..78b83f9 --- /dev/null +++ b/gentoo_specific/portage/package.use/vim @@ -0,0 +1 @@ +app-editors/vim terminal diff --git a/gentoo_specific/portage/package.use/wget b/gentoo_specific/portage/package.use/wget new file mode 100755 index 0000000..8758488 --- /dev/null +++ b/gentoo_specific/portage/package.use/wget @@ -0,0 +1 @@ +net-misc/wget ipv6 idn diff --git a/gentoo_specific/portage/package.use/wine b/gentoo_specific/portage/package.use/wine new file mode 100644 index 0000000..1f2532e --- /dev/null +++ b/gentoo_specific/portage/package.use/wine @@ -0,0 +1 @@ +app-emulation/wine-vanilla -abi_x86_32 diff --git a/gentoo_specific/portage/package.use/x264packages b/gentoo_specific/portage/package.use/x264packages new file mode 100755 index 0000000..7bc48b3 --- /dev/null +++ b/gentoo_specific/portage/package.use/x264packages @@ -0,0 +1 @@ +media-video/vlc x264 diff --git a/gentoo_specific/portage/package.use/xorg-server b/gentoo_specific/portage/package.use/xorg-server new file mode 100755 index 0000000..5e594b9 --- /dev/null +++ b/gentoo_specific/portage/package.use/xorg-server @@ -0,0 +1 @@ +x11-base/xorg-server xorg diff --git a/gentoo_specific/portage/package.use/xscreensaver b/gentoo_specific/portage/package.use/xscreensaver new file mode 100644 index 0000000..4b7cd42 --- /dev/null +++ b/gentoo_specific/portage/package.use/xscreensaver @@ -0,0 +1 @@ +x11-misc/xscreensaver locking logind-idle-hint elogind jpeg offensive X xinerama -systemd diff --git a/gentoo_specific/portage/package.use/ytdlp b/gentoo_specific/portage/package.use/ytdlp new file mode 100644 index 0000000..447564d --- /dev/null +++ b/gentoo_specific/portage/package.use/ytdlp @@ -0,0 +1 @@ +net-misc/yt-dlp man diff --git a/gentoo_specific/portage/package.use/zlib b/gentoo_specific/portage/package.use/zlib new file mode 100644 index 0000000..b934da8 --- /dev/null +++ b/gentoo_specific/portage/package.use/zlib @@ -0,0 +1 @@ +sys-libs/zlib minizip diff --git a/gentoo_specific/portage/package.use/zoom b/gentoo_specific/portage/package.use/zoom new file mode 100644 index 0000000..17e903e --- /dev/null +++ b/gentoo_specific/portage/package.use/zoom @@ -0,0 +1 @@ +net-im/zoom pulseaudio -wayland diff --git a/gentoo_specific/portage/package.use/zsh b/gentoo_specific/portage/package.use/zsh new file mode 100644 index 0000000..cfc4f50 --- /dev/null +++ b/gentoo_specific/portage/package.use/zsh @@ -0,0 +1 @@ +app-shells/zsh doc examples maildir diff --git a/gentoo_specific/portage/patches/www-client/surf/surf-0.6-navhist.diff b/gentoo_specific/portage/patches/www-client/surf/surf-0.6-navhist.diff new file mode 100644 index 0000000..af77382 --- /dev/null +++ b/gentoo_specific/portage/patches/www-client/surf/surf-0.6-navhist.diff @@ -0,0 +1,139 @@ +diff --git a/config.def.h b/config.def.h +index a221c86..9840736 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -32,6 +32,16 @@ static Bool hidebackground = FALSE; + } \ + } + ++#define SELNAV { \ ++ .v = (char *[]){ "/bin/sh", "-c", \ ++ "prop=\"`xprop -id $0 _SURF_HIST" \ ++ " | sed -e 's/^.[^\"]*\"//' -e 's/\"$//' -e 's/\\\\\\n/\\n/g'" \ ++ " | dmenu -i -l 10`\"" \ ++ " && xprop -id $0 -f _SURF_NAV 8s -set _SURF_NAV \"$prop\"", \ ++ winid, NULL \ ++ } \ ++} ++ + /* DOWNLOAD(URI, referer) */ + #define DOWNLOAD(d, r) { \ + .v = (char *[]){ "/bin/sh", "-c", \ +@@ -67,6 +77,7 @@ static Key keys[] = { + + { MODKEY, GDK_l, navigate, { .i = +1 } }, + { MODKEY, GDK_h, navigate, { .i = -1 } }, ++ { MODKEY|GDK_SHIFT_MASK,GDK_h, selhist, SELNAV }, + + { MODKEY, GDK_j, scroll_v, { .i = +1 } }, + { MODKEY, GDK_k, scroll_v, { .i = -1 } }, +diff --git a/surf.c b/surf.c +index cebd469..8b6d751 100644 +--- a/surf.c ++++ b/surf.c +@@ -32,7 +32,7 @@ char *argv0; + #define COOKIEJAR_TYPE (cookiejar_get_type ()) + #define COOKIEJAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), COOKIEJAR_TYPE, CookieJar)) + +-enum { AtomFind, AtomGo, AtomUri, AtomLast }; ++enum { AtomFind, AtomGo, AtomUri, AtomHist, AtomNav, AtomLast }; + + typedef union Arg Arg; + union Arg { +@@ -137,6 +137,8 @@ static void loadstatuschange(WebKitWebView *view, GParamSpec *pspec, + Client *c); + static void loaduri(Client *c, const Arg *arg); + static void navigate(Client *c, const Arg *arg); ++static void selhist(Client *c, const Arg *arg); ++static void navhist(Client *c, const Arg *arg); + static Client *newclient(void); + static void newwindow(Client *c, const Arg *arg, gboolean noembed); + static void pasteuri(GtkClipboard *clipboard, const char *text, gpointer d); +@@ -649,6 +651,59 @@ navigate(Client *c, const Arg *arg) { + webkit_web_view_go_back_or_forward(c->view, steps); + } + ++static void ++selhist(Client *c, const Arg *arg) { ++ WebKitWebBackForwardList *lst; ++ WebKitWebHistoryItem *cur; ++ gint i; ++ gchar *out; ++ gchar *tmp; ++ gchar *line; ++ ++ out = g_strdup(""); ++ ++ if(!(lst = webkit_web_view_get_back_forward_list(c->view))) ++ return; ++ ++ for(i = webkit_web_back_forward_list_get_back_length(lst); i > 0; i--) { ++ if(!(cur = webkit_web_back_forward_list_get_nth_item(lst, -i))) ++ break; ++ line = g_strdup_printf("%d: %s\n", -i, ++ webkit_web_history_item_get_original_uri(cur)); ++ tmp = g_strconcat(out, line, NULL); ++ g_free(out); ++ out = tmp; ++ } ++ ++ if((cur = webkit_web_back_forward_list_get_nth_item(lst, 0))) { ++ line = g_strdup_printf("%d: %s", 0, ++ webkit_web_history_item_get_original_uri(cur)); ++ tmp = g_strconcat(out, line, NULL); ++ g_free(out); ++ out = tmp; ++ } ++ ++ for(i = 1; i <= webkit_web_back_forward_list_get_forward_length(lst); i++) { ++ if(!(cur = webkit_web_back_forward_list_get_nth_item(lst, i))) ++ break; ++ line = g_strdup_printf("\n%d: %s", i, ++ webkit_web_history_item_get_original_uri(cur)); ++ tmp = g_strconcat(out, line, NULL); ++ g_free(out); ++ out = tmp; ++ } ++ ++ setatom(c, AtomHist, out); ++ g_free(out); ++ spawn(c, arg); ++} ++ ++static void ++navhist(Client *c, const Arg *arg) { ++ Arg a = { .i = atoi(arg->v) }; ++ navigate(c, &a); ++} ++ + static Client * + newclient(void) { + Client *c; +@@ -805,6 +860,7 @@ newclient(void) { + + setatom(c, AtomFind, ""); + setatom(c, AtomUri, "about:blank"); ++ setatom(c, AtomHist, ""); + if(hidebackground) + webkit_web_view_set_transparent(c->view, TRUE); + +@@ -923,6 +979,9 @@ processx(GdkXEvent *e, GdkEvent *event, gpointer d) { + arg.v = getatom(c, AtomGo); + loaduri(c, &arg); + return GDK_FILTER_REMOVE; ++ } else if(ev->atom == atoms[AtomNav]) { ++ arg.v = getatom(c, AtomNav); ++ navhist(c, &arg); + } + } + } +@@ -1004,6 +1063,8 @@ setup(void) { + atoms[AtomFind] = XInternAtom(dpy, "_SURF_FIND", False); + atoms[AtomGo] = XInternAtom(dpy, "_SURF_GO", False); + atoms[AtomUri] = XInternAtom(dpy, "_SURF_URI", False); ++ atoms[AtomHist] = XInternAtom(dpy, "_SURF_HIST", False); ++ atoms[AtomNav] = XInternAtom(dpy, "_SURF_NAV", False); + + /* dirs and files */ + cookiefile = buildpath(cookiefile); + diff --git a/gentoo_specific/portage/patches/www-client/surf/surf-2.1-history.diff b/gentoo_specific/portage/patches/www-client/surf/surf-2.1-history.diff new file mode 100644 index 0000000..1881315 --- /dev/null +++ b/gentoo_specific/portage/patches/www-client/surf/surf-2.1-history.diff @@ -0,0 +1,69 @@ +diff --git a/config.def.h b/config.def.h +index b6ae4fc..74b1968 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -6,6 +6,8 @@ static char *styledir = "~/.surf/styles/"; + static char *certdir = "~/.surf/certificates/"; + static char *cachedir = "~/.surf/cache/"; + static char *cookiefile = "~/.surf/cookies.txt"; ++static char *historyfile = "~/.surf/history.txt"; ++ + + /* Webkit default features */ + /* Highest priority value will be used. +diff --git a/surf.c b/surf.c +index e709f35..d7c2166 100644 +--- a/surf.c ++++ b/surf.c +@@ -347,9 +347,10 @@ setup(void) + curconfig = defconfig; + + /* dirs and files */ +- cookiefile = buildfile(cookiefile); +- scriptfile = buildfile(scriptfile); +- certdir = buildpath(certdir); ++ cookiefile = buildfile(cookiefile); ++ historyfile = buildfile(historyfile); ++ scriptfile = buildfile(scriptfile); ++ certdir = buildpath(certdir); + if (curconfig[Ephemeral].val.i) + cachedir = NULL; + else +@@ -589,6 +590,7 @@ loaduri(Client *c, const Arg *a) + } else { + webkit_web_view_load_uri(c->view, url); + updatetitle(c); ++ updatehistory(url); + } + + g_free(url); +@@ -659,6 +661,20 @@ updatetitle(Client *c) + } + } + ++void ++updatehistory(const char *url) ++{ ++ FILE *f; ++ f = fopen(historyfile, "a+"); ++ ++ char timestamp[20]; ++ time_t now = time (0); ++ strftime (timestamp, 20, "%Y-%m-%dT%H:%M:%S", localtime (&now)); ++ ++ fprintf(f, "%s %s\n", timestamp, url); ++ fclose(f); ++} ++ + void + gettogglestats(Client *c) + { +@@ -1085,6 +1101,7 @@ cleanup(void) + close(spair[0]); + close(spair[1]); + g_free(cookiefile); ++ g_free(historyfile); + g_free(scriptfile); + g_free(stylefile); + g_free(cachedir); + diff --git a/gentoo_specific/portage/patches/www-client/surf/surf-bookmarks-20170722-723ff26.diff b/gentoo_specific/portage/patches/www-client/surf/surf-bookmarks-20170722-723ff26.diff new file mode 100644 index 0000000..323ba55 --- /dev/null +++ b/gentoo_specific/portage/patches/www-client/surf/surf-bookmarks-20170722-723ff26.diff @@ -0,0 +1,42 @@ +diff --git a/config.def.h b/config.def.h +index 2e735bf..43ad9ab 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -69,8 +69,9 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | + #define SETPROP(r, s, p) { \ + .v = (const char *[]){ "/bin/sh", "-c", \ + "prop=\"$(printf '%b' \"$(xprop -id $1 $2 " \ +- "| sed \"s/^$2(STRING) = //;s/^\\\"\\(.*\\)\\\"$/\\1/\")\" " \ +- "| dmenu -p \"$4\" -w $1)\" && xprop -id $1 -f $3 8s -set $3 \"$prop\"", \ ++ "| sed \"s/^$2(STRING) = //;s/^\\\"\\(.*\\)\\\"$/\\1/\" && cat ~/.surf/bookmarks)\" " \ ++ "| dmenu -l 10 -p \"$4\" -w $1)\" && " \ ++ "xprop -id $1 -f $3 8s -set $3 \"$prop\"", \ + "surf-setprop", winid, r, s, p, NULL \ + } \ + } +@@ -101,6 +102,17 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | + } \ + } + ++/* BM_ADD(readprop) */ ++#define BM_ADD(r) {\ ++ .v = (const char *[]){ "/bin/sh", "-c", \ ++ "(echo $(xprop -id $0 $1) | cut -d '\"' -f2 " \ ++ "| sed 's/.*https*:\\/\\/\\(www\\.\\)\\?//' && cat ~/.surf/bookmarks) " \ ++ "| awk '!seen[$0]++' > ~/.surf/bookmarks.tmp && " \ ++ "mv ~/.surf/bookmarks.tmp ~/.surf/bookmarks", \ ++ winid, r, NULL \ ++ } \ ++} ++ + /* styles */ + /* + * The iteration will stop at the first match, beginning at the beginning of +@@ -132,6 +144,7 @@ static Key keys[] = { + { MODKEY, GDK_KEY_g, spawn, SETPROP("_SURF_URI", "_SURF_GO", PROMPT_GO) }, + { MODKEY, GDK_KEY_f, spawn, SETPROP("_SURF_FIND", "_SURF_FIND", PROMPT_FIND) }, + { MODKEY, GDK_KEY_slash, spawn, SETPROP("_SURF_FIND", "_SURF_FIND", PROMPT_FIND) }, ++ { MODKEY, GDK_KEY_m, spawn, BM_ADD("_SURF_URI") }, + + { 0, GDK_KEY_Escape, stop, { 0 } }, + { MODKEY, GDK_KEY_c, stop, { 0 } }, diff --git a/gentoo_specific/portage/patches/www-client/surf/surf-clipboard-20200112-a6a8878.diff b/gentoo_specific/portage/patches/www-client/surf/surf-clipboard-20200112-a6a8878.diff new file mode 100644 index 0000000..d2a82b7 --- /dev/null +++ b/gentoo_specific/portage/patches/www-client/surf/surf-clipboard-20200112-a6a8878.diff @@ -0,0 +1,68 @@ +From a6a8878bb6a203b589d559025b94a78214f22878 Mon Sep 17 00:00:00 2001 +From: Olivier Moreau +Date: Sun, 12 Jan 2020 11:23:11 +0000 +Subject: [PATCH] Added choice between PRIMARY and CLIPBOARD Gtk selections, as + a config option + +--- + config.def.h | 1 + + surf.c | 11 +++++++++-- + 2 files changed, 10 insertions(+), 2 deletions(-) + +diff --git a/config.def.h b/config.def.h +index 34265f6..03bbe2b 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -48,6 +48,7 @@ static Parameter defconfig[ParameterLast] = { + [Style] = { { .i = 1 }, }, + [WebGL] = { { .i = 0 }, }, + [ZoomLevel] = { { .f = 1.0 }, }, ++ [ClipboardNotPrimary] = { { .i = 1 }, }, + }; + + static UriParameters uriparams[] = { +diff --git a/surf.c b/surf.c +index 2b54e3c..b8a9b2f 100644 +--- a/surf.c ++++ b/surf.c +@@ -82,6 +82,7 @@ typedef enum { + Style, + WebGL, + ZoomLevel, ++ ClipboardNotPrimary, + ParameterLast + } ParamName; + +@@ -291,6 +292,7 @@ static ParamName loadcommitted[] = { + SpellLanguages, + Style, + ZoomLevel, ++ ClipboardNotPrimary, + ParameterLast + }; + +@@ -1816,13 +1818,18 @@ showcert(Client *c, const Arg *a) + void + clipboard(Client *c, const Arg *a) + { ++ /* User defined choice of selection, see config.h */ ++ GdkAtom selection = GDK_SELECTION_PRIMARY; ++ if (curconfig[ClipboardNotPrimary].val.i > 0) ++ selection = GDK_SELECTION_CLIPBOARD; ++ + if (a->i) { /* load clipboard uri */ + gtk_clipboard_request_text(gtk_clipboard_get( +- GDK_SELECTION_PRIMARY), ++ selection), + pasteuri, c); + } else { /* copy uri */ + gtk_clipboard_set_text(gtk_clipboard_get( +- GDK_SELECTION_PRIMARY), c->targeturi ++ selection), c->targeturi + ? c->targeturi : geturi(c), -1); + } + } +-- +2.24.1 + + diff --git a/gentoo_specific/portage/patches/www-client/surf/surf-dlconsole-20190919-d068a38.diff b/gentoo_specific/portage/patches/www-client/surf/surf-dlconsole-20190919-d068a38.diff new file mode 100644 index 0000000..3260e5b --- /dev/null +++ b/gentoo_specific/portage/patches/www-client/surf/surf-dlconsole-20190919-d068a38.diff @@ -0,0 +1,227 @@ +From 0ea5ecb238b932c533413b912b7981a737af56cf Mon Sep 17 00:00:00 2001 +From: danoloan10 +Date: Thu, 19 Sep 2019 18:25:59 +0200 +Subject: [PATCH] Basic integrated downloads via console display + +--- + config.def.h | 16 ++++--- + surf.c | 118 +++++++++++++++++++++++++++++++++++++++------------ + 2 files changed, 101 insertions(+), 33 deletions(-) + +diff --git a/config.def.h b/config.def.h +index 34265f6..375be93 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -6,6 +6,8 @@ static char *styledir = "~/.surf/styles/"; + static char *certdir = "~/.surf/certificates/"; + static char *cachedir = "~/.surf/cache/"; + static char *cookiefile = "~/.surf/cookies.txt"; ++static char *dldir = "~/dl/"; ++static char *dlstatus = "~/.surf/dlstatus/"; + + /* Webkit default features */ + /* Highest priority value will be used. +@@ -76,13 +78,12 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | + } \ + } + +-/* DOWNLOAD(URI, referer) */ +-#define DOWNLOAD(u, r) { \ ++#define DLSTATUS { \ + .v = (const char *[]){ "st", "-e", "/bin/sh", "-c",\ +- "curl -g -L -J -O -A \"$1\" -b \"$2\" -c \"$2\"" \ +- " -e \"$3\" \"$4\"; read", \ +- "surf-download", useragent, cookiefile, r, u, NULL \ +- } \ ++ "while true; do cat $1/* 2>/dev/null || echo \"no hay descargas\";"\ ++ "A=; read A; "\ ++ "if [ $A = \"clean\" ]; then rm $1/*; fi; clear; done",\ ++ "surf-dlstatus", dlstatus, NULL } \ + } + + /* PLUMB(URI) */ +@@ -180,6 +181,9 @@ static Key keys[] = { + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_b, toggle, { .i = ScrollBars } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_t, toggle, { .i = StrictTLS } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_m, toggle, { .i = Style } }, ++ ++ /* download-console */ ++ { MODKEY, GDK_KEY_d, spawndls, { 0 } }, + }; + + /* button definitions */ +diff --git a/surf.c b/surf.c +index 2b54e3c..771858e 100644 +--- a/surf.c ++++ b/surf.c +@@ -205,10 +205,6 @@ static void decidenewwindow(WebKitPolicyDecision *d, Client *c); + static void decideresource(WebKitPolicyDecision *d, Client *c); + static void insecurecontent(WebKitWebView *v, WebKitInsecureContentEvent e, + Client *c); +-static void downloadstarted(WebKitWebContext *wc, WebKitDownload *d, +- Client *c); +-static void responsereceived(WebKitDownload *d, GParamSpec *ps, Client *c); +-static void download(Client *c, WebKitURIResponse *r); + static void webprocessterminated(WebKitWebView *v, + WebKitWebProcessTerminationReason r, + Client *c); +@@ -237,6 +233,17 @@ static void clicknavigate(Client *c, const Arg *a, WebKitHitTestResult *h); + static void clicknewwindow(Client *c, const Arg *a, WebKitHitTestResult *h); + static void clickexternplayer(Client *c, const Arg *a, WebKitHitTestResult *h); + ++/* download-console */ ++static void downloadstarted(WebKitWebContext *wc, WebKitDownload *d, ++ Client *c); ++static void downloadfailed(WebKitDownload *d, GParamSpec *ps, void *arg); ++static void downloadfinished(WebKitDownload *d, GParamSpec *ps, void *arg); ++static gboolean decidedestination(WebKitDownload *d, ++ gchar *suggested_filename, void *arg); ++static void printprogress(WebKitDownload *d, GParamSpec *ps, void *arg); ++static void logdownload(WebKitDownload *d, gchar *tail); ++static void spawndls(Client *c, const Arg *a); ++ + static char winid[64]; + static char togglestats[12]; + static char pagestats[2]; +@@ -340,6 +347,8 @@ setup(void) + scriptfile = buildfile(scriptfile); + cachedir = buildpath(cachedir); + certdir = buildpath(certdir); ++ dlstatus = buildpath(dlstatus); ++ dldir = buildpath(dldir); + + gdkkb = gdk_seat_get_keyboard(gdk_display_get_default_seat(gdpy)); + +@@ -1079,6 +1088,8 @@ cleanup(void) + g_free(scriptfile); + g_free(stylefile); + g_free(cachedir); ++ g_free(dldir); ++ g_free(dlstatus); + XCloseDisplay(dpy); + } + +@@ -1710,8 +1721,7 @@ decideresource(WebKitPolicyDecision *d, Client *c) + if (webkit_response_policy_decision_is_mime_type_supported(r)) { + webkit_policy_decision_use(d); + } else { +- webkit_policy_decision_ignore(d); +- download(c, res); ++ webkit_policy_decision_download(d); + } + } + +@@ -1721,27 +1731,6 @@ insecurecontent(WebKitWebView *v, WebKitInsecureContentEvent e, Client *c) + c->insecure = 1; + } + +-void +-downloadstarted(WebKitWebContext *wc, WebKitDownload *d, Client *c) +-{ +- g_signal_connect(G_OBJECT(d), "notify::response", +- G_CALLBACK(responsereceived), c); +-} +- +-void +-responsereceived(WebKitDownload *d, GParamSpec *ps, Client *c) +-{ +- download(c, webkit_download_get_response(d)); +- webkit_download_cancel(d); +-} +- +-void +-download(Client *c, WebKitURIResponse *r) +-{ +- Arg a = (Arg)DOWNLOAD(webkit_uri_response_get_uri(r), geturi(c)); +- spawn(c, &a); +-} +- + void + webprocessterminated(WebKitWebView *v, WebKitWebProcessTerminationReason r, + Client *c) +@@ -1971,6 +1960,81 @@ clickexternplayer(Client *c, const Arg *a, WebKitHitTestResult *h) + spawn(c, &arg); + } + ++/* download-console */ ++ ++void ++downloadstarted(WebKitWebContext *wc, WebKitDownload *d, Client *c) ++{ ++ webkit_download_set_allow_overwrite(d, TRUE); ++ g_signal_connect(G_OBJECT(d), "decide-destination", ++ G_CALLBACK(decidedestination), NULL); ++ g_signal_connect(G_OBJECT(d), "notify::estimated-progress", ++ G_CALLBACK(printprogress), NULL); ++ g_signal_connect(G_OBJECT(d), "failed", ++ G_CALLBACK(downloadfailed), NULL); ++ g_signal_connect(G_OBJECT(d), "finished", ++ G_CALLBACK(downloadfinished), NULL); ++} ++ ++void ++downloadfailed(WebKitDownload *d, GParamSpec *ps, void *arg) ++{ ++ logdownload(d, " -- FAILED"); ++} ++ ++void ++downloadfinished(WebKitDownload *d, GParamSpec *ps, void *arg) ++{ ++ logdownload(d, " -- COMPLETED"); ++} ++ ++gboolean ++decidedestination(WebKitDownload *d, gchar *suggested_filename, void *arg) ++{ ++ gchar *dest; ++ dest = g_strdup_printf("file://%s/%s", dldir, suggested_filename); ++ webkit_download_set_destination(d, dest); ++ return TRUE; ++} ++ ++void ++printprogress(WebKitDownload *d, GParamSpec *ps, void *arg) ++{ ++ logdownload(d, ""); ++} ++ ++void ++logdownload(WebKitDownload *d, gchar *tail) ++{ ++ gchar *filename, *statfile; ++ FILE *stat; ++ ++ filename = g_path_get_basename(webkit_download_get_destination(d)); ++ statfile = g_strdup_printf("%s/%s", dlstatus, filename); ++ ++ if ((stat = fopen(statfile, "w")) == NULL) { ++ perror("dlstatus"); ++ } else { ++ fprintf(stat, "%s: %d%% (%d.%ds)%s\n", ++ filename, ++ (int)(webkit_download_get_estimated_progress(d) * 100), ++ (int) webkit_download_get_elapsed_time(d), ++ (int)(webkit_download_get_elapsed_time(d) * 100), ++ tail); ++ fclose(stat); ++ } ++ ++ g_free(statfile); ++ g_free(filename); ++} ++ ++void ++spawndls(Client *c, const Arg *a) ++{ ++ Arg arg = (Arg)DLSTATUS; ++ spawn(c, &arg); ++} ++ + int + main(int argc, char *argv[]) + { +-- +2.22.1 + + diff --git a/gentoo_specific/portage/patches/www-client/surf/surf-playexternal-20190724-b814567.diff b/gentoo_specific/portage/patches/www-client/surf/surf-playexternal-20190724-b814567.diff new file mode 100644 index 0000000..5c10b09 --- /dev/null +++ b/gentoo_specific/portage/patches/www-client/surf/surf-playexternal-20190724-b814567.diff @@ -0,0 +1,54 @@ +From 95e17b5bd428173c83e60cec9cd5666cfe9066fa Mon Sep 17 00:00:00 2001 +From: DanMan +Date: Wed, 24 Jul 2019 18:47:46 -0400 +Subject: [PATCH] added playexternal hotkey function + +--- + config.def.h | 2 ++ + surf.c | 10 ++++++++++ + 2 files changed, 12 insertions(+) + +diff --git a/config.def.h b/config.def.h +index 6d3135e..5fa0d9d 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -105,6 +105,8 @@ static Key keys[] = { + { MODKEY, GDK_KEY_f, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") }, + { MODKEY, GDK_KEY_slash, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") }, + ++ { MODKEY, GDK_KEY_w, playexternal, { 0 } }, ++ + { 0, GDK_KEY_Escape, stop, { 0 } }, + { MODKEY, GDK_KEY_c, stop, { 0 } }, + +diff --git a/surf.c b/surf.c +index 93a1629..e74e9df 100644 +--- a/surf.c ++++ b/surf.c +@@ -217,6 +217,7 @@ static void togglefullscreen(Client *c, const Arg *a); + static void togglecookiepolicy(Client *c, const Arg *a); + static void toggleinspector(Client *c, const Arg *a); + static void find(Client *c, const Arg *a); ++static void playexternal(Client *c, const Arg *a); + + /* Buttons */ + static void clicknavigate(Client *c, const Arg *a, WebKitHitTestResult *h); +@@ -1648,6 +1649,15 @@ clickexternplayer(Client *c, const Arg *a, WebKitHitTestResult *h) + spawn(c, &arg); + } + ++void ++playexternal(Client *c, const Arg *a) ++{ ++ Arg arg; ++ ++ arg = (Arg)VIDEOPLAY(geturi(c)); ++ spawn(c, &arg); ++} ++ + int + main(int argc, char *argv[]) + { +-- +2.22.0 + diff --git a/gentoo_specific/portage/patches/www-client/surf/surf-tip-url-filtering.diff b/gentoo_specific/portage/patches/www-client/surf/surf-tip-url-filtering.diff new file mode 100644 index 0000000..a7d034d --- /dev/null +++ b/gentoo_specific/portage/patches/www-client/surf/surf-tip-url-filtering.diff @@ -0,0 +1,155 @@ +diff --git a/Makefile b/Makefile +index a9d4d1d..75fb004 100644 +--- a/Makefile ++++ b/Makefile +@@ -18,7 +18,14 @@ options: + @echo CC $< + @${CC} -c ${CFLAGS} $< + +-${OBJ}: config.h config.mk ++${OBJ}: config.h config.mk filters_compiled ++ ++filters_compiled: filters ++ sed -e '/^$$/d' -e 's|\\|\\\\|g' -e 's|$$|",|' -e 's|^|"|' < filters > $@ ++ ++filters: ++ @echo creating $@ from filters.def ++ @cp filters.def $@ + + config.h: + @echo creating $@ from config.def.h +@@ -30,7 +37,7 @@ surf: ${OBJ} + + clean: + @echo cleaning +- @rm -f surf ${OBJ} surf-${VERSION}.tar.gz ++ @rm -f surf ${OBJ} surf-${VERSION}.tar.gz filters_compiled + + dist: clean + @echo creating dist tarball +diff --git a/config.def.h b/config.def.h +index 80a0feb..3cc5131 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -21,6 +21,13 @@ static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; + static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ + static time_t sessiontime = 3600; + ++/* Regular expressions to match URLs that should not be loaded */ ++char *filter_patterns[] = { ++#include "filters_compiled" ++}; ++/* Define this for verbose filtering */ ++// #define FILTER_VERBOSE ++ + /* Webkit default features */ + static Bool enablescrollbars = TRUE; + static Bool enablespatialbrowsing = TRUE; +diff --git a/filters.def b/filters.def +new file mode 100644 +index 0000000..77158de +--- /dev/null ++++ b/filters.def +@@ -0,0 +1,2 @@ ++^eviladvertisments\.com$ ++/favicon\.ico$ +diff --git a/surf.c b/surf.c +index 7c78b4a..8d24197 100644 +--- a/surf.c ++++ b/surf.c +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -27,6 +28,7 @@ + #include "arg.h" + + char *argv0; ++regex_t *filter_expressions; + + #define LENGTH(x) (sizeof x / sizeof x[0]) + #define CLEANMASK(mask) (mask & (MODKEY|GDK_SHIFT_MASK)) +@@ -119,6 +121,8 @@ static void destroyclient(Client *c); + static void destroywin(GtkWidget* w, Client *c); + static void die(const char *errstr, ...); + static void eval(Client *c, const Arg *arg); ++static bool filter_init(void); ++static bool filter_request(const gchar *uri); + static void find(Client *c, const Arg *arg); + static void fullscreen(Client *c, const Arg *arg); + static void geopolicyrequested(WebKitWebView *v, WebKitWebFrame *f, +@@ -200,7 +204,7 @@ beforerequest(WebKitWebView *w, WebKitWebFrame *f, WebKitWebResource *r, + gpointer d) { + const gchar *uri = webkit_network_request_get_uri(req); + +- if(g_str_has_suffix(uri, "/favicon.ico")) ++ if(filter_request(uri)) + webkit_network_request_set_uri(req, "about:blank"); + } + +@@ -473,6 +477,49 @@ die(const char *errstr, ...) { + exit(EXIT_FAILURE); + } + ++static bool ++filter_init(void) { ++ bool errors = false; ++ char *errorbuf; ++ ++ errorbuf = malloc(sizeof(char) * BUFSIZ); ++ filter_expressions = malloc(sizeof(regex_t) * LENGTH(filter_patterns)); ++ ++ for (off_t idx = 0; idx < LENGTH(filter_patterns); idx++) { ++ char *pat = filter_patterns[idx]; ++ int err = regcomp(&filter_expressions[idx], pat, ++ REG_EXTENDED | REG_ICASE | REG_NOSUB); ++ if (err != 0) { ++ /* regerror always ends messages with 0x00 */ ++ (void) regerror(err, &filter_expressions[idx], errorbuf, BUFSIZ); ++ fprintf(stderr, "Failed to compile \"%s\": %s\n", pat, errorbuf); ++ errors = true; ++ } ++ } ++ ++ free(errorbuf); ++ return !errors; ++} ++ ++static bool ++filter_request(const gchar *uri) { ++ if (!strcmp(uri, "about:blank")) ++ return false; ++ for (off_t idx = 0; idx < LENGTH(filter_patterns); idx++) { ++ if (regexec(&filter_expressions[idx], uri, 0, NULL, 0) == REG_NOMATCH) { ++ continue; ++ } ++#ifdef FILTER_VERBOSE ++ fprintf(stderr, "filtering \"%s\"\n", uri); ++#endif ++ return true; ++ } ++#ifdef FILTER_VERBOSE ++ fprintf(stderr, "not filtering \"%s\"\n", uri); ++#endif ++ return false; ++} ++ + static void + find(Client *c, const Arg *arg) { + const char *s; +@@ -1152,6 +1199,10 @@ setup(void) { + g_free(new_proxy); + usingproxy = 1; + } ++ ++ if (!filter_init()) { ++ die("Failed to compile one or more filter expressions\n"); ++ } + } + + static void + diff --git a/gentoo_specific/portage/repos.conf/eselect-repo.conf b/gentoo_specific/portage/repos.conf/eselect-repo.conf new file mode 100644 index 0000000..0abe24f --- /dev/null +++ b/gentoo_specific/portage/repos.conf/eselect-repo.conf @@ -0,0 +1,12 @@ +# created by eselect-repo + +[torbrowser] +location = /var/db/repos/torbrowser +sync-type = git +sync-uri = https://github.com/gentoo-mirror/torbrowser.git + + +[sage-on-gentoo] +location = /var/db/repos/sage-on-gentoo +sync-type = git +sync-uri = https://github.com/gentoo-mirror/sage-on-gentoo.git diff --git a/gentoo_specific/portage/repos.conf/eselect-repo.conf~ b/gentoo_specific/portage/repos.conf/eselect-repo.conf~ new file mode 100644 index 0000000..baad54f --- /dev/null +++ b/gentoo_specific/portage/repos.conf/eselect-repo.conf~ @@ -0,0 +1,11 @@ +# created by eselect-repo + +[torbrowser] +location = /var/db/repos/torbrowser +sync-type = git +sync-uri = https://github.com/gentoo-mirror/torbrowser.git + +[test] +location = /var/db/repos/test +sync-type = git +sync-uri = torbrowser diff --git a/gentoo_specific/portage/savedconfig/media-gfx/sxiv-26 b/gentoo_specific/portage/savedconfig/media-gfx/sxiv-26 new file mode 100644 index 0000000..9981ca3 --- /dev/null +++ b/gentoo_specific/portage/savedconfig/media-gfx/sxiv-26 @@ -0,0 +1,152 @@ +#ifdef _WINDOW_CONFIG + +/* default window dimensions (overwritten via -g option): */ +enum { + WIN_WIDTH = 800, + WIN_HEIGHT = 600 +}; + +/* colors and font are configured with 'background', 'foreground' and + * 'font' X resource properties. + * See X(7) section Resources and xrdb(1) for more information. + */ + +#endif +#ifdef _IMAGE_CONFIG + +/* levels (in percent) to use when zooming via '-' and '+': + * (first/last value is used as min/max zoom level) + */ +static const float zoom_levels[] = { + 12.5, 25.0, 50.0, 75.0, + 100.0, 150.0, 200.0, 400.0, 800.0 +}; + +/* default slideshow delay (in sec, overwritten via -S option): */ +enum { SLIDESHOW_DELAY = 5 }; + +/* gamma correction: the user-visible ranges [-GAMMA_RANGE, 0] and + * (0, GAMMA_RANGE] are mapped to the ranges [0, 1], and (1, GAMMA_MAX]. + * */ +static const double GAMMA_MAX = 10.0; +static const int GAMMA_RANGE = 32; + +/* command i_scroll pans image 1/PAN_FRACTION of screen width/height */ +static const int PAN_FRACTION = 5; + +/* if false, pixelate images at zoom level != 100%, + * toggled with 'a' key binding + */ +static const bool ANTI_ALIAS = true; + +/* if true, use a checkerboard background for alpha layer, + * toggled with 'A' key binding + */ +static const bool ALPHA_LAYER = false; + +#endif +#ifdef _THUMBS_CONFIG + +/* thumbnail sizes in pixels (width == height): */ +static const int thumb_sizes[] = { 32, 64, 96, 128, 160 }; + +/* thumbnail size at startup, index into thumb_sizes[]: */ +static const int THUMB_SIZE = 3; + +#endif +#ifdef _MAPPINGS_CONFIG + +/* keyboard mappings for image and thumbnail mode: */ +static const keymap_t keys[] = { + /* modifiers key function argument */ + { 0, XK_q, g_quit, None }, + { 0, XK_Return, g_switch_mode, None }, + { 0, XK_f, g_toggle_fullscreen, None }, + { 0, XK_b, g_toggle_bar, None }, + { ControlMask, XK_x, g_prefix_external, None }, + { 0, XK_g, g_first, None }, + { 0, XK_G, g_n_or_last, None }, + { 0, XK_r, g_reload_image, None }, + { 0, XK_D, g_remove_image, None }, + { ControlMask, XK_h, g_scroll_screen, DIR_LEFT }, + { ControlMask, XK_Left, g_scroll_screen, DIR_LEFT }, + { ControlMask, XK_j, g_scroll_screen, DIR_DOWN }, + { ControlMask, XK_Down, g_scroll_screen, DIR_DOWN }, + { ControlMask, XK_k, g_scroll_screen, DIR_UP }, + { ControlMask, XK_Up, g_scroll_screen, DIR_UP }, + { ControlMask, XK_l, g_scroll_screen, DIR_RIGHT }, + { ControlMask, XK_Right, g_scroll_screen, DIR_RIGHT }, + { 0, XK_plus, g_zoom, +1 }, + { 0, XK_KP_Add, g_zoom, +1 }, + { 0, XK_minus, g_zoom, -1 }, + { 0, XK_KP_Subtract, g_zoom, -1 }, + { 0, XK_m, g_toggle_image_mark, None }, + { 0, XK_M, g_mark_range, None }, + { ControlMask, XK_m, g_reverse_marks, None }, + { ControlMask, XK_u, g_unmark_all, None }, + { 0, XK_N, g_navigate_marked, +1 }, + { 0, XK_P, g_navigate_marked, -1 }, + { 0, XK_braceleft, g_change_gamma, -1 }, + { 0, XK_braceright, g_change_gamma, +1 }, + { ControlMask, XK_g, g_change_gamma, 0 }, + + { 0, XK_h, t_move_sel, DIR_LEFT }, + { 0, XK_Left, t_move_sel, DIR_LEFT }, + { 0, XK_j, t_move_sel, DIR_DOWN }, + { 0, XK_Down, t_move_sel, DIR_DOWN }, + { 0, XK_k, t_move_sel, DIR_UP }, + { 0, XK_Up, t_move_sel, DIR_UP }, + { 0, XK_l, t_move_sel, DIR_RIGHT }, + { 0, XK_Right, t_move_sel, DIR_RIGHT }, + { 0, XK_R, t_reload_all, None }, + + { 0, XK_n, i_navigate, +1 }, + { 0, XK_n, i_scroll_to_edge, DIR_LEFT | DIR_UP }, + { 0, XK_space, i_navigate, +1 }, + { 0, XK_p, i_navigate, -1 }, + { 0, XK_p, i_scroll_to_edge, DIR_LEFT | DIR_UP }, + { 0, XK_BackSpace, i_navigate, -1 }, + { 0, XK_bracketright, i_navigate, +10 }, + { 0, XK_bracketleft, i_navigate, -10 }, + { ControlMask, XK_6, i_alternate, None }, + { ControlMask, XK_n, i_navigate_frame, +1 }, + { ControlMask, XK_p, i_navigate_frame, -1 }, + { ControlMask, XK_space, i_toggle_animation, None }, + { 0, XK_h, i_scroll, DIR_LEFT }, + { 0, XK_Left, i_scroll, DIR_LEFT }, + { 0, XK_j, i_scroll, DIR_DOWN }, + { 0, XK_Down, i_scroll, DIR_DOWN }, + { 0, XK_k, i_scroll, DIR_UP }, + { 0, XK_Up, i_scroll, DIR_UP }, + { 0, XK_l, i_scroll, DIR_RIGHT }, + { 0, XK_Right, i_scroll, DIR_RIGHT }, + { 0, XK_H, i_scroll_to_edge, DIR_LEFT }, + { 0, XK_J, i_scroll_to_edge, DIR_DOWN }, + { 0, XK_K, i_scroll_to_edge, DIR_UP }, + { 0, XK_L, i_scroll_to_edge, DIR_RIGHT }, + { 0, XK_equal, i_set_zoom, 100 }, + { 0, XK_w, i_fit_to_win, SCALE_DOWN }, + { 0, XK_W, i_fit_to_win, SCALE_FIT }, + { 0, XK_e, i_fit_to_win, SCALE_WIDTH }, + { 0, XK_E, i_fit_to_win, SCALE_HEIGHT }, + { 0, XK_less, i_rotate, DEGREE_270 }, + { 0, XK_greater, i_rotate, DEGREE_90 }, + { 0, XK_question, i_rotate, DEGREE_180 }, + { 0, XK_bar, i_flip, FLIP_HORIZONTAL }, + { 0, XK_underscore, i_flip, FLIP_VERTICAL }, + { 0, XK_a, i_toggle_antialias, None }, + { 0, XK_A, i_toggle_alpha, None }, + { 0, XK_s, i_slideshow, None }, +}; + +/* mouse button mappings for image mode: */ +static const button_t buttons[] = { + /* modifiers button function argument */ + { 0, 1, i_cursor_navigate, None }, + { 0, 2, i_drag, DRAG_ABSOLUTE }, + { 0, 3, g_switch_mode, None }, + { 0, 4, g_zoom, +1 }, + { 0, 5, g_zoom, -1 }, +}; + +#endif diff --git a/gentoo_specific/portage/savedconfig/sys-firmware/ipxe-1.21.1 b/gentoo_specific/portage/savedconfig/sys-firmware/ipxe-1.21.1 new file mode 100644 index 0000000..a165502 --- /dev/null +++ b/gentoo_specific/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 diff --git a/gentoo_specific/portage/savedconfig/sys-kernel/linux-firmware-20240610-r1 b/gentoo_specific/portage/savedconfig/sys-kernel/linux-firmware-20240610-r1 new file mode 100644 index 0000000..946a751 --- /dev/null +++ b/gentoo_specific/portage/savedconfig/sys-kernel/linux-firmware-20240610-r1 @@ -0,0 +1,3930 @@ +# Remove files that shall not be installed from this list. +3com/typhoon.bin +INT8866RCA2.bin +TAS2XXX2234.bin +TAS2XXX3870.bin +TAS2XXX387D.bin +TAS2XXX387E.bin +TAS2XXX387F.bin +TAS2XXX3880.bin +TAS2XXX3881.bin +TAS2XXX3882.bin +TAS2XXX3884.bin +TAS2XXX3886.bin +TAS2XXX38A5.bin +TAS2XXX38A7.bin +TAS2XXX38A8.bin +TAS2XXX38B8.bin +TAS2XXX38B9.bin +TAS2XXX38BA.bin +TAS2XXX38BB.bin +TAS2XXX38BE.bin +TAS2XXX38BF.bin +TAS2XXX38C3.bin +TAS2XXX38CB.bin +TAS2XXX38CD.bin +TAS2XXX38D3.bin +TAS2XXX38D4.bin +TAS2XXX38D5.bin +TAS2XXX38D6.bin +TAS2XXX38DF.bin +TAS2XXX38E0.bin +TIAS2781RCA2.bin +TIAS2781RCA4.bin +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 +airoha/EthMD32.dm.bin +airoha/EthMD32.DSP.bin +amd/amd_sev_fam17h_model0xh.sbin +amd/amd_sev_fam17h_model3xh.sbin +amd/amd_sev_fam19h_model0xh.sbin +amd/amd_sev_fam19h_model1xh.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 +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_sjt_mec2.bin +amdgpu/aldebaran_sjt_mec.bin +amdgpu/aldebaran_smc.bin +amdgpu/aldebaran_sos.bin +amdgpu/aldebaran_ta.bin +amdgpu/aldebaran_vcn.bin +amdgpu/gc_9_4_3_mec.bin +amdgpu/gc_9_4_3_rlc.bin +amdgpu/gc_10_3_6_ce.bin +amdgpu/gc_10_3_6_me.bin +amdgpu/gc_10_3_6_mec.bin +amdgpu/gc_10_3_6_mec2.bin +amdgpu/gc_10_3_6_pfp.bin +amdgpu/gc_10_3_6_rlc.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/gc_11_0_0_imu.bin +amdgpu/gc_11_0_0_me.bin +amdgpu/gc_11_0_0_mec.bin +amdgpu/gc_11_0_0_mes1.bin +amdgpu/gc_11_0_0_mes.bin +amdgpu/gc_11_0_0_mes_2.bin +amdgpu/gc_11_0_0_pfp.bin +amdgpu/gc_11_0_0_rlc.bin +amdgpu/gc_11_0_0_rlc_1.bin +amdgpu/gc_11_0_1_imu.bin +amdgpu/gc_11_0_1_me.bin +amdgpu/gc_11_0_1_mec.bin +amdgpu/gc_11_0_1_mes.bin +amdgpu/gc_11_0_1_mes1.bin +amdgpu/gc_11_0_1_mes_2.bin +amdgpu/gc_11_0_1_pfp.bin +amdgpu/gc_11_0_1_rlc.bin +amdgpu/gc_11_0_2_imu.bin +amdgpu/gc_11_0_2_me.bin +amdgpu/gc_11_0_2_mec.bin +amdgpu/gc_11_0_2_mes1.bin +amdgpu/gc_11_0_2_mes.bin +amdgpu/gc_11_0_2_mes_2.bin +amdgpu/gc_11_0_2_pfp.bin +amdgpu/gc_11_0_2_rlc.bin +amdgpu/gc_11_0_3_imu.bin +amdgpu/gc_11_0_3_me.bin +amdgpu/gc_11_0_3_mec.bin +amdgpu/gc_11_0_3_mes1.bin +amdgpu/gc_11_0_3_mes_2.bin +amdgpu/gc_11_0_3_pfp.bin +amdgpu/gc_11_0_3_rlc.bin +amdgpu/gc_11_0_4_imu.bin +amdgpu/gc_11_0_4_me.bin +amdgpu/gc_11_0_4_mec.bin +amdgpu/gc_11_0_4_mes.bin +amdgpu/gc_11_0_4_mes1.bin +amdgpu/gc_11_0_4_mes_2.bin +amdgpu/gc_11_0_4_pfp.bin +amdgpu/gc_11_0_4_rlc.bin +amdgpu/gc_11_5_0_imu.bin +amdgpu/gc_11_5_0_me.bin +amdgpu/gc_11_5_0_mec.bin +amdgpu/gc_11_5_0_mes1.bin +amdgpu/gc_11_5_0_mes_2.bin +amdgpu/gc_11_5_0_pfp.bin +amdgpu/gc_11_5_0_rlc.bin +amdgpu/gc_11_5_1_imu.bin +amdgpu/gc_11_5_1_me.bin +amdgpu/gc_11_5_1_mec.bin +amdgpu/gc_11_5_1_mes1.bin +amdgpu/gc_11_5_1_mes_2.bin +amdgpu/gc_11_5_1_pfp.bin +amdgpu/gc_11_5_1_rlc.bin +amdgpu/dcn_3_1_4_dmcub.bin +amdgpu/dcn_3_1_5_dmcub.bin +amdgpu/dcn_3_1_6_dmcub.bin +amdgpu/dcn_3_2_0_dmcub.bin +amdgpu/dcn_3_2_1_dmcub.bin +amdgpu/dcn_3_5_dmcub.bin +amdgpu/dcn_3_5_1_dmcub.bin +amdgpu/psp_13_0_0_sos.bin +amdgpu/psp_13_0_0_ta.bin +amdgpu/psp_13_0_4_ta.bin +amdgpu/psp_13_0_4_toc.bin +amdgpu/psp_13_0_5_asd.bin +amdgpu/psp_13_0_5_ta.bin +amdgpu/psp_13_0_5_toc.bin +amdgpu/psp_13_0_6_sos.bin +amdgpu/psp_13_0_6_ta.bin +amdgpu/psp_13_0_7_sos.bin +amdgpu/psp_13_0_7_ta.bin +amdgpu/psp_13_0_8_asd.bin +amdgpu/psp_13_0_8_ta.bin +amdgpu/psp_13_0_8_toc.bin +amdgpu/psp_13_0_10_sos.bin +amdgpu/psp_13_0_10_ta.bin +amdgpu/psp_13_0_11_ta.bin +amdgpu/psp_13_0_11_toc.bin +amdgpu/psp_14_0_0_ta.bin +amdgpu/psp_14_0_0_toc.bin +amdgpu/psp_14_0_1_ta.bin +amdgpu/psp_14_0_1_toc.bin +amdgpu/sdma_4_4_2.bin +amdgpu/sdma_5_2_6.bin +amdgpu/sdma_5_2_7.bin +amdgpu/sdma_6_0_0.bin +amdgpu/sdma_6_0_1.bin +amdgpu/sdma_6_0_2.bin +amdgpu/sdma_6_0_3.bin +amdgpu/sdma_6_1_0.bin +amdgpu/sdma_6_1_1.bin +amdgpu/smu_13_0_0.bin +amdgpu/smu_13_0_6.bin +amdgpu/smu_13_0_7.bin +amdgpu/smu_13_0_10.bin +amdgpu/umsch_mm_4_0_0.bin +amdgpu/vcn_3_1_2.bin +amdgpu/vcn_4_0_0.bin +amdgpu/vcn_4_0_2.bin +amdgpu/vcn_4_0_3.bin +amdgpu/vcn_4_0_4.bin +amdgpu/vcn_4_0_5.bin +amdgpu/vcn_4_0_6.bin +amdgpu/vcn_4_0_6_1.bin +amdgpu/vpe_6_1_0.bin +amdgpu/vpe_6_1_1.bin +amdgpu/isp_4_1_1.bin +amdtee/773bd96f-b83f-4d52-b12dc529b13d8543.bin +amdtee/amd_pmf_v3.bin +amlogic/bluetooth/w2_bt_fw_uart.bin +amlogic/bluetooth/w1u_bt_fw_uart.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 +arm/mali/arch10.8/mali_csffw.bin +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 +ath10k/WCN3990/hw1.0/qcm2290/wlanmdsp.mbn +ath10k/WCN3990/hw1.0/qcm2290/firmware-5.bin +ath10k/WCN3990/hw1.0/qrb4210/wlanmdsp.mbn +ath10k/WCN3990/hw1.0/qrb4210/firmware-5.bin +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 +ath11k/IPQ5018/hw1.0/board-2.bin +ath11k/IPQ5018/hw1.0/m3_fw.b00 +ath11k/IPQ5018/hw1.0/m3_fw.b01 +ath11k/IPQ5018/hw1.0/m3_fw.b02 +ath11k/IPQ5018/hw1.0/m3_fw.flist +ath11k/IPQ5018/hw1.0/m3_fw.mdt +ath11k/IPQ5018/hw1.0/q6_fw.b00 +ath11k/IPQ5018/hw1.0/q6_fw.b01 +ath11k/IPQ5018/hw1.0/q6_fw.b02 +ath11k/IPQ5018/hw1.0/q6_fw.b03 +ath11k/IPQ5018/hw1.0/q6_fw.b04 +ath11k/IPQ5018/hw1.0/q6_fw.b05 +ath11k/IPQ5018/hw1.0/q6_fw.b07 +ath11k/IPQ5018/hw1.0/q6_fw.b08 +ath11k/IPQ5018/hw1.0/q6_fw.b09 +ath11k/IPQ5018/hw1.0/q6_fw.b10 +ath11k/IPQ5018/hw1.0/q6_fw.b11 +ath11k/IPQ5018/hw1.0/q6_fw.b13 +ath11k/IPQ5018/hw1.0/q6_fw.b14 +ath11k/IPQ5018/hw1.0/q6_fw.flist +ath11k/IPQ5018/hw1.0/q6_fw.mdt +ath11k/IPQ5018/hw1.0/Notice.txt +ath12k/WCN7850/hw2.0/board-2.bin +ath12k/WCN7850/hw2.0/amss.bin +ath12k/WCN7850/hw2.0/m3.bin +ath12k/WCN7850/hw2.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.Advantech-MICA-071.txt +brcm/brcmfmac43241b4-sdio.Intel Corp.-VALLEYVIEW C0 PLATFORM.txt +brcm/brcmfmac4330-sdio.Prowise-PT301.txt +brcm/brcmfmac43340-sdio.Insyde-VESPA2.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.ASUSTeK COMPUTER INC.-ME176C.txt +brcm/brcmfmac43362-sdio.WC121.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.ilife-S806.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.Intel Corporation-CHERRYVIEW D1 PLATFORM.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.kobo,aura.txt +brcm/brcmfmac43362-sdio.kobo,tolino-shine2hd.txt +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.sinovoip,bananapi-m64.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/brcmfmac43430-sdio.raspberrypi,model-zero-2-w.txt +brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt +brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.txt +brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.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,pinenote-v1.1.txt +brcm/brcmfmac43455-sdio.pine64,pinenote-v1.2.txt +brcm/brcmfmac43455-sdio.pine64,pinephone-pro.txt +brcm/brcmfmac43455-sdio.pine64,quartz64-a.txt +brcm/brcmfmac43455-sdio.pine64,quartz64-b.txt +brcm/brcmfmac43455-sdio.pine64,rockpro64-v2.0.txt +brcm/brcmfmac43455-sdio.pine64,rockpro64-v2.1.txt +brcm/brcmfmac43455-sdio.pine64,soquartz-model-a.txt +brcm/brcmfmac43455-sdio.pine64,soquartz-cm4io.txt +brcm/brcmfmac43455-sdio.pine64,soquartz-blade.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 +cirrus/cs35l41/bincfgs/cs35l41-dsp1-14_5dB.bincfg +cirrus/cs35l41/bincfgs/cs35l41-dsp1-16_5dB.bincfg +cirrus/cs35l41/bincfgs/cs35l41-dsp1-19_5dB.bincfg +cirrus/cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +cirrus/cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +cirrus/cs35l41/v6.78.0/halo_cspl_RAM_revB2_29.80.0.wmfw +cirrus/cs35l41/v6.68.0/halo_cspl_RAM_revB2_29.70.0.wmfw +cirrus/cs35l41/v6.56.0/halo_cspl_RAM_revB2_29.58.0.wmfw +cirrus/cs35l41/v6.39.0/halo_cspl_RAM_revB2_29.41.0.wmfw +cirrus/cs35l41/v6.47.0/halo_cspl_RAM_revB2_29.49.0.wmfw +cirrus/cs35l41/v6.63.0/halo_cspl_RAM_revB2_29.65.0.wmfw +cirrus/cs35l41/v6.80.0/halo_cspl_RAM_revB2_29.82.0.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8971.bin +cirrus/cs35l41-dsp1-spk-prot-103c8972.bin +cirrus/cs35l41-dsp1-spk-prot-103c8973.bin +cirrus/cs35l41-dsp1-spk-prot-103c8975-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8975-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c896e-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c896e-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c89c6-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c89c6-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c89c3-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c89c3-r1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8981-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8981-r1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8981-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8981-l1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c46.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c47.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c48.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c49.bin +cirrus/cs35l41-dsp1-spk-prot-103c8ca4.bin +cirrus/cs35l41-dsp1-spk-prot-103c8cf5-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8cf5-l1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8cf5-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8cf5-r1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c66-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c66-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c66-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c66-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2c-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2c-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2c-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2c-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c16-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c16-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c16-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c16-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2e-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2e-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2e-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2e-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c67-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c67-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c67-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c67-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8cde-spkid0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8cde-spkid1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bdd-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bdd-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bdd-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bdd-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8cdd-spkid0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a29-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a29-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a29-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a29-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c15-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c15-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c15-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c15-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a28-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a28-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a28-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a28-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bdf-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bdf-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bdf-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bdf-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a6e-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a6e-l1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a6e-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a6e-r1.bin +cirrus/cs35l41-dsp1-spk-prot-103c89e7-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c89e7-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3847-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3847-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3847-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3847-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3855-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3855-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3855-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3855-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b4-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b4-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b4-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b4-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa22f1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa22f1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa22f2-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa22f2-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa386f-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa386f-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3877-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3877-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3878-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3878-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa386e-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa386e-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa386e-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa386e-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104312af-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104312af-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104312af-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104312af-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431a8f-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431a8f-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431a8f-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431a8f-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431e02-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431e02-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431e02-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431e02-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431f12-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431f12-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431f12-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431f12-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431e12-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431e12-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431e12-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431e12-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c9f-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c9f-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c9f-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c9f-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431caf-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431caf-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431caf-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431caf-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431503-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431503-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431503-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431503-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431ccf-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431ccf-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431ccf-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431ccf-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431cef-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431cef-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431cef-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431cef-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431463-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431463-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431463-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431463-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431483-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431483-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431473-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431473-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431533-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431533-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431533-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431533-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431433-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431433-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431433-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431433-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431573-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431573-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431573-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431573-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104317f3-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104317f3-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104317f3-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104317f3-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431493-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431493-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431493-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431493-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431b93-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431b93-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431b93-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431b93-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a30-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a30-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a30-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a30-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a50-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a50-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a50-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a50-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a60-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a60-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a60-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a60-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c03-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c03-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c03-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c03-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431a63-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431a63-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431a63-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431a63-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c33-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c33-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c33-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c33-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c43-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c43-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c43-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c43-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431ee2-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431ee2-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431da2-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431da2-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431da2-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431da2-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431f62-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431f62-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431f62-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431f62-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431f1f-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431f1f-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104316d3-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104316d3-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104316d3-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104316d3-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104316f3-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104316f3-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104316f3-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104316f3-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431863-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431863-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431863-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431863-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104318d3-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104318d3-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104318d3-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104318d3-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2316-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2316-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2316-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2316-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38a9-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38a9-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38ab-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38ab-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3865-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3865-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3866-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3866-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38c7-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38c7-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38c7-spkid0-l1.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38c7-spkid0-r1.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38c8-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38c8-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38c8-spkid1-l1.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38c8-spkid1-r1.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38fa-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38fa-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38f9-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38f9-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b42.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b43.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b44.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b45.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b47.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b63-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b63-r1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b63-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b63-l1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b8f-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b8f-r1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b92.bin +cirrus/cs35l41-dsp1-spk-prot-10280cbd-spkid0.bin +cirrus/cs35l41-dsp1-spk-prot-10280cbd-spkid1.bin +cirrus/cs35l41-dsp1-spk-prot-10280beb-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10280beb-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10280b27-spkid0.bin +cirrus/cs35l41-dsp1-spk-prot-10280b27-spkid1.bin +cirrus/cs35l41-dsp1-spk-prot-10280b28-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10280b28-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10280b28-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10280b28-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid0-l1.bin +cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid0-r1.bin +cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid1-l1.bin +cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid1-r1.bin +cirrus/cs35l56/CS35L56_Rev3.11.11.wmfw +cirrus/cs35l56/CS35L56_Rev3.11.16.wmfw +cirrus/cs35l56-b0-dsp1-misc-10280c62-spkid0-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10280c62-spkid0-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10280c62-spkid0-amp3.bin +cirrus/cs35l56-b0-dsp1-misc-10280c62-spkid0-amp4.bin +cirrus/cs35l56-b0-dsp1-misc-10280c62-spkid1-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10280c62-spkid1-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10280c62-spkid1-amp3.bin +cirrus/cs35l56-b0-dsp1-misc-10280c62-spkid1-amp4.bin +cirrus/cs35l56-b0-dsp1-misc-10280c63-spkid0-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10280c63-spkid0-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10280c63-spkid0-amp3.bin +cirrus/cs35l56-b0-dsp1-misc-10280c63-spkid0-amp4.bin +cirrus/cs35l56-b0-dsp1-misc-10280c63-spkid1-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10280c63-spkid1-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10280c63-spkid1-amp3.bin +cirrus/cs35l56-b0-dsp1-misc-10280c63-spkid1-amp4.bin +cirrus/cs35l56-b0-dsp1-misc-10280c6b-spkid0-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10280c6b-spkid0-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10280c6b-spkid0-amp3.bin +cirrus/cs35l56-b0-dsp1-misc-10280c6b-spkid0-amp4.bin +cirrus/cs35l56-b0-dsp1-misc-10280c6b-spkid1-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10280c6b-spkid1-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10280c6b-spkid1-amp3.bin +cirrus/cs35l56-b0-dsp1-misc-10280c6b-spkid1-amp4.bin +cirrus/cs35l56-b0-dsp1-misc-103c8c52-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-103c8c52-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-103c8c52-amp3.bin +cirrus/cs35l56-b0-dsp1-misc-103c8c52-amp4.bin +cirrus/cs35l56-b0-dsp1-misc-103c8c53-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-103c8c53-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-103c8c53-amp3.bin +cirrus/cs35l56-b0-dsp1-misc-103c8c53-amp4.bin +cirrus/cs35l56-b0-dsp1-misc-10431b13-spkid0-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10431b13-spkid0-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10431b13-spkid1-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10431b13-spkid1-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10431c63-spkid0-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10431c63-spkid0-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10431c63-spkid1-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10431c63-spkid1-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10431df3-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10431df3-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10431df3-amp3.bin +cirrus/cs35l56-b0-dsp1-misc-10431df3-amp4.bin +cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid0-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid0-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10431e83-spkid0-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10431e83-spkid0-amp2.bin +cirrus/cs35l56-b0-dsp1-misc-10431e83-spkid1-amp1.bin +cirrus/cs35l56-b0-dsp1-misc-10431e83-spkid1-amp2.bin +cirrus/cs35l41-dsp1-spk-prot-103c8971.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8972.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8973.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8974.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8975.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c896e.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c89c3.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8981.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c898e.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c898f.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8991.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8992.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8994.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8995.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c89c6.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8974.bin +cirrus/cs35l41-dsp1-spk-prot-103c898e.bin +cirrus/cs35l41-dsp1-spk-prot-103c898f.bin +cirrus/cs35l41-dsp1-spk-prot-103c8991.bin +cirrus/cs35l41-dsp1-spk-prot-103c8992.bin +cirrus/cs35l41-dsp1-spk-prot-103c8994.bin +cirrus/cs35l41-dsp1-spk-prot-103c8995.bin +cirrus/cs35l41-dsp1-spk-prot-103c89c3-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c89c3-l1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c46.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c47.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c48.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c49.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c70.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c71.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c72.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c70.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c71.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c72.bin +cirrus/cs35l41-dsp1-spk-prot-103c8ca4.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8ca7.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8ca7.bin +cirrus/cs35l41-dsp1-spk-prot-103c8cf5.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c66.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c6a.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c6a-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c6a-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c6a-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c6a-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2c.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8a2d.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8a2d-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2d-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2d-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2d-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be5.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8be5-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be5-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be5-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be5-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be6.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8be6-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be6-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be6-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be6-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c16.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c17.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c17-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c17-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c17-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c17-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2e.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8a30.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8a30-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a30-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a30-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a30-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be7.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8be7-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be7-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be7-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be7-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be8.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8be8-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be8-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be8-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be8-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bb3.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid0-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid0-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid1-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid1-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8bb4.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid0-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid0-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid1-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid1-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8c4d.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid0-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid0-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid1-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid1-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8c4e.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid0-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid0-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid1-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid1-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-103c8c67.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c68.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c68-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c68-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c68-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c68-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8cde.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8bdd.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8bde.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8bde-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bde-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bde-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8bde-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c50.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c50-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c50-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c50-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c50-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c51.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c51-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c51-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c51-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c51-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8cdd.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8cdd-spkid1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a29.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8a2a.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8a2a-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2a-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2a-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2a-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2b.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8a2b-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2b-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2b-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a2b-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a31.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8a31-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a31-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a31-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a31-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be3.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8be3-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be3-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be3-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be3-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b3a.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b3a-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b3a-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b3a-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b3a-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c15.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8a28.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8bdf.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8be0.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8be0-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be0-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be0-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be0-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be1.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8be1-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be1-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be1-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be1-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be2.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8be2-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be2-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be2-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be2-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4f.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c4f-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4f-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4f-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c4f-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be9.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8ad8.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8ad8.bin +cirrus/cs35l41-dsp1-spk-prot-103c8a6e.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c89e7.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa3847.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa3855.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa38b4.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa38b5.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa38b6.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa38b7.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa38b5-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b5-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b5-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b5-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b6-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b6-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b6-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b6-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b7-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b7-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b7-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38b7-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa22f1.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa22f2.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa22f3.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa22f1-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa22f1-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa22f2-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa22f2-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa22f3-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa22f3-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa22f3-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa22f3-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa386f.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa3877.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa3878.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa386e.wmfw +cirrus/cs35l41-dsp1-spk-prot-104312af.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431a8f.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431e02.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431f12.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431a83.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431a83-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431a83-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431a83-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431a83-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431e12.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431683.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431683-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431683-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431683-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431683-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104316a3.wmfw +cirrus/cs35l41-dsp1-spk-prot-104316a3-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104316a3-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104316a3-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104316a3-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431573.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431463.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431483.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431663.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431473.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431493.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431533.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431433.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431caf.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431cef.wmfw +cirrus/cs35l41-dsp1-spk-prot-104314d3.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431c9f.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431cdf.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431ccf.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431503.wmfw +cirrus/cs35l41-dsp1-spk-prot-104314e3.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431d1f.wmfw +cirrus/cs35l41-dsp1-spk-prot-104317f3.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431483-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431483-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431473-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431473-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431433-spkid0-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431433-spkid0-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431433-spkid1-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431433-spkid1-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-104317f3-spkid0-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-104317f3-spkid0-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431663-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431663-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431663-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431663-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-104314d3-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104314d3-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104314d3-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104314d3-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431cdf-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431cdf-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431cdf-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431cdf-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104314e3-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104314e3-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-104314e3-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-104314e3-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431d1f-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431d1f-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431d1f-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10431d1f-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431b93.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431a20.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431a30.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431a40.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431a50.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431a60.wmfw +cirrus/cs35l41-dsp1-spk-prot-10433a20-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a20-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a20-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a20-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a40-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a40-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a40-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-10433a40-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-10431c33.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431c03.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431a63.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431c43.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431c03-spkid0-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431c03-spkid0-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431c03-spkid1-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431c03-spkid1-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431a63-spkid0-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431a63-spkid0-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431a63-spkid1-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431a63-spkid1-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-10431ee2.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431da2.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431f62.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431f1f.wmfw +cirrus/cs35l41-dsp1-spk-prot-104316d3.wmfw +cirrus/cs35l41-dsp1-spk-prot-104316f3.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431863.wmfw +cirrus/cs35l41-dsp1-spk-prot-104318d3.wmfw +cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa2316.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa2317.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa2317-spkid0-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2317-spkid0-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2317-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2317-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2318.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa2319.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa231a.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa2318-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2318-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2318-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa2318-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa2319-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2319-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa2319-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa2319-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa231a-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa231a-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa231a-l0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa231a-r0.bincfg +cirrus/cs35l41-dsp1-spk-prot-17aa38a9.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa38ab.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa38a9-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38a9-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38ab-spkid1-l0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa38ab-spkid1-r0.bin +cirrus/cs35l41-dsp1-spk-prot-17aa3865.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa3866.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa38c7.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa38c8.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa38f9.wmfw +cirrus/cs35l41-dsp1-spk-prot-17aa38fa.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8c26.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b42.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b43.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b44.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b45.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b46.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b47.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b63.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b70.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b72.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b74.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b77.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b8f.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b92.wmfw +cirrus/cs35l41-dsp1-spk-prot-103c8b46.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b70.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b72.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b74.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b77.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b8f-l0.bin +cirrus/cs35l41-dsp1-spk-prot-103c8b8f-l1.bin +cirrus/cs35l41-dsp1-spk-prot-103c8c26.bin +cirrus/cs35l41-dsp1-spk-prot-10280cbd.wmfw +cirrus/cs35l41-dsp1-spk-prot-10280cbe.wmfw +cirrus/cs35l41-dsp1-spk-prot-10280cbf.wmfw +cirrus/cs35l41-dsp1-spk-prot-10280cc1.wmfw +cirrus/cs35l41-dsp1-spk-prot-10280cc2.wmfw +cirrus/cs35l41-dsp1-spk-prot-10280cc3.wmfw +cirrus/cs35l41-dsp1-spk-prot-10280cc4.wmfw +cirrus/cs35l41-dsp1-spk-prot-10280cbe-spkid0.bin +cirrus/cs35l41-dsp1-spk-prot-10280cbe-spkid1.bin +cirrus/cs35l41-dsp1-spk-prot-10280cbf-spkid0.bin +cirrus/cs35l41-dsp1-spk-prot-10280cbf-spkid1.bin +cirrus/cs35l41-dsp1-spk-prot-10280cc1-spkid0.bin +cirrus/cs35l41-dsp1-spk-prot-10280cc1-spkid1.bin +cirrus/cs35l41-dsp1-spk-prot-10280cc2-spkid0.bin +cirrus/cs35l41-dsp1-spk-prot-10280cc2-spkid1.bin +cirrus/cs35l41-dsp1-spk-prot-10280cc3-spkid0.bin +cirrus/cs35l41-dsp1-spk-prot-10280cc3-spkid1.bin +cirrus/cs35l41-dsp1-spk-prot-10280cc4-spkid0.bin +cirrus/cs35l41-dsp1-spk-prot-10280cc4-spkid1.bin +cirrus/cs35l41-dsp1-spk-prot-10280beb.wmfw +cirrus/cs35l41-dsp1-spk-prot-10280b27.wmfw +cirrus/cs35l41-dsp1-spk-prot-10280b28.wmfw +cirrus/cs35l41-dsp1-spk-prot-10280c4d.wmfw +cirrus/cs35l56-b0-dsp1-misc-10280c62-spkid0.wmfw +cirrus/cs35l56-b0-dsp1-misc-10280c62-spkid1.wmfw +cirrus/cs35l56-b0-dsp1-misc-10280c63-spkid0.wmfw +cirrus/cs35l56-b0-dsp1-misc-10280c63-spkid1.wmfw +cirrus/cs35l56-b0-dsp1-misc-10280c6b-spkid0.wmfw +cirrus/cs35l56-b0-dsp1-misc-10280c6b-spkid1.wmfw +cirrus/cs35l56-b0-dsp1-misc-103c8c52.wmfw +cirrus/cs35l56-b0-dsp1-misc-103c8c53.wmfw +cirrus/cs35l56-b0-dsp1-misc-10431b13-spkid0.wmfw +cirrus/cs35l56-b0-dsp1-misc-10431b13-spkid1.wmfw +cirrus/cs35l56-b0-dsp1-misc-10431c63-spkid0.wmfw +cirrus/cs35l56-b0-dsp1-misc-10431c63-spkid1.wmfw +cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw +cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid0.wmfw +cirrus/cs35l56-b0-dsp1-misc-10431e63-spkid1.wmfw +cirrus/cs35l56-b0-dsp1-misc-10431e83-spkid0.wmfw +cirrus/cs35l56-b0-dsp1-misc-10431e83-spkid1.wmfw +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_k3_codec_fw.bin +cs42l43.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.27.5.0.bin +cxgb4/t5fw-1.14.4.0.bin +cxgb4/t5fw-1.15.37.0.bin +cxgb4/t5fw-1.27.5.0.bin +cxgb4/t6fw-1.27.5.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_guc_70.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/tgl_huc.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_guc_70.bin +i915/dg1_huc_7.7.1.bin +i915/dg1_huc_7.9.3.bin +i915/dg1_huc.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_dmc.bin +i915/adlp_guc_62.0.3.bin +i915/adlp_guc_69.0.3.bin +i915/adlp_guc_70.1.1.bin +i915/adlp_guc_70.bin +i915/dg2_guc_70.1.2.bin +i915/dg2_guc_70.4.1.bin +i915/dg2_guc_70.bin +i915/dg2_huc_gsc.bin +i915/dg2_dmc_ver2_06.bin +i915/dg2_dmc_ver2_07.bin +i915/dg2_dmc_ver2_08.bin +i915/mtl_dmc_ver2_10.bin +i915/mtl_dmc.bin +i915/mtl_guc_70.bin +i915/mtl_huc_gsc.bin +i915/mtl_gsc_1.bin +i915/bmg_dmc.bin +i915/xe2lpd_dmc.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/ipu/shisp_2400b0_v21.bin +intel/ipu/shisp_2401a0_v21.bin +intel/ipu/irci_irci_ecr-master_20161208_0213_20170112_1500.bin +intel/ipu/ipu6epadln_fw.bin +intel/ipu/ipu6ep_fw.bin +intel/ipu/ipu6epmtl_fw.bin +intel/ipu/ipu6_fw.bin +intel/ipu/ipu6se_fw.bin +intel/vsc/ivsc_fw.bin +intel/vsc/ivsc_pkg_hi556_0.bin +intel/vsc/ivsc_pkg_himx11b1_0.bin +intel/vsc/ivsc_pkg_himx2170_0.bin +intel/vsc/ivsc_pkg_himx2172_0.bin +intel/vsc/ivsc_pkg_int3537_0.bin +intel/vsc/ivsc_pkg_ovti01a0_0.bin +intel/vsc/ivsc_pkg_ovti01af_0.bin +intel/vsc/ivsc_pkg_ovti01as_0.bin +intel/vsc/ivsc_pkg_ovti02c1_0.bin +intel/vsc/ivsc_pkg_ovti02e1_0.bin +intel/vsc/ivsc_pkg_ovti2740_0.bin +intel/vsc/ivsc_pkg_ovti5678_0.bin +intel/vsc/ivsc_pkg_ovti9734_0.bin +intel/vsc/ivsc_pkg_ovti9738_0.bin +intel/vsc/ivsc_skucfg_hi556_0_1.bin +intel/vsc/ivsc_skucfg_himx11b1_0_1.bin +intel/vsc/ivsc_skucfg_himx2170_0_1.bin +intel/vsc/ivsc_skucfg_himx2172_0_1.bin +intel/vsc/ivsc_skucfg_int3537_0_1.bin +intel/vsc/ivsc_skucfg_ovti01a0_0_1.bin +intel/vsc/ivsc_skucfg_ovti01af_0_1.bin +intel/vsc/ivsc_skucfg_ovti01as_0_1.bin +intel/vsc/ivsc_skucfg_ovti02c1_0_1.bin +intel/vsc/ivsc_skucfg_ovti02e1_0_1.bin +intel/vsc/ivsc_skucfg_ovti2740_0_1.bin +intel/vsc/ivsc_skucfg_ovti5678_0_1.bin +intel/vsc/ivsc_skucfg_ovti9734_0_1.bin +intel/vsc/ivsc_skucfg_ovti9738_0_1.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-3.sfi +intel/ibt-19-0-3.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-0040-4150.sfi +intel/ibt-0040-4150.ddc +intel/ibt-1040-0041.sfi +intel/ibt-1040-0041.ddc +intel/ibt-1040-4150.sfi +intel/ibt-1040-4150.ddc +intel/ibt-0040-1050.sfi +intel/ibt-0040-1050.ddc +intel/ibt-1040-1050.sfi +intel/ibt-1040-1050.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-0291-0291.sfi +intel/ibt-0291-0291.ddc +intel/ibt-0180-0041.sfi +intel/ibt-0180-0041.ddc +intel/ibt-0180-4150.sfi +intel/ibt-0180-4150.ddc +intel/ibt-0180-1050.sfi +intel/ibt-0180-1050.ddc +intel/fw_sst_0f28.bin-48kHz_i2s_master +intel/catpt/bdw/dsp_basefw.bin +intel/avs/skl/dsp_basefw.bin +intel/avs/skl/dsp_mod_7CAD0808-AB10-CD23-EF45-12AB34CD56EF.bin +intel/avs/apl/dsp_basefw.bin +intel/avs/cnl/dsp_basefw.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.36.0.pkg +intel/ice/ddp/ice.pkg +intel/ice/ddp-lag/ice_lag-1.3.1.0.pkg +intel/ice/ddp-comms/ice_comms-1.3.45.0.pkg +intel/ice/ddp-wireless_edge/ice_wireless_edge-1.3.13.0.pkg +intel/ipu3-fw.bin +intel/irci_irci_ecr-master_20161208_0213_20170112_1500.bin +intel/IntcSST2.bin +intel/dsp_fw_release.bin +intel/dsp_fw_kbl.bin +intel/dsp_fw_bxtn.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-5.ucode +iwlwifi-105-6.ucode +iwlwifi-135-6.ucode +iwlwifi-2000-6.ucode +iwlwifi-2030-6.ucode +iwlwifi-3160-17.ucode +iwlwifi-3168-29.ucode +iwlwifi-3945-2.ucode +iwlwifi-4965-2.ucode +iwlwifi-5000-5.ucode +iwlwifi-5150-2.ucode +iwlwifi-6000-4.ucode +iwlwifi-6000g2a-6.ucode +iwlwifi-6000g2b-6.ucode +iwlwifi-6050-5.ucode +iwlwifi-7260-17.ucode +iwlwifi-7265-17.ucode +iwlwifi-7265D-29.ucode +iwlwifi-8000C-34.ucode +iwlwifi-8000C-36.ucode +iwlwifi-8265-34.ucode +iwlwifi-8265-36.ucode +iwlwifi-9000-pu-b0-jf-b0-34.ucode +iwlwifi-9000-pu-b0-jf-b0-38.ucode +iwlwifi-9000-pu-b0-jf-b0-46.ucode +iwlwifi-9260-th-b0-jf-b0-34.ucode +iwlwifi-9260-th-b0-jf-b0-38.ucode +iwlwifi-9260-th-b0-jf-b0-46.ucode +iwlwifi-Qu-b0-hr-b0-50.ucode +iwlwifi-Qu-b0-hr-b0-59.ucode +iwlwifi-Qu-b0-hr-b0-66.ucode +iwlwifi-Qu-b0-hr-b0-72.ucode +iwlwifi-Qu-b0-hr-b0-73.ucode +iwlwifi-Qu-b0-hr-b0-74.ucode +iwlwifi-Qu-b0-hr-b0-77.ucode +iwlwifi-Qu-b0-jf-b0-50.ucode +iwlwifi-Qu-b0-jf-b0-59.ucode +iwlwifi-Qu-b0-jf-b0-66.ucode +iwlwifi-Qu-b0-jf-b0-72.ucode +iwlwifi-Qu-b0-jf-b0-73.ucode +iwlwifi-Qu-b0-jf-b0-74.ucode +iwlwifi-Qu-b0-jf-b0-77.ucode +iwlwifi-Qu-c0-hr-b0-50.ucode +iwlwifi-Qu-c0-hr-b0-59.ucode +iwlwifi-Qu-c0-hr-b0-66.ucode +iwlwifi-Qu-c0-hr-b0-72.ucode +iwlwifi-Qu-c0-hr-b0-73.ucode +iwlwifi-Qu-c0-hr-b0-74.ucode +iwlwifi-Qu-c0-hr-b0-77.ucode +iwlwifi-Qu-c0-jf-b0-50.ucode +iwlwifi-Qu-c0-jf-b0-59.ucode +iwlwifi-Qu-c0-jf-b0-66.ucode +iwlwifi-Qu-c0-jf-b0-72.ucode +iwlwifi-Qu-c0-jf-b0-73.ucode +iwlwifi-Qu-c0-jf-b0-74.ucode +iwlwifi-Qu-c0-jf-b0-77.ucode +iwlwifi-QuZ-a0-hr-b0-50.ucode +iwlwifi-QuZ-a0-hr-b0-59.ucode +iwlwifi-QuZ-a0-hr-b0-66.ucode +iwlwifi-QuZ-a0-hr-b0-72.ucode +iwlwifi-QuZ-a0-hr-b0-73.ucode +iwlwifi-QuZ-a0-hr-b0-74.ucode +iwlwifi-QuZ-a0-hr-b0-77.ucode +iwlwifi-QuZ-a0-jf-b0-50.ucode +iwlwifi-QuZ-a0-jf-b0-59.ucode +iwlwifi-QuZ-a0-jf-b0-66.ucode +iwlwifi-QuZ-a0-jf-b0-72.ucode +iwlwifi-QuZ-a0-jf-b0-73.ucode +iwlwifi-QuZ-a0-jf-b0-74.ucode +iwlwifi-QuZ-a0-jf-b0-77.ucode +iwlwifi-cc-a0-50.ucode +iwlwifi-cc-a0-59.ucode +iwlwifi-cc-a0-66.ucode +iwlwifi-cc-a0-72.ucode +iwlwifi-cc-a0-73.ucode +iwlwifi-cc-a0-74.ucode +iwlwifi-cc-a0-77.ucode +iwlwifi-gl-c0-fm-c0-83.ucode +iwlwifi-gl-c0-fm-c0-86.ucode +iwlwifi-gl-c0-fm-c0-90.ucode +iwlwifi-gl-c0-fm-c0.pnvm +iwlwifi-ma-b0-gf-a0-83.ucode +iwlwifi-ma-b0-gf-a0-86.ucode +iwlwifi-ma-b0-gf-a0-89.ucode +iwlwifi-ma-b0-gf-a0.pnvm +iwlwifi-ma-b0-gf4-a0-83.ucode +iwlwifi-ma-b0-gf4-a0-86.ucode +iwlwifi-ma-b0-gf4-a0-89.ucode +iwlwifi-ma-b0-gf4-a0.pnvm +iwlwifi-ma-b0-hr-b0-83.ucode +iwlwifi-ma-b0-hr-b0-86.ucode +iwlwifi-so-a0-gf-a0-72.ucode +iwlwifi-so-a0-gf-a0-73.ucode +iwlwifi-so-a0-gf-a0-74.ucode +iwlwifi-so-a0-gf-a0-77.ucode +iwlwifi-so-a0-gf-a0-78.ucode +iwlwifi-so-a0-gf-a0-79.ucode +iwlwifi-so-a0-gf-a0-81.ucode +iwlwifi-so-a0-gf-a0-83.ucode +iwlwifi-so-a0-gf-a0-84.ucode +iwlwifi-so-a0-gf-a0-86.ucode +iwlwifi-so-a0-gf-a0-89.ucode +iwlwifi-so-a0-gf-a0.pnvm +iwlwifi-so-a0-gf4-a0-72.ucode +iwlwifi-so-a0-gf4-a0-73.ucode +iwlwifi-so-a0-gf4-a0-74.ucode +iwlwifi-so-a0-gf4-a0-77.ucode +iwlwifi-so-a0-gf4-a0-78.ucode +iwlwifi-so-a0-gf4-a0-79.ucode +iwlwifi-so-a0-gf4-a0-81.ucode +iwlwifi-so-a0-gf4-a0-83.ucode +iwlwifi-so-a0-gf4-a0-84.ucode +iwlwifi-so-a0-gf4-a0-86.ucode +iwlwifi-so-a0-gf4-a0-89.ucode +iwlwifi-so-a0-gf4-a0.pnvm +iwlwifi-so-a0-hr-b0-72.ucode +iwlwifi-so-a0-hr-b0-73.ucode +iwlwifi-so-a0-hr-b0-74.ucode +iwlwifi-so-a0-hr-b0-77.ucode +iwlwifi-so-a0-hr-b0-79.ucode +iwlwifi-so-a0-hr-b0-81.ucode +iwlwifi-so-a0-hr-b0-83.ucode +iwlwifi-so-a0-hr-b0-84.ucode +iwlwifi-so-a0-hr-b0-86.ucode +iwlwifi-so-a0-hr-b0-89.ucode +iwlwifi-so-a0-jf-b0-72.ucode +iwlwifi-so-a0-jf-b0-73.ucode +iwlwifi-so-a0-jf-b0-74.ucode +iwlwifi-so-a0-jf-b0-77.ucode +iwlwifi-ty-a0-gf-a0-59.ucode +iwlwifi-ty-a0-gf-a0-66.ucode +iwlwifi-ty-a0-gf-a0-72.ucode +iwlwifi-ty-a0-gf-a0-73.ucode +iwlwifi-ty-a0-gf-a0-74.ucode +iwlwifi-ty-a0-gf-a0-77.ucode +iwlwifi-ty-a0-gf-a0-78.ucode +iwlwifi-ty-a0-gf-a0-79.ucode +iwlwifi-ty-a0-gf-a0-81.ucode +iwlwifi-ty-a0-gf-a0-83.ucode +iwlwifi-ty-a0-gf-a0-84.ucode +iwlwifi-ty-a0-gf-a0-86.ucode +iwlwifi-ty-a0-gf-a0-89.ucode +iwlwifi-ty-a0-gf-a0.pnvm +ixp4xx/NPE-A +ixp4xx/NPE-A-HSS +ixp4xx/NPE-B +ixp4xx/NPE-C +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_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/mt7601u.bin +mediatek/mt7650.bin +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/mt7610u.bin +mediatek/mt7610e.bin +mediatek/mt7650e.bin +mediatek/mt7662.bin +mediatek/mt7662_rom_patch.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/mt7663pr2h.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_wo_0.bin +mediatek/mt7986_wo_1.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/mt7981_wm.bin +mediatek/mt7981_wa.bin +mediatek/mt7981_rom_patch.bin +mediatek/mt7981_wo.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/mt7925/WIFI_MT7925_PATCH_MCU_1_1_hdr.bin +mediatek/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin +mediatek/mt7925/BT_RAM_CODE_MT7925_1_1_hdr.bin +mediatek/mt7988/i2p5ge-phy-pmb.bin +mediatek/mt7996/mt7996_wm.bin +mediatek/mt7996/mt7996_wa.bin +mediatek/mt7996/mt7996_rom_patch.bin +mediatek/mt7996/mt7996_dsp.bin +mediatek/mt7996/mt7996_eeprom.bin +mediatek/sof/sof-mt8186.ri +mediatek/sof/sof-mt8186.ldc +mediatek/sof/sof-mt8195.ri +mediatek/sof/sof-mt8195.ldc +mediatek/sof-tplg/sof-mt8186.tplg +mediatek/sof-tplg/sof-mt8195-mt6359-rt1019-rt5682.tplg +mediatek/sof-tplg/sof-mt8195-mt6359-rt1019-rt5682-dts.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 +mellanox/mlxsw_spectrum-13.2010.3146.mfa2 +mellanox/mlxsw_spectrum2-29.2010.3146.mfa2 +mellanox/mlxsw_spectrum3-30.2010.3146.mfa2 +mellanox/lc_ini_bundle_2010_3146.bin +mellanox/mlxsw_spectrum-13.2012.1012.mfa2 +mellanox/mlxsw_spectrum2-29.2012.1012.mfa2 +mellanox/mlxsw_spectrum3-30.2012.1012.mfa2 +mellanox/mlxsw_spectrum4-34.2012.1012.mfa2 +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/prestera/mvsw_prestera_fw-v4.1.img +mrvl/prestera/mvsw_prestera_fw_arm64-v4.1.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/tu102/gsp/bootloader-535.113.01.bin +nvidia/tu102/gsp/booter_load-535.113.01.bin +nvidia/tu102/gsp/booter_unload-535.113.01.bin +nvidia/tu102/gsp/gsp-535.113.01.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/tu104/gsp +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/tu106/gsp +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/tu116/gsp/booter_load-535.113.01.bin +nvidia/tu116/gsp/booter_unload-535.113.01.bin +nvidia/tu116/gsp/bootloader-535.113.01.bin +nvidia/tu116/gsp/gsp-535.113.01.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/tu117/gsp +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/ga102/gsp/bootloader-535.113.01.bin +nvidia/ga102/gsp/booter_load-535.113.01.bin +nvidia/ga102/gsp/booter_unload-535.113.01.bin +nvidia/ga102/gsp/gsp-535.113.01.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/ga103/gsp +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/ga104/gsp +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/ga106/gsp +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/ga107/gsp +nvidia/tu10x/typec/ccg_primary.cyacd +nvidia/tu10x/typec/ccg_secondary.cyacd +nvidia/tu10x/typec/ccg_boot.cyacd +nvidia/ga100/gsp/bootloader-535.113.01.bin +nvidia/ga100/gsp/booter_load-535.113.01.bin +nvidia/ga100/gsp/booter_unload-535.113.01.bin +nvidia/ga100/gsp/gsp-535.113.01.bin +nvidia/ad102/gsp/bootloader-535.113.01.bin +nvidia/ad102/gsp/booter_load-535.113.01.bin +nvidia/ad102/gsp/booter_unload-535.113.01.bin +nvidia/ad102/gsp/gsp-535.113.01.bin +nvidia/ad103/gsp +nvidia/ad104/gsp +nvidia/ad106/gsp +nvidia/ad107/gsp +nxp/sr150_fw.bin +nxp/uartuart8997_bt_v4.bin +nxp/uartiw416_bt_v0.bin +nxp/helper_uart_3000000.bin +nxp/uartuart8987_bt.bin +nxp/uartuart9098_bt_v1.bin +nxp/uartspi_n61x_v1.bin.se +phanfw.bin +powervr/rogue_33.15.11.3_v1.fw +qat_4xxx.bin +qat_4xxx_mmp.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/rampatch_usb_00190200.bin +qca/nvm_usb_00190200.bin +qca/apbtfw10.tlv +qca/apbtfw11.tlv +qca/apnv10.bin +qca/apnv11.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 +qca/msnv11.b0a +qca/msnv11.b09 +qca/hpbtfw21.tlv +qca/hpnv21.bin +qca/hpnv21g.bin +qca/hpnv21.301 +qca/hpnv21.302 +qca/hpnv21g.301 +qca/hpnv21g.302 +qca/hpnv21.309 +qca/hpnv21g.309 +qcom/venus-1.8/venus.mbn +qcom/venus-1.8/venus.mdt +qcom/venus-4.2/venus.mbn +qcom/venus-4.2/venus.mdt +qcom/venus-5.2/venus.mbn +qcom/venus-5.2/venus.mdt +qcom/venus-5.4/venus.mbn +qcom/venus-5.4/venus.mdt +qcom/venus-6.0/venus.mbn +qcom/vpu-1.0/venus.mbn +qcom/vpu-1.0/venus.mdt +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/apq8096/a530_zap.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 +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/Thundercomm/db845c/slpi.mbn +qcom/sdm845/Thundercomm/db845c/slpir.jsn +qcom/sdm845/Thundercomm/db845c/slpius.jsn +qcom/sdm845/mba.mbn +qcom/sdm845/modem_nm.mbn +qcom/sdm845/modemuw.jsn +qcom/sdm845/wlanmdsp.mbn +qcom/sdm845/modem.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/sm8250/Thundercomm/RB5/slpi.mbn +qcom/sm8250/Thundercomm/RB5/slpir.jsn +qcom/sm8250/Thundercomm/RB5/slpius.jsn +qcom/a660_gmu.bin +qcom/a660_sqe.fw +qcom/a702_sqe.fw +qcom/leia_pfp_470.fw +qcom/leia_pm4_470.fw +qcom/sc8280xp/LENOVO/21BX/qcdxkmsuc8280.mbn +qcom/sc8280xp/LENOVO/21BX/adspr.jsn +qcom/sc8280xp/LENOVO/21BX/adspua.jsn +qcom/sc8280xp/LENOVO/21BX/battmgr.jsn +qcom/sc8280xp/LENOVO/21BX/cdspr.jsn +qcom/sc8280xp/LENOVO/21BX/qcadsp8280.mbn +qcom/sc8280xp/LENOVO/21BX/qccdsp8280.mbn +qcom/sc8280xp/LENOVO/21BX/qcslpi8280.mbn +qcom/sc8280xp/LENOVO/21BX/audioreach-tplg.bin +qcom/sc8280xp/SC8280XP-LENOVO-X13S-tplg.bin +qcom/yamato_pfp.fw +qcom/yamato_pm4.fw +qcom/apq8016/mba.mbn +qcom/apq8016/modem.mbn +qcom/apq8016/wcnss.mbn +qcom/apq8016/WCNSS_qcom_wlan_nv_sbc.bin +qcom/qcm2290/a702_zap.mbn +qcom/qcm2290/adsp.mbn +qcom/qcm2290/adspr.jsn +qcom/qcm2290/adsps.jsn +qcom/qcm2290/adspua.jsn +qcom/qcm2290/modem.mbn +qcom/qcm2290/modemr.jsn +qcom/qcm2290/modemuw.jsn +qcom/qcm2290/wlanmdsp.mbn +qcom/qrb4210/a610_zap.mbn +qcom/qrb4210/adsp.mbn +qcom/qrb4210/adspr.jsn +qcom/qrb4210/adsps.jsn +qcom/qrb4210/adspua.jsn +qcom/qrb4210/cdsp.mbn +qcom/qrb4210/cdspr.jsn +qcom/qrb4210/modem.mbn +qcom/qrb4210/modemr.jsn +qcom/qrb4210/modemuw.jsn +qcom/qrb4210/wlanmdsp.mbn +qcom/sm8550/SM8550-HDK-tplg.bin +qcom/sm8550/SM8550-QRD-tplg.bin +qcom/sm8650/SM8650-QRD-tplg.bin +qcom/sm8650/SM8650-MTP-tplg.bin +qcom/a530_zap.mdt +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/rtl8821cs_fw.bin +rtl_bt/rtl8821cs_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_fw_v2.bin +rtl_bt/rtl8852cu_config.bin +rtl_bt/rtl8851bu_fw.bin +rtl_bt/rtl8851bu_config.bin +rtl_bt/rtl8852btu_fw.bin +rtl_bt/rtl8852btu_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/rtl8126a-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/rtl8188efw.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/rtl8723aufw_A.bin +rtlwifi/rtl8723aufw_B.bin +rtlwifi/rtl8723aufw_B_NoBT.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/rtl8188fufw.bin +rtlwifi/rtl8710bufw_SMIC.bin +rtlwifi/rtl8710bufw_UMC.bin +rtlwifi/rtl8188eufw.bin +rtlwifi/rtl8192fufw.bin +rtlwifi/rtl8192eefw.bin +rtlwifi/rtl8723bs_nic.bin +rtlwifi/rtl8723bs_ap_wowlan.bin +rtlwifi/rtl8723bs_wowlan.bin +rtw88/rtw8821a_fw.bin +rtw88/rtw8822b_fw.bin +rtw88/rtw8822c_fw.bin +rtw88/rtw8822c_wow_fw.bin +rtw88/README +rtw88/rtw8723d_fw.bin +rtw88/rtw8821c_fw.bin +rtw88/rtw8703b_fw.bin +rtw88/rtw8703b_wow_fw.bin +rtw89/rtw8851b_fw.bin +rtw89/rtw8852a_fw.bin +rtw89/rtw8852b_fw.bin +rtw89/rtw8852b_fw-1.bin +rtw89/rtw8852c_fw.bin +rtw89/rtw8922a_fw.bin +s2250.fw +s2250_loader.fw +s5p-mfc-v12.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/tas2781/TAS2XXX2234.bin +ti/tas2781/TAS2XXX387D.bin +ti/tas2781/TAS2XXX387E.bin +ti/tas2781/TAS2XXX387F.bin +ti/tas2781/TAS2XXX3880.bin +ti/tas2781/TAS2XXX3881.bin +ti/tas2781/TAS2XXX3882.bin +ti/tas2781/TAS2XXX3884.bin +ti/tas2781/TAS2XXX3886.bin +ti/tas2781/TAS2XXX38A5.bin +ti/tas2781/TAS2XXX38A7.bin +ti/tas2781/TAS2XXX38A8.bin +ti/tas2781/TAS2XXX38B8.bin +ti/tas2781/TAS2XXX38B9.bin +ti/tas2781/TAS2XXX38BA.bin +ti/tas2781/TAS2XXX38BB.bin +ti/tas2781/TAS2XXX38BE.bin +ti/tas2781/TAS2XXX38BF.bin +ti/tas2781/TAS2XXX38C3.bin +ti/tas2781/TAS2XXX38CB.bin +ti/tas2781/TAS2XXX38CD.bin +ti/tas2781/TAS2XXX38D3.bin +ti/tas2781/TAS2XXX38D4.bin +ti/tas2781/TAS2XXX38D5.bin +ti/tas2781/TAS2XXX38D6.bin +ti/tas2781/TAS2XXX38DF.bin +ti/tas2781/TAS2XXX38E0.bin +ti/tas2781/TIAS2781RCA2.bin +ti/tas2781/TIAS2781RCA4.bin +ti/tas2563/TAS2XXX3870.bin +ti/tas2563/INT8866RCA2.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 +tsse_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 +xe/lnl_guc_70.bin diff --git a/gentoo_specific/portage/savedconfig/www-client/surf-2.1-r3 b/gentoo_specific/portage/savedconfig/www-client/surf-2.1-r3 new file mode 100644 index 0000000..ef44721 --- /dev/null +++ b/gentoo_specific/portage/savedconfig/www-client/surf-2.1-r3 @@ -0,0 +1,192 @@ +/* modifier 0 means no modifier */ +static int surfuseragent = 1; /* Append Surf version to default WebKit user agent */ +static char *fulluseragent = ""; /* Or override the whole user agent string */ +static char *scriptfile = "~/.surf/script.js"; +static char *styledir = "~/.surf/styles/"; +static char *certdir = "~/.surf/certificates/"; +static char *cachedir = "~/.surf/cache/"; +static char *cookiefile = "~/.surf/cookies.txt"; + +/* Webkit default features */ +/* Highest priority value will be used. + * Default parameters are priority 0 + * Per-uri parameters are priority 1 + * Command parameters are priority 2 + */ +static Parameter defconfig[ParameterLast] = { + /* parameter Arg value priority */ + [AccessMicrophone] = { { .i = 0 }, }, + [AccessWebcam] = { { .i = 0 }, }, + [Certificate] = { { .i = 0 }, }, + [CaretBrowsing] = { { .i = 0 }, }, + [CookiePolicies] = { { .v = "@Aa" }, }, + [DefaultCharset] = { { .v = "UTF-8" }, }, + [DiskCache] = { { .i = 1 }, }, + [DNSPrefetch] = { { .i = 0 }, }, + [Ephemeral] = { { .i = 0 }, }, + [FileURLsCrossAccess] = { { .i = 0 }, }, + [FontSize] = { { .i = 12 }, }, + [FrameFlattening] = { { .i = 0 }, }, + [Geolocation] = { { .i = 0 }, }, + [HideBackground] = { { .i = 0 }, }, + [Inspector] = { { .i = 0 }, }, + [Java] = { { .i = 1 }, }, + [JavaScript] = { { .i = 1 }, }, + [KioskMode] = { { .i = 0 }, }, + [LoadImages] = { { .i = 1 }, }, + [MediaManualPlay] = { { .i = 1 }, }, + [PreferredLanguages] = { { .v = (char *[]){ NULL } }, }, + [RunInFullscreen] = { { .i = 0 }, }, + [ScrollBars] = { { .i = 1 }, }, + [ShowIndicators] = { { .i = 1 }, }, + [SiteQuirks] = { { .i = 1 }, }, + [SmoothScrolling] = { { .i = 0 }, }, + [SpellChecking] = { { .i = 0 }, }, + [SpellLanguages] = { { .v = ((char *[]){ "en_US", NULL }) }, }, + [StrictTLS] = { { .i = 1 }, }, + [Style] = { { .i = 1 }, }, + [WebGL] = { { .i = 0 }, }, + [ZoomLevel] = { { .f = 1.0 }, }, +}; + +static UriParameters uriparams[] = { + { "(://|\\.)suckless\\.org(/|$)", { + [JavaScript] = { { .i = 0 }, 1 }, + }, }, +}; + +/* default window size: width, height */ +static int winsize[] = { 800, 600 }; + +static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | + WEBKIT_FIND_OPTIONS_WRAP_AROUND; + +#define PROMPT_GO "Go:" +#define PROMPT_FIND "Find:" + +/* SETPROP(readprop, setprop, prompt)*/ +#define SETPROP(r, s, p) { \ + .v = (const char *[]){ "/bin/sh", "-c", \ + "prop=\"$(printf '%b' \"$(xprop -id $1 $2 " \ + "| sed \"s/^$2(STRING) = //;s/^\\\"\\(.*\\)\\\"$/\\1/\")\" " \ + "| dmenu -p \"$4\" -w $1)\" && xprop -id $1 -f $3 8s -set $3 \"$prop\"", \ + "surf-setprop", winid, r, s, p, NULL \ + } \ +} + +/* DOWNLOAD(URI, referer) */ +#define DOWNLOAD(u, r) { \ + .v = (const char *[]){ "st", "-e", "/bin/sh", "-c",\ + "curl -g -L -J -O -A \"$1\" -b \"$2\" -c \"$2\"" \ + " -e \"$3\" \"$4\"; read", \ + "surf-download", useragent, cookiefile, r, u, NULL \ + } \ +} + +/* PLUMB(URI) */ +/* This called when some URI which does not begin with "about:", + * "http://" or "https://" should be opened. + */ +#define PLUMB(u) {\ + .v = (const char *[]){ "/bin/sh", "-c", \ + "xdg-open \"$0\"", u, NULL \ + } \ +} + +/* VIDEOPLAY(URI) */ +#define VIDEOPLAY(u) {\ + .v = (const char *[]){ "/bin/sh", "-c", \ + "mpv --really-quiet \"$0\"", u, NULL \ + } \ +} + +/* styles */ +/* + * The iteration will stop at the first match, beginning at the beginning of + * the list. + */ +static SiteSpecific styles[] = { + /* regexp file in $styledir */ + { ".*", "default.css" }, +}; + +/* certificates */ +/* + * Provide custom certificate for urls + */ +static SiteSpecific certs[] = { + /* regexp file in $certdir */ + { "://suckless\\.org/", "suckless.org.crt" }, +}; + +#define MODKEY GDK_CONTROL_MASK + +/* hotkeys */ +/* + * If you use anything else but MODKEY and GDK_SHIFT_MASK, don't forget to + * edit the CLEANMASK() macro. + */ +static Key keys[] = { + /* modifier keyval function arg */ + { MODKEY, GDK_KEY_g, spawn, SETPROP("_SURF_URI", "_SURF_GO", PROMPT_GO) }, + { MODKEY, GDK_KEY_f, spawn, SETPROP("_SURF_FIND", "_SURF_FIND", PROMPT_FIND) }, + { MODKEY, GDK_KEY_slash, spawn, SETPROP("_SURF_FIND", "_SURF_FIND", PROMPT_FIND) }, + + { 0, GDK_KEY_Escape, stop, { 0 } }, + { MODKEY, GDK_KEY_c, stop, { 0 } }, + + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_r, reload, { .i = 1 } }, + { MODKEY, GDK_KEY_r, reload, { .i = 0 } }, + + { MODKEY, GDK_KEY_l, navigate, { .i = +1 } }, + { MODKEY, GDK_KEY_h, navigate, { .i = -1 } }, + + /* vertical and horizontal scrolling, in viewport percentage */ + { MODKEY, GDK_KEY_j, scrollv, { .i = +10 } }, + { MODKEY, GDK_KEY_k, scrollv, { .i = -10 } }, + { MODKEY, GDK_KEY_space, scrollv, { .i = +50 } }, + { MODKEY, GDK_KEY_b, scrollv, { .i = -50 } }, + { MODKEY, GDK_KEY_i, scrollh, { .i = +10 } }, + { MODKEY, GDK_KEY_u, scrollh, { .i = -10 } }, + + + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_j, zoom, { .i = -1 } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_k, zoom, { .i = +1 } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_q, zoom, { .i = 0 } }, + { MODKEY, GDK_KEY_minus, zoom, { .i = -1 } }, + { MODKEY, GDK_KEY_plus, zoom, { .i = +1 } }, + + { MODKEY, GDK_KEY_p, clipboard, { .i = 1 } }, + { MODKEY, GDK_KEY_y, clipboard, { .i = 0 } }, + + { MODKEY, GDK_KEY_n, find, { .i = +1 } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_n, find, { .i = -1 } }, + + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_p, print, { 0 } }, + { MODKEY, GDK_KEY_t, showcert, { 0 } }, + + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_a, togglecookiepolicy, { 0 } }, + { 0, GDK_KEY_F11, togglefullscreen, { 0 } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_o, toggleinspector, { 0 } }, + + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_c, toggle, { .i = CaretBrowsing } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_f, toggle, { .i = FrameFlattening } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_g, toggle, { .i = Geolocation } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_s, toggle, { .i = JavaScript } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_i, toggle, { .i = LoadImages } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_b, toggle, { .i = ScrollBars } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_t, toggle, { .i = StrictTLS } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_m, toggle, { .i = Style } }, +}; + +/* button definitions */ +/* target can be OnDoc, OnLink, OnImg, OnMedia, OnEdit, OnBar, OnSel, OnAny */ +static Button buttons[] = { + /* target event mask button function argument stop event */ + { OnLink, 0, 2, clicknewwindow, { .i = 0 }, 1 }, + { OnLink, MODKEY, 2, clicknewwindow, { .i = 1 }, 1 }, + { OnLink, MODKEY, 1, clicknewwindow, { .i = 1 }, 1 }, + { OnAny, 0, 8, clicknavigate, { .i = -1 }, 1 }, + { OnAny, 0, 9, clicknavigate, { .i = +1 }, 1 }, + { OnMedia, MODKEY, 1, clickexternplayer, { 0 }, 1 }, +}; diff --git a/gentoo_specific/portage/savedconfig/x11-misc/dmenu-5.2 b/gentoo_specific/portage/savedconfig/x11-misc/dmenu-5.2 new file mode 100644 index 0000000..1edb647 --- /dev/null +++ b/gentoo_specific/portage/savedconfig/x11-misc/dmenu-5.2 @@ -0,0 +1,23 @@ +/* See LICENSE file for copyright and license details. */ +/* Default settings; can be overriden by command line. */ + +static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ +/* -fn option overrides fonts[0]; default X11 font or font set */ +static const char *fonts[] = { + "monospace:size=10" +}; +static const char *prompt = NULL; /* -p option; prompt to the left of input field */ +static const char *colors[SchemeLast][2] = { + /* fg bg */ + [SchemeNorm] = { "#bbbbbb", "#222222" }, + [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeOut] = { "#000000", "#00ffff" }, +}; +/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ +static unsigned int lines = 0; + +/* + * Characters not considered part of a word while deleting words + * for example: " /?\"&[]" + */ +static const char worddelimiters[] = " "; diff --git a/gentoo_specific/portage/savedconfig/x11-misc/dmenu-5.3 b/gentoo_specific/portage/savedconfig/x11-misc/dmenu-5.3 new file mode 100644 index 0000000..1edb647 --- /dev/null +++ b/gentoo_specific/portage/savedconfig/x11-misc/dmenu-5.3 @@ -0,0 +1,23 @@ +/* See LICENSE file for copyright and license details. */ +/* Default settings; can be overriden by command line. */ + +static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ +/* -fn option overrides fonts[0]; default X11 font or font set */ +static const char *fonts[] = { + "monospace:size=10" +}; +static const char *prompt = NULL; /* -p option; prompt to the left of input field */ +static const char *colors[SchemeLast][2] = { + /* fg bg */ + [SchemeNorm] = { "#bbbbbb", "#222222" }, + [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeOut] = { "#000000", "#00ffff" }, +}; +/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ +static unsigned int lines = 0; + +/* + * Characters not considered part of a word while deleting words + * for example: " /?\"&[]" + */ +static const char worddelimiters[] = " "; diff --git a/gentoo_specific/portage/savedconfig/x11-misc/tabbed-0.8-r1 b/gentoo_specific/portage/savedconfig/x11-misc/tabbed-0.8-r1 new file mode 100644 index 0000000..51bb13d --- /dev/null +++ b/gentoo_specific/portage/savedconfig/x11-misc/tabbed-0.8-r1 @@ -0,0 +1,66 @@ +/* See LICENSE file for copyright and license details. */ + +/* appearance */ +static const char font[] = "monospace:size=9"; +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#555555"; +static const char* selfgcolor = "#ffffff"; +static const char* urgbgcolor = "#111111"; +static const char* urgfgcolor = "#cc0000"; +static const char before[] = "<"; +static const char after[] = ">"; +static const char titletrim[] = "..."; +static const int tabwidth = 200; +static const Bool foreground = True; +static Bool urgentswitch = False; + +/* + * Where to place a new tab when it is opened. When npisrelative is True, + * then the current position is changed + newposition. If npisrelative + * is False, then newposition is an absolute position. + */ +static int newposition = 0; +static Bool npisrelative = False; + +#define SETPROP(p) { \ + .v = (char *[]){ "/bin/sh", "-c", \ + "prop=\"`xwininfo -children -id $1 | grep '^ 0x' |" \ + "sed -e's@^ *\\(0x[0-9a-f]*\\) \"\\([^\"]*\\)\".*@\\1 \\2@' |" \ + "xargs -0 printf %b | dmenu -l 10 -w $1`\" &&" \ + "xprop -id $1 -f $0 8s -set $0 \"$prop\"", \ + p, winid, NULL \ + } \ +} + +#define MODKEY ControlMask +static const Key keys[] = { + /* modifier key function argument */ + { MODKEY|ShiftMask, XK_Return, focusonce, { 0 } }, + { MODKEY|ShiftMask, XK_Return, spawn, { 0 } }, + + { MODKEY|ShiftMask, XK_l, rotate, { .i = +1 } }, + { MODKEY|ShiftMask, XK_h, rotate, { .i = -1 } }, + { MODKEY|ShiftMask, XK_j, movetab, { .i = -1 } }, + { MODKEY|ShiftMask, XK_k, movetab, { .i = +1 } }, + { MODKEY, XK_Tab, rotate, { .i = 0 } }, + + { MODKEY, XK_grave, spawn, SETPROP("_TABBED_SELECT_TAB") }, + { MODKEY, XK_1, move, { .i = 0 } }, + { MODKEY, XK_2, move, { .i = 1 } }, + { MODKEY, XK_3, move, { .i = 2 } }, + { MODKEY, XK_4, move, { .i = 3 } }, + { MODKEY, XK_5, move, { .i = 4 } }, + { MODKEY, XK_6, move, { .i = 5 } }, + { MODKEY, XK_7, move, { .i = 6 } }, + { MODKEY, XK_8, move, { .i = 7 } }, + { MODKEY, XK_9, move, { .i = 8 } }, + { MODKEY, XK_0, move, { .i = 9 } }, + + { MODKEY, XK_q, killclient, { 0 } }, + + { MODKEY, XK_u, focusurgent, { 0 } }, + { MODKEY|ShiftMask, XK_u, toggle, { .v = (void*) &urgentswitch } }, + + { 0, XK_F11, fullscreen, { 0 } }, +}; diff --git a/gentoo_specific/portage/sets/sagemath b/gentoo_specific/portage/sets/sagemath new file mode 120000 index 0000000..66e381b --- /dev/null +++ b/gentoo_specific/portage/sets/sagemath @@ -0,0 +1 @@ +/var/db/repos/sage-on-gentoo/tools/sets/sagemath \ No newline at end of file -- cgit v1.2.3