-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
store firmware version info into debugfs for logger usage #222
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix the checks on the status and error handling, thanks!
2af9599
to
7e41d53
Compare
Store fw_version for logger to use Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
Create the debugfs to store the first boot fw verion info. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
@plbossart
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about the delay, I missed the update
Add `UserSlicePtrWriter::clear`.
As discussed in thesofproject/soft#111
Stored fw version info into a debugfs to be used with logger
thesofproject/sof#512