acrn-hypervisor/hypervisor/boot/include/guest
Victor Sun c74b1941a0 HV: split sanitize_multiboot_info api
Previously sanitize_multiboot_info() was called after init_debug_pre() because
the debug message can only print after uart is initialized. On the other hand,
multiboot cmdline need to be parsed before init_debug_pre() because the cmdline
could override uart settings and make sure debug message printed successfully.
This cause multiboot info was parsed in two stages.

The patch revise the multiboot parse logic that split sanitize_multiboot_info()
api and use init_acrn_multiboot_info() api for the early stage. The most of
multiboot info will be initialized during this stage and no debug message need
to be printed. After uart is initialized, the sanitize_multiboot_info() would
do sanitize multiboot info and print needed debug messages.

Tracked-On: #4885

Signed-off-by: Victor Sun <victor.sun@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-06-08 13:30:04 +08:00
..
deprivilege_boot.h reshuffle init_vm_boot_info 2019-05-20 18:49:59 +08:00
direct_boot.h reshuffle init_vm_boot_info 2019-05-20 18:49:59 +08:00
vboot_info.h reshuffle init_vm_boot_info 2019-05-20 18:49:59 +08:00
vboot.h HV: split sanitize_multiboot_info api 2020-06-08 13:30:04 +08:00