mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 12:35:48 +00:00
EDK Shell API is not standard API defined by UEFI spec. The gnu-efi below v3.0 doesn't support EDK Shell API (for example, GetShellArgcArgv), that leads to the hypervisor unable to boot up when the host machine is installed with old gnu-efi. Signed-off-by: Jack Ren <jack.ren@intel.com> Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>