John Zhao has uploaded this change for review. ( https://review.coreboot.org/27623
Change subject: vendorcode/intel: Update GLK FSP Header files w.r.t FSP v2.0.5 ......................................................................
vendorcode/intel: Update GLK FSP Header files w.r.t FSP v2.0.5
Update FSP header files to match FSP Reference Code Release v2.0.5 for Geminilake
BUG=b:111683980 CQ-DEPEND=CL:*653835
Change-Id: Ib5ac532843fdb30ac3269fb6ed96dd05ef5736cc Signed-off-by: zhaojohn john.zhao@intel.com --- M src/vendorcode/intel/fsp/fsp2_0/glk/FspsUpd.h 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/27623/1
diff --git a/src/vendorcode/intel/fsp/fsp2_0/glk/FspsUpd.h b/src/vendorcode/intel/fsp/fsp2_0/glk/FspsUpd.h index 1cbcb69..cc194b2 100644 --- a/src/vendorcode/intel/fsp/fsp2_0/glk/FspsUpd.h +++ b/src/vendorcode/intel/fsp/fsp2_0/glk/FspsUpd.h @@ -173,13 +173,13 @@ Enable/Disable IPU Device. 0:Disable, 1:Enable(Default). $EN_DIS **/ - UINT8 IpuEn; + UINT8 IpuEnReserved;
/** Offset 0x003A - IMGU ACPI mode selection 0:Auto, 1:IGFX Child device(Default), 2:ACPI device. 0:Disable, 1:IGFX Child device, 2:ACPI device **/ - UINT8 IpuAcpiMode; + UINT8 IpuAcpiModeReserved;
/** Offset 0x003B - Enable ForceWake Enable/disable ForceWake Models. 0:Disable(Default), 1:Enable. @@ -279,7 +279,7 @@ Enable/disable SaIpuEnable. 0:Disable(Default), 1:Enable. $EN_DIS **/ - UINT8 SaIpuEnable; + UINT8 SaIpuEnableReserved;
/** Offset 0x0052 - GT PM Support Enable/Disable GT power management support. 0:Disable, 1:Enable(Default).