Skip to content
Snippets Groups Projects
Commit 58b5618b authored by Alexander Lent's avatar Alexander Lent Committed by Jacek Ławrynowicz
Browse files

accel/ivpu: Add missing MODULE_FIRMWARE metadata


Modules that load firmware from various paths at runtime must declare
those paths at compile time, via the MODULE_FIRMWARE macro, so that the
firmware paths are included in the module's metadata.

The accel/ivpu driver loads firmware but lacks this metadata,
preventing dracut from correctly locating firmware files. Fix it.

Fixes: 9ab43e95 ("accel/ivpu: Switch to generation based FW names")
Fixes: 02d5b0aa ("accel/ivpu: Implement firmware parsing and booting")
Signed-off-by: Alexander Lent's avatarAlexander F. Lent <lx@xanderlent.com>
Reviewed-by: default avatarJacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
Signed-off-by: default avatarJacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240709-fix-ivpu-firmware-metadata-v3-1-55f70bba055b@xanderlent.com
parent 98491f02
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment