mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-13 12:59:45 +00:00
DM: Add long option to enable trusty
The trusty enabled or not will be passed to HV with create vm hypercall. It's passed to vSBL within config page also. Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -282,6 +282,7 @@ acrn_sw_load_vsbl(struct vmctx *ctx)
|
||||
*vsbl_entry = *((uint32_t *) vsbl_start_addr);
|
||||
|
||||
vsbl_para->boot_device_address = boot_blk_bdf;
|
||||
vsbl_para->trusty_enabled = trusty_enabled;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user