From b60cf3d135c502334e8c9b4b940c53e86058f053 Mon Sep 17 00:00:00 2001 From: Dinesh Gehlot Date: Thu, 17 Aug 2023 11:04:32 +0530 Subject: vc/intel/fsp/mtl: Update header files from 3223.80 to 3292.83 Update header files for FSP for Meteor Lake platform to version 3292.83, previous version being 3223.80. The patch doesn't include any function changes, only a few comments and headers have been changed. BUG=b:295126631 TEST=Able to build and boot google/rex to ChromeOS. Change-Id: I27f88732bfafd4732ea39bf9c54e18341dd26cf9 Signed-off-by: Dinesh Gehlot Reviewed-on: https://review.coreboot.org/c/coreboot/+/77247 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Kapil Porwal --- src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspmUpd.h | 8 +++----- src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspsUpd.h | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspmUpd.h b/src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspmUpd.h index c0424c707678..52677b096c87 100644 --- a/src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspmUpd.h +++ b/src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspmUpd.h @@ -1445,16 +1445,14 @@ typedef struct { UINT16 IccLimit[6]; /** Offset 0x0766 - Enable/Disable VR FastVmode. The VR will initiate reactive protection if Fast Vmode is enabled. - Enable/Disable VR FastVmode; [0] for IA, [1] for GT, 0: Disable; 1: Enable. - [2] for SA, 0: Disable; 1: Enable. + Enable/Disable VR FastVmode; 0: Disable; 1: Enable. For all VR by domain 0: Disable, 1: Enable **/ UINT8 EnableFastVmode[6]; /** Offset 0x076C - Enable CEP - Enable/Disable CEP (Current Excursion Protection) Support. [0] for IA, [1] for GT, - 0: Disable; 1: Enable. [2] for SA, 0: Disable; 1: Enable. [3] through - [5] are Reserved. + Enable/Disable CEP (Current Excursion Protection) Support. 0: Disable; 1: Enable. + [0] for IA, [1] for GT, [2] for SA, [3] through [5] are Reserved. $EN_DIS **/ UINT8 CepEnable[6]; diff --git a/src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspsUpd.h b/src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspsUpd.h index e30f626b43f4..c7cb725820a7 100644 --- a/src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspsUpd.h +++ b/src/vendorcode/intel/fsp/fsp2_0/meteorlake/FspsUpd.h @@ -813,7 +813,7 @@ typedef struct { **/ UINT8 Reserved17; -/** Offset 0x04D0 - Pointer of ChipsetInit Binary +/** Offset 0x04D0 - Pointer to ChipsetInit Binary ChipsetInit Binary Pointer. **/ UINT32 ChipsetInitBinPtr; -- cgit v1.2.3