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