Re: [PATCH v11 05/11] RISC-V: Implement new SBI v0.2 extensions

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


On Wed, Mar 18, 2020 at 9:11 AM Atish Patra <atish.patra@xxxxxxx> wrote:
>
> Few v0.1 SBI calls are being replaced by new SBI calls that follows v0.2
> calling convention.
>
> Implement the replacement extensions and few additional new SBI function calls
> that makes way for a better SBI interface in future.
>
> Signed-off-by: Atish Patra <atish.patra@xxxxxxx>
> Reviewed-by: Anup Patel <anup@xxxxxxxxxxxxxx>
> ---
> arch/riscv/include/asm/sbi.h | 14 ++
> arch/riscv/include/asm/smp.h | 7 +
> arch/riscv/kernel/sbi.c | 253 ++++++++++++++++++++++++++++++++++-
> 3 files changed, 270 insertions(+), 4 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@xxxxxxxxx>