commit | b121cb85cf21244d672f417865c53fb9daf20359 | [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 | 3fab9dc4bca1fbbc14cc7ef86288e0b261298dd8 [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>