Files loaded "-t firmware" (or module_type="firmware"). They are
registered with the firmware system using the full path to allow
the drivers to find them. There's only one firmware per file, and it is the
entire file.
Sponsored by: Netflix
Differential D43522
firmware: Allow binary files to be loaded by /boot/loader imp on Jan 20 2024, 5:18 AM. Authored by Tags None Referenced Files
Details Files loaded "-t firmware" (or module_type="firmware"). They are Sponsored by: Netflix
Diff Detail
Event TimelineComment Actions Unsure. I'll have to poke a bit. I had the same thought but wanted to get this in to see how hard it was and how well it worked. Ideally, though, the driver would just do firmware_get like it does today and we'd load it in from some path automatically. Maybe with some mapping file, but likely not. Likely with a sane path like we have for .ko. Comment Actions I also still prefer double spaces after periods in monospace text (code comments).
Comment Actions Change around a little how we're loading. Save the full filename and allow
Comment Actions If you do need the relative name lookups with some path components, then this is ok as-is to me.
|