Skip to content
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

Cherry-pick to earlgrey_1.0.0: [sw,rnd] Fix polling loop for RND_DATA_VALID #25648

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

github-actions[bot]
Copy link

This is an automatic cherry-pick of #25597 to branch earlgrey_1.0.0.

https://opentitan.org/book/hw/ip/rv_core_ibex/doc/registers.html#rnd_status

According to the register doc, the `RND_DATA_VALID` is only one bit at bit 0.
Testing against full 32-bits might make us exit the waiting loop before the
data actually becomes ready.

Change-Id: I1127684e1b0e93612e76ff3885cfb62d441ee172
Signed-off-by: Yi-Hsuan Deng <[email protected]>
(cherry picked from commit 4b8a39e)
@github-actions github-actions bot requested a review from a team as a code owner December 13, 2024 17:21
@github-actions github-actions bot requested review from moidx and removed request for a team December 13, 2024 17:21
@timothytrippel timothytrippel merged commit a7168f5 into earlgrey_1.0.0 Dec 14, 2024
34 checks passed
@a-will a-will deleted the backport-25597-to-earlgrey_1.0.0 branch December 14, 2024 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants