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-only */
2 
3 #ifndef SOC_INTEL_SKL_PCR_H
4 #define SOC_INTEL_SKL_PCR_H
5 
6 /*
7  * Port ids
8  */
9 #define PID_PSTH 0x89
10 #define PID_CSME0 0x90
11 #define PID_GPIOCOM3 0xAC
12 #define PID_GPIOCOM2 0xAD
13 #define PID_GPIOCOM1 0xAE
14 #define PID_GPIOCOM0 0xAF
15 #define PID_PSF1 0xBA
16 #define PID_SCS 0xC0
17 #define PID_RTC 0xC3
18 #define PID_ITSS 0xC4
19 #define PID_LPC 0xC7
20 #define PID_SERIALIO 0xCB
21 #define PID_DMI 0xEF
22 
23 #endif /* SOC_INTEL_SKL_PCR_H */