zyfeier opened a new pull request, #9330:
URL: https://github.com/apache/nuttx/pull/9330

   ## Summary
   
   The compiler will optimize boot_early_memset to memset, but memset in libc 
cannot be used before MMU is enabled. Therefore, assembly language is used to 
implement the initialization of bss to avoid this problem.
   
   ## Impact
   
   arm64 boot
   
   ## Testing
   
   fvp-v8r and qemu-armv8a ostest


-- 
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]

Reply via email to