RISC-V memes
Find a file
Quantum b08ac4817c
OpenSBI: Added base extension
General notes:

For now im just going to leave all the responses as SbiRet but once I
decide how I want to handle returning errors I would like to return more
useful values.

In the cpp file I define a enum class "ExtensionId" with only one
member. For now the thought is that its descriptive and is consistent
with how the legacy extension is written. I'll also do the same thing
with FunctionId in the legacy extension after this commit for
consistency.
2022-01-23 22:40:21 -05:00
kernel OpenSBI: Added base extension 2022-01-23 22:40:21 -05:00
tools Build System: More better 2022-01-04 01:50:46 -05:00
.gitignore Initial Commit 2022-01-03 19:11:49 -05:00
meson.build Build System: More better 2022-01-04 01:50:46 -05:00
riscv.cross Initial Commit 2022-01-03 19:11:49 -05:00