You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/08/09 10:17:28 UTC

[GitHub] [incubator-nuttx] pussuw opened a new pull request, #6817: risc-v: Fix kernel MMU mapping for L3 table

pussuw opened a new pull request, #6817:
URL: https://github.com/apache/incubator-nuttx/pull/6817

   The L3 table address was calculated incorrectly. For every 2MiB of
   mapped memory, an offset of 4KiB is needed from the base of the L3
   table. The old calculation failed if paddr was not aligned to a 2MiB
   boundary.
   
   ## Summary
   Fixes issue with L3 mappings
   ## Impact
   For CONFIG_BUILD_KERNEL=y only
   ## Testing
   icicle:knsh
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6817: risc-v: Fix kernel MMU mapping for L3 table

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #6817:
URL: https://github.com/apache/incubator-nuttx/pull/6817


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org