-
Notifications
You must be signed in to change notification settings - Fork 0
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
Virgo pufs support #8
base: virgo_soc_support
Are you sure you want to change the base?
Conversation
…ers for reference to non-implementation
…ks. For now, removing support
… word transaction
@@ -181,12 +181,18 @@ | |||
status = "disabled"; | |||
}; | |||
|
|||
pufcc: pufcc@A0130000 { | |||
pufs: pufcc@A0130000 { |
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.
There are some unnecessary spaces that dont look pretty. They are in addition to the tabs. I would appreciate it if they are removed
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.
I will remove them in the xCB pull request in both files (dtsi and dts). I looked at the .dtsi and .dts files. I think these extra spacing are appearing in git. In vscode, i see them with correct indentation.
In this, all the necessary driver support files like Kconfig and CMakelists entry are introduced.
Existing PUFcc driver is ported with refactoring to enable building on the platform.
Slight integration with Zephyr Device Model done.
Introducing Sign verification session on Zephyr Crypto API.
Implementing the Zephyr Crypto API calls.
Implementing the wrappers / API calls for sign verification w.r.t Zephyr Sign verification API.
Crypto OTP Mem API Done.
Testing of Crypto PUFs OTP Memory done
Testing of Hash and Hash with scatter gather dma done.
Testing of Decryption done.
Testing of Sign verification done.