Size: 827
Comment:
|
← Revision 19 as of 2023-11-29 01:00:30 ⇥
Size: 459
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
= Linux firmware_class enhancements = | = Linux firmware loader = |
Line 4: | Line 4: |
This page documents progress on ongoing enhancements to the firmware_class, both ongoing development, theoretical issues, and desired bells/whistles. | This page documents progress on ongoing enhancements to the firmware loader, both ongoing development, theoretical issues, and desired bells/whistles. |
Line 6: | Line 6: |
[[TableOfContents(4)]] | <<TableOfContents(4)>> |
Line 8: | Line 8: |
= Extensible firmware API = | = Onging development = |
Line 10: | Line 10: |
Being written. | * to prevent races on suspend / resume we must complete support for filesystem freeze / suspend |
Line 12: | Line 12: |
= Firmware signing = | = TODO = |
Line 14: | Line 14: |
Being written. | Things which the maintainer or other developers can work on: |
Line 16: | Line 16: |
= Firmware calls on init and probe = Asynchronous probe was added to help with delayed boots caused by use of fw API calls, and by the systemd timeout. There is still an issue present when fw APIs are used on init or probe: the kernel cannot be sure that /lib/firmware is ready. In particular when switching initramfs with pivot_root(), etc, etc. More documentation needs to be written... = Desired features = Add a hook to let drivers stale cache (or should the OS only do this and hide the symbol?) |
* make optional firmware easier to ignore |
Linux firmware loader
This page documents progress on ongoing enhancements to the firmware loader, both ongoing development, theoretical issues, and desired bells/whistles.
Contents
Onging development
- to prevent races on suspend / resume we must complete support for filesystem freeze / suspend
TODO
Things which the maintainer or other developers can work on:
- make optional firmware easier to ignore