-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add Quartz64 support #117
Add Quartz64 support #117
Conversation
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.
This look ok from my side. I can't test this because I don't have a board. We could add hardware build support in CI to cover this partially at least.
@housel Could you address the style issues? The RISC-V error is unrelated, but this PR needs rebasing to fix it. |
This adds support for the Pine64 Quartz64 and other devices based on the Rockchip RK3566. The platform support is adapted from the Rockpro64 code, except that the RK356x has A55 cores, and adjusting for the fact that the ARM Generic Timer is the only on-chip timer available. Signed-off-by: Peter S. Housel <housel@acm.org>
(rebased and fixed style) |
This adds support for the Pine64 Quartz64 and other devices based on
the Rockchip RK3566. The platform support is adapted from the
Rockpro64 code, except that the RK356x has A55 cores, and adjusting
for the fact that the ARM Generic Timer is the only on-chip timer
available.
Test with: seL4/seL4#727, seL4_tools#134, seL4/sel4test#83