Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kernel modules firmware #48

Closed
anatol opened this issue Mar 9, 2021 · 0 comments
Closed

Add kernel modules firmware #48

anatol opened this issue Mar 9, 2021 · 0 comments

Comments

@anatol
Copy link
Owner

anatol commented Mar 9, 2021

Some kernel modules (e.g. amdgpu) require extra firmware files. This firmware dependencies information is specified in the module code with macros MODULE_FIRMWARE("amdgpu/mullins_ce.bin"); and then stored as a part of *.ko elf file.

Make booster to read this dependency information the same way as modinfo amdgpu | grep firmware does and then add the firmware files to initramfs automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant