vendorcode/intel/fsp/fsp2_0/cnl: Update FSP header files for Cannonlake

Update FSP header files for Cannonlake platform.

Change-Id: I7f1a1f61c32510062a440c14a897e95bed7a9718
Signed-off-by: John Zhao <john.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31889
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
This commit is contained in:
John Zhao
2019-03-13 10:58:01 -07:00
committed by Patrick Georgi
parent 9330b25b6f
commit e1498c3803
4 changed files with 267 additions and 156 deletions

View File

@ -1,6 +1,6 @@
/** @file /** @file
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
Redistribution and use in source and binary forms, with or without modification, Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met: are permitted provided that the following conditions are met:

View File

@ -1,6 +1,6 @@
/** @file /** @file
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
Redistribution and use in source and binary forms, with or without modification, Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met: are permitted provided that the following conditions are met:
@ -182,15 +182,9 @@ typedef struct {
**/ **/
UINT8 ProbelessTrace; UINT8 ProbelessTrace;
/** Offset 0x00A3 - GDXC IOT SIZE /** Offset 0x00A3
Size of IOT and MOT is in 8 MB chunks
**/ **/
UINT8 GdxcIotSize; UINT8 UnusedUpdSpace0[2];
/** Offset 0x00A4 - GDXC MOT SIZE
Size of IOT and MOT is in 8 MB chunks
**/
UINT8 GdxcMotSize;
/** Offset 0x00A5 - Enable SMBus /** Offset 0x00A5 - Enable SMBus
Enable/disable SMBus controller. Enable/disable SMBus controller.
@ -250,7 +244,9 @@ typedef struct {
/** Offset 0x00B8 - Internal Graphics Pre-allocated Memory /** Offset 0x00B8 - Internal Graphics Pre-allocated Memory
Size of memory preallocated for internal graphics. Size of memory preallocated for internal graphics.
0x00:0 MB, 0x01:32 MB, 0x02:64 MB 0x00:0MB, 0x01:32MB, 0x02:64MB, 0xF0:4MB, 0xF1:8MB, 0xF2:12MB, 0xF3:16MB, 0xF4:20MB,
0xF5:24MB, 0xF6:28MB, 0xF7:32MB, 0xF8:36MB, 0xF9:40MB, 0xFA:44MB, 0xFB:48MB, 0xFC:52MB,
0xFD:56MB, 0xFE:60MB
**/ **/
UINT8 IgdDvmt50PreAlloc; UINT8 IgdDvmt50PreAlloc;
@ -276,14 +272,14 @@ typedef struct {
/** Offset 0x00BC - SA GV /** Offset 0x00BC - SA GV
System Agent dynamic frequency support and when enabled memory will be training System Agent dynamic frequency support and when enabled memory will be training
at two different frequencies. Only effects ULX/ULT CPUs. 0=Disabled, 1=FixedLow, at two different frequencies. Only effects ULX/ULT CPUs. 0=Disabled, 1=FixedLow,
2=FixedHigh, and 3=Enabled. 2=FixedMid, 3=FixedHigh, and 4=Enabled.
0:Disabled, 1:FixedLow, 2:FixedHigh, 3:Enabled 0:Disabled, 1:FixedLow, 2:FixedMid, 3:FixedHigh, 4:Enabled
**/ **/
UINT8 SaGv; UINT8 SaGv;
/** Offset 0x00BD /** Offset 0x00BD
**/ **/
UINT8 UnusedUpdSpace0; UINT8 UnusedUpdSpace1;
/** Offset 0x00BE - DDR Frequency Limit /** Offset 0x00BE - DDR Frequency Limit
Maximum Memory Frequency Selections in Mhz. Valid values should match the refclk, Maximum Memory Frequency Selections in Mhz. Valid values should match the refclk,
@ -331,9 +327,16 @@ typedef struct {
**/ **/
UINT8 ScramblerSupport; UINT8 ScramblerSupport;
/** Offset 0x00C8 /** Offset 0x00C8 - Skip Multi-Processor Initialization
When this is skipped, boot loader must initialize processors before SilicionInit
API. </b>0: Initialize; <b>1: Skip
$EN_DIS
**/ **/
UINT8 UnusedUpdSpace1[16]; UINT8 SkipMpInit;
/** Offset 0x00C9
**/
UINT8 UnusedUpdSpace2[15];
/** Offset 0x00D8 - SPD Profile Selected /** Offset 0x00D8 - SPD Profile Selected
Select DIMM timing profile. Options are 0=Default profile, 1=Custom profile, 2=XMP Select DIMM timing profile. Options are 0=Default profile, 1=Custom profile, 2=XMP
@ -479,7 +482,9 @@ typedef struct {
UINT8 CpuTraceHubMemReg1Size; UINT8 CpuTraceHubMemReg1Size;
/** Offset 0x00F6 - Enable or Disable Peci C10 Reset command /** Offset 0x00F6 - Enable or Disable Peci C10 Reset command
Enable or Disable Peci C10 Reset command; <b>0: Disable;</b> 1: Enable. Enable or Disable Peci C10 Reset command. If Enabled, BIOS will send the CPU message
to disable peci reset on C10 exit. The default value is <b>0: Disable</b> for CNL,
and <b>1: Enable</b> for all other CPU's
$EN_DIS $EN_DIS
**/ **/
UINT8 PeciC10Reset; UINT8 PeciC10Reset;
@ -492,7 +497,7 @@ typedef struct {
/** Offset 0x00F8 /** Offset 0x00F8
**/ **/
UINT8 UnusedUpdSpace2[4]; UINT8 UnusedUpdSpace3[4];
/** Offset 0x00FC - Enable Intel HD Audio (Azalia) /** Offset 0x00FC - Enable Intel HD Audio (Azalia)
0: Disable, 1: Enable (Default) Azalia controller 0: Disable, 1: Enable (Default) Azalia controller
@ -514,7 +519,7 @@ typedef struct {
/** Offset 0x00FF /** Offset 0x00FF
**/ **/
UINT8 UnusedUpdSpace3; UINT8 UnusedUpdSpace4;
/** Offset 0x0100 - HECI1 BAR address /** Offset 0x0100 - HECI1 BAR address
BAR address of HECI1 BAR address of HECI1
@ -685,7 +690,7 @@ typedef struct {
/** Offset 0x0125 /** Offset 0x0125
**/ **/
UINT8 UnusedUpdSpace4[3]; UINT8 UnusedUpdSpace5[3];
/** Offset 0x0128 - DMI Gen3 Root port preset values per lane /** Offset 0x0128 - DMI Gen3 Root port preset values per lane
Used for programming DMI Gen3 preset values per lane. Range: 0-9, 8 is default for each lane Used for programming DMI Gen3 preset values per lane. Range: 0-9, 8 is default for each lane
@ -724,7 +729,7 @@ typedef struct {
/** Offset 0x0146 /** Offset 0x0146
**/ **/
UINT8 UnusedUpdSpace5[2]; UINT8 UnusedUpdSpace6[2];
/** Offset 0x0148 - PEG Gen3 RxCTLEp per-Bundle control /** Offset 0x0148 - PEG Gen3 RxCTLEp per-Bundle control
Range: 0-15, 12 is default for each bundle, must be specified based upon platform design Range: 0-15, 12 is default for each bundle, must be specified based upon platform design
@ -949,7 +954,7 @@ typedef struct {
/** Offset 0x0205 - Maximum Core Turbo Ratio Override /** Offset 0x0205 - Maximum Core Turbo Ratio Override
Maximum core turbo ratio override allows to increase CPU core frequency beyond the Maximum core turbo ratio override allows to increase CPU core frequency beyond the
fused max turbo ratio limit. <b>0: Hardware defaults.</b> Range: 0-83 fused max turbo ratio limit. <b>0: Hardware defaults.</b> Range: 0-255
**/ **/
UINT8 CoreMaxOcRatio; UINT8 CoreMaxOcRatio;
@ -959,13 +964,15 @@ typedef struct {
**/ **/
UINT8 CoreVoltageMode; UINT8 CoreVoltageMode;
/** Offset 0x0207 /** Offset 0x0207 - Program Cache Attributes
Program Cache Attributes; <b>0: Program</b>; 1: Disable Program.
$EN_DIS
**/ **/
UINT8 UnusedUpdSpace6; UINT8 DisableMtrrProgram;
/** Offset 0x0208 - Maximum clr turbo ratio override /** Offset 0x0208 - Maximum clr turbo ratio override
Maximum clr turbo ratio override allows to increase CPU clr frequency beyond the Maximum clr turbo ratio override allows to increase CPU clr frequency beyond the
fused max turbo ratio limit. <b>0: Hardware defaults.</b> Range: 0-83 fused max turbo ratio limit. <b>0: Hardware defaults.</b> Range: 0-255
**/ **/
UINT8 RingMaxOcRatio; UINT8 RingMaxOcRatio;
@ -1114,9 +1121,13 @@ typedef struct {
**/ **/
UINT8 Txt; UINT8 Txt;
/** Offset 0x0227 /** Offset 0x0227 - DpSscMarginEnable TYPE:{Combo
Enable/Disable. 0: Disable, Use default DisplayPort SSC modulation range 0.5% down
spread, 1: Enable DisplayPort SSC range reduction. Note this should only be used
on systems that exceeds allowed SSC modulation range as defined in VESA's spec
$EN_DIS
**/ **/
UINT8 UnusedUpdSpace8; UINT8 DpSscMarginEnable;
/** Offset 0x0228 - PrmrrSize /** Offset 0x0228 - PrmrrSize
0=Invalid, 32MB=0x2000000, 64MB=0x4000000, 128MB=0x8000000, 256MB=0x10000000 0=Invalid, 32MB=0x2000000, 64MB=0x4000000, 128MB=0x8000000, 256MB=0x10000000
@ -1182,7 +1193,12 @@ typedef struct {
Reserved for Security Pre-Mem Reserved for Security Pre-Mem
$EN_DIS $EN_DIS
**/ **/
UINT8 ReservedSecurityPreMem[15]; UINT8 ReservedSecurityPreMem[3];
/** Offset 0x0264 - Base addresses for VT-d function MMIO access
Base addresses for VT-d MMIO access per VT-d engine
**/
UINT32 VtdBaseAddress[3];
/** Offset 0x0270 - Enable PCH HSIO PCIE Rx Set Ctle /** Offset 0x0270 - Enable PCH HSIO PCIE Rx Set Ctle
Enable PCH PCIe Gen 3 Set CTLE Value. Enable PCH PCIe Gen 3 Set CTLE Value.
@ -1861,12 +1877,12 @@ typedef struct {
UINT8 RhActProbability; UINT8 RhActProbability;
/** Offset 0x04C1 - RAPL PL 2 WindowX /** Offset 0x04C1 - RAPL PL 2 WindowX
Power PL 2 time window X value, (1/1024)*(1+(x/4))*(2^y) (0=Def) Power PL 2 time window X value, (1/1024)*(1+(x/4))*(2^y) (1=Def)
**/ **/
UINT8 RaplLim2WindX; UINT8 RaplLim2WindX;
/** Offset 0x04C2 - RAPL PL 2 WindowY /** Offset 0x04C2 - RAPL PL 2 WindowY
Power PL 2 time window Y value, (1/1024)*(1+(x/4))*(2^y) (0=Def) Power PL 2 time window Y value, (1/1024)*(1+(x/4))*(2^y) (1=Def)
**/ **/
UINT8 RaplLim2WindY; UINT8 RaplLim2WindY;
@ -1881,52 +1897,52 @@ typedef struct {
UINT8 RaplLim1WindY; UINT8 RaplLim1WindY;
/** Offset 0x04C5 - RAPL PL 2 Power /** Offset 0x04C5 - RAPL PL 2 Power
range[0;2^14-1]= [2047.875;0]in W, (224= Def) range[0;2^14-1]= [2047.875;0]in W, (222= Def)
**/ **/
UINT16 RaplLim2Pwr; UINT16 RaplLim2Pwr;
/** Offset 0x04C7 - RAPL PL 1 Power /** Offset 0x04C7 - RAPL PL 1 Power
range[0;2^14-1]= [2047.875;0]in W, (224= Def) range[0;2^14-1]= [2047.875;0]in W, (0= Def)
**/ **/
UINT16 RaplLim1Pwr; UINT16 RaplLim1Pwr;
/** Offset 0x04C9 - Warm Threshold Ch0 Dimm0 /** Offset 0x04C9 - Warm Threshold Ch0 Dimm0
range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Fefault is 255 range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Default is 255
**/ **/
UINT8 WarmThresholdCh0Dimm0; UINT8 WarmThresholdCh0Dimm0;
/** Offset 0x04CA - Warm Threshold Ch0 Dimm1 /** Offset 0x04CA - Warm Threshold Ch0 Dimm1
range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Fefault is 255 range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Default is 255
**/ **/
UINT8 WarmThresholdCh0Dimm1; UINT8 WarmThresholdCh0Dimm1;
/** Offset 0x04CB - Warm Threshold Ch1 Dimm0 /** Offset 0x04CB - Warm Threshold Ch1 Dimm0
range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Fefault is 255 range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Default is 255
**/ **/
UINT8 WarmThresholdCh1Dimm0; UINT8 WarmThresholdCh1Dimm0;
/** Offset 0x04CC - Warm Threshold Ch1 Dimm1 /** Offset 0x04CC - Warm Threshold Ch1 Dimm1
range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Fefault is 255 range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Default is 255
**/ **/
UINT8 WarmThresholdCh1Dimm1; UINT8 WarmThresholdCh1Dimm1;
/** Offset 0x04CD - Hot Threshold Ch0 Dimm0 /** Offset 0x04CD - Hot Threshold Ch0 Dimm0
range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Fefault is 255 range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Default is 255
**/ **/
UINT8 HotThresholdCh0Dimm0; UINT8 HotThresholdCh0Dimm0;
/** Offset 0x04CE - Hot Threshold Ch0 Dimm1 /** Offset 0x04CE - Hot Threshold Ch0 Dimm1
range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Fefault is 255 range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Default is 255
**/ **/
UINT8 HotThresholdCh0Dimm1; UINT8 HotThresholdCh0Dimm1;
/** Offset 0x04CF - Hot Threshold Ch1 Dimm0 /** Offset 0x04CF - Hot Threshold Ch1 Dimm0
range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Fefault is 255 range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Default is 255
**/ **/
UINT8 HotThresholdCh1Dimm0; UINT8 HotThresholdCh1Dimm0;
/** Offset 0x04D0 - Hot Threshold Ch1 Dimm1 /** Offset 0x04D0 - Hot Threshold Ch1 Dimm1
range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Fefault is 255 range[255;0]=[31.875;0] in W for OLTM, [127.5;0] in C for CLTM. Default is 255
**/ **/
UINT8 HotThresholdCh1Dimm1; UINT8 HotThresholdCh1Dimm1;
@ -2072,7 +2088,7 @@ typedef struct {
/** Offset 0x04ED - Throttler CKEMin Timer /** Offset 0x04ED - Throttler CKEMin Timer
Timer value for CKEMin, range[255;0]. Req'd min of SC_ROUND_T + BYTE_LENGTH (4). Timer value for CKEMin, range[255;0]. Req'd min of SC_ROUND_T + BYTE_LENGTH (4).
Dfault is 0x30 Default is 0x30
**/ **/
UINT8 ThrtCkeMinTmr; UINT8 ThrtCkeMinTmr;
@ -2279,18 +2295,22 @@ typedef struct {
**/ **/
UINT8 EnBER; UINT8 EnBER;
/** Offset 0x050F - Dual Dimm Per-Channel Board Type /** Offset 0x050F - PEG IMR support
Option to indicate if Board Layout includes One/Two DIMMs per channel. This is used This option configures the IMR support for PEG.(def=Disable)
to limit maximum frequency for some SKUs.
0:1DPC, 1:2DPC
**/
UINT8 DualDimmPerChannelBoardType;
/** Offset 0x0510 - CFL Reserved
Reserved FspmConfig CFL
$EN_DIS $EN_DIS
**/ **/
UINT8 ReservedFspmUpdCfl[3]; UINT8 PegImrEnable;
/** Offset 0x0510 - PEG IMR size
The size of IMR to be allocated for PEG EndPoint device.PegImrSize can vary from
0 to 1024 MB in steps of 2 power N where N = 0 to 10
**/
UINT16 PegImrSize;
/** Offset 0x0512 - PEG Root Port Selection
The Root Port for which the IMR to be allocated
**/
UINT8 PegImrRpSelection;
/** Offset 0x0513 - Memory Test on Warm Boot /** Offset 0x0513 - Memory Test on Warm Boot
Run Base Memory Test on Warm Boot Run Base Memory Test on Warm Boot
@ -2298,9 +2318,27 @@ typedef struct {
**/ **/
UINT8 MemTestOnWarmBoot; UINT8 MemTestOnWarmBoot;
/** Offset 0x0514 /** Offset 0x0514 - Throttler CKEMin Timer - LPDDR
Timer value for CKEMin (For LPDDR Only), range[255;0]. Req'd min of SC_ROUND_T +
BYTE_LENGTH (4). Default is 0x40
**/ **/
UINT8 ReservedFspmUpd[11]; UINT8 ThrtCkeMinTmrLpddr;
/** Offset 0x0515 - State of X2APIC_OPT_OUT bit in the DMAR table
0=Disable/Clear, 1=Enable/Set
$EN_DIS
**/
UINT8 X2ApicOptOut;
/** Offset 0x0516 - MRC Force training on Warm
Enables/Disable the MRC training on warm boot
$EN_DIS
**/
UINT8 MrcTrainOnWarm;
/** Offset 0x0517
**/
UINT8 ReservedFspmUpd[8];
} FSP_M_CONFIG; } FSP_M_CONFIG;
/** Fsp M Test Configuration /** Fsp M Test Configuration
@ -2525,7 +2563,7 @@ typedef struct {
/** Offset 0x0579 /** Offset 0x0579
**/ **/
UINT8 UnusedUpdSpace9; UINT8 UnusedUpdSpace8;
/** Offset 0x057A - Jitter Dwell Time for PCIe Gen3 Software Equalization /** Offset 0x057A - Jitter Dwell Time for PCIe Gen3 Software Equalization
Range: 0-65535, default is 1000. @warning Do not change from the default Range: 0-65535, default is 1000. @warning Do not change from the default
@ -2560,11 +2598,24 @@ typedef struct {
**/ **/
UINT8 BdatTestType; UINT8 BdatTestType;
/** Offset 0x0584 - SaPreMemTestRsvd /** Offset 0x0584 - Disable VT-d
0=Enable/FALSE(VT-d enabled), 1=Disable/TRUE (VT-d disabled)
$EN_DIS
**/
UINT8 VtdDisable;
/** Offset 0x0585 - Delta T12 Power Cycle Delay required in ms
Select the value for delay required. 0(Default)= No delay, 0xFFFF = Auto calculate
T12 Delay to max 500ms
0 : No Delay, 0xFFFF : Auto Calulate T12 Delay
**/
UINT16 DeltaT12PowerCycleDelayPreMem;
/** Offset 0x0587 - SaPreMemTestRsvd
Reserved for SA Pre-Mem Test Reserved for SA Pre-Mem Test
$EN_DIS $EN_DIS
**/ **/
UINT8 SaPreMemTestRsvd[12]; UINT8 SaPreMemTestRsvd[9];
/** Offset 0x0590 - TotalFlashSize /** Offset 0x0590 - TotalFlashSize
Enable/Disable. 0: Disable, define default value of TotalFlashSize , 1: enable Enable/Disable. 0: Disable, define default value of TotalFlashSize , 1: enable
@ -2608,14 +2659,13 @@ typedef struct {
UINT8 SmbusSpdWriteDisable; UINT8 SmbusSpdWriteDisable;
/** Offset 0x059B - ChipsetInit HECI message /** Offset 0x059B - ChipsetInit HECI message
Enable/Disable. 0: Disable, 1: enable, Enable or disable ChipsetInit HECI message. DEPRECATED
If disabled, it prevents from sending ChipsetInit HECI message.
$EN_DIS $EN_DIS
**/ **/
UINT8 ChipsetInitMessage; UINT8 ChipsetInitMessage;
/** Offset 0x059C - Bypass ChipsetInit sync reset. /** Offset 0x059C - Bypass ChipsetInit sync reset.
0: disable, 1: enable, Set Enable to bypass the reset after ChipsetInit HECI message. DEPRECATED
$EN_DIS $EN_DIS
**/ **/
UINT8 BypassPhySyncReset; UINT8 BypassPhySyncReset;
@ -2800,7 +2850,7 @@ typedef struct {
/** Offset 0x051F /** Offset 0x051F
**/ **/
UINT8 UnusedUpdSpace8; UINT8 UnusedUpdSpace7;
/** Offset 0x0520 /** Offset 0x0520
**/ **/

View File

@ -1,6 +1,6 @@
/** @file /** @file
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
Redistribution and use in source and binary forms, with or without modification, Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met: are permitted provided that the following conditions are met:
@ -101,7 +101,8 @@ typedef struct {
UINT32 GraphicsConfigPtr; UINT32 GraphicsConfigPtr;
/** Offset 0x002C - Enable Device 4 /** Offset 0x002C - Enable Device 4
Enable/disable Device 4 The Device 4 default value is <b>1: Enable</b> for WHL, and <b>0: disable</b> for
all other CPU's
$EN_DIS $EN_DIS
**/ **/
UINT8 Device4Enable; UINT8 Device4Enable;
@ -451,11 +452,27 @@ typedef struct {
**/ **/
UINT8 PmcDbgMsgEn; UINT8 PmcDbgMsgEn;
/** Offset 0x0120 - PchPostMemRsvd /** Offset 0x0120 - Pointer of ChipsetInit Binary
ChipsetInit Binary Pointer.
**/
UINT32 ChipsetInitBinPtr;
/** Offset 0x0124 - Length of ChipsetInit Binary
ChipsetInit Binary Length.
**/
UINT32 ChipsetInitBinLen;
/** Offset 0x0128 - PchDmiCwbEnable
Central Write Buffer feature configurable and disabled by default
$EN_DIS
**/
UINT8 PchDmiCwbEnable;
/** Offset 0x0129 - PchPostMemRsvd
Reserved for PCH Post-Mem Reserved for PCH Post-Mem
$EN_DIS $EN_DIS
**/ **/
UINT8 PchPostMemRsvd[37]; UINT8 PchPostMemRsvd[28];
/** Offset 0x0145 - Enable Ufs Controller /** Offset 0x0145 - Enable Ufs Controller
Enable/disable Ufs 2.0 Controller. Enable/disable Ufs 2.0 Controller.
@ -615,8 +632,8 @@ typedef struct {
**/ **/
UINT8 AmtKvmEnabled; UINT8 AmtKvmEnabled;
/** Offset 0x0161 - KVM Switch /** Offset 0x0161 - MEBX execution
Enable/Disable. 0: Disable, 1: enable, KVM enable/disable state by Mebx Enable/Disable. 0: Disable, 1: enable, Force MEBX execution
$EN_DIS $EN_DIS
**/ **/
UINT8 ForcMebxSyncUp; UINT8 ForcMebxSyncUp;
@ -667,7 +684,8 @@ typedef struct {
UINT8 PmcModPhySusPgEnable; UINT8 PmcModPhySusPgEnable;
/** Offset 0x01FC - SlpS0WithGbeSupport /** Offset 0x01FC - SlpS0WithGbeSupport
Enable/Disable SLP_S0 with GBE Support. 0: disable, 1: enable Enable/Disable SLP_S0 with GBE Support. Default is 0 when paired with WHL V0 stepping
CPU and 1 for all other CPUs. 0: Disable, 1: Enable
$EN_DIS $EN_DIS
**/ **/
UINT8 SlpS0WithGbeSupport; UINT8 SlpS0WithGbeSupport;
@ -717,8 +735,8 @@ typedef struct {
UINT8 PavpEnable; UINT8 PavpEnable;
/** Offset 0x0217 - CdClock Frequency selection /** Offset 0x0217 - CdClock Frequency selection
0=168 Mhz, 1=336 Mhz, 2=528 Mhz, 3(Default)=675 Mhz 0=168 Mhz, 1=336 Mhz, 2(Default)=528 Mhz
0: 168 Mhz, 1: 336 Mhz, 2: 528 Mhz, 3: 675 Mhz 0: 168 Mhz, 1: 336 Mhz, 2: 528 Mhz
**/ **/
UINT8 CdClock; UINT8 CdClock;
@ -742,12 +760,12 @@ typedef struct {
0=Disable/Clear, 1=Enable/Set 0=Disable/Clear, 1=Enable/Set
$EN_DIS $EN_DIS
**/ **/
UINT8 X2ApicOptOut; UINT8 X2ApicOptOutDeprecated;
/** Offset 0x021C - Base addresses for VT-d function MMIO access /** Offset 0x021C - Base addresses for VT-d function MMIO access
Base addresses for VT-d MMIO access per VT-d engine Base addresses for VT-d MMIO access per VT-d engine
**/ **/
UINT32 VtdBaseAddress[3]; UINT32 VtdBaseAddressDeprecated[3];
/** Offset 0x0228 - Enable or disable eDP device /** Offset 0x0228 - Enable or disable eDP device
0=Disable, 1(Default)=Enable 0=Disable, 1(Default)=Enable
@ -811,8 +829,7 @@ typedef struct {
UINT8 SkipS3CdClockInit; UINT8 SkipS3CdClockInit;
/** Offset 0x0232 - Delta T12 Power Cycle Delay required in ms /** Offset 0x0232 - Delta T12 Power Cycle Delay required in ms
Select the value for delay required. 0(Default)= No delay, 0xFFFF = Auto calculate DEPRECATED
T12 Delay to max 500ms
0 : No Delay, 0xFFFF : Auto Calulate T12 Delay 0 : No Delay, 0xFFFF : Auto Calulate T12 Delay
**/ **/
UINT16 DeltaT12PowerCycleDelay; UINT16 DeltaT12PowerCycleDelay;
@ -865,8 +882,7 @@ typedef struct {
UINT8 ImonSlope[5]; UINT8 ImonSlope[5];
/** Offset 0x0287 - Imon offset correction /** Offset 0x0287 - Imon offset correction
PCODE MMIO Mailbox: Imon offset correction. Value is a 2's complement signed integer. DEPRECATED
Units 1/1000, Range 0-63999. For an offset = 12.580, use 12580. <b>0: Auto</b>
**/ **/
UINT8 ImonOffset[5]; UINT8 ImonOffset[5];
@ -1026,12 +1042,11 @@ typedef struct {
**/ **/
UINT8 UnusedUpdSpace9[6]; UINT8 UnusedUpdSpace9[6];
/** Offset 0x030C - Skip Multi-Processor Initialization /** Offset 0x030C - Deprecated DO NOT USE Skip Multi-Processor Initialization
When this is skipped, boot loader must initialize processors before SilicionInit @deprecated SkipMpInit has been moved to FspmUpd
API. </b>0: Initialize; <b>1: Skip
$EN_DIS $EN_DIS
**/ **/
UINT8 SkipMpInit; UINT8 SkipMpInitDeprecated;
/** Offset 0x030D - McIVR RFI Frequency Prefix /** Offset 0x030D - McIVR RFI Frequency Prefix
PCODE MMIO Mailbox: McIVR RFI Frequency Adjustment Prefix. <b>0: Plus (+)</b>; 1: PCODE MMIO Mailbox: McIVR RFI Frequency Adjustment Prefix. <b>0: Plus (+)</b>; 1:
@ -1123,11 +1138,33 @@ typedef struct {
**/ **/
UINT8 RampDown; UINT8 RampDown;
/** Offset 0x032B - ReservedCpuPostMemProduction /** Offset 0x032B - CpuMpPpi
Pointer for CpuMpPpi
**/
UINT32 CpuMpPpi;
/** Offset 0x032F - CpuMpHob
Pointer for CpuMpHob. This is optional data buffer for CpuMpPpi usage.
**/
UINT32 CpuMpHob;
/** Offset 0x0333 - Enable or Disable processor debug features
Enable or Disable processor debug features; <b>0: Disable</b>; 1: Enable.
$EN_DIS
**/
UINT8 DebugInterfaceEnable;
/** Offset 0x0334 - Imon offset 1 correction
PCODE MMIO Mailbox: Imon offset correction. Value is a 2's complement signed integer.
Units 1/1000, Range 0-63999. For an offset = 12.580, use 12580. <b>0: Auto</b>
**/
UINT16 ImonOffset1[5];
/** Offset 0x033E - ReservedCpuPostMemProduction
Reserved for CPU Post-Mem Production Reserved for CPU Post-Mem Production
$EN_DIS $EN_DIS
**/ **/
UINT8 ReservedCpuPostMemProduction[27]; UINT8 ReservedCpuPostMemProduction[8];
/** Offset 0x0346 - Enable DMI ASPM /** Offset 0x0346 - Enable DMI ASPM
Deprecated. Deprecated.
@ -1209,9 +1246,15 @@ typedef struct {
**/ **/
UINT8 PchHdaIDispCodecDisconnect; UINT8 PchHdaIDispCodecDisconnect;
/** Offset 0x036E /** Offset 0x036E - USB LFPS Filter selection
For each byte bits 2:0 are for p, bits 4:6 are for n. 0h:1.6ns, 1h:2.4ns, 2h:3.2ns,
3h:4.0ns, 4h:4.8ns, 5h:5.6ns, 6h:6.4ns.
**/ **/
UINT8 UnusedUpdSpace11[15]; UINT8 PchUsbHsioFilterSel[10];
/** Offset 0x0378
**/
UINT8 UnusedUpdSpace11[5];
/** Offset 0x037D - Enable PCH Io Apic Entry 24-119 /** Offset 0x037D - Enable PCH Io Apic Entry 24-119
0: Disable; 1: Enable. 0: Disable; 1: Enable.
@ -1418,9 +1461,21 @@ typedef struct {
**/ **/
UINT8 PcieRpMaxPayload[24]; UINT8 PcieRpMaxPayload[24];
/** Offset 0x04E6 /** Offset 0x04E6 - PCH USB3 RX HSIO Tuning parameters
Bits 7:3 are for Signed Magnatude number added to the CTLE code, Bits 2:0 are for
controlling the input offset
**/ **/
UINT8 UnusedUpdSpace14[24]; UINT8 PchUsbHsioRxTuningParameters[10];
/** Offset 0x04F0 - PCH USB3 HSIO Rx Tuning Enable
Mask for enabling tuning of HSIO Rx signals of USB3 ports. Bits: 0 - HsioCtrlAdaptOffsetCfgEnable,
1 - HsioFilterSelNEnable, 2 - HsioFilterSelPEnable, 3 - HsioOlfpsCfgPullUpDwnResEnable
**/
UINT8 PchUsbHsioRxTuningEnable[10];
/** Offset 0x04FA
**/
UINT8 UnusedUpdSpace14[4];
/** Offset 0x04FE - PCIE RP Pcie Speed /** Offset 0x04FE - PCIE RP Pcie Speed
Determines each PCIE Port speed capability. 0: Auto; 1: Gen1; 2: Gen2; 3: Gen3 (see: Determines each PCIE Port speed capability. 0: Auto; 1: Gen1; 2: Gen2; 3: Gen3 (see:
@ -1520,9 +1575,17 @@ typedef struct {
**/ **/
UINT8 PcieRpFunctionSwap; UINT8 PcieRpFunctionSwap;
/** Offset 0x0667 /** Offset 0x0667 - Teton Glacier Support
Deprecated
$EN_DIS
**/ **/
UINT8 UnusedUpdSpace17[2]; UINT8 TetonGlacierSupport;
/** Offset 0x0668 - Teton Glacier Cycle Router
Specify to which cycle router Teton Glacier is connected, it is valid only when
Teton Glacier support is enabled. Default is 0 for CNP-H system and 1 for CNP-LP system
**/
UINT8 TetonGlacierCR;
/** Offset 0x0669 - PCH Pm PME_B0_S5_DIS /** Offset 0x0669 - PCH Pm PME_B0_S5_DIS
When cleared (default), wake events from PME_B0_STS are allowed in S5 if PME_B0_EN = 1. When cleared (default), wake events from PME_B0_STS are allowed in S5 if PME_B0_EN = 1.
@ -1546,9 +1609,12 @@ typedef struct {
**/ **/
UINT8 PcieRpImrSelection; UINT8 PcieRpImrSelection;
/** Offset 0x066F /** Offset 0x066F - Teton Glacier Detection and Configuration Mode
Enables support for Teton Glacier hybrid storage device. 0: Disabled; 1: Static
Configuration 2: Dynamic Configuration. Default is 0: Disabled
0: Disabled, 1: Static Configuration, 2: Dynamic Configuration
**/ **/
UINT8 UnusedUpdSpace18; UINT8 TetonGlacierMode;
/** Offset 0x0670 - PCH Pm Wol Enable Override /** Offset 0x0670 - PCH Pm Wol Enable Override
Corresponds to the WOL Enable Override bit in the General PM Configuration B (GEN_PMCON_B) register. Corresponds to the WOL Enable Override bit in the General PM Configuration B (GEN_PMCON_B) register.
@ -1635,9 +1701,15 @@ typedef struct {
**/ **/
UINT8 PchEnableDbcObs; UINT8 PchEnableDbcObs;
/** Offset 0x067D /** Offset 0x067D - PCH Legacy IO Low Latency Enable
Set to enable low latency of legacy IO. <b>0: Disable</b>, 1: Enable
$EN_DIS
**/ **/
UINT8 UnusedUpdSpace19[3]; UINT8 PchLegacyIoLowLatency;
/** Offset 0x067E
**/
UINT8 UnusedUpdSpace17[2];
/** Offset 0x0680 - PCH Pm Lpc Clock Run /** Offset 0x0680 - PCH Pm Lpc Clock Run
This member describes whether or not the LPC ClockRun feature of PCH should be enabled. This member describes whether or not the LPC ClockRun feature of PCH should be enabled.
@ -1671,7 +1743,7 @@ typedef struct {
/** Offset 0x0685 /** Offset 0x0685
**/ **/
UINT8 UnusedUpdSpace20; UINT8 UnusedUpdSpace18;
/** Offset 0x0686 - PCH Pm Disable Native Power Button /** Offset 0x0686 - PCH Pm Disable Native Power Button
Power button native mode disable. Power button native mode disable.
@ -1711,7 +1783,7 @@ typedef struct {
/** Offset 0x068C /** Offset 0x068C
**/ **/
UINT8 UnusedUpdSpace21; UINT8 UnusedUpdSpace19;
/** Offset 0x068D - PCH Sata Pwr Opt Enable /** Offset 0x068D - PCH Sata Pwr Opt Enable
SATA Power Optimizer on PCH side. SATA Power Optimizer on PCH side.
@ -1900,7 +1972,7 @@ typedef struct {
/** Offset 0x0700 /** Offset 0x0700
**/ **/
UINT8 UnusedUpdSpace22; UINT8 UnusedUpdSpace20;
/** Offset 0x0701 - PcdSerialIoUart0PinMuxing /** Offset 0x0701 - PcdSerialIoUart0PinMuxing
Select SerialIo Uart0 pin muxing. Setting applicable only if SerialIO UART0 is enabled. Select SerialIo Uart0 pin muxing. Setting applicable only if SerialIO UART0 is enabled.
@ -1910,7 +1982,7 @@ typedef struct {
/** Offset 0x0702 /** Offset 0x0702
**/ **/
UINT8 UnusedUpdSpace23[1]; UINT8 UnusedUpdSpace21[1];
/** Offset 0x0703 - Enables UART hardware flow control, CTS and RTS lines /** Offset 0x0703 - Enables UART hardware flow control, CTS and RTS lines
Enables UART hardware flow control, CTS and RTS linesh. Enables UART hardware flow control, CTS and RTS linesh.
@ -2183,7 +2255,7 @@ typedef struct {
/** Offset 0x0753 /** Offset 0x0753
**/ **/
UINT8 UnusedUpdSpace24; UINT8 UnusedUpdSpace22;
/** Offset 0x0754 - Pch PCIE device override table pointer /** Offset 0x0754 - Pch PCIE device override table pointer
The PCIe device table is being used to override PCIe device ASPM settings. This The PCIe device table is being used to override PCIe device ASPM settings. This
@ -2254,11 +2326,13 @@ typedef struct {
**/ **/
UINT8 SiCsmFlag; UINT8 SiCsmFlag;
/** Offset 0x07A1 /** Offset 0x07A1 - SVID SDID table Poniter.
The address of the table of SVID SDID to customize each SVID SDID entry.
**/ **/
UINT32 SiSsidTablePtr; UINT32 SiSsidTablePtr;
/** Offset 0x07A5 /** Offset 0x07A5 - Number of ssid table.
SiNumberOfSsidTableEntry should match the table entries created in SiSsidTablePtr.
**/ **/
UINT16 SiNumberOfSsidTableEntry; UINT16 SiNumberOfSsidTableEntry;
@ -2362,7 +2436,7 @@ typedef struct {
UINT8 PmSupport; UINT8 PmSupport;
/** Offset 0x07BC - Enable/Disable CdynmaxClamp /** Offset 0x07BC - Enable/Disable CdynmaxClamp
Enable(Default): Enable CdynmaxClamp, Disable: Disable CdynmaxClamp Enable: Enable CdynmaxClamp, Disable(Default): Disable CdynmaxClamp
$EN_DIS $EN_DIS
**/ **/
UINT8 CdynmaxClampEnable; UINT8 CdynmaxClampEnable;
@ -2371,7 +2445,7 @@ typedef struct {
0=Enable/FALSE(VT-d enabled), 1=Disable/TRUE (VT-d disabled) 0=Enable/FALSE(VT-d enabled), 1=Disable/TRUE (VT-d disabled)
$EN_DIS $EN_DIS
**/ **/
UINT8 VtdDisable; UINT8 VtdDisableDeprecated;
/** Offset 0x07BE - GT Frequency Limit /** Offset 0x07BE - GT Frequency Limit
0xFF: Auto(Default), 2: 100 Mhz, 3: 150 Mhz, 4: 200 Mhz, 5: 250 Mhz, 6: 300 Mhz, 0xFF: Auto(Default), 2: 100 Mhz, 3: 150 Mhz, 4: 200 Mhz, 5: 250 Mhz, 6: 300 Mhz,
@ -2400,31 +2474,28 @@ typedef struct {
UINT8 SaPostMemTestRsvd[11]; UINT8 SaPostMemTestRsvd[11];
/** Offset 0x07CB - 1-Core Ratio Limit /** Offset 0x07CB - 1-Core Ratio Limit
1-Core Ratio Limit: For XE part: LFM to 255, For overclocking part: LFM to Fused 1-Core Ratio Limit: LFM to Fused, For overclocking part: LFM to 255. This 1-Core
1-Core Ratio Limit + OC Bins.This 1-Core Ratio Limit Must be greater than or equal Ratio Limit Must be greater than or equal to 2-Core Ratio Limit, 3-Core Ratio Limit,
to 2-Core Ratio Limit, 3-Core Ratio Limit, 4-Core Ratio Limit, 5-Core Ratio Limit, 4-Core Ratio Limit, 5-Core Ratio Limit, 6-Core Ratio Limit, 7-Core Ratio Limit,
6-Core Ratio Limit, 7-Core Ratio Limit, 8-Core Ratio Limit. Range is 0 to 83 8-Core Ratio Limit. Range is 0 to 255
**/ **/
UINT8 OneCoreRatioLimit; UINT8 OneCoreRatioLimit;
/** Offset 0x07CC - 2-Core Ratio Limit /** Offset 0x07CC - 2-Core Ratio Limit
2-Core Ratio Limit: For XE part: LFM to 255, For overclocking part: LFM to Fused 2-Core Ratio Limit: LFM to Fused, For overclocking part: LFM to 255. This 2-Core
2-Core Ratio Limit + OC Bins.This 2-Core Ratio Limit Must be Less than or equal Ratio Limit Must be Less than or equal to 1-Core Ratio Limit.Range is 0 to 255
to 1-Core Ratio Limit.Range is 0 to 83
**/ **/
UINT8 TwoCoreRatioLimit; UINT8 TwoCoreRatioLimit;
/** Offset 0x07CD - 3-Core Ratio Limit /** Offset 0x07CD - 3-Core Ratio Limit
3-Core Ratio Limit: For XE part: LFM to 255, For overclocking part: LFM to Fused 3-Core Ratio Limit: LFM to Fused, For overclocking part: LFM to 255. This 3-Core
3-Core Ratio Limit + OC Bins.This 3-Core Ratio Limit Must be Less than or equal Ratio Limit Must be Less than or equal to 1-Core Ratio Limit.Range is 0 to 255
to 1-Core Ratio Limit.Range is 0 to 83
**/ **/
UINT8 ThreeCoreRatioLimit; UINT8 ThreeCoreRatioLimit;
/** Offset 0x07CE - 4-Core Ratio Limit /** Offset 0x07CE - 4-Core Ratio Limit
4-Core Ratio Limit: For XE part: LFM to 255, For overclocking part: LFM to Fused 4-Core Ratio Limit: LFM to Fused, For overclocking part: LFM to 255. This 4-Core
4-Core Ratio Limit + OC Bins.This 4-Core Ratio Limit Must be Less than or equal Ratio Limit Must be Less than or equal to 1-Core Ratio Limit.Range is 0 to 255
to 1-Core Ratio Limit.Range is 0 to 83
**/ **/
UINT8 FourCoreRatioLimit; UINT8 FourCoreRatioLimit;
@ -2442,8 +2513,9 @@ typedef struct {
UINT8 HdcControl; UINT8 HdcControl;
/** Offset 0x07D1 - Package Long duration turbo mode time /** Offset 0x07D1 - Package Long duration turbo mode time
Package Long duration turbo mode time window in seconds. Valid values(Unit in seconds) Package Long duration turbo mode time window in seconds. 0 = AUTO, uses 28 seconds.
0 to 8 , 10 , 12 ,14 , 16 , 20 , 24 , 28 , 32 , 40 , 48 , 56 , 64 , 80 , 96 , 112 , 128 Valid values(Unit in seconds) 1 to 8 , 10 , 12 ,14 , 16 , 20 , 24 , 28 , 32 , 40
, 48 , 56 , 64 , 80 , 96 , 112 , 128
**/ **/
UINT8 PowerLimit1Time; UINT8 PowerLimit1Time;
@ -2511,7 +2583,8 @@ typedef struct {
UINT8 NumberOfEntries; UINT8 NumberOfEntries;
/** Offset 0x07DC - Custom Short term Power Limit time window /** Offset 0x07DC - Custom Short term Power Limit time window
Short term Power Limit time window value for custom CTDP level 1. Valid Range 0 to 128 Short term Power Limit time window value for custom CTDP level 1. Valid Range 0
to 128, 0 = AUTO
**/ **/
UINT8 Custom1PowerLimit1Time; UINT8 Custom1PowerLimit1Time;
@ -2526,7 +2599,8 @@ typedef struct {
UINT8 Custom1ConfigTdpControl; UINT8 Custom1ConfigTdpControl;
/** Offset 0x07DF - Custom Short term Power Limit time window /** Offset 0x07DF - Custom Short term Power Limit time window
Short term Power Limit time window value for custom CTDP level 2. Valid Range 0 to 128 Short term Power Limit time window value for custom CTDP level 2. Valid Range 0
to 128, 0 = AUTO
**/ **/
UINT8 Custom2PowerLimit1Time; UINT8 Custom2PowerLimit1Time;
@ -2541,7 +2615,8 @@ typedef struct {
UINT8 Custom2ConfigTdpControl; UINT8 Custom2ConfigTdpControl;
/** Offset 0x07E2 - Custom Short term Power Limit time window /** Offset 0x07E2 - Custom Short term Power Limit time window
Short term Power Limit time window value for custom CTDP level 3. Valid Range 0 to 128 Short term Power Limit time window value for custom CTDP level 3. Valid Range 0
to 128, 0 = AUTO
**/ **/
UINT8 Custom3PowerLimit1Time; UINT8 Custom3PowerLimit1Time;
@ -2574,8 +2649,8 @@ typedef struct {
UINT8 PsysPowerLimit1; UINT8 PsysPowerLimit1;
/** Offset 0x07E8 - PL1 timewindow /** Offset 0x07E8 - PL1 timewindow
PL1 timewindow in seconds.Valid values(Unit in seconds) 0 to 8 , 10 , 12 ,14 , 16 PL1 timewindow in seconds. 0 = AUTO, uses 28 seconds. Valid values(Unit in seconds)
, 20 , 24 , 28 , 32 , 40 , 48 , 56 , 64 , 80 , 96 , 112 , 128 1 to 8 , 10 , 12 ,14 , 16 , 20 , 24 , 28 , 32 , 40 , 48 , 56 , 64 , 80 , 96 , 112 , 128
**/ **/
UINT8 PsysPowerLimit1Time; UINT8 PsysPowerLimit1Time;
@ -2610,8 +2685,8 @@ typedef struct {
**/ **/
UINT8 MachineCheckEnable; UINT8 MachineCheckEnable;
/** Offset 0x07EE - Enable or Disable processor debug features /** Offset 0x07EE - Deprecated DO NOT USE Enable or Disable processor debug features
Enable or Disable processor debug features; <b>0: Disable</b>; 1: Enable. @deprecated Enable or Disable processor debug features; <b>0: Disable</b>; 1: Enable.
$EN_DIS $EN_DIS
**/ **/
UINT8 DebugInterfaceEnable; UINT8 DebugInterfaceEnable;
@ -2739,13 +2814,15 @@ typedef struct {
UINT8 C1e; UINT8 C1e;
/** Offset 0x080D - Enable or Disable Package Cstate Demotion /** Offset 0x080D - Enable or Disable Package Cstate Demotion
Enable or Disable Package Cstate Demotion. <b>0: Disable</b>; 1: Enable Enable or Disable Package Cstate Demotion. Policy will be ignored for CNL-U. 0:
Disable; <b>1: Enable</b>
$EN_DIS $EN_DIS
**/ **/
UINT8 PkgCStateDemotion; UINT8 PkgCStateDemotion;
/** Offset 0x080E - Enable or Disable Package Cstate UnDemotion /** Offset 0x080E - Enable or Disable Package Cstate UnDemotion
Enable or Disable Package Cstate UnDemotion. <b>0: Disable</b>; 1: Enable Enable or Disable Package Cstate UnDemotion. Policy will be ignored for CNL-U. Disable;
<b>1: Enable</b>
$EN_DIS $EN_DIS
**/ **/
UINT8 PkgCStateUnDemotion; UINT8 PkgCStateUnDemotion;
@ -2811,8 +2888,8 @@ typedef struct {
UINT8 CstateLatencyControl5TimeUnit; UINT8 CstateLatencyControl5TimeUnit;
/** Offset 0x0819 - Interrupt Redirection Mode Select /** Offset 0x0819 - Interrupt Redirection Mode Select
Interrupt Redirection Mode Select.0: Fixed priority; 1: Round robin;2: Hash vector;4: Interrupt Redirection Mode Select.0: Fixed priority; 1: Round robin;2: Hash vector;7:
PAIR with fixed priority;5: PAIR with round robin;6: PAIR with hash vector;7: No change. No change.
**/ **/
UINT8 PpmIrmSetting; UINT8 PpmIrmSetting;
@ -2978,40 +3055,36 @@ typedef struct {
**/ **/
UINT8 ThreeStrikeCounterDisable; UINT8 ThreeStrikeCounterDisable;
/** Offset 0x0899 - Set HW P-State Interrupts Enabled for MISC_PWR_MGMT /** Offset 0x0899 - Set HW P-State Interrupts Enabled for for MISC_PWR_MGMT
Set HW P-State Interrupts Enabled for MISC_PWR_MGMT; <b>0: Disable</b>; 1: Enable. Set HW P-State Interrupts Enabled for for MISC_PWR_MGMT; <b>0: Disable</b>; 1: Enable.
$EN_DIS $EN_DIS
**/ **/
UINT8 HwpInterruptControl; UINT8 HwpInterruptControl;
/** Offset 0x089A - 5-Core Ratio Limit /** Offset 0x089A - 5-Core Ratio Limit
5-Core Ratio Limit: For XE part: LFM to 255, For overclocking part: LFM to Fused 5-Core Ratio Limit: LFM to Fused, For overclocking part: LFM to 255. This 5-Core
5-Core Ratio Limit + OC Bins.This 5-Core Ratio Limit Must be Less than or equal Ratio Limit Must be Less than or equal to 1-Core Ratio Limit.Range is 0 to 255
to 1-Core Ratio Limit.Range is 0 to 83
0x0:0xFF 0x0:0xFF
**/ **/
UINT8 FiveCoreRatioLimit; UINT8 FiveCoreRatioLimit;
/** Offset 0x089B - 6-Core Ratio Limit /** Offset 0x089B - 6-Core Ratio Limit
6-Core Ratio Limit: For XE part: LFM to 255, For overclocking part: LFM to Fused 6-Core Ratio Limit: LFM to Fused, For overclocking part: LFM to 255. This 6-Core
6-Core Ratio Limit + OC Bins.This 6-Core Ratio Limit Must be Less than or equal Ratio Limit Must be Less than or equal to 1-Core Ratio Limit.Range is 0 to 255
to 1-Core Ratio Limit.Range is 0 to 83
0x0:0xFF 0x0:0xFF
**/ **/
UINT8 SixCoreRatioLimit; UINT8 SixCoreRatioLimit;
/** Offset 0x089C - 7-Core Ratio Limit /** Offset 0x089C - 7-Core Ratio Limit
7-Core Ratio Limit: For XE part: LFM to 255, For overclocking part: LFM to Fused 7-Core Ratio Limit: LFM to Fused, For overclocking part: LFM to 255. This 7-Core
7-Core Ratio Limit + OC Bins.This 7-Core Ratio Limit Must be Less than or equal Ratio Limit Must be Less than or equal to 1-Core Ratio Limit.Range is 0 to 255
to 1-Core Ratio Limit.Range is 0 to 83
0x0:0xFF 0x0:0xFF
**/ **/
UINT8 SevenCoreRatioLimit; UINT8 SevenCoreRatioLimit;
/** Offset 0x089D - 8-Core Ratio Limit /** Offset 0x089D - 8-Core Ratio Limit
8-Core Ratio Limit: For XE part: LFM to 255, For overclocking part: LFM to Fused 8-Core Ratio Limit: LFM to Fused, For overclocking part: LFM to 255. This 8-Core
8-Core Ratio Limit + OC Bins.This 8-Core Ratio Limit Must be Less than or equal Ratio Limit Must be Less than or equal to 1-Core Ratio Limit.Range is 0 to 255
to 1-Core Ratio Limit.Range is 0 to 83
0x0:0xFF 0x0:0xFF
**/ **/
UINT8 EightCoreRatioLimit; UINT8 EightCoreRatioLimit;
@ -3059,23 +3132,11 @@ typedef struct {
**/ **/
UINT8 MaxRingRatioLimit; UINT8 MaxRingRatioLimit;
/** Offset 0x08A5 - Enable or Disable C3 Cstate Demotion /** Offset 0x08A5 - ReservedCpuPostMemTest
Enable or Disable C3 Cstate Demotion. Disable; <b>1: Enable</b>
$EN_DIS
**/
UINT8 C3StateAutoDemotion;
/** Offset 0x08A6 - Enable or Disable C3 Cstate UnDemotion
Enable or Disable C3 Cstate UnDemotion. Disable; <b>1: Enable</b>
$EN_DIS
**/
UINT8 C3StateUnDemotion;
/** Offset 0x08A7 - ReservedCpuPostMemTest
Reserved for CPU Post-Mem Test Reserved for CPU Post-Mem Test
$EN_DIS $EN_DIS
**/ **/
UINT8 ReservedCpuPostMemTest[19]; UINT8 ReservedCpuPostMemTest[21];
/** Offset 0x08BA - SgxSinitDataFromTpm /** Offset 0x08BA - SgxSinitDataFromTpm
SgxSinitDataFromTpm default values SgxSinitDataFromTpm default values
@ -3225,7 +3286,7 @@ typedef struct {
/** Offset 0x0A61 /** Offset 0x0A61
**/ **/
UINT8 UnusedUpdSpace25[17]; UINT8 UnusedUpdSpace23[17];
/** Offset 0x0A72 - Skip POSTBOOT SAI /** Offset 0x0A72 - Skip POSTBOOT SAI
Deprecated Deprecated

View File

@ -1,6 +1,6 @@
/** @file /** @file
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
Redistribution and use in source and binary forms, with or without modification, Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met: are permitted provided that the following conditions are met: