summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/PlatformSettings
diff options
context:
space:
mode:
authorzwei4 <david.wei@intel.com>2017-09-02 17:18:26 +0800
committerzwei4 <david.wei@intel.com>2017-09-02 17:18:26 +0800
commitc7fd86be57d7746457e7a2faf4dd0199a9a07342 (patch)
tree9fd2335c42d01e788a94da2939e61aef2c893ecd /Platform/BroxtonPlatformPkg/Common/PlatformSettings
parentdbb279c54dbed80ec700cfbd61632a64c2c08b51 (diff)
downloadedk2-platforms-c7fd86be57d7746457e7a2faf4dd0199a9a07342.tar.xz
Enable GT RC6.
Remove code that disables GT RC6. This could allow GT to enter deep sleep when it is idle, so that more power could be saved for core to use. This temp solution allows core frequency maximally rise to 1100MHz. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 <david.wei@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c4
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c
index e5e9c9319a..7733dd0ac5 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c
@@ -786,9 +786,7 @@ InitializePlatform (
mSystemConfiguration.BoardId = PlatformInfoHob->BoardId;
if (mSystemConfiguration.PlatformSettingEn == 0) {
- if (PlatformInfoHob->PmicVersion == 0) {
- mSystemConfiguration.EnableRenderStandby = 0;
- }
+
mSystemConfiguration.PlatformSettingEn = 1;
}
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c
index 06dffcdfb7..7e3beb6116 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c
@@ -145,9 +145,7 @@ LoadPlatformDefaultValues (
case BOARD_ID_LFH_CRB:
case BOARD_ID_MINNOW:
case BOARD_ID_BENSON:
- if (Private->FakeNvData.PmicSetupDefault == 1) {
- Private->FakeNvData.EnableRenderStandby = FALSE;
- }
+
break;
default:
break;