summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonak Kanabar <ronak.kanabar@intel.com>2020-05-04 17:28:39 +0530
committerPatrick Georgi <pgeorgi@google.com>2020-05-05 13:00:57 +0000
commitd4ad3f537f2fc478d5904c34d1f06234c30de1c9 (patch)
tree7a111e8698c4705f8c940d928e5f57932ad92199
parenta4412d68d50f27fea65ef4c83e43ab89aa27bf95 (diff)
downloadcoreboot-d4ad3f537f2fc478d5904c34d1f06234c30de1c9.tar.xz
soc/intel/jasperlake: Correct the EMMC PCR Port ID
Updating EMMC PCR PID from 0x52 to 0x51 for Jasperlake BUG=b:155595624 BRANCH=None TEST=Build, boot JSLRVP from emmc Signed-off-by: Ronak Kanabar <ronak.kanabar@intel.com> Change-Id: I17d4e7b7e0fe5e0b18867b6481b5bc9227ae19e3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41028 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: V Sowmya <v.sowmya@intel.com> Reviewed-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
-rw-r--r--src/soc/intel/jasperlake/include/soc/pcr_ids.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/jasperlake/include/soc/pcr_ids.h b/src/soc/intel/jasperlake/include/soc/pcr_ids.h
index 411a141ebf..a423134de5 100644
--- a/src/soc/intel/jasperlake/include/soc/pcr_ids.h
+++ b/src/soc/intel/jasperlake/include/soc/pcr_ids.h
@@ -4,9 +4,9 @@
#ifndef SOC_JASPERLAKE_PCR_H
#define SOC_JASPERLAKE_PCR_H
/*
- * Port ids
+ * Port IDs
*/
-#define PID_EMMC 0x52
+#define PID_EMMC 0x51
#define PID_SDX 0x53
#define PID_GPIOCOM0 0x6e