aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/include/soc/pcr_ids.h
blob: 1a4909e0073ef775aefe8861ea7fd1582ac0a2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef SOC_INTEL_SKL_PCR_H
#define SOC_INTEL_SKL_PCR_H

/*
 * Port ids
 */
#define PID_PSTH	0x89
#define PID_GPIOCOM3	0xAC
#define PID_GPIOCOM2	0xAD
#define PID_GPIOCOM1	0xAE
#define PID_GPIOCOM0	0xAF
#define PID_PSF1	0xBA
#define PID_SCS		0xC0
#define PID_RTC		0xC3
#define PID_ITSS	0xC4
#define PID_LPC		0xC7
#define PID_SERIALIO	0xCB
#define PID_DMI		0xEF

#endif	/* SOC_INTEL_SKL_PCR_H */