ldube opened a new pull request, #19494: URL: https://github.com/apache/nuttx/pull/19494
## Summary The common mips_cache.S only handles generic L1 cache operations and does not support L2 (secondary) cache operations required for the JZ4780 target. This commit introduces mti_cache.S to support both L1 and L2 cache operations. The mti_cache.S implementation is BSD licensed from Imagination Technologies. ## Impact ## Testing Tested "net" configuration on MIPS CI20 $ telnet 192.168.2.3 Trying 192.168.2.3... Connected to 192.168.2.3. Escape character is '^]'. NuttShell (NSH) NuttX-13.0.0 nsh> uname -a NuttX 13.0.0 8c115a1a70 Jul 20 2026 22:49:32 mips ci20 nsh> -- 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]
