soc/intel/meteorlake: Hook up PAVP to Kconfig
Expose configuration of Intel PAVP (Protected Audio-Video Path, a digital rights protection/management (DRM) technology for multimedia content) to Kconfig. TEST=Able to boot Google/rex to ChromeOS. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: I416346995d744990054c8e0c839ada82c84b7550 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67423 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
7afa1bae2b
commit
4cc8a6ccce
|
@ -159,6 +159,7 @@ static void fill_fsps_igd_params(FSP_S_CONFIG *s_cfg,
|
|||
/* Check if IGD is present and fill Graphics init param accordingly */
|
||||
s_cfg->PeiGraphicsPeimInit = CONFIG(RUN_FSP_GOP) && is_devfn_enabled(PCI_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,
|
||||
|
|
Loading…
Reference in New Issue