coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pcr.h File Reference
#include <soc/iomap.h>
Include dependency graph for pcr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PCH_PCR_ADDRESS(Pid, Offset)    (DEFAULT_PCR_BASE | ((uint8_t)(Pid) << 16) | (uint16_t)(Offset))
 

Enumerations

enum  PCH_SBI_PID { PID_SMB = 0xCF , PID_ITSS = 0xD0 , PID_GPIOCOM0 = 0xC2 , PID_GPIOCOM1 = 0xC5 }
 

Macro Definition Documentation

◆ PCH_PCR_ADDRESS

#define PCH_PCR_ADDRESS (   Pid,
  Offset 
)     (DEFAULT_PCR_BASE | ((uint8_t)(Pid) << 16) | (uint16_t)(Offset))

Definition at line 10 of file pcr.h.

Enumeration Type Documentation

◆ PCH_SBI_PID

Enumerator
PID_SMB 
PID_ITSS 
PID_GPIOCOM0 
PID_GPIOCOM1 

Definition at line 14 of file pcr.h.