Bug 8710 - Update:update Mont-TSSE Driver for new function
Summary: Update:update Mont-TSSE Driver for new function
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: GuixinLiu
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-07 15:50 UTC by carrie
Modified: 2024-04-07 16:43 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description carrie 2024-04-07 15:50:20 UTC
Description of problem:
Update Mont-TSSE driver for updating firmware file by sysfs. User can echo 1 to the tsse_image_load file in the sysfs device directory to trigger loading firmware.
The original driver just support loading firmware file after server power on. In some cases, the firmware file need to be updated during the server is running. So we update the driver function to support loading firmware file without server shutting down. Besides we fix some coding standard problems.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2024-04-07 16:43:54 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/3014