diff options
author | Subrata Banik <subratabanik@google.com> | 2022-09-07 09:48:28 -0700 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2022-09-08 16:42:05 +0000 |
commit | 4cc8a6cccef703b1dd1163664cef32419a4fdc51 (patch) | |
tree | 9f5ff5e7e47e249868a4acbfe67708a6cb432430 /src/soc/intel/meteorlake/fsp_params.c | |
parent | 7afa1bae2b8cf941ad9e8af38465030f9d1168a6 (diff) |
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>
Diffstat (limited to 'src/soc/intel/meteorlake/fsp_params.c')
-rw-r--r-- | src/soc/intel/meteorlake/fsp_params.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/fsp_params.c b/src/soc/intel/meteorlake/fsp_params.c index ff17a35a36..5a3da97655 100644 --- a/src/soc/intel/meteorlake/fsp_params.c +++ b/src/soc/intel/meteorlake/fsp_params.c @@ -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, |