pub/scm/linux/kernel/git/ath/linux-firmware.git  about / heads / tags
kvalo's fork of linux-firmware.git
$ git log --pretty=format:'%h %s (%cs)%d'
a0f0e521 Merge branch 'amd-staging' into 'main' (2025-12-03)
	(HEAD -> main)
3d5c8135 Revert "amdgpu: update GC 11.5.0 firmware" (2025-12-03)
e9d859f2 Merge branch 'amd-ucode' into 'main' (2025-12-03)
e399bb33 linux-firmware: Update amd-ucode copyright information (2025-12-03)
2b318c8e linux-firmware: Update AMD cpu microcode (2025-12-02)
68517135 Merge branch 'main' into 'main' (2025-12-02)
c56e10ea linux-firmware: Update firmware file for Intel Scorpius core (2025-12-02)
ee03c5fb linux-firmware: Update firmware file for Intel BlazarIGfP core (2025-12-02)
70a4bb64 linux-firmware: Update firmware file for Intel BlazarI core (2025-12-02)
de8211b5 linux-firmware: Update firmware file for Intel BlazarU-HrPGfP core (2025-12-02)
...

$ git cat-file blob HEAD:README.md

# Linux firmware

This repository contains all these firmware images which have been
extracted from older drivers, as well various new firmware images which
we were never permitted to include in a GPL'd work, but which we _have_
been permitted to redistribute under separate cover.

The upstream repository is located at <https://gitlab.com/kernel-firmware/linux-firmware.git>.

## Submitting firmware

To submit firmware to this repository, please do one of the following:

