]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg: remove BootMonFs and ArmShellCmdRunAxf
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 15 Nov 2017 16:21:53 +0000 (16:21 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 8 Dec 2017 16:30:20 +0000 (16:30 +0000)
commitde4940885ab06cbc79a308fb0dc7f1daceccdea0
tree0cffe3fac1036aefcbcf93fabcf649bd4b6a2d32
parentbc52af3bf35bb9d762ecff703618a1104f4f9261
ArmPlatformPkg: remove BootMonFs and ArmShellCmdRunAxf

These modules have been imported into edk2-platforms where they belong
so remove them from the main EDK2 branch.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
24 files changed:
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf [deleted file]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsApi.h [deleted file]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsDir.c [deleted file]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsEntryPoint.c [deleted file]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h [deleted file]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsImages.c [deleted file]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h [deleted file]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c [deleted file]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsReadWrite.c [deleted file]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsUnsupported.c [deleted file]
ArmPlatformPkg/Include/Guid/BootMonFsFileInfo.h [deleted file]
ArmPlatformPkg/Include/Library/ArmShellCmdLib.h [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.c [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.inf [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.uni [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/BootMonFsLoader.c [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/BootMonFsLoader.h [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/ElfLoader.c [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/ElfLoader.h [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/RunAxf.c [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf32.h [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf64.h [deleted file]
ArmPlatformPkg/Library/ArmShellCmdRunAxf/elf_common.h [deleted file]