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_VR_CURRENT_CONFIG   0x601
 
#define MSR_PL3_CONTROL   0x615
 
#define MSR_VR_MISC_CONFIG2   0x636
 
#define MSR_PLATFORM_POWER_LIMIT   0x65c
 

Macro Definition Documentation

◆ ENABLE_IA_UNTRUSTED

#define ENABLE_IA_UNTRUSTED   (1 << 0)

Definition at line 9 of file msr.h.

◆ MSR_BIOS_DONE

#define MSR_BIOS_DONE   0x151

Definition at line 8 of file msr.h.

◆ MSR_PL3_CONTROL

#define MSR_PL3_CONTROL   0x615

Definition at line 11 of file msr.h.

◆ MSR_PLATFORM_POWER_LIMIT

#define MSR_PLATFORM_POWER_LIMIT   0x65c

Definition at line 13 of file msr.h.

◆ MSR_VR_CURRENT_CONFIG

#define MSR_VR_CURRENT_CONFIG   0x601

Definition at line 10 of file msr.h.

◆ MSR_VR_MISC_CONFIG2

#define MSR_VR_MISC_CONFIG2   0x636

Definition at line 12 of file msr.h.