acrn-hypervisor/hypervisor/boot/guest
Victor Sun f44fb6856b HV: init VM bootargs only for LaaG
Currently the VM bootargs load address is hard-coded at 8KB right before
kernel load address, this should work for Linux guest kernel only. Linux
kernel bzImage boot protocol guarantees its load address to be high than
GPA 8K so the address would never be overflowed, other OS like Zephyr
has no such assumption.

Tracked-On: #5689

Signed-off-by: Victor Sun <victor.sun@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2021-02-09 08:59:01 +08:00
..
vboot_info.c HV: init VM bootargs only for LaaG 2021-02-09 08:59:01 +08:00