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:
Yin Fengwei
2018-04-02 22:22:01 +08:00
committed by Jack Ren
parent 731c0d41f9
commit f1e801dfeb
4 changed files with 13 additions and 2 deletions

View File

@@ -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;
}