-
Notifications
You must be signed in to change notification settings - Fork 8.4k
drivers: entropy: add iproc_rng200 (rpi_5) random generator driver #89461
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
Conversation
dde64b5 to
277db57
Compare
Add sort directives to CMakeLists.txt and Kconfig Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Add driver for iproc_rng200 entropy generator. This device is used by rpi_5. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
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.
Pull Request Overview
This PR adds a new driver for the Broadcom iProc RNG200 random generator, which is used by rpi_5. The changes include a new DTS binding description file and the complete implementation of the entropy driver in C.
Reviewed Changes
Copilot reviewed 2 out of 7 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| dts/bindings/rng/brcm,iproc-rng200.yaml | Adds binding for the new iproc_rng200 random generator driver |
| drivers/entropy/entropy_iproc_rng200.c | Implements the entropy driver functionality for iproc_rng200 |
Files not reviewed (5)
- boards/raspberrypi/rpi_5/rpi_5.dts: Language not supported
- drivers/entropy/CMakeLists.txt: Language not supported
- drivers/entropy/Kconfig: Language not supported
- drivers/entropy/Kconfig.iproc: Language not supported
- dts/arm64/broadcom/bcm2712.dtsi: Language not supported
ceolin
left a comment
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.
it looks good to me.
xingrz
left a comment
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.
LGTM
|
I can't test this right now, but it looks pretty good to me. |
Add driver for iproc_rng200 entropy generator.
This device is used by rpi_5.