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
This commit is contained in:
parent
0fe6e9a9a4
commit
361bd10bce
3 changed files with 7 additions and 7 deletions
5
src/include/cpu/intel/acpi.h
Normal file
5
src/include/cpu/intel/acpi.h
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue