V Sowmya has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48271 )
Change subject: soc/intel/common/block/usb4: Add the PCI ID for ADL ......................................................................
soc/intel/common/block/usb4: Add the PCI ID for ADL
This patch adds the PCI device ID for Alderlake CPU xHCI.
Change-Id: I4074a81aa9be2ef3a0956da08bece32a613415ab Signed-off-by: V Sowmya v.sowmya@intel.com --- M src/soc/intel/common/block/usb4/xhci.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/48271/1
diff --git a/src/soc/intel/common/block/usb4/xhci.c b/src/soc/intel/common/block/usb4/xhci.c index 4fe60dd..d4fb3e2 100644 --- a/src/soc/intel/common/block/usb4/xhci.c +++ b/src/soc/intel/common/block/usb4/xhci.c @@ -27,6 +27,7 @@
static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_TGP_TCSS_XHCI, + PCI_DEVICE_ID_INTEL_ADP_TCSS_XHCI, 0 };
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48271 )
Change subject: soc/intel/common/block/usb4: Add the PCI ID for ADL ......................................................................
Patch Set 1: Code-Review+2
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48271 )
Change subject: soc/intel/common/block/usb4: Add the PCI ID for ADL ......................................................................
Patch Set 1: Code-Review+2
Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/48271 )
Change subject: soc/intel/common/block/usb4: Add the PCI ID for ADL ......................................................................
soc/intel/common/block/usb4: Add the PCI ID for ADL
This patch adds the PCI device ID for Alderlake CPU xHCI.
Change-Id: I4074a81aa9be2ef3a0956da08bece32a613415ab Signed-off-by: V Sowmya v.sowmya@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/48271 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Furquan Shaikh furquan@google.com Reviewed-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/common/block/usb4/xhci.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Furquan Shaikh: Looks good to me, approved Subrata Banik: Looks good to me, approved
diff --git a/src/soc/intel/common/block/usb4/xhci.c b/src/soc/intel/common/block/usb4/xhci.c index 4fe60dd..d4fb3e2 100644 --- a/src/soc/intel/common/block/usb4/xhci.c +++ b/src/soc/intel/common/block/usb4/xhci.c @@ -27,6 +27,7 @@
static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_TGP_TCSS_XHCI, + PCI_DEVICE_ID_INTEL_ADP_TCSS_XHCI, 0 };