xen/arm: Updates for extended regions support
authorOleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Wed, 6 Oct 2021 11:22:26 +0000 (14:22 +0300)
committerStefano Stabellini <stefano.stabellini@xilinx.com>
Thu, 7 Oct 2021 20:02:53 +0000 (13:02 -0700)
commit1d345539c0e3654025fc00187bf633fda6ea9a43
tree5279bc71b3845fb9221ec58086350d4357cbb698
parent2075b410ee8087662c880213c3aca196fb7ade22
xen/arm: Updates for extended regions support

This is a follow-up of
"b6fe410 xen/arm: Add handling of extended regions for Dom0"

Add various in-code comments, update Xen hypervisor device tree
bindings text, change the log level for some prints and clarify
format specifier, reuse dt_for_each_range() to avoid open-coding
in find_memory_holes().

Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
[stefano: fix typos]
Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
docs/misc/arm/device-tree/guest.txt
xen/arch/arm/domain_build.c