-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
29 lines (22 loc) · 956 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Linux Firmware Loader Daemon
DETAILS:
https://github.com/teg/firmwared
BUG REPORTS:
https://github.com/teg/firmwared/issues
GIT:
[email protected]:teg/firmwared.git
https://github.com/teg/firmwared.git
GITWEB:
https://github.com/teg/firmwared
LICENSE:
Apache Software License 2.0 (LICENSE-APACHE)
See COPYING for details.
ABOUT:
The Linux Firmware Loader Daemon monitors the kernel for firmware
requests and uploads the firmware blobs it has via the sysfs interface.
Two modes exist, a best-effort mode and a final mode. In the former
mode, we will not cancel firmware requests if we cannot fulfill them,
but in the latter we will. Typically the former mode will be used in an
initrd, or before all relevant directories have been mounted, and the
latter will be used when we know that no more firmware is going to
become available.