xen/arm: domain_build: Prepare DTB/ACPI tables after specific mappings
authorJulien Grall <julien.grall@arm.com>
Tue, 27 Feb 2018 15:15:53 +0000 (15:15 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 2 Mar 2018 23:15:45 +0000 (15:15 -0800)
commit3559ac583beadd9325363e972d17f60693c20a7e
tree2f095cc92b0ac7263e90e016f30135053c8e0049
parent448c03b3cbe14873ee637755a29ea26ee7ca9ef9
xen/arm: domain_build: Prepare DTB/ACPI tables after specific mappings

A follow-up patch will require to have all interrupts routed to the
hardware registered before calling prepare_dtb/prepare_acpi.

At the moment, it is not necessary to call platform specific mappings
(gic and platform) after, so it is fine to move them.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/domain_build.c