]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg: remove PL180 SD controller driver
authorArd Biesheuvel <ard.biesheuvel@arm.com>
Wed, 29 Apr 2020 18:51:27 +0000 (20:51 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 5 May 2020 15:37:20 +0000 (15:37 +0000)
commitde15e7c2651ada46cc649c5b3c8c0c145354ac04
tree5814b0f255a39649519e45c8c3c631057f41df48
parent2a8fc911b9e33686300baf12ce3345aa1e9511a9
ArmPlatformPkg: remove PL180 SD controller driver

The PL180 SD host controller driver is only used on emulated ARM
platforms, uses an obsolete version of the MMC host protocol and
does not adhere to the UEFI driver model.

It has been moved into edk2-platforms alongside the only platforms
that use it, so we can drop it from the EDK2 core repository.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
ArmPlatformPkg/ArmPlatformPkg.dec
ArmPlatformPkg/ArmPlatformPkg.dsc
ArmPlatformPkg/Drivers/PL180MciDxe/PL180Mci.c [deleted file]
ArmPlatformPkg/Drivers/PL180MciDxe/PL180Mci.h [deleted file]
ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf [deleted file]