nuttx/arch/risc-v
Ville Juven 9c725c4903 arch/risc-v: Simplify pmp_check_region_attrs sanity-checks
For TOR: Any size and 4-byte aligned address is required
For NA4: Only size 4 and 4-byte aligned address is good
For NAPOT: Minimum size is 8 bytes, minimum base alignment is 8 bytes,
           and size must be power-of-two aligned with base

This commit simplifies these checks and removes all the nonsense added
by a misunderstanding of how the MPFS / Polarfire SoC's PMP works.
2023-10-23 13:10:59 -03:00
..
include arch/risc-v: Add support for StarFive JH7110 SoC 2023-08-03 22:55:55 -07:00
src arch/risc-v: Simplify pmp_check_region_attrs sanity-checks 2023-10-23 13:10:59 -03:00
Kconfig arch/risc-v: Remove unnecessary PMP kconfig options 2023-10-23 13:10:59 -03:00