acrn-hypervisor/hypervisor/boot/include
Victor Sun 19ffaa50dc HV: init and sanitize acrn multiboot info
Initialize and sanitize a acrn specific multiboot info struct with current
supported multiboot1 in very early boot stage, which would bring below
benifits:

- don't need to do hpa2hva convention every time when refering boot_regs;

- panic early if failed to sanitize multiboot info, so that don't need to
  check multiboot info pointer/flags and panic in later boot process;

- keep most code unchanged when introduce multiboot2 support in future;

Tracked-On: #4419

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-02-26 09:24:16 +08:00
..
guest HV: init and sanitize acrn multiboot info 2020-02-26 09:24:16 +08:00
acpi.h HV: rename CONFIG_MAX_PCPU_NUM to MAX_PCPU_NUM 2019-12-12 13:49:28 +08:00
boot.h HV: init and sanitize acrn multiboot info 2020-02-26 09:24:16 +08:00
multiboot.h HV: re-arch boot component header 2020-02-26 09:24:16 +08:00
reloc.h hv:Move severl variable declaration for boot code 2019-01-25 21:32:21 +08:00