nuttx/arch/risc-v
Ville Juven 31bb362aab risc-v: Fix kernel MMU mapping for L3 table
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.
2022-08-09 23:14:46 +08:00
..
include Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
src risc-v: Fix kernel MMU mapping for L3 table 2022-08-09 23:14:46 +08:00
Kconfig risc-v/esp32c3: Add support for Protected Mode 2022-05-18 11:43:52 +08:00