summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc
diff options
context:
space:
mode:
authorLu, ShifeiX A <shifeix.a.lu@intel.com>2017-06-09 13:26:26 +0800
committerzwei4 <david.wei@intel.com>2017-06-09 13:30:36 +0800
commit9726187be01c397be6616e15093419c4cfa49396 (patch)
tree81b599871dbfa88c2aef1f42deff0e21873d4003 /Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc
parentcb36dee331f4b9f6dc54719691f554362ad14583 (diff)
downloadedk2-platforms-9726187be01c397be6616e15093419c4cfa49396.tar.xz
Add eMMC/SD.
Add Platform eMMC/SD driver. This reverts commit 66d48af2d24645263b8068e261abc58d84cc2b93. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex <shifeix.a.lu@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc')
-rw-r--r--Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc11
1 files changed, 7 insertions, 4 deletions
diff --git a/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc b/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc
index 06fd97be82..68f4b20f21 100644
--- a/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc
+++ b/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc
@@ -389,11 +389,14 @@
$(PLATFORM_PACKAGE_COMMON)/Console/LpssUartSerialDxe/LpssUartSerialDxe.inf
#
- # eMMC/SD Card
+ # SDIO
#
- MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
- MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
- MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
+ $(PLATFORM_SI_PACKAGE)/SouthCluster/Sdio/Dxe/MMC/MmcHostDxe/MmcHostDxe.inf
+
+ $(PLATFORM_SI_PACKAGE)/SouthCluster/Sdio/Dxe/MMC/MmcMediaDeviceDxe/MmcMediaDeviceDxe.inf
+
+ $(PLATFORM_SI_PACKAGE)/SouthCluster/Sdio/Dxe/SD/SdControllerDxe/SdControllerDxe.inf
+ $(PLATFORM_SI_PACKAGE)/SouthCluster/Sdio/Dxe/SD/SdMediaDeviceDxe/SdMediaDeviceDxe.inf
!if $(ACPI50_ENABLE) == TRUE