summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/include/soc/pcr_ids.h
blob: 9869ecdd8e3a40ecbf00d5892886f6fe1461a3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef _PCR_IDS_H_
#define _PCR_IDS_H_

#define PID_ITSS	0xC4
#define PID_RTC		0xC3
#define PID_DMI		0xEF
#define PID_GPIOCOM5	0x11
#define PID_GPIOCOM4	0xAB
#define PID_GPIOCOM3	0xAC
#define PID_GPIOCOM2	0xAD
#define PID_GPIOCOM1	0xAE
#define PID_GPIOCOM0	0xAF

#endif	/* _PCR_IDS_H_ */