mirror of
https://github.com/johndoe6345789/MetalOS.git
synced 2026-04-24 13:45:02 +00:00
AMD GPU Firmware Blobs
This directory contains firmware files for the AMD Radeon RX 6600 (Navi 23 / "dimgrey cavefish").
Required Files
dimgrey_cavefish_ce.bin- Command Engine firmwaredimgrey_cavefish_me.bin- MicroEngine firmwaredimgrey_cavefish_mec.bin- MEC (Compute) firmwaredimgrey_cavefish_pfp.bin- Pre-Fetch Parser firmwaredimgrey_cavefish_rlc.bin- Run List Controller firmwaredimgrey_cavefish_sdma.bin- SDMA engine firmwaredimgrey_cavefish_vcn.bin- Video Core Next firmware
Source
These files are available from the linux-firmware repository.
Obtaining Firmware
# From repository root
git clone --depth 1 https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git /tmp/linux-firmware
cp /tmp/linux-firmware/amdgpu/dimgrey_cavefish_*.bin deps/firmware/
License
These firmware files are redistributable under the AMD GPU firmware license included with each file.
Version Tracking
Create a VERSION file documenting:
- Linux firmware repository commit hash
- Date obtained
- File checksums (SHA256)
Status
⚠️ Not yet populated - Firmware files will be added during Phase 4 (Hardware Support)