From 4c8f8a7aaad807a08433aaac8cb16ad9cb8b380d Mon Sep 17 00:00:00 2001 From: zwei4 Date: Tue, 17 Jan 2017 14:04:07 +0800 Subject: Enable SD card. Fixed the issue that SD card cannot be detected by BIOS. Add SD host and device drivers. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lu Shifeix A --- Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Platform/BroxtonPlatformPkg/PlatformDsc') diff --git a/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc b/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc index 53658cf795..0edcd98678 100644 --- a/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc +++ b/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc @@ -353,6 +353,10 @@ $(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 MdeModulePkg/Universal/SmmCommunicationBufferDxe/SmmCommunicationBufferDxe.inf -- cgit v1.2.3