soc/intel/tigerlake: Add display related UPD configs for Jasper Lake
TEST=Build dedede board Change-Id: I942a7036bf627b3d8262756e5e2026dcb0949dd5 Signed-off-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39131 Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: V Sowmya <v.sowmya@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
dba6c4cfc0
commit
b7fb24677c
|
@ -87,6 +87,13 @@ static void soc_memory_init_params(FSP_M_CONFIG *m_cfg,
|
|||
|
||||
m_cfg->SerialIoUartDebugControllerNumber = CONFIG_UART_FOR_CONSOLE;
|
||||
|
||||
/* Display */
|
||||
m_cfg->DdiPortAConfig = config->DdiPortAConfig;
|
||||
m_cfg->DdiPortBHpd = config->DdiPortBHpd;
|
||||
m_cfg->DdiPortCHpd = config->DdiPortCHpd;
|
||||
m_cfg->DdiPortBDdc = config->DdiPortBDdc;
|
||||
m_cfg->DdiPortCDdc = config->DdiPortCDdc;
|
||||
|
||||
/* Audio */
|
||||
m_cfg->PchHdaEnable = pcidev_path_on_root(PCH_DEVFN_HDA) ? dev->enabled : 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue