1 مستودع
Systems designed to extract, link, and load signed firmware images into kernel modules for GPU initialization.
Distinct from Firmware: Candidates focus on OTA updates or generic firmware, not the runtime linking of firmware into a GPU kernel module.
Explore 1 awesome GitHub repository matching operating systems & systems programming · GPU Firmware Loaders. Refine with filters or upvote what's useful.
This project is an open source Linux GPU kernel driver implemented as a loadable kernel module. It functions as a GPU firmware loader, providing the low-level driver services necessary to enable direct communication between the operating system and graphics processing units. The driver utilizes a dual-module architecture that separates GPL-licensed kernel code from proprietary firmware blobs. This system extracts and links signed binary firmware images into the kernel modules at driver load time. The project provides driver support for Turing-architecture GPUs and all subsequent newer hardwa
Functions as a system for extracting and linking signed binary firmware images into kernel modules at load time.