[PATCH v1 0/3] Register Xen's load address as a boot module

Oleksii Kurochko posted 3 patches 5 days, 5 hours ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[PATCH v1 0/3] Register Xen's load address as a boot module
Posted by Oleksii Kurochko 5 days, 5 hours ago
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