From e2f39e23e8982a239f4ec063d823ad3414e1ba66 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 10 Jul 2019 18:36:09 +0200 Subject: pci_ids: Drop a block of unused, redundant definitions These didn't align with the usual naming conventions and contained some errors beside. Change-Id: I45033d4cb998a85fc0bec00c54e207226f42de4e Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/34209 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Angel Pons --- src/include/device/pci_ids.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/include/device/pci_ids.h') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index ac18aacf03..0c846c64d9 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3196,17 +3196,6 @@ /* 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 -#define PCH_CNL_LP_M_SUPER_LOCK 0x9d82 -#define PCH_CNL_LP_Y_PREMIUM 0x9d83 -#define PCH_CNL_LP_U_PREMIUM 0x9d84 -#define PCH_CNL_LP_U_BASE 0x9d85 -#define PCH_CNL_H_DT_SUPER 0xa280 -#define PCH_CNP_H_MOBILE_Q370 0xa306 -#define PCH_CNP_H_MOBILE_QM370 0xa30c - /* Intel WIFI Ids */ #define PCI_DEVICE_ID_1000_SERIES_WIFI 0x0084 #define PCI_DEVICE_ID_6005_SERIES_WIFI 0x0085 -- cgit v1.2.3