acrn-hypervisor/hypervisor/boot/sbl
Zide Chen cca87579f9 hv: remove the duplicated init_vm_boot_info() for partition mode
In terms of parsing multboot info, the differences between pre-launched VM
and SOS are minor:

- pre-launched VMs don't take bootargs from multiboot info.
- The kernel_load_addr is different between pre-launched VMs and SOS.

This patch removes the partition mode specific init_vm_boot_info(), and
handle SOS and pre-launched VMs differently in one single init_vm_boot_info().

Also, this makes ramdisk available for pre-launched VMs.

Tracked-On: #2587
Signed-off-by: Zide Chen <zide.chen@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2019-02-27 09:54:42 +08:00
..
abl_seed_parse.c hv: search additional argument when parsing seed from ABL 2019-02-26 18:38:45 +08:00
multiboot.c hv: remove the duplicated init_vm_boot_info() for partition mode 2019-02-27 09:54:42 +08:00
sbl_seed_parse.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00