Jamie Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35093 )
Change subject: soc/intel/common: Include cometlake EMMC controller ID ......................................................................
soc/intel/common: Include cometlake EMMC controller ID
Add cometlake EMMC controller ID
BUG=none BRANCH=none TEST=none
Change-Id: I3943dad57918df3df7885c2e2d3a86ab0e1d6008 Signed-off-by: Jamie Chen jamie.chen@intel.com --- M src/include/device/pci_ids.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/35093/1
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 2501640..b4cbc38 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3221,6 +3221,7 @@ #define PCI_DEVICE_ID_INTEL_CNP_H_SD 0xa375 #define PCI_DEVICE_ID_INTEL_ICL_SD 0x34f8 #define PCI_DEVICE_ID_INTEL_CMP_SD 0x02f5 +#define PCI_DEVICE_ID_INTEL_CMP_MMC 0x02c4
/* Intel EMMC device Ids */ #define PCI_DEVICE_ID_INTEL_SKL_EMMC 0x9d2b