Nick Vaccaro has submitted this change. ( https://review.coreboot.org/c/coreboot/+/72693 )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: vendorcode/intel/fsp: Expose DisableDynamicTccoldHandshake ......................................................................
vendorcode/intel/fsp: Expose DisableDynamicTccoldHandshake
Expose DisableDynamicTccoldHandshake in header so that coreboot can disable it.
BUG=b:221461379 BRANCH=firmware-brya-14505.B TEST=Boot to OS, check UPD value in debug FSP build.
Signed-off-by: Bora Guvendik bora.guvendik@intel.com Change-Id: I0d953f37a2f0dac58fd339e3fe0dc847d5e6d892 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72693 Reviewed-by: Nick Vaccaro nvaccaro@google.com Reviewed-by: Jérémy Compostella jeremy.compostella@intel.com Reviewed-by: Eric Lai eric_lai@quanta.corp-partner.google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/vendorcode/intel/fsp/fsp2_0/raptorlake/FspmUpd.h 1 file changed, 26 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Bora Guvendik: Looks good to me, but someone else must approve Nick Vaccaro: Looks good to me, approved Eric Lai: Looks good to me, approved Jérémy Compostella: Looks good to me, but someone else must approve
diff --git a/src/vendorcode/intel/fsp/fsp2_0/raptorlake/FspmUpd.h b/src/vendorcode/intel/fsp/fsp2_0/raptorlake/FspmUpd.h index a3d7ce8..b8bad65 100644 --- a/src/vendorcode/intel/fsp/fsp2_0/raptorlake/FspmUpd.h +++ b/src/vendorcode/intel/fsp/fsp2_0/raptorlake/FspmUpd.h @@ -407,9 +407,11 @@ **/ UINT8 PchHdaAudioLinkDmicClockSelect[2];
-/** Offset 0x019A - Reserved +/** Offset 0x019A - Disable Tccold Handshake + Disable Tccold Handshake. <b>0: Do Nothing;</b> 1: Disable + $EN_DIS **/ - UINT8 Reserved1; + UINT8 DisableDynamicTccoldHandshake;
/** Offset 0x019B - Reserved **/