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: John Zhao <john.zhao@intel.com> Reviewed-on: https://review.coreboot.org/27623 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
db70f3bb4d
commit
e3816b4bc9
|
@ -173,13 +173,13 @@ typedef struct {
|
|||
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 @@ typedef struct {
|
|||
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).
|
||||
|
|
Loading…
Reference in New Issue