include/device: Add pci id for Intel EMMC for SKL
Change-Id: I18315e48653b16b34d1473e6c0bb2a2662a1a2c3 Signed-off-by: Barnali Sarkar <barnali.sarkar@intel.com> Reviewed-on: https://review.coreboot.org/23870 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
773488f3f7
commit
7de8503d76
|
@ -2941,6 +2941,9 @@
|
|||
#define PCI_DEVICE_ID_INTEL_SKL_SD 0x9d2d
|
||||
#define PCI_DEVICE_ID_INTEL_CNL_SD 0x9df5
|
||||
|
||||
/* Intel EMMC device Ids */
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_EMMC 0x9d2b
|
||||
|
||||
/* Intel PCH Ids */
|
||||
#define PCH_CNL_LP_M_SUPER 0x9d80
|
||||
#define PCH_CNL_LP_M_SUPER_UNLOCK 0x9d81
|
||||
|
|
Loading…
Reference in New Issue