Lines Matching refs:firmware
3 Ueventd manages `/dev`, sets permissions for `/sys`, and handles firmware uevents. It has default
103 Ueventd by default serves firmware requests by searching through a list of firmware directories
104 for a file matching the uevent `FIRMWARE`. It then forks a process to serve this firmware to the
107 `/apex/*/etc/firmware` is also searched after a list of firmware directories.
109 The list of firmware directories is customized by a `firmware_directories` line in a ueventd.rc
115 firmware_directories /etc/firmware/ /odm/firmware/ /vendor/firmware/ /firmware/image/
116 Adds those 4 directories, in that order to the list of firmware directories that will be tried by
123 The exact firmware file to be served can be customized by running an external program by a
129 … external_firmware_handler /devices/leds/red/firmware/coeffs.bin system /vendor/bin/led_coeffs.bin
130 Will launch `/vendor/bin/led_coeffs.bin` as the system user instead of serving the default firmware
131 for `/devices/leds/red/firmware/coeffs.bin`.
139 new name of the firmware to load. It will still look for the new firmware in the list of firmware
142 `EXIT_SUCCESS`, or the program crashes, the default firmware from the uevent will be loaded.