android13/external/ltp/testcases/kernel/firmware/fw_load_user
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
Makefile initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
fw_load.c initial 2024-06-22 20:45:49 +08:00

README

The aim of the test is to check device firmware loading. Since kernel 3.7
firmware loading changed to direct loading (by-pass udev). The test consists
of the two parts:
 - userspace part
 - kernelspace part

This is the userspace part, its tasks are:
 - create firmware files in the standard firmware paths
 - load the module and initiate firmware request procedure
 - read device's result file and print final results
 - unload the module.