[coreboot-gerrit] Change in coreboot[master]: src/soc/intel/cannonlake: Fix IA32_PLATFORM_DCA_CAP addresse

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Mon Oct 1 08:48:40 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28847


Change subject: src/soc/intel/cannonlake: Fix IA32_PLATFORM_DCA_CAP addresse
......................................................................

src/soc/intel/cannonlake: Fix IA32_PLATFORM_DCA_CAP addresse

Change-Id: Id4f99e82bb97a260d654b49a2ba94fde207d318b
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/soc/intel/cannonlake/include/soc/msr.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/28847/1

diff --git a/src/soc/intel/cannonlake/include/soc/msr.h b/src/soc/intel/cannonlake/include/soc/msr.h
index 6617d7f..c63c921 100644
--- a/src/soc/intel/cannonlake/include/soc/msr.h
+++ b/src/soc/intel/cannonlake/include/soc/msr.h
@@ -26,7 +26,7 @@
 #define  ENERGY_POLICY_NORMAL		6
 #define  ENERGY_POLICY_POWERSAVE	15
 #define IA32_PACKAGE_THERM_INTERRUPT	0x1b2
-#define IA32_PLATFORM_DCA_CAP		0x1f9
+#define IA32_PLATFORM_DCA_CAP		0x1f8
 #define MSR_VR_MISC_CONFIG2		0x636
 
 #endif

-- 
To view, visit https://review.coreboot.org/28847
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4f99e82bb97a260d654b49a2ba94fde207d318b
Gerrit-Change-Number: 28847
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181001/d0d9c3a4/attachment.html>


More information about the coreboot-gerrit mailing list