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