Lean Sheng Tan has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63304 )
Change subject: soc/intel/alderlake: Configure PAVP at compile-time ......................................................................
soc/intel/alderlake: Configure PAVP at compile-time
Expose configuration of Intel PAVP (Protected Audio-Video Path, a digital rights protection/management (DRM) technology for multimedia content) to Kconfig.
Signed-off-by: Lean Sheng Tan sheng.tan@9elements.com Change-Id: I5a364a9781642eb366e5e502a4ee69008c19bcd6 --- M src/soc/intel/alderlake/fsp_params.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/63304/1
diff --git a/src/soc/intel/alderlake/fsp_params.c b/src/soc/intel/alderlake/fsp_params.c index 70ceac5..742d99e 100644 --- a/src/soc/intel/alderlake/fsp_params.c +++ b/src/soc/intel/alderlake/fsp_params.c @@ -406,6 +406,7 @@ /* Check if IGD is present and fill Graphics init param accordingly */ s_cfg->PeiGraphicsPeimInit = CONFIG(RUN_FSP_GOP) && is_devfn_enabled(SA_DEVFN_IGD); s_cfg->LidStatus = CONFIG(RUN_FSP_GOP); + s_cfg->PavpEnable = CONFIG(PAVP); }
static void fill_fsps_tcss_params(FSP_S_CONFIG *s_cfg,