From a88c3613b3fbae7e71c046953c8cabf5252d5903 Mon Sep 17 00:00:00 2001 From: Kishore Bodke <kishore.k.bodke@intel.com> Date: Wed, 10 Oct 2012 15:14:30 -0700 Subject: [PATCH] CrystalForest: Enable PCI extended config space for CrystalForest Machine. Quick Assist 1.0 version needs to enable the extended Configuration Space for the PCI devices. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> --- bsp/crystalforest/crystalforest.scc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/crystalforest/crystalforest.scc b/bsp/crystalforest/crystalforest.scc index ef94581a7..f67aeaefa 100644 --- a/bsp/crystalforest/crystalforest.scc +++ b/bsp/crystalforest/crystalforest.scc @@ -17,3 +17,6 @@ include features/usb/ohci-hcd.scc #This feature is required for Intel QAT Software include features/pci-iov/pci-iov.scc + +#Enable PCI device extended Configuration Space +include features/pci/pci.scc -- GitLab