[coreboot-gerrit] Change in coreboot[master]: soc/intel/apollolake: defines constant for C1E enable mask

Cole Nelson (Code Review) gerrit at coreboot.org
Tue Jun 12 19:00:17 CEST 2018


Cole Nelson has uploaded this change for review. ( https://review.coreboot.org/27035


Change subject: soc/intel/apollolake: defines constant for C1E enable mask
......................................................................

soc/intel/apollolake: defines constant for C1E enable mask

Register 0x1fc (MSR_POWER_CTL) deserves a proper mask for the C1E
enable bit.  Define POWER_CTL_C1E_MASK to be used subsequently.

Change-Id: I7a5408f6678f56540929b7811764845b6dad1149
Signed-off-by: Cole Nelson <colex.nelson at intel.com>
---
M src/soc/intel/common/block/include/intelblocks/msr.h
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/27035/1

diff --git a/src/soc/intel/common/block/include/intelblocks/msr.h b/src/soc/intel/common/block/include/intelblocks/msr.h
index 22e8862..e1fc431 100644
--- a/src/soc/intel/common/block/include/intelblocks/msr.h
+++ b/src/soc/intel/common/block/include/intelblocks/msr.h
@@ -72,6 +72,7 @@
 #define  PRMRR_PHYS_MASK_LOCK		(1 << 10)
 #define  PRMRR_PHYS_MASK_VALID		(1 << 11)
 #define MSR_POWER_CTL			0x1fc
+#define  POWER_CTL_C1E_MASK		(1 << 1)
 #define MSR_EVICT_CTL			0x2e0
 #define MSR_SGX_OWNEREPOCH0		0x300
 #define MSR_SGX_OWNEREPOCH1		0x301

-- 
To view, visit https://review.coreboot.org/27035
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: I7a5408f6678f56540929b7811764845b6dad1149
Gerrit-Change-Number: 27035
Gerrit-PatchSet: 1
Gerrit-Owner: Cole Nelson <colex.nelson at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180612/3f1b0899/attachment-0001.html>


More information about the coreboot-gerrit mailing list