pussuw opened a new pull request, #8787: URL: https://github.com/apache/nuttx/pull/8787
## Summary Provide a stripped down, native SBI version for NuttX. This is in no way supposed to be compatible with OpenSBI specification, nor does it implement almost any of the features required by the OpenSBI specification. This is provided as-is for faster integration of new RISC-V kernel mode targets. What does it handle then ? - Starts the system in M mode - Makes handover from M -> S mode NuttX - Machine timer access - Machine mode exceptions (just a trap, no logic here) ## Impact None, if not taken into use. If used, RISC-V kernel mode targets can be compiled natively from the NuttX tree, with obvious limitations regarding SBI functionality. ## Testing icicle:knsh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
