public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] remove ARM BdsLib and FdtPlatformDxe
@ 2017-11-20 11:45 Ard Biesheuvel
  2017-11-20 11:45 ` [PATCH 1/2] EmbeddedPkg: remove FdtPlatformDxe Ard Biesheuvel
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ard Biesheuvel @ 2017-11-20 11:45 UTC (permalink / raw)
  To: edk2-devel; +Cc: leif.lindholm, Ard Biesheuvel

Remove two pieces of legacy that are only used by platforms residing under
Platform/ARM in edk2-platforms, and really shouldn't serve as examples for
new contributions. So after migrating the code to edk2-platforms, remove it
from EDK2.

Ard Biesheuvel (2):
  EmbeddedPkg: remove FdtPlatformDxe
  ArmPkg: remove BdsLib and remaining ARM BDS related PCDs

 ArmPkg/ArmPkg.dec                                     |    8 -
 ArmPkg/Library/BdsLib/BdsAppLoader.c                  |  253 ----
 ArmPkg/Library/BdsLib/BdsFilePath.c                   | 1411 --------------------
 ArmPkg/Library/BdsLib/BdsHelper.c                     |  183 ---
 ArmPkg/Library/BdsLib/BdsInternal.h                   |  111 --
 ArmPkg/Library/BdsLib/BdsLib.inf                      |   69 -
 ArmPkg/Library/BdsLib/BdsLoadOption.c                 |  272 ----
 BeagleBoardPkg/BeagleBoardPkg.dsc                     |    3 -
 EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c      |  461 -------
 EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h      |  174 ---
 EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf |   64 -
 EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.uni |  109 --
 EmbeddedPkg/Drivers/FdtPlatformDxe/README.txt         |   72 -
 EmbeddedPkg/Drivers/FdtPlatformDxe/ShellDumpFdt.c     |  279 ----
 EmbeddedPkg/Drivers/FdtPlatformDxe/ShellSetFdt.c      |  468 -------
 EmbeddedPkg/EmbeddedPkg.dec                           |    6 -
 16 files changed, 3943 deletions(-)
 delete mode 100644 ArmPkg/Library/BdsLib/BdsAppLoader.c
 delete mode 100644 ArmPkg/Library/BdsLib/BdsFilePath.c
 delete mode 100644 ArmPkg/Library/BdsLib/BdsHelper.c
 delete mode 100644 ArmPkg/Library/BdsLib/BdsInternal.h
 delete mode 100644 ArmPkg/Library/BdsLib/BdsLib.inf
 delete mode 100644 ArmPkg/Library/BdsLib/BdsLoadOption.c
 delete mode 100644 EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c
 delete mode 100644 EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h
 delete mode 100644 EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
 delete mode 100644 EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.uni
 delete mode 100644 EmbeddedPkg/Drivers/FdtPlatformDxe/README.txt
 delete mode 100644 EmbeddedPkg/Drivers/FdtPlatformDxe/ShellDumpFdt.c
 delete mode 100644 EmbeddedPkg/Drivers/FdtPlatformDxe/ShellSetFdt.c

-- 
2.11.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-26 11:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20 11:45 [PATCH 0/2] remove ARM BdsLib and FdtPlatformDxe Ard Biesheuvel
2017-11-20 11:45 ` [PATCH 1/2] EmbeddedPkg: remove FdtPlatformDxe Ard Biesheuvel
2017-11-20 11:45 ` [PATCH 2/2] ArmPkg: remove BdsLib and remaining ARM BDS related PCDs Ard Biesheuvel
2017-11-25 13:38 ` [PATCH 0/2] remove ARM BdsLib and FdtPlatformDxe Leif Lindholm
2017-11-26 11:28   ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox