commit | 8dd193bc16246f66d3f709dfa21f3daf8241b85f | [log] [tgz] |
---|---|---|
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | Tue Jun 18 14:56:03 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 04 16:08:37 2024 -0600 |
tree | 724b9c12ee1fd91e2f61040d84e0757598639f20 | |
parent | e8461f4a41831ff3ec28014b85c552632bda0032 [diff] |
xtensa: Implement phys virt conversion for PTP_MMU For PTP_MMU our physical address is not directly mapped into virtual address space, we need to access physical memory from those fixed map segments. Implement phys_to_virt and virt_to_phys hook to reflect this setting. Tested-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>