commit | 26685a91f03a740d32821ae14197852fb3a6c790 | [log] [tgz] |
---|---|---|
author | Yu-Chien Peter Lin <peter.lin@sifive.com> | Sat Mar 15 02:09:43 2025 -0700 |
committer | Jerome Forissier <jerome@forissier.org> | Thu May 22 07:44:03 2025 +0200 |
tree | 8bf2e8efe8a4833a5ba0bcb0e11ea6232d867e87 | |
parent | 16ea03670895b2cfe284af9743871fe292ceeab9 [diff] |
core: mm: factor out virtual address range validation to arch code Move virtual address range validation into architecture-specific code since different architectures have different constraints on valid VA ranges: - For ARM, addresses must be within the VA width supported by the MMU - For RISC-V, additional checks are needed on RV64 to ensure addresses are canonically valid Signed-off-by: Yu-Chien Peter Lin <peter.lin@sifive.com> Reviewed-by: Alvin Chang <alvinga@andestech.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers