efi/boot.c: add handle_file_info()
authorTrammell Hudson <hudson@trmm.net>
Fri, 2 Oct 2020 11:18:20 +0000 (07:18 -0400)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 9 Oct 2020 16:20:11 +0000 (17:20 +0100)
commit4dced5df761e36fa2561f6f0f6563b3580d95e7f
tree6385dc27122fae21c7d33e010ccbd8bb85309305
parent04be2c3a067899a3860fc2c7bc7a1599502ed1c5
efi/boot.c: add handle_file_info()

Add a separate function to display the address ranges used by
the files and call `efi_arch_handle_module()` on the modules.

Signed-off-by: Trammell Hudson <hudson@trmm.net>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/efi/boot.c