-
Notifications
You must be signed in to change notification settings - Fork 355
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 riscv64 support #5198
Add riscv64 support #5198
Conversation
Hello @U2FsdGVkX1! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-02-24 03:25:46 UTC |
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.
Looks good to me. Thank you!
Can you please add also a release note? Make a copy of That will shut up the failing Release note check. |
/kickstart-test --testtype smoke |
Unit tests also need some adjusting...
|
I have added test and release note, please recheck, thanks! |
/kickstart-test --testtype smoke |
In storage stage, partitions cannot be completed | ||
and maybe UEFI is not recognized |
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.
Um, so this is not really support, but only some part of it?
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.
Hmm, maybe we need someone from the non-mainstream architecture are on Fedora to chime in ? CCing @rwmjones and @nullr0ute
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.
Adding @davidlt
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.
I'm not at all clear on what this comment in the documentation means, but I can say that RISC-V does support partitions (obviously!) and that there is at least preliminary UEFI support although it is not widely used.
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.
We do run some Pungi composes that. That does incl. booting riscv64 VM with EDK2 and running anaconda. I have a patch 1+ week old. Let me cross-check.
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.
Um, so this is not really support, but only some part of it?
No, I mean, before that anaconda couldn't be partitioned, now it's fine (maybe I should rewrite the release note)
and UEFI I need more test.
In Fedora/RISCV Koji I mainly have The only different is listing |
This PR is stale because it has been open 60 days with no activity. |
Hi, are you there? |
This PR is stale because it has been open 60 days with no activity. |
Signed-off-by: Songsong Zhang <U2FsdGVkX1@gmail.com> Reviewed-by: Wei Fu <wefu@redhat.com>
/kickstart-test --testtype smoke |
tested in RISC-V 64.
please correct me if any problems