coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
msr.h File Reference
#include <intelblocks/msr.h>
Include dependency graph for msr.h:

Go to the source code of this file.

Macros

#define MSR_BIOS_DONE   0x151
 
#define ENABLE_IA_UNTRUSTED   (1 << 0)
 
#define MSR_LT_LOCK_MEMORY   0x2e7
 
#define MSR_UNCORE_PRMRR_PHYS_BASE   0x2f4
 
#define MSR_UNCORE_PRMRR_PHYS_MASK   0x2f5
 
#define MSR_VR_CURRENT_CONFIG   0x601
 
#define MSR_VR_MISC_CONFIG   0x603
 
#define MSR_PL3_CONTROL   0x615
 
#define MSR_VR_MISC_CONFIG2   0x636
 
#define MSR_PP0_POWER_LIMIT   0x638
 
#define MSR_PP1_POWER_LIMIT   0x640
 
#define MSR_PLATFORM_POWER_LIMIT   0x65c
 

Macro Definition Documentation

◆ ENABLE_IA_UNTRUSTED

#define ENABLE_IA_UNTRUSTED   (1 << 0)

Definition at line 10 of file msr.h.

◆ MSR_BIOS_DONE

#define MSR_BIOS_DONE   0x151

Definition at line 9 of file msr.h.

◆ MSR_LT_LOCK_MEMORY

#define MSR_LT_LOCK_MEMORY   0x2e7

Definition at line 11 of file msr.h.

◆ MSR_PL3_CONTROL

#define MSR_PL3_CONTROL   0x615

Definition at line 16 of file msr.h.

◆ MSR_PLATFORM_POWER_LIMIT

#define MSR_PLATFORM_POWER_LIMIT   0x65c

Definition at line 20 of file msr.h.

◆ MSR_PP0_POWER_LIMIT

#define MSR_PP0_POWER_LIMIT   0x638

Definition at line 18 of file msr.h.

◆ MSR_PP1_POWER_LIMIT

#define MSR_PP1_POWER_LIMIT   0x640

Definition at line 19 of file msr.h.

◆ MSR_UNCORE_PRMRR_PHYS_BASE

#define MSR_UNCORE_PRMRR_PHYS_BASE   0x2f4

Definition at line 12 of file msr.h.

◆ MSR_UNCORE_PRMRR_PHYS_MASK

#define MSR_UNCORE_PRMRR_PHYS_MASK   0x2f5

Definition at line 13 of file msr.h.

◆ MSR_VR_CURRENT_CONFIG

#define MSR_VR_CURRENT_CONFIG   0x601

Definition at line 14 of file msr.h.

◆ MSR_VR_MISC_CONFIG

#define MSR_VR_MISC_CONFIG   0x603

Definition at line 15 of file msr.h.

◆ MSR_VR_MISC_CONFIG2

#define MSR_VR_MISC_CONFIG2   0x636

Definition at line 17 of file msr.h.