riscv-sbi-doc VS riscv-platform-specs

Compare riscv-sbi-doc vs riscv-platform-specs and see what are their differences.

riscv-sbi-doc

Documentation for the RISC-V Supervisor Binary Interface (by riscv-non-isa)

riscv-platform-specs

RISC-V Profiles and Platform Specification (by riscv)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
riscv-sbi-doc riscv-platform-specs
5 9
316 109
2.2% -
7.5 0.0
27 days ago 8 months ago
Makefile Makefile
Creative Commons Attribution 4.0 Creative Commons Attribution 4.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

riscv-sbi-doc

Posts with mentions or reviews of riscv-sbi-doc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-10.
  • RISC-V SBI and the full boot process
    4 projects | news.ycombinator.com | 10 Sep 2023
    The SBI spec[0] is not a long read.

    0. https://github.com/riscv-non-isa/riscv-sbi-doc/releases

  • ARM or x86? ISA Doesn’t Matter
    4 projects | news.ycombinator.com | 14 May 2023
    >What does matter is standardization. For example a booting process.

    Truth.

    This is why RISC-V put a lot of effort on this, and put it early.

    Relevant specs include but isn't limited to SBI[0], UEFI protocol[1] and the ongoing platform specification[2].

    0. https://github.com/riscv-non-isa/riscv-sbi-doc/releases

    1. https://github.com/riscv-non-isa/riscv-uefi/releases/tag/1.0...

    2. https://github.com/riscv/riscv-platform-specs

  • HiFive Unmatched – A RISC-V Linux development platform
    3 projects | news.ycombinator.com | 10 Sep 2021
    Well that's a very good question. At the moment the reality is something of a mess, because someone looked at Arm and though that must be a good idea. Plus the RISC-V Foundation has even less control over implementers than Arm does (which doesn't have a lot).

    The good news is that the foundation is defining various platform specs. For servers it'll include a standard firmware spec plus open source firmware implementation and a few other bits. Maybe working UEFI one day. (https://lists.riscv.org/g/tech-unixplatformspec https://github.com/riscv-non-isa/riscv-sbi-doc)

  • what is EEI, AEE, SEE, SBI? How do they all fit together?
    1 project | /r/RISCV | 9 Sep 2021
    The SBI (Supervisor-Binary Interface) is the API used by S-mode software (your operating system) to communicate with M-mode, and abstract away some hardware-specific details. It handles things like communicating between harts, power management, and performance monitoring. On real hardware, it is implemented by M-mode software. For VMs, it is typically implemented by the hypervisor. It's roughly analogous to the PSCI in ARM. For more information, have a look at the spec.

riscv-platform-specs

Posts with mentions or reviews of riscv-platform-specs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-20.
  • Milk-V Mars: RISC-V credit card size SBC
    2 projects | news.ycombinator.com | 20 Jun 2023
    For the higher end "Application" cores that do e.g. run Linux, there's a platform standardization effort. Refer to OS-A platform[0].

    0. https://github.com/riscv/riscv-platform-specs/blob/main/risc...

  • ARM or x86? ISA Doesn’t Matter
    4 projects | news.ycombinator.com | 14 May 2023
    >What does matter is standardization. For example a booting process.

    Truth.

    This is why RISC-V put a lot of effort on this, and put it early.

    Relevant specs include but isn't limited to SBI[0], UEFI protocol[1] and the ongoing platform specification[2].

    0. https://github.com/riscv-non-isa/riscv-sbi-doc/releases

    1. https://github.com/riscv-non-isa/riscv-uefi/releases/tag/1.0...

    2. https://github.com/riscv/riscv-platform-specs

  • $70 RISC-V Computer from Pine64 Goes on Sale April 4 – OMG Linux
    2 projects | news.ycombinator.com | 3 Apr 2023
  • Ubuntu on new RISC-V boards: thoughts?
    1 project | /r/linuxhardware | 24 Aug 2022
    For the record the RISC-V foundation already has a working group developing platform standards. Currently they have OS-A Server for servers, OS-A Embedded for small boards and the M platform for Zephyr/Linux NOMMU size systems. https://github.com/riscv/riscv-platform-specs/blob/main/riscv-platform-spec.pdf
  • IBM PC like extensions for SBI
    2 projects | /r/RISCV | 16 Jun 2022
    The SBI console stuff are deprecated with no replacements. And if you checkout https://github.com/riscv/riscv-platform-specs/blob/main/riscv-platform-spec.adoc, OS kernels really are expected to just find a 8250 or 16550 in the device tree, or as mentioned in a few other comments, use UEFI.
  • Addressing Criticism of RISC-V Microprocessors
    2 projects | /r/hardware | 21 Mar 2022
    Platforms: https://github.com/riscv/riscv-platform-specs/blob/main/riscv-platform-spec.adoc
  • SiFive HiFive Unmatched successor in the works
    1 project | /r/RISCV | 19 Jan 2022
    There’s no indication of when the next iteration of the “Un” board will be, but it would be interesting to see if they’re targeting today’s tech, or something that’s around the corner such as the upcoming platform spec https://github.com/riscv/riscv-platform-specs/blob/main/riscv-platform-spec.adoc
  • RISC-V Int. Ratifies 15 New Specs, Opening Up New RISC-V Design Possibilities
    6 projects | news.ycombinator.com | 2 Dec 2021
    If you're building a chip for a server, workstation, cellphone you'll want to adhere to the platform spec.

    RVA22[0] is the first one, and among other important things which go a long way to ease cross-vendor software compatibility, it does specify a set of extensions which are required.

    [0]: https://github.com/riscv/riscv-platform-specs/blob/main/risc...

  • New RISCV Specification
    1 project | /r/RISCV | 12 Aug 2021
    You’ll find the current RISC-V platform specification here.

What are some alternatives?

When comparing riscv-sbi-doc and riscv-platform-specs you can also consider the following projects:

riscv-bitmanip - Working draft of the proposed RISC-V Bitmanipulation extension

riscv-profiles - RISC-V Architecture Profiles

riscv-uefi

riscv-v-spec - Working draft of the proposed RISC-V V vector extension

nytm-spelling-bee - Generate anagram puzzles like Frank Longo's "Spelling Bee" as in New York Times Magazine

riscv-crypto - RISC-V cryptography extensions standardisation work.

vroom - VRoom! RISC-V CPU