This repository was archived by the owner on Mar 17, 2025. It is now read-only.
forked from zephyrproject-rtos/hal_renesas
-
Notifications
You must be signed in to change notification settings - Fork 0
DA1469x Crypto Driver Support #1
Open
ioannis-karachalios
wants to merge
11
commits into
da1469x-GF-silicon-public
Choose a base branch
from
da1469x-crypto
base: da1469x-GF-silicon-public
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8603cd0 to
f36e91f
Compare
e29b03b to
7e149b6
Compare
f36e91f to
780959c
Compare
Update OTPC timing settings following system clock transitions. Signed-off-by: Ioannis Karachalios <[email protected]>
Add the necessary clock driver changes to support the GF silicon variant. Signed-off-by: Ioannis Karachalios <[email protected]>
Add API to parse the CS section in OTP and verify the presence of a given register-value pair. Signed-off-by: Ioannis Karachalios <[email protected]>
1. Apply XTAL32M optimum values where necessary (if not available in CS in OTP). 2. Fine tune the XTAL32M ready signaling (by getting the time it took for the RDY signal to be asserted). Signed-off-by: Ioannis Karachalios <[email protected]>
Add support for silicon variant detection and preferred values. Signed-off-by: Ioannis Karachalios <[email protected]>
a84678e to
3829c68
Compare
073a312 to
8294893
Compare
This adds implementation of shared memory communication with CMAC.
8294893 to
409f814
Compare
Condition was incorrect resulting in assertion failure. Signed-off-by: Jerzy Kasenberg <[email protected]>
This removes dynamic memory allocation from PD code and uses simple static buffer instead.
Add helper macros to check peripherals memory boundaries. Signed-off-by: Ioannis Karachalios <[email protected]>
Support translating remapped to physical addresses (required by DMA, Crypto etc.) Signed-off-by: Ioannis Karachalios <[email protected]>
409f814 to
a9bbc82
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a 'mock' pull request so that a first review round can be kicked off internally. The branch is based on 'da1469x-GF-silicon-public' so that the driver can be evaluated in GF silicon variants. Please note that the GF changes have already been reviewed and accepted but not merged into Zephyr's public repository.