eenurkka opened a new pull request #5287: URL: https://github.com/apache/incubator-nuttx/pull/5287
## Summary PR #5264 fails due to OpenSBI dependency to riscv_internal.h. There's been efforts to use OPENSBI_EXTERNAL_SBI_TYPES, but then many NuttX header files would need to be collected to form such an entry. Updating it would be pointless, as OpenSBI is rather seen as a separate entity. We'd like to have less dependency to any OpenSBI headers. The unfortunate file mpfs_opensbi.c is in the middle of both: it needs some NuttX headers but also some OpenSBI headers. Also remove unnecessary uart1 reset on a separate patch. ## Impact No impact, PR #5264 will pass ## Testing Polarfire Icicle board -- 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]
