pussuw commented on PR #8762: URL: https://github.com/apache/nuttx/pull/8762#issuecomment-1463558459
> > stripped down SBI for NuttX > > This sounds very interesting: integrating with the build system is nice and clean and interesting for us. If you are open to sharing this we are definitely interested. Ultimately our focus is just to get this working, so if we can leverage your experience and existing work that would be greatly appreciated. Sure I can provide what I have. I use the stripped version for debugging myself so it has been "somewhat" maintained. There are some issues that need to be fixed though, especially support for SMP mode needs patching. I will not be implementing any of this myself so if you decide to use it it is up to you to maintain. Keep in mind, that it is a VERY STRIPPED down version. The SBI host has many responsibilities like resolving and emulating instructions that are not implemented into the CPU itself, and this stripped version does none of that. I still _STRONGLY_ suggest using OpenSBI (or something similar) as it is a complete implementation, unless you are 100% sure you wont need its wide feature set. -- 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]
