acrn-hypervisor/hypervisor/arch/x86/boot
Victor Sun 52f26cba8a hv: a few fixes for multiboot2 boot
- need to specify the load_addr in the multiboot2 address tag. GRUB needs
  it to correctly calculate the ACRN binary's load size if load_end_addr is
  a non-zero value.

- multiboot2 can be enabled if hypervisor relocation is disabled.

- print the name of the boot loader. This might be helpful if the boot
  loader, e.g. GRUB, inludes its version in the name string.

Tracked-On: #4441
Signed-off-by: Victor Sun <victor.sun@intel.com>
Signed-off-by: Zide Chen <zide.chen@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
2020-03-24 08:44:20 +08:00
..
cpu_primary.S hv: a few fixes for multiboot2 boot 2020-03-24 08:44:20 +08:00
cpu_save_boot_ctx.S hv: remove unused cpu_primary_save_32() 2020-03-06 08:27:46 +08:00
trampoline.S hv: Let trampoline execution use 1GB pages 2019-10-28 13:44:32 +08:00