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_ELKHARTLAKE_PCR_H
4 #define SOC_ELKHARTLAKE_PCR_H
5 /*
6  * Port IDs
7  */
8 #define PID_EMMC 0x51
9 #define PID_SDX 0x53
10 
11 #define PID_GPIOCOM0 0x6e
12 #define PID_GPIOCOM1 0x6d
13 #define PID_GPIOCOM2 0x6c
14 #define PID_GPIOCOM3 0x6b
15 #define PID_GPIOCOM4 0x6a
16 #define PID_GPIOCOM5 0x69
17 
18 #define PID_DMI 0x88
19 #define PID_PSTH 0x89
20 #define PID_CSME0 0x90
21 #define PID_ISCLK 0xad
22 #define PID_PSF1 0xba
23 #define PID_PSF2 0xbb
24 #define PID_PSF3 0xbc
25 #define PID_PSF4 0xbd
26 #define PID_RTC 0xc3
27 #define PID_ITSS 0xc4
28 #define PID_ESPI 0x72
29 #define PID_SERIALIO 0xcb
30 
31 #endif