mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-07 21:03:19 +00:00
vsbl layout has been changed. Previously, vsbl start from 64bit mode. This patch changes the vsbl load code according to the layout change of vSBL. The new vsbl binary added reset vector support. It will start from reset vector in real mode. Signed-off-by: Binbin Wu <binbin.wu@intel.com> Reviewed-by: Kevin Tian <kevin.tian@intel.com> Acked-by: Xu, Anthony <anthony.xu@intel.com>