coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pcr_ids.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef _PCR_IDS_H_
4 #define _PCR_IDS_H_
5 
6 #define PID_CSME0 0x90
7 #define PID_ITSS 0xC4
8 #define PID_RTC 0xC3
9 #define PID_DMI 0xEF
10 #define PID_GPIOCOM5 0x11
11 #define PID_GPIOCOM4 0xAB
12 #define PID_GPIOCOM3 0xAC
13 #define PID_GPIOCOM2 0xAD
14 #define PID_GPIOCOM1 0xAE
15 #define PID_GPIOCOM0 0xAF
16 
17 #endif /* _PCR_IDS_H_ */