hujun260 opened a new pull request, #17317: URL: https://github.com/apache/nuttx/pull/17317
## Summary 1. up_irq_save should not mask fiq if CONFIG_ARCH_HIPRI_INTERRUPT=y 2. up_irq_save should mask fiq if CONFIG_ARCH_TRUSTZONE_SECURE=y 3. up_irq_save should mask irq if CONFIG_ARCH_TRUSTZONE_SECURE=n 4. add up_secure_irq in arm64 5. add ARCH_HAVE_TRUSTZONE support for ARCH_CORTEX_R82 ## Impact arm/arm64 fiq ## Testing test with ./tools/configure.sh -l qemu-armv8a:nsh ostest user_main: vfork() test vfork_test: Child 85 ran successfully Final memory usage: VARIABLE BEFORE AFTER ======== ======== ======== arena https://github.com/apache/nuttx/commit/7c210006af5c62e58f253abaa9fc24a05ffb3a99 https://github.com/apache/nuttx/commit/7c210006af5c62e58f253abaa9fc24a05ffb3a99 ordblks 2 5 mxordblk https://github.com/apache/nuttx/commit/7c16fb8424c4a27ccd67b9fdc6235069b6c50d5e https://github.com/apache/nuttx/commit/7c12c78f55321ddc70f92226ffb0be49b6a398e6 uordblks a018 c150 fordblks 7c16fe8 7c14eb0 user_main: Exiting ostest_main: Exiting with status 0 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]
