lkml.org 
[lkml]   [2019]   [Aug]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[RFC PATCH 0/2] Add support for SBI version to 0.2
    Date
    This patch series aims to add support for SBI specification version
    v0.2. It doesn't break compatibility with any v0.1 implementation.
    Internally, all the v0.1 calls are just renamed to legacy to be in
    sync with specification [1].

    The patches for v0.2 support in OpenSBI are available at
    http://lists.infradead.org/pipermail/opensbi/2019-August/000422.html

    [1] https://github.com/riscv/riscv-sbi-doc/blob/master/riscv-sbi.adoc

    Atish Patra (2):
    RISC-V: Mark existing SBI as legacy SBI.
    RISC-V: Add basic support for SBI v0.2

    arch/riscv/include/asm/sbi.h | 109 +++++++++++++++++++++++++----------
    arch/riscv/kernel/Makefile | 1 +
    arch/riscv/kernel/sbi.c | 50 ++++++++++++++++
    arch/riscv/kernel/setup.c | 2 +
    4 files changed, 131 insertions(+), 31 deletions(-)
    create mode 100644 arch/riscv/kernel/sbi.c

    --
    2.21.0

    \
     
     \ /
      Last update: 2019-08-27 01:34    [W:2.819 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site