From 27d71da71add86dd2d8dea719896fc44cd697137 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 16 Jan 2016 10:08:48 -0700 Subject: vendorcode/intel/.../skylake: Update FspUpdVpd.h to v1.8.1 This corresponds with the changes that have already gone into the soc/intel/skylake chip.h file and is needed to get skylake platforms building again. Change-Id: I15bfee4eff50d6632659953ec8f97a39d8810db3 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/13022 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- .../intel/fsp/fsp1_1/skylake/FspUpdVpd.h | 378 +++++++++++++++++++-- 1 file changed, 344 insertions(+), 34 deletions(-) (limited to 'src/vendorcode/intel/fsp') diff --git a/src/vendorcode/intel/fsp/fsp1_1/skylake/FspUpdVpd.h b/src/vendorcode/intel/fsp/fsp1_1/skylake/FspUpdVpd.h index be1f2f8ac0..b03214c92a 100644 --- a/src/vendorcode/intel/fsp/fsp1_1/skylake/FspUpdVpd.h +++ b/src/vendorcode/intel/fsp/fsp1_1/skylake/FspUpdVpd.h @@ -92,6 +92,34 @@ typedef struct { #define SI_PCH_MAX_DEVICE_INTERRUPT_CONFIG 64 ///< Number of all PCH devices +/// +/// USB Overcurrent pins definition, the values match the setting of PCH EDS, please refer to PCH EDS for more details +/// +typedef enum { + UsbOverCurrentPin0 = 0, + UsbOverCurrentPin1, + UsbOverCurrentPin2, + UsbOverCurrentPin3, + UsbOverCurrentPin4, + UsbOverCurrentPin5, + UsbOverCurrentPin6, + UsbOverCurrentPin7, + UsbOverCurrentPinSkip, + UsbOverCurrentPinMax +} USB_OVERCURRENT_PIN; + + +/// +/// The ChipsetInit Info structure provides the information of ME ChipsetInit CRC and BIOS ChipsetInit CRC. +/// +typedef struct { + UINT8 Revision; + UINT8 Rsvd[3]; + UINT16 MeChipInitCrc; + UINT16 BiosChipInitCrc; +} CHIPSET_INIT_INFO; + + typedef struct { UINT8 DimmId; UINT32 SizeInMb; @@ -254,15 +282,9 @@ typedef struct { **/ UINT8 ProbelessTrace; -/** Offset 0x0093 - Enable LAN - Enable/disable LAN controller. - $EN_DIS +/** Offset 0x0093 **/ - UINT8 EnableLan; - -/** Offset 0x0094 -**/ - UINT16 UnusedUpdSpace2; + UINT8 UnusedUpdSpace2[3]; /** Offset 0x0096 - Enable Trace Hub Enable/disable Trace Hub function. @@ -270,20 +292,9 @@ typedef struct { **/ UINT8 EnableTraceHub; -/** Offset 0x0097 - Enable PCIE RP - Enable/disable PCIE Root Ports. 0: disable, 1: enable. One byte for each port, byte0 for port1, byte1 for port2, and so on. -**/ - UINT8 PcieRpEnable[20]; - -/** Offset 0x00AB - Enable PCIE RP CLKREQ Support - Enable/disable PCIE Root Port CLKREQ support. 0: disable, 1: enable. One byte for each port, byte0 for port1, byte1 for port2, and so on. -**/ - UINT8 PcieRpClkReqSupport[20]; - -/** Offset 0x00BF - Configure CLKREQ Number - Configure Root Port CLKREQ Number if CLKREQ is supported. Each value in arrary can be between 0-6. One byte for each port, byte0 for port1, byte1 for port2, and so on. +/** Offset 0x0097 **/ - UINT8 PcieRpClkReqNumber[20]; + UINT8 UnusedUpdSpace3[60]; /** Offset 0x00D3 - Internal Graphics Pre-allocated Memory Size of memory preallocated for internal graphics. @@ -329,7 +340,7 @@ typedef struct { /** Offset 0x00DB **/ - UINT8 UnusedUpdSpace3[105]; + UINT8 UnusedUpdSpace4[105]; /** Offset 0x0144 - MMA Test Content Pointer Pointer to MMA Test Content in Memory @@ -351,15 +362,17 @@ typedef struct { **/ UINT32 MmaTestConfigSize; -/** Offset 0x0154 - Enable CIO2 Controller - Enable/disable SKYCAM CIO2 Controller. - $EN_DIS +/** Offset 0x0154 **/ - UINT8 Cio2Enable; + UINT32 FspCarBase; -/** Offset 0x0155 +/** Offset 0x0158 **/ - UINT8 ReservedMemoryInitUpd[171]; + UINT32 FspCarSize; + +/** Offset 0x015C +**/ + UINT8 ReservedMemoryInitUpd[164]; } MEMORY_INIT_UPD; /** UPD data structure for FspSiliconInitApi @@ -377,7 +390,7 @@ typedef struct { /** Offset 0x0209 **/ - UINT8 UnusedUpdSpace4[7]; + UINT8 UnusedUpdSpace5[7]; /** Offset 0x0210 - Logo Pointer Points to PEI Display Logo Image @@ -421,9 +434,11 @@ typedef struct { **/ UINT8 IoBufferOwnership; -/** Offset 0x0220 +/** Offset 0x0220 - Enable CIO2 Controller + Enable/disable SKYCAM CIO2 Controller. + $EN_DIS **/ - UINT8 UnusedUpdSpace5; + UINT8 Cio2Enable; /** Offset 0x0221 - Enable eMMC Controller Enable/disable eMMC Controller. @@ -585,7 +600,7 @@ typedef struct { Enable RTC lower and upper 128 byte Lock bits to lock Bytes 38h-3Fh in the upper and and lower 128-byte bank of RTC RAM. $EN_DIS **/ - UINT8 RtcLock; + UINT8 LockDownConfigRtcLock; /** Offset 0x0281 - Enable SATA Enable/disable SATA controller. @@ -641,7 +656,302 @@ typedef struct { /** Offset 0x02EB **/ - UINT8 ReservedSiliconInitUpd[271]; + UINT8 UnusedUpdSpace6[1]; + +/** Offset 0x02EC - Enable PCIE RP + Enable/disable PCIE Root Ports. 0: disable, 1: enable. One byte for each port, byte0 for port1, byte1 for port2, and so on. +**/ + UINT8 PcieRpEnable[20]; + +/** Offset 0x0300 - Enable PCIE RP PMSCI + Indicate whether the root port power manager SCI is enabled - 0: disable, 1: enable. One byte for each port, byte0 for port1, byte1 for port2, and so on. +**/ + UINT8 PcieRpPmSci[20]; + +/** Offset 0x0314 - Enable PCIE RP CLKREQ Support + Enable/disable PCIE Root Port CLKREQ support. 0: disable, 1: enable. One byte for each port, byte0 for port1, byte1 for port2, and so on. +**/ + UINT8 PcieRpClkReqSupport[20]; + +/** Offset 0x0328 - Configure CLKREQ Number + Configure Root Port CLKREQ Number if CLKREQ is supported. Each value in arrary can be between 0-6. One byte for each port, byte0 for port1, byte1 for port2, and so on. +**/ + UINT8 PcieRpClkReqNumber[20]; + +/** Offset 0x033C - Enable LAN + Enable/Disable LAN controller. + $EN_DIS +**/ + UINT8 EnableLan; + +/** Offset 0x033D - LAN LTR Programming + Enable/Disable LTR capabilty of PCH internal LAN. + $EN_DIS +**/ + UINT8 LanLtrEnable; + +/** Offset 0x033E - SATA eSATASpeedLimit + When enabled, BIOS will configure the PxSCTL.SPD to 2 to limit the eSATA port speed. 0: disable, 1: enable. + $EN_DIS +**/ + UINT8 eSATASpeedLimit; + +/** Offset 0x033F - SATA RST RAID0 + Enable/Disable RAID0. + $EN_DIS +**/ + UINT8 SataRstRaid0; + +/** Offset 0x0340 - SATA RST RAID1 + Enable/Disable RAID1. + $EN_DIS +**/ + UINT8 SataRstRaid1; + +/** Offset 0x0341 - SATA RST RAID10 + Enable/Disable RAID10. + $EN_DIS +**/ + UINT8 SataRstRaid10; + +/** Offset 0x0342 - SATA RST RAID5 + Enable/Disable RAID5. + $EN_DIS +**/ + UINT8 SataRstRaid5; + +/** Offset 0x0343 - Skip Multi-Processor Initialization + When this is skipped, boot loader must initialize processors before SilicionInit API. 0: Initialize, 1: Skip + $EN_DIS +**/ + UINT8 SkipMpInit; + +/** Offset 0x0344 - Enable PCIE RP HotPlug + Enable/disable PCIE Root Ports HogPlug. 0: disable, 1: enable. One byte for each port, byte0 for port1, byte1 for port2, and so on. +**/ + UINT8 PcieRpHotPlug[20]; + +/** Offset 0x0358 - Enable PCIE RP Function Swap + Enable/disable PCIE RP function swap. 0: disable, 1: enable. It allows BIOS to use root port function number swapping when root port of function 0 is disabled. NOTE: This option will not work if ports 1, 9, 17 are fused or configured for RST PCIe storage. Disabling function swap may have adverse impact on power management. + $EN_DIS +**/ + UINT8 RpFunctionSwap; + +/** Offset 0x0359 - USB2 Port Over Current Configuration + Configure over current pin assignment per USB2 ports. Refer to USB_OVERCURRENT_PIN. 0x08 means "skip over current pin". One byte for each port, byte0 for port0, byte1 for port1, and so on. +**/ + UINT8 Usb2OverCurrentPin[16]; + +/** Offset 0x0369 - USB3 Port Over Current Configuration + Configure over current pin assignment per USB3 ports. Refer to USB_OVERCURRENT_PIN. 0x08 means "skip over current pin". One byte for each port, byte0 for port0, byte1 for port1, and so on. +**/ + UINT8 Usb3OverCurrentPin[10]; + +/** Offset 0x0373 +**/ + UINT8 UnusedUpdSpace7[1]; + +/** Offset 0x0374 - Psi1Threshold + Power State 1 current cuttof in 1/4 Amp increments. Range is 0-128A. Array index maps to VR 0 = System Agent, 1 = IA Core, 2 = Ring, 3 = GT unsliced, 4 = GT sliced +**/ + UINT16 Psi1Threshold[5]; + +/** Offset 0x037E - Psi2Threshold + Power State 2 current cuttof in 1/4 Amp increments. Range is 0-128A. Array index maps to VR 0 = System Agent, 1 = IA Core, 2 = Ring, 3 = GT unsliced, 4 = GT sliced +**/ + UINT16 Psi2Threshold[5]; + +/** Offset 0x0388 - Psi3Threshold + State 3 current cuttof in 1/4 Amp increments. Range is 0-128A. Array index maps to VR 0 = System Agent, 1 = IA Core, 2 = Ring, 3 = GT unsliced, 4 = GT sliced +**/ + UINT16 Psi3Threshold[5]; + +/** Offset 0x0392 - Psi3Enable + Power State 3 0: Disable 1: Enable. Array index maps to VR 0 = System Agent, 1 = IA Core, 2 = Ring, 3 = GT unsliced, 4 = GT sliced +**/ + UINT8 Psi3Enable[5]; + +/** Offset 0x0397 - Psi4Enable + Power State 4 0: Disable 1: Enable. Array index maps to VR 0 = System Agent, 1 = IA Core, 2 = Ring, 3 = GT unsliced, 4 = GT sliced +**/ + UINT8 Psi4Enable[5]; + +/** Offset 0x039C - ImonSlope + Imon slope correction. Specified in 1/100 increment values. Range is 0-200. 125 = 1.25. 0: Auto Array index maps to VR 0 = System Agent, 1 = IA Core, 2 = Ring, 3 = GT unsliced, 4 = GT sliced +**/ + UINT8 ImonSlope[5]; + +/** Offset 0x03A1 - ImonOffset + Imon offset correction. Units 1/4, Range 0-255. Value of 100 = 100/4 = 25 offset. 0: Auto Array index maps to VR 0 = System Agent, 1 = IA Core, 2 = Ring, 3 = GT unsliced, 4 = GT sliced +**/ + UINT8 ImonOffset[5]; + +/** Offset 0x03A6 - IccMax + VR Icc Max limit. 0-255A in 1/4 A units. 400 = 100A Array index maps to VR 0 = System Agent, 1 = IA Core, 2 = Ring, 3 = GT unsliced, 4 = GT sliced +**/ + UINT16 IccMax[5]; + +/** Offset 0x03B0 - VrVoltageLimit + VR Voltage Limit. Range is 0-7999mV. Array index maps to VR 0 = System Agent, 1 = IA Core, 2 = Ring, 3 = GT unsliced, 4 = GT sliced +**/ + UINT16 VrVoltageLimit[5]; + +/** Offset 0x03BA - VrConfigEnable + BIOS configuration of VR 0: Disable 1: Enable. Array index maps to VR 0 = System Agent, 1 = IA Core, 2 = Ring, 3 = GT unsliced, 4 = GT sliced +**/ + UINT8 VrConfigEnable[5]; + +/** Offset 0x03BF +**/ + UINT8 UnusedUpdSpace8; + +/** Offset 0x03C0 - CPU S3 Resume Hob Data + CPU S3 Resume Hob Data +**/ + UINT32 CpuS3ResumeHobData; + +/** Offset 0x03C4 - CpuS3ResumeMtrrData + Pointer CPU S3 Resume MTRR Data +**/ + UINT32 CpuS3ResumeMtrrData; + +/** Offset 0x03C8 - CpuS3ResumeMtrrDataSize + Size of S3 resume MTRR data. +**/ + UINT16 CpuS3ResumeMtrrDataSize; + +/** Offset 0x03CA - Lock Down Config Global Smi + Enable SMI_LOCK bit to prevent writes to the Global SMI Enable bit. Value 0: Disable, 1: Enable. + $EN_DIS +**/ + UINT8 LockDownConfigGlobalSmi; + +/** Offset 0x03CB - Lock Down Config Bios Interface + Enable BIOS Interface Lock Down bit to prevent writes to the Backup Control Register. Top Swap bit and the General Control and Status Registers Boot BIOS Straps. Value 0: Disable, 1: Enable. + $EN_DIS +**/ + UINT8 LockDownConfigBiosInterface; + +/** Offset 0x03CC - Lock Down Config Bios Lock + When enabled, the BIOS Region can only be modified from SMM after EndOfDxe protocol is installed. Value 0: Disable, 1: Enable. + $EN_DIS +**/ + UINT8 LockDownConfigBiosLock; + +/** Offset 0x03CD - Lock Down Config Spi Eiss + Enable InSMM.STS (EISS) in SPI If this bit is set, then WPD must be a '1' and InSMM.STS must be '1' also in order to write to BIOS regions of SPI Flash. If this bit is clear, then the InSMM.STS is a don't care. The BIOS must set the EISS bit while BIOS Guard support is enabled. Value 0: Clear EISS bit, 1: Set EISS bit. + $EN_DIS +**/ + UINT8 LockDownConfigSpiEiss; + +/** Offset 0x03CE - Subsystem Vendor ID + Subsystem Vendor ID of the PCH devices. +**/ + UINT16 PchConfigSubSystemVendorId; + +/** Offset 0x03D0 - Subsystem ID + Subsystem ID of the PCH devices. +**/ + UINT16 PchConfigSubSystemId; + +/** Offset 0x03D2 - Wol Enable Override + Corresponds to the "WOL Enable Override" bit in the General PM Configuration B (GEN_PMCON_B) register. Value 0: Disable, 1: Enable. + $EN_DIS +**/ + UINT8 WakeConfigWolEnableOverride; + +/** Offset 0x03D3 - Pcie Wake From DeepSx + Determine if enable PCIe to wake from deep Sx. Value 0: Disable, 1: Enable. + $EN_DIS +**/ + UINT8 WakeConfigPcieWakeFromDeepSx; + +/** Offset 0x03D4 - Power Management DeepSxPolicy + Deep Sx Policy. Values 0: PchDeepSxPolDisable, 1: PchDpS5BatteryEn, 2: PchDpS5AlwaysEn, 3: PchDpS4S5BatteryEn, 4: PchDpS4S5AlwaysEn, 5: PchDpS3S4S5BatteryEn, 6: PchDpS3S4S5AlwaysEn. + 0 : 0x06 +**/ + UINT8 PmConfigDeepSxPol; + +/** Offset 0x03D5 - Power Management SlpS3MinAssert + SLP_S3 Minimum Assertion Width Policy. Values 0: PchSlpS360us, 1: PchSlpS31ms, 2: PchSlpS350ms, 3: PchSlpS32s. + 0 : 0x03 +**/ + UINT8 PmConfigSlpS3MinAssert; + +/** Offset 0x03D6 - Power Management SlpS4MinAssert + SLP_S4 Minimum Assertion Width Policy. Values 0: PchSlpS4PchTime, 1: PchSlpS41s, 2: PchSlpS42s, 3: PchSlpS43s, 4: PchSlpS44s. + 0 : 0x04 +**/ + UINT8 PmConfigSlpS4MinAssert; + +/** Offset 0x03D7 - Power Management SlpSusMinAssert + SLP_SUS Minimum Assertion Width Policy. Values 0: PchSlpSus0ms, 1: PchSlpSus500ms, 2: PchSlpSus1s, 3: PchSlpSus4s. + 0 : 0x03 +**/ + UINT8 PmConfigSlpSusMinAssert; + +/** Offset 0x03D8 - Power Management SlpAMinAssert + SLP_A Minimum Assertion Width Policy. Values 0: PchSlpA0ms, 1: PchSlpA4s, 2: PchSlpA98ms, 3: PchSlpA2s. + 0 : 0x03 +**/ + UINT8 PmConfigSlpAMinAssert; + +/** Offset 0x03D9 - Power Management Pci Clock Run + This member describes whether or not the PCI ClockRun feature of PCH should be enabled. Values 0: Disabled, 1: Enabled + $EN_DIS +**/ + UINT8 PmConfigPciClockRun; + +/** Offset 0x03DA - Power Management SLP_X Stretching After SUS Well + SLP_X Stretching After SUS Well Power Up. Values 0: Disabled, 1: Enabled + $EN_DIS +**/ + UINT8 PmConfigSlpStrchSusUp; + +/** Offset 0x03DB - Power Management Power Button Override Period + PCH power button override period. Values: 0x0 - 4s, 0x1 - 6s, 0x2 - 8s, 0x3 - 10s, 0x4 - 12s, 0x5 - 14s. + 0 : 0x05 +**/ + UINT8 PmConfigPwrBtnOverridePeriod; + +/** Offset 0x03DC - Power Management Power Reset Power Cycle Duration + Reset Power Cycle Duration could be customized in the unit of second. PCH HW default is 4 seconds, and range is 1~4 seconds. Values: 0x0 - 0s, 0x1 - 1s, 0x2 - 2s, 0x3 - 3s, 0x4 - 4s. + 0 : 0x04 +**/ + UINT8 PmConfigPwrCycDur; + +/** Offset 0x03DD - PCH Serial IRQ Configuration + Determines if enable Serial IRQ. Values 0: Disabled, 1: Enabled + $EN_DIS +**/ + UINT8 SerialIrqConfigSirqEnable; + +/** Offset 0x03DE - PCH Serial IRQ Mode Select + Serial IRQ Mode Select. Values: 0: PchQuietMode, 1: PchContinuousMode. + 0 : 0x01 +**/ + UINT8 SerialIrqConfigSirqMode; + +/** Offset 0x03DF - PCH Serial IRQ Start Frame Pulse Width + Start Frame Pulse Width. Values: 0: PchSfpw4Clk, 1: PchSfpw6Clk, 2: PchSfpw8Clk. + 0 : 0x02 +**/ + UINT8 SerialIrqConfigStartFramePulse; + +/** Offset 0x03E0 - PSF Unlock + The PSF registers will be locked before 3rd party code execution. This policy unlock the PSF space. NOTE: Do not set this policy "PsfUnlock" unless necessary. + $EN_DIS +**/ + UINT8 PsfUnlock; + +/** Offset 0x03E1 - IO voltage for I2C controllers + Selects the IO voltage for I2C controllers, 0: PchSerialIoIs33V, 1: PchSerialIoIs18V. +**/ + UINT8 SerialIoI2cVoltage[6]; + +/** Offset 0x03E7 +**/ + UINT8 ReservedSiliconInitUpd[19]; } SILICON_INIT_UPD; #define FSP_UPD_SIGNATURE 0x244450554C4B5324 /* '$SKLUPD$' */ @@ -694,7 +1004,7 @@ typedef struct { } UPD_DATA_REGION; #define FSP_IMAGE_ID 0x245053464C4B5324 /* '$SKLFSP$' */ -#define FSP_IMAGE_REV 0x01070000 +#define FSP_IMAGE_REV 0x01080100 /** VPD data structure **/ -- cgit v1.2.3