On Mon, Jun 23, 2025 at 03:46:31PM -0700, Jesse Taube wrote:
> On Mon, Jun 23, 2025 at 10:01 AM Andrew Jones wrote:
> >
> > On Fri, Jun 20, 2025 at 08:50:51AM -0700, Jesse Taube wrote:
> > > When exiting it may be useful for the sbi implementation to know the
> > > exit code.
> > > Add exit code t
On Mon, Jun 23, 2025 at 10:01 AM Andrew Jones wrote:
>
> On Fri, Jun 20, 2025 at 08:50:51AM -0700, Jesse Taube wrote:
> > When exiting it may be useful for the sbi implementation to know the
> > exit code.
> > Add exit code to sbi_shutdown, and use it in exit().
> >
> > Signed-off-by: Jesse Taube
On Fri, Jun 20, 2025 at 08:50:51AM -0700, Jesse Taube wrote:
> When exiting it may be useful for the sbi implementation to know the
> exit code.
> Add exit code to sbi_shutdown, and use it in exit().
>
> Signed-off-by: Jesse Taube
> ---
> lib/riscv/asm/sbi.h | 2 +-
> lib/riscv/io.c | 2 +-