soc/intel/cannonlake: Hook up the VT-d setting to option API
Hook up the VT-d setting to the option API, so it can be changed at runtime without recompilation. Change-Id: Iaddaf56563bd5916bc27d99171af48bf46127052 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87399 Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
This commit is contained in:
parent
7f8d1f2086
commit
ad704e0500
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ void platform_fsp_memory_init_params_cb(FSPM_UPD *mupd, uint32_t version)
|
|||
m_cfg->PlatformDebugConsent = CONFIG_SOC_INTEL_COMMON_DEBUG_CONSENT;
|
||||
|
||||
/* Configure VT-d */
|
||||
tconfig->VtdDisable = 0;
|
||||
tconfig->VtdDisable = !get_uint_option("vtd", 1);
|
||||
|
||||
/* Set HECI1 PCI BAR address */
|
||||
m_cfg->Heci1BarAddress = HECI1_BASE_ADDRESS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue