Closed aurel32 closed 4 years ago
We are in the process of sending a patch to add the reset function. I will send the PR in couple of days.
On Sun, Oct 6, 2019 at 5:16 AM aurel32 notifications@github.com wrote:
The SBI specification provides a shutdown function, but no reset function. Reset support has been added recently to the QEMU "RISC-V VirtIO Board" machine. Would it be possible to add such a function to the SBI specifications? It's not clear to me what process has to be followed to update the specifications.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/riscv/riscv-sbi-doc/issues/26?email_source=notifications&email_token=AA6CNH64HUKQU64CQTRQVDTQNHJIVA5CNFSM4I53XWV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HP4SZTQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AA6CNHYVMFCTUGXYEBOGNFLQNHJIVANCNFSM4I53XWVQ .
-- Regards, Atish
@aurel32 : Reset function added https://github.com/riscv/riscv-sbi-doc/pull/27
@atishp04 Thanks a lot, this looks all good (I only checked the shutdown/reboot part).
Looks like this got removed before that PR was merged?
We had intentionally kept reset extension out of SBI v0.2.
Now that SBI v0.2 is tagged and ready to be ratified, I will send SBI reset extension patch again for review.
Regards, Anup
The reset extension is under discussion and there is a PR available #39 . Closing this issue.
The SBI specification provides a shutdown function, but no reset function. Reset support has been added recently to the QEMU "RISC-V VirtIO Board" machine. Would it be possible to add such a function to the SBI specifications? It's not clear to me what process has to be followed to update the specifications.