public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Leo Liang <ycliang@andestech.com>
To: Heinrich Schuchardt <xypron.glpk@gmx.de>
Cc: <u-boot@lists.denx.de>
Subject: Re: [PATCH v2 3/3] sysreset: provide SBI based sysreset driver
Date: Mon, 26 Jul 2021 16:12:39 +0800	[thread overview]
Message-ID: <20210726081239.GA15911@andestech.com> (raw)
In-Reply-To: <20210721163305.74945-4-xypron.glpk@gmx.de>

On Thu, Jul 22, 2021 at 12:33:05AM +0800, Heinrich Schuchardt wrote:
> Provide sysreset driver using the SBI system reset extension.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
> v2:
> 	remove a superfluous check in sbi_sysreset_request()
> ---
>  MAINTAINERS                     |  1 +
>  arch/riscv/cpu/cpu.c            | 13 ++++-
>  arch/riscv/include/asm/sbi.h    |  1 +
>  arch/riscv/lib/sbi.c            | 21 ++++++--
>  drivers/sysreset/Kconfig        | 11 ++++
>  drivers/sysreset/Makefile       |  1 +
>  drivers/sysreset/sysreset_sbi.c | 96 +++++++++++++++++++++++++++++++++
>  lib/efi_loader/Kconfig          |  2 +-
>  8 files changed, 140 insertions(+), 6 deletions(-)
>  create mode 100644 drivers/sysreset/sysreset_sbi.c

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
 

      parent reply	other threads:[~2021-07-26  8:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-21 16:33 [PATCH v2 0/3] riscv: enable SBI system reset Heinrich Schuchardt
2021-07-21 16:33 ` [PATCH v2 1/3] risv: add missing SBI extension definitions Heinrich Schuchardt
2021-07-21 17:02   ` Sean Anderson
2021-07-26  7:59     ` Leo Liang
2021-07-26  7:10   ` Leo Liang
2021-08-02  8:45   ` Leo Liang
2021-07-21 16:33 ` [PATCH v2 2/3] cmd/sbi: use constants instead of numerical values Heinrich Schuchardt
2021-07-21 16:33 ` [PATCH v2 3/3] sysreset: provide SBI based sysreset driver Heinrich Schuchardt
2021-07-21 17:05   ` Sean Anderson
2021-07-26  8:12   ` Leo Liang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210726081239.GA15911@andestech.com \
    --to=ycliang@andestech.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox