diff options
author | Bora Guvendik <bora.guvendik@intel.com> | 2017-05-31 11:56:30 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-06-01 20:50:07 +0200 |
commit | 9deb23a4adf6daf3e84f1b8c79d68e34765e54eb (patch) | |
tree | a01d4ef7a6dff54453b0e48a30feb7e1799764f4 /src | |
parent | 1581543185bb0a5f8ff1421538617640699a3181 (diff) | |
download | coreboot-9deb23a4adf6daf3e84f1b8c79d68e34765e54eb.tar.xz |
include/device: Add pci ids for Intel SD
Change-Id: Iee966991ffd0f73cee9520c85eeba6530e224457
Signed-off-by: Bora Guvendik <bora.guvendik@intel.com>
Reviewed-on: https://review.coreboot.org/19997
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/include/device/pci_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index da6cd8c39a..541e041e85 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2849,6 +2849,11 @@ #define PCI_DEVICE_ID_INTEL_GLK_XDCI 0x31aa #define PCI_DEVICE_ID_INTEL_SPT_LP_XDCI 0x9d30 +/* Intel SD device Ids */ +#define PCI_DEVICE_ID_INTEL_APL_SD 0x5aca +#define PCI_DEVICE_ID_INTEL_GLK_SD 0x31ca +#define PCI_DEVICE_ID_INTEL_SKL_SD 0x9d2d + #define PCI_VENDOR_ID_COMPUTONE 0x8e0e #define PCI_DEVICE_ID_COMPUTONE_IP2EX 0x0291 #define PCI_DEVICE_ID_COMPUTONE_PG 0x0302 |