Peichao Li has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37323 )
Change subject: [TEST-ONLY] Enable compliance mode for test ......................................................................
[TEST-ONLY] Enable compliance mode for test
BUG=None TEST=compliance mode test
Signed-off-by: Peichao Wang peichao.wang@bitland.corp-partner.google.com Change-Id: Ieb65c2062352ae12b3355381a14d8ab66677febe --- M src/soc/intel/cannonlake/fsp_params.c 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/37323/1
diff --git a/src/soc/intel/cannonlake/fsp_params.c b/src/soc/intel/cannonlake/fsp_params.c index 0713ef4..f533d04 100644 --- a/src/soc/intel/cannonlake/fsp_params.c +++ b/src/soc/intel/cannonlake/fsp_params.c @@ -218,6 +218,9 @@ ignore_gbe_ltr(); } } + + /* enable compliance mode */ + params->PchEnableComplianceMode = 1;
/* Audio */ params->PchHdaDspEnable = config->PchHdaDspEnable;