intel / kernelflinger

BSD 2-Clause "Simplified" License
65 stars 67 forks source link

bm: trigger vmcall to activate VT-d in eVMM #124

Open YadongQi opened 2 years ago

YadongQi commented 2 years ago

Add new function trusty_late_init() which is called between ExitBootService() and kernel jumping. Currently, only activate_vtd_vmcall() is called in trusty_late_init().

Signed-off-by: Yadong Qi yadong.qi@intel.com