xen/arm: handle reserved-memory in consider_modules and dt_unreserved_regions
authorStefano Stabellini <sstabellini@kernel.org>
Mon, 19 Aug 2019 17:43:36 +0000 (10:43 -0700)
committerJulien Grall <julien.grall@arm.com>
Tue, 20 Aug 2019 12:40:00 +0000 (13:40 +0100)
commit99cd953c531aee70e13060e6dfb1e078c47bd4e9
treea96fbf35f06129d546e5060433477100a477f623
parente91c0d4f41bb74ea28f7db92d2b427b2ce4595e5
xen/arm: handle reserved-memory in consider_modules and dt_unreserved_regions

reserved-memory regions overlap with memory nodes. The overlapping
memory is reserved-memory and should be handled accordingly:
consider_modules and dt_unreserved_regions should skip these regions the
same way they are already skipping mem-reserve regions.

Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/setup.c