]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg: Retire NorFlashDxe driver
authorArd Biesheuvel <ardb@kernel.org>
Mon, 24 Oct 2022 16:53:35 +0000 (18:53 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 6 Nov 2022 15:21:12 +0000 (15:21 +0000)
commitcc650a0378f86a4980e7a0d37fef90d46d33afe1
treeb684425f1e6546fb9954d23a2e29735a50dd44e6
parenteff44c008d99eca6e3700e864b014821ba88683c
ArmPlatformPkg: Retire NorFlashDxe driver

The NorFlashDxe driver in ArmPlatformPkg was shared between development
platforms built by ARM Ltd, and virtual platforms that were once modeled
after Versatile Express, but have very little in common with actual bare
metal implementations.

Both sides have migrated to a domain specific version of the driver, so
we can retire the old one.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
13 files changed:
ArmPlatformPkg/ArmPlatformPkg.dec
ArmPlatformPkg/ArmPlatformPkg.dsc
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlash.c [deleted file]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlash.h [deleted file]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashBlockIoDxe.c [deleted file]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c [deleted file]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf [deleted file]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashFvb.c [deleted file]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashStandaloneMm.c [deleted file]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashStandaloneMm.inf [deleted file]
ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h [deleted file]
ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.c [deleted file]
ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf [deleted file]