Patrick Georgi has submitted this change and it was merged. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/35093 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Subrata Banik subrata.banik@intel.com --- M src/include/device/pci_ids.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Subrata Banik: Looks good to me, approved
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 2501640..cdd1c62 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3224,6 +3224,7 @@
/* Intel EMMC device Ids */ #define PCI_DEVICE_ID_INTEL_SKL_EMMC 0x9d2b +#define PCI_DEVICE_ID_INTEL_CMP_EMMC 0x02c4
/* Intel WIFI Ids */ #define PCI_DEVICE_ID_1000_SERIES_WIFI 0x0084