aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu/intel
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2010-11-17 21:52:15 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-11-17 21:52:15 +0000
commit361bd10bcea5db98cfc573987023449c2f59287d (patch)
treeaf12c12309dfcba314c7d9eeeaf1d2ce1a41df81 /src/include/cpu/intel
parent0fe6e9a9a4dfdabf0ad1336112207899b868ee9c (diff)
Move Intel power management related defines to some central location.
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Acked-by: Patrick Georgi <patrick@georgi-clan.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6085 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/cpu/intel')
-rw-r--r--src/include/cpu/intel/acpi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/cpu/intel/acpi.h b/src/include/cpu/intel/acpi.h
new file mode 100644
index 0000000000..35a45a0021
--- /dev/null
+++ b/src/include/cpu/intel/acpi.h
@@ -0,0 +1,5 @@
+#define IA32_PLATFORM_ID 0x017
+#define IA32_PERF_STS 0x198
+#define IA32_PERF_CTL 0x199
+#define MSR_THERM2_CTL 0x19D
+#define IA32_MISC_ENABLES 0x1A0