Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31610
Change subject: soc/intel/skylake: Remove redundent PM emulation time macros ......................................................................
soc/intel/skylake: Remove redundent PM emulation time macros
This patch removes duplicate pm timer emulation macros from soc directory and make use from common code msr.h
Change-Id: I6ec347e7464f785862e855817ec8308e3d207bb1 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/skylake/include/soc/msr.h 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/31610/1
diff --git a/src/soc/intel/skylake/include/soc/msr.h b/src/soc/intel/skylake/include/soc/msr.h index 6da9325..bd0942a 100644 --- a/src/soc/intel/skylake/include/soc/msr.h +++ b/src/soc/intel/skylake/include/soc/msr.h @@ -20,10 +20,6 @@ #include <intelblocks/msr.h>
#define MSR_PIC_MSG_CONTROL 0x2e -#define MSR_EMULATE_PM_TIMER 0x121 -#define EMULATE_PM_TMR_EN (1 << 16) -#define EMULATE_DELAY_OFFSET_VALUE 20 -#define EMULATE_DELAY_VALUE 0x13 #define MSR_LT_LOCK_MEMORY 0x2e7 #define MSR_UNCORE_PRMRR_PHYS_BASE 0x2f4 #define MSR_UNCORE_PRMRR_PHYS_MASK 0x2f5