From 9672b540874bf3a27df0b35ae94ada32e5a8c601 Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Thu, 15 Feb 2018 17:11:00 -0800 Subject: soc/intel/cannonlake: Add emmc/sdc port id EMMC and SD Controller port id listed here, the port id definition came from Cannonlake BIOS Writer Guide 570374. BUG=None TEST=None Change-Id: I901e90c47b08bb013fcfee5def610e320a7ac19a Signed-off-by: Lijian Zhao Reviewed-on: https://review.coreboot.org/23789 Reviewed-by: Nick Vaccaro Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/soc/intel/cannonlake/include/soc/pcr_ids.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/soc/intel/cannonlake/include/soc/pcr_ids.h b/src/soc/intel/cannonlake/include/soc/pcr_ids.h index 04ea147f38..891b18742b 100644 --- a/src/soc/intel/cannonlake/include/soc/pcr_ids.h +++ b/src/soc/intel/cannonlake/include/soc/pcr_ids.h @@ -18,6 +18,8 @@ /* * Port ids */ +#define PID_EMMC 0x52 +#define PID_SDX 0x53 #define PID_GPIOCOM4 0x6a #define PID_GPIOCOM3 0x6b #define PID_GPIOCOM2 0x6c -- cgit v1.2.3