From e87bdbba29e200847fd2f01b158298fe65646692 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 25 Feb 2019 21:11:40 +0530 Subject: soc/intel/skylake: Remove redundant PM emulation timer macros This patch removes duplicate pm timer emulation macros from soc directory and makes use from common code msr.h Change-Id: I6ec347e7464f785862e855817ec8308e3d207bb1 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/31610 Reviewed-by: Aamir Bohra Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/soc/intel/skylake/include/soc/msr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/soc/intel/skylake') diff --git a/src/soc/intel/skylake/include/soc/msr.h b/src/soc/intel/skylake/include/soc/msr.h index 6da9325d87..bd0942ae31 100644 --- a/src/soc/intel/skylake/include/soc/msr.h +++ b/src/soc/intel/skylake/include/soc/msr.h @@ -20,10 +20,6 @@ #include #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 -- cgit v1.2.3