Re: [PATCH v11 01/11] RISC-V: Mark existing SBI as 0.1 SBI.

From: Bin Meng
Date: Sun Apr 05 2020 - 10:37:12 EST


On Wed, Mar 18, 2020 at 9:11 AM Atish Patra <atish.patra@xxxxxxx> wrote:
>
> As per the new SBI specification, current SBI implementation version
> is defined as 0.1 and will be removed/replaced in future. Each of the
> function call in 0.1 is defined as a separate extension which makes
> easier to replace them one at a time.
>
> Rename existing implementation to reflect that. This patch is just
> a preparatory patch for SBI v0.2 and doesn't introduce any functional
> changes.
>

nits: remove the ending period in the commit title

> Signed-off-by: Atish Patra <atish.patra@xxxxxxx>
> Reviewed-by: Anup Patel <anup@xxxxxxxxxxxxxx>
> Reviewed-by: Palmer Dabbelt <palmerdabbelt@xxxxxxxxxx>
> ---
> arch/riscv/include/asm/sbi.h | 41 +++++++++++++++++++-----------------
> 1 file changed, 22 insertions(+), 19 deletions(-)

[snip]

Other than that,
Reviewed-by: Bin Meng <bmeng.cn@xxxxxxxxx>