acrn-hypervisor/hypervisor/arch/x86/seed
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
..
seed_abl.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
seed_abl.h hv: refactor seed management 2019-03-14 10:38:17 +08:00
seed_sbl.c hv: delay enabling SMEP/SMAP until the end of PCPU initialization 2019-06-10 11:35:15 +08:00
seed_sbl.h hv: refactor seed management 2019-03-14 10:38:17 +08:00
seed.c HV: init and sanitize acrn multiboot info 2020-02-26 09:24:16 +08:00