* open a MR [upstream](https://gitlab.com/kernel-firmware/linux-firmware)
* send a git binary diff to `linux-firmware@kernel.org`
* send a git pull request to: `linux-firmware@kernel.org`

### Signed-off-by requirement

All commits must include a `Signed-off-by` line to track the provenance of the
firmware. This signature must be from someone with authority over the licensing
of the firmware, typically someone from within the company that owns or
controls the firmware. The `Signed-off-by` line serves as an attestation that
the contributor has the right to submit the firmware under the specified
license terms and that it can be redistributed according to those terms.

At times, a contributor may work at a location that makes it difficult to
submit patches or MRs from their offical company accounts.  In this case,
the `Signed-off-by` line in the commit should still be via the company
address, but the submitter can use a personal address with the company address
on CC for the MR or patch contribution.

## Quality

If your commit adds new firmware, it must update the `WHENCE` file to
clearly state the license under which the firmware is available, and
that it is redistributable. Being redistributable includes ensuring
the firmware license provided includes an implicit or explicit
patent grant to end users to ensure full functionality of device
operation with the firmware. If the license is long and involved, it's
permitted to include it in a separate file and refer to it from the
`WHENCE` file (IE _'See `LICENSE.foo` for details.'_).
And if it were possible, a changelog of the firmware itself.

To maintain consistent quality on the repository, please run the following
before submitting a patch:

```shell
make check
```

If you don't have pre-commit installed, you can install it with:

```shell
pip install pre-commit
```

Your commit **must** contain a `Signed-Off-By:` from someone authoritative on
the licensing of the firmware in question (i.e. from within the company
that owns the code).

## Warnings

1. Don't send any `CONFIDENTIALITY STATEMENT` in your e-mail, patch or
request. Otherwise your firmware _will never be accepted_.
2. Maintainers are really busy, so don't expect a prompt reply.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  ath-20251205 ath10k: WCN3990 hw1.0: update board-2.bin (2025-12-05)
* main         Merge branch 'amd-staging' into 'main' (2025-12-03)
  ath-20251202 ath11k: QCA6698AQ hw2.1: update to WLAN.HSP.1.1-04866-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1 (2025-12-02)
  ath-20250918 ath12k: WCN7850 hw2.0: update board-2.bin (2025-09-18)
  ath-20250903 ath12k: WCN7850 hw2.0@ncm865: add to WLAN.IOE_HMT.1.1-00018-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1 (2025-09-03)
  ath-20250827 ath11k: Support WCN6855 hw2.1 with NFA firmware variant (2025-08-27)
  ath-20250820 ath11k: WCN6855 hw2.0@nfa765: add to WLAN.HSP.1.1-04685-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1 (2025-08-20)
  ath-20250807 ath12k: WCN7850 hw2.0: update to WLAN.HMT.1.1.c5-00302-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.115823.3 (2025-08-07)
  ath-20250523 ath12k: WCN7850 hw2.0: update to WLAN.HMT.1.1.c5-00284.1-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3 (2025-05-23)
  ath-20250424 ath11k: WCN6855 hw2.0: update board-2.bin (2025-04-24)
...

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
20240811     This is the 20240811 release (2024-08-11) tar.gz
20240709     This is the 20240709 release (2024-07-09) tar.gz
20240610     This is the 20240610 release (2024-06-10) tar.gz
20240513     This is the 20240513 release (2024-05-13) tar.gz
20240410     This is the 20240410 release (2024-04-10) tar.gz
20240312     This is the 20240312 release (2024-03-12) tar.gz
20240220     This is the 20240220 release (2024-02-20) tar.gz
20240115     This is the 20240115 release (2024-01-15) tar.gz
20231211     This is the 20231211 release (2023-12-11) tar.gz
20231111     This is the 20231111 release (2023-11-11) tar.gz
...

# associated public inboxes:
# (number on the left is used for dev purposes)
       2233 linux-firmware
        589 linux-wireless
        583 lkml
        301 linux-mediatek
        255 netdev
        150 linux-bluetooth
         72 ath10k
         48 linux-arm-kernel
         48 openembedded-core
         43 qemu-devel
         42 linux-media
         41 linux-sound
         37 linux-scsi
         36 u-boot
         28 dri-devel
         27 intel-gfx
         27 intel-wired-lan
         21 stable
         20 linux-devicetree
         19 linux-rdma
         19 kvm
         16 openembedded-devel
         15 dpdk-dev
         15 linuxppc-dev
         15 linux-tegra
         15 buildroot
         14 linux-crypto
         14 linux-fsdevel
         14 linux-mm
         14 linux-mips
         14 git
         14 linux-kbuild
         14 linux-rockchip
         13 bpf
         11 linux-riscv
         11 linux-xfs
         11 xen-devel
         11 linux-input
         11 linux-fbdev
         10 linux-nfs
         10 linux-arm-msm
         10 alsa-devel
         10 linux-btrfs
         10 linux-gpio
         10 linux-ide
         10 linux-serial
         10 linux-doc
         10 linux-omap
         10 linux-sh
          9 linux-mtd
          9 linux-clk
          9 linux-iio
          9 linux-pci
          9 amd-gfx
          9 linux-arch
          9 linux-perf-users
          9 linux-s390
          9 imx
          8 linux-samsung-soc
          8 linux-pm
          8 kvmarm
          8 linux-usb
          8 linux-kselftest
          8 linux-wpan
          8 linux-mmc
          8 linux-i2c
          8 linux-cxl
          8 yocto-meta-arago
          8 intel-xe
          8 igt-dev
          7 linux-acpi
          7 netfilter-devel
          7 linux-amlogic
          7 fstests
          7 linux-hwmon
          7 linux-renesas-soc
          7 linux-ext4
          7 linux-watchdog
          7 linux-pwm
          7 virtualization
          7 linux-can
          7 openbmc
          7 sparclinux
          7 nvdimm
          7 ltp
          7 yocto
          7 yocto-meta-arm
          7 loongarch
          7 grub-devel
          6 linux-block
          6 linux-iommu
          6 linux-rtc
          6 selinux
          6 dmaengine
          6 linux-kernel-mentees
          6 linux-spi
          6 dm-devel
          6 soc
          6 rust-for-linux
          6 linux-staging
          6 linux-sunxi
          6 ath9k-devel
          6 yocto-meta-virtualization
          6 b4-sent
          6 linux-um
          6 poky
          6 qemu-riscv
          5 linux-efi
          5 linux-erofs
          5 linux-parisc
          5 linux-leds
          5 linux-security-module
          5 linux-csky
          5 linux-api
          5 cip-dev
          5 platform-driver-x86
          5 nouveau
          5 mptcp
          5 llvm
          5 ofono
          5 yocto-meta-freescale
          5 bitbake-devel
          5 linux-patches
          5 yocto-meta-ti
          5 xenomai
          5 linux-trace-kernel
          5 linux-hexagon
          5 dtrace
          5 yocto-patches
          4 linux-nvme
          4 linux-integrity
          4 linux-cifs
          4 linux-snps-arc
          4 driverdev-devel
          4 linux-next
          4 linux-f2fs-devel
          4 linux-modules
          4 linux-rt-users
          4 linux-hyperv
          4 rcu
          4 linux-m68k
          4 linux-remoteproc
          4 containers
          4 linux-hardening
          4 kernel-janitors
          4 linux-coco
          4 damon
          4 openrisc
          4 cluster-devel
          4 kdevops
          4 kvm-ppc
          4 linux-alpha
          4 u-boot-amlogic
          4 lvm-devel
          4 barebox
          4 linux-aspeed
          3 linux-edac
          3 linux-nvdimm
          3 linux-i3c
          3 util-linux
          3 backports
          3 linux-man
          3 linux-unionfs
          3 linux-sparse
          3 lttng-dev
          3 linux-fpga
          3 ceph-devel
          3 linux-raid
          3 linux-phy
          3 fio
          3 iwd
          3 yocto-docs
          3 chrome-platform
          3 kexec
          3 perfbook
          3 fuego
          3 lkmm
          3 kvm-riscv
          2 live-patching
          2 linux-sgx
          2 linux-trace-devel
          2 workflows
          2 wireguard
          2 phone-devel
          2 dash
          2 keyrings
          2 ath11k
          2 b43-dev
          2 linux-bcachefs
          2 yocto-toaster
          2 outreachy
          2 ath12k
          2 oe-kbuild-all
          2 batman
          2 kernel-tls-handshake
          2 virtio-comment
          2 v9fs
          2 dccp
          2 devicetree-compiler
          2 initramfs
          2 reiserfs-devel
          2 virtio-fs
          2 x86-cpuid
          2 brcm80211
          2 qemu-rust
          2 qemu-arm
          1 linux-fscrypt
          1 cocci
          1 kernel-hardening
          1 kernelnewbies
          1 selinux-refpolicy
          1 keys
          1 linux-spdx
          1 ksummit-discuss
          1 io-uring
          1 tpmdd-devel
          1 linux-audit
          1 linux-dash
          1 linux-bcache
          1 mm-commits
          1 xdp-newbies
          1 linux-sctp
          1 target-devel
          1 lustre-devel
          1 ocfs2-devel
          1 tools
          1 regressions
          1 ksummit
          1 linux-nfc
          1 ntfs3
          1 linux-ppp
          1 ell
          1 ntb
          1 asahi
          1 oe-linux-nfc
          1 oe-chipsec
          1 fsverity
          1 virtio-dev
          1 ecryptfs
          1 linux-ia64
          1 kbd
          1 autofs
          1 cpufreq
          1 cgroups
          1 devicetree-spec
          1 hail-devel
          1 kvm-ia64
          1 linux-8086
          1 kernel-testers
          1 linux-btrace
          1 linux-embedded
          1 linux-hams
          1 linux-hotplug
          1 linux-laptop
          1 trinity
          1 linux-metag
          1 linux-x25
          1 linux-nilfs
          1 lvs-devel
          1 netfilter
          1 linux-oxnas
          1 lm-sensors
          1 acpica-devel
          1 smatch
          1 wireless-regdb
          1 netfs
          1 powertop
          1 sophgo
          1 opensbi

git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/ath/linux-firmware.git