This patch series registers Xen's load address as a boot module and
introduce virt_to_maddr(), and drops LINK_TO_LOAD() to use virt_to_maddr()
instead.
This patch series is based on the patch series: "device tree mapping" [1]
[1] https://lore.kernel.org/xen-devel/c1426b095aafcb3492edb679195342c4d0387626.camel@gmail.com/T/#t
Oleksii Kurochko (3):
xen/riscv: implement virt_to_maddr()
xen/riscv: switch LINK_TO_LOAD() to virt_to_maddr()
xen/riscv: register Xen's load address as a boot module
xen/arch/riscv/include/asm/config.h | 4 ++++
xen/arch/riscv/include/asm/mm.h | 15 ++++++++++++++-
xen/arch/riscv/mm.c | 9 ++++-----
xen/arch/riscv/setup.c | 10 ++++++++++
4 files changed, 32 insertions(+), 6 deletions(-)
--
2.46.1