Conversation
Member
|
Duplicate PR for #50, please update the existing PR where review has happened. |
Author
|
this is duplicate PR for #50 |
rehman688
force-pushed
the
csrng_enablement_v2
branch
3 times, most recently
from
September 10, 2026 08:30
508175e to
bf0c5bb
Compare
rehman688
force-pushed
the
csrng_enablement_v2
branch
2 times, most recently
from
September 10, 2026 09:14
3b8b68a to
b1f05f1
Compare
Add support for the Qualcomm CSRNG driver on Nord and Shikra platforms. Introduce the required platform-specific handling to enable CSRNG access from OP-TEE. Validation: - Build verified on Nord - Build verified on Shikra - CSRNG functionality validated on both platforms Signed-off-by: mrehman <mrehman@qti.qualcomm.com>
Enable CSRNG support for the Nord platform. Add the required platform configuration to expose the CSRNG driver to OP-TEE. Validation: - Build verified on Nord - CSRNG functionality validated on Nord Signed-off-by: mrehman <mrehman@qti.qualcomm.com>
Enable CSRNG support for the Shikra platform. Add the required platform configuration to expose the CSRNG driver to OP-TEE. Validation: - Build verified on Shikra - CSRNG functionality validated on Shikra Signed-off-by: mrehman <mrehman@qti.qualcomm.com>
Move the PRNG base address definition from the common Hoya configuration into the platform-specific target configurations. This avoids macro redefinition warnings and allows platform-specific PRNG base addresses to be maintained independently for Kodiak and Lemans. Validation: - Build verified on Kodiak - Build verified on Lemans Signed-off-by: mrehman <mrehman@qti.qualcomm.com>
rehman688
force-pushed
the
csrng_enablement_v2
branch
from
September 10, 2026 09:18
b1f05f1 to
b21496d
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 series enables CSRNG (PRNG) support on Qualcomm platforms.
Changes included:
Validation:
Commit Breakdown:
AI Usage:
No AI-generated code was used in this change set.