summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.inf
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@arm.com>2020-04-30 18:50:38 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-05-05 15:37:20 +0000
commit9ad9dc9d4fbb0c20eead6a8a40cd73eed496e146 (patch)
tree42b9f1ea77492bf74f5bbe040d1392bc15bb18d2 /EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.inf
parente54310451f1ac2ce4ccb90a110f45bb9b4f3ccd6 (diff)
downloadedk2-9ad9dc9d4fbb0c20eead6a8a40cd73eed496e146.tar.gz
edk2-9ad9dc9d4fbb0c20eead6a8a40cd73eed496e146.tar.bz2
edk2-9ad9dc9d4fbb0c20eead6a8a40cd73eed496e146.zip
EmbeddedPkg: remove DwEmmcDxe host controller driver
The Synopsys DesignWare eMMC host controller driver does not implement that SD/MMC host controller protocol that the UEFI spec defines, but an obsolete EDK2-specific one that predates it. It also does not implement the UEFI driver model. Due to this, it has been moved into the edk2-platforms repository, alongside its remaining users, which have been updated to refer to it in its new location. So drop this version from EmbeddedPkg. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Diffstat (limited to 'EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.inf')
-rw-r--r--EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.inf49
1 files changed, 0 insertions, 49 deletions
diff --git a/EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.inf b/EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.inf
deleted file mode 100644
index cf8e242213..0000000000
--- a/EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.inf
+++ /dev/null
@@ -1,49 +0,0 @@
-#/** @file
-# INF file for the eMMC Host Protocol implementation for the DesignWare MMC.
-#
-# Copyright (c) 2014-2017, Linaro Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-#**/
-
-[Defines]
- INF_VERSION = 0x00010019
- BASE_NAME = DwEmmcDxe
- FILE_GUID = b549f005-4bd4-4020-a0cb-06f42bda68c3
- MODULE_TYPE = DXE_DRIVER
- VERSION_STRING = 1.0
-
- ENTRY_POINT = DwEmmcDxeInitialize
-
-[Sources.common]
- DwEmmcDxe.c
-
-[Packages]
- EmbeddedPkg/EmbeddedPkg.dec
- MdePkg/MdePkg.dec
-
-[LibraryClasses]
- ArmLib
- BaseLib
- BaseMemoryLib
- CacheMaintenanceLib
- IoLib
- MemoryAllocationLib
- TimerLib
- UefiDriverEntryPoint
- UefiLib
-
-[Protocols]
- gEfiCpuArchProtocolGuid
- gEfiDevicePathProtocolGuid
- gEmbeddedMmcHostProtocolGuid
-
-[Pcd]
- gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeBaseAddress
- gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeClockFrequencyInHz
- gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeMaxClockFreqInHz
- gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeFifoDepth
-
-[Depex]
- TRUE