soc/intel/common: 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@intel.com> Reviewed-on: https://review.coreboot.org/27035 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c38960d7f3
commit
2b69b21c2d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue