Size: 1053
Comment:
|
Size: 538
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from KernelProjects/firmware-class-enhancements | |
Line 3: | 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 5: | Line 6: |
[[TableOfContents(4)]] | <<TableOfContents(4)>> |
Line 7: | Line 8: |
= Extensible firmware API = | = Onging development = |
Line 9: | Line 10: |
Being written. | * to prevent races on suspend / resume we must complete support for filesystem freeze / suspend |
Line 11: | Line 12: |
= Firmware signing = | = TODO = |
Line 13: | Line 14: |
Being written. | Things which the maintainer or other developers can work on: |
Line 15: | 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. A coccinelle rule is being worked on which maps out the users of the firmware API on init and probe, interprocedurally (calls that calls fw API too), the list is pretty big, the patch / details wil be posted soon for review. 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_class enhancements
This page documents progress on ongoing enhancements to the firmware loader, both ongoing development, theoretical issues, and desired bells/whistles.
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