Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/83519?usp=email )
Change subject: device/pci_ids: Remove unused Intel UFS device IDs ......................................................................
device/pci_ids: Remove unused Intel UFS device IDs
This patch removes the PCI device IDs for Intel LNL and PTL UFS devices from `pci_ids.h` as they appear to be unused in the codebase.
BUG=b:347669091 TEST=Able to build google/fatcat.
Change-Id: Ic795dd2e83c361a2aa04267d4663cf6bb9a755e2 Signed-off-by: Subrata Banik subratabanik@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/83519 Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Eric Lai ericllai@google.com --- M src/include/device/pci_ids.h 1 file changed, 0 insertions(+), 4 deletions(-)
Approvals: Angel Pons: Looks good to me, but someone else must approve Eric Lai: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index e18a2fb..27cedd9 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4725,10 +4725,6 @@ #define PCI_DID_INTEL_JSP_EMMC 0x4dc4 #define PCI_DID_INTEL_ADP_EMMC 0x54c4
-/* Intel UFS device Ids */ -#define PCI_DID_INTEL_LNL_UFS 0xa847 -#define PCI_DID_INTEL_PTL_UFS 0xe447 - /* Intel Thunderbolt device Ids */ #define PCI_DID_INTEL_TGL_TBT_RP0 0x9a23 #define PCI_DID_INTEL_TGL_TBT_RP1 0x9a25