Commit graph

4 commits

Author SHA1 Message Date
f9ea032b7d
Kernel/OpenSBI: Switched to stdint.h
Not sure when I started typing cstdint but for now I want to stick to
stdint.h
2022-07-31 21:32:11 -04:00
dd373fca85
OpenSBI: FunctionId in legacy extension, see previous commit 2022-01-23 22:52:02 -05:00
c24628ab2a
Formatting
It would be nice if I would stay consistent with namespace formatting

Maybe I should use a real linter or something...
2022-01-23 20:27:14 -05:00
464a61102e
OpenSBI memes
Added legacy extension

Fixed typing memes by just define a sbiword_t typedef

Renamed sbiret_t to SbiRet, I think i'll only use _t for typedefs

Added ecall() variant that takes no additional arguments

Moved opensbi includes to includes/opensbi/...

kernel.cpp uses the legacy extensions instead of raw ecalls

All legacy extension calls are marked as deprecated
2022-01-23 20:15:53 -05:00