coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
systemagent.h File Reference
Include dependency graph for systemagent.h:

Go to the source code of this file.

Macros

#define PUNIT_THERMAL_DEVICE_IRQ   0x700C
 
#define PUINT_THERMAL_DEVICE_IRQ_VEC_NUMBER   0x18
 
#define PUINT_THERMAL_DEVICE_IRQ_LOCK   0x80000000
 
#define BIOS_RESET_CPL   0x7078
 
#define PCODE_INIT_DONE   (1 << 8)
 
#define MCHBAR_RAPL_PPL   0x70A8
 
#define CORE_DISABLE_MASK   0x7168
 
#define CAPID0_A   0xE4
 
#define VTD_DISABLE   (1 << 23)
 
#define DEFVTBAR   0x6c80
 
#define GFXVTBAR   0x6c88
 
#define VTBAR_ENABLED   0x01
 
#define VTBAR_MASK   0xfffffff000ull
 
#define VTBAR_SIZE   0x1000
 

Macro Definition Documentation

◆ BIOS_RESET_CPL

#define BIOS_RESET_CPL   0x7078

Definition at line 12 of file systemagent.h.

◆ CAPID0_A

#define CAPID0_A   0xE4

Definition at line 16 of file systemagent.h.

◆ CORE_DISABLE_MASK

#define CORE_DISABLE_MASK   0x7168

Definition at line 15 of file systemagent.h.

◆ DEFVTBAR

#define DEFVTBAR   0x6c80

Definition at line 18 of file systemagent.h.

◆ GFXVTBAR

#define GFXVTBAR   0x6c88

Definition at line 19 of file systemagent.h.

◆ MCHBAR_RAPL_PPL

#define MCHBAR_RAPL_PPL   0x70A8

Definition at line 14 of file systemagent.h.

◆ PCODE_INIT_DONE

#define PCODE_INIT_DONE   (1 << 8)

Definition at line 13 of file systemagent.h.

◆ PUINT_THERMAL_DEVICE_IRQ_LOCK

#define PUINT_THERMAL_DEVICE_IRQ_LOCK   0x80000000

Definition at line 11 of file systemagent.h.

◆ PUINT_THERMAL_DEVICE_IRQ_VEC_NUMBER

#define PUINT_THERMAL_DEVICE_IRQ_VEC_NUMBER   0x18

Definition at line 10 of file systemagent.h.

◆ PUNIT_THERMAL_DEVICE_IRQ

#define PUNIT_THERMAL_DEVICE_IRQ   0x700C

Definition at line 9 of file systemagent.h.

◆ VTBAR_ENABLED

#define VTBAR_ENABLED   0x01

Definition at line 20 of file systemagent.h.

◆ VTBAR_MASK

#define VTBAR_MASK   0xfffffff000ull

Definition at line 21 of file systemagent.h.

◆ VTBAR_SIZE

#define VTBAR_SIZE   0x1000

Definition at line 22 of file systemagent.h.

◆ VTD_DISABLE

#define VTD_DISABLE   (1 << 23)

Definition at line 17 of file systemagent.h.