xen/arm: setup: Add Xen as boot module before printing all boot modules
authorJulien Grall <julien.grall@arm.com>
Mon, 12 Aug 2019 11:23:43 +0000 (12:23 +0100)
committerJulien Grall <julien.grall@arm.com>
Wed, 14 Aug 2019 12:40:41 +0000 (13:40 +0100)
commit48fb2a9deba11ee48dde21c5c1aa93b4d4e1043b
tree0c8d1400898833e2874e73c8c785fcc292dce959
parente5368348d33be8cc476433489e362834a47e4dcf
xen/arm: setup: Add Xen as boot module before printing all boot modules

Since commit f60658c6ae "xen/arm: Stop relocating Xen", the position of
Xen in memory is not printed anymore. This can make difficult to debug
early code.

As Xen is not relocated anymore, we can add Xen as boot module before
calling boot_fdt_info(). With that, the function will print Xen module
information along with all the other modules.

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