blob: af6b48c8af3e42a015ec742da0107d597eb303c2 (
plain)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | MELLANOX TECHNOLOGIES LTD. ******************************* MSTFLINT DRIVER FOR SECURE BOOT ******************************* This kernel was developed to enable mstflint to work under secure boot enabled systems. To work with this driver perform the following operations: 1. Run make 2. Using signtool, sign the generated mstflint_driver.ko (the key must be trusted by the system) 3. Load the driver: > insmod ./mstflint_access.ko 4. Run your tools with the DBDF device name format: > mstflint -d 05:00.0 q > mstmcra 05:00.0 0xf0014 *Note - a spec file for generating source RPM from the sources will be added at a later stage
|