Apple T2 Broadcom Wi-Fi (brcmfmac) and Bluetooth (brcmbt) firmware blobs,
extracted from macOS for use on a T2-equipped Apple Mac running NixOS.
Firmware blobs (.bin / .ptb / .clm_blob / .txt / .txcap_blob) are kept
at the repo root (no subdirectories). This is intentional: the repo is
consumed by a NixOS flake as inputs.t2-apple-fw (with flake = false), and the
build copies every file at the root into the firmware path:
cp ${src}/* $out/lib/firmware/brcm
Do not nest the blobs under lib/firmware/brcm/ or any other subdirectory, or the
consuming flake will not find them.
Broadcom Wi-Fi (brcmfmac4364 / brcmfmac4377 ...) and Bluetooth
(brcmbt4377 / brcmbt4378 / brcmbt4387 / brcmbt4388 ...) firmware for the
Apple T2 platform, extracted from a macOS installation. Used by the aphrodite
host in the nix-config repository.