diff --git a/FatBinPkg/EnhancedFatDxe/AArch64/Fat.efi b/FatBinPkg/EnhancedFatDxe/AArch64/Fat.efi deleted file mode 100644 index 35c96a6b7b..0000000000 Binary files a/FatBinPkg/EnhancedFatDxe/AArch64/Fat.efi and /dev/null differ diff --git a/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi b/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi deleted file mode 100755 index 494b8f58e3..0000000000 Binary files a/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi and /dev/null differ diff --git a/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi b/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi deleted file mode 100644 index 577dbce7c9..0000000000 Binary files a/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi and /dev/null differ diff --git a/FatBinPkg/EnhancedFatDxe/Fat.inf b/FatBinPkg/EnhancedFatDxe/Fat.inf deleted file mode 100644 index 2078912c9c..0000000000 --- a/FatBinPkg/EnhancedFatDxe/Fat.inf +++ /dev/null @@ -1,48 +0,0 @@ -## @file -# -# Binary FAT32 EFI Driver for IA32, X64, IPF and EBC arch. -# -# This UEFI driver detects the FAT file system in the disk. -# It also produces the Simple File System protocol for the consumer to -# perform file and directory operations on the disk. -# -# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
-# -# This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# -# -## - -[Defines] - INF_VERSION = 0x00010005 - BASE_NAME = Fat - FILE_GUID = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F - MODULE_TYPE = UEFI_DRIVER - VERSION_STRING = 1.0 - - -# -# The following information is for reference only and not required by the build tools. -# -# VALID_ARCHITECTURES = IA32 X64 EBC -# - -[Binaries.Ia32] - PE32|Ia32/Fat.efi|* - -[Binaries.X64] - PE32|X64/Fat.efi|* - -[Binaries.EBC] - PE32|Ebc/Fat.efi|* - -[Binaries.ARM] - PE32|Arm/Fat.efi|* - -[Binaries.AArch64] - PE32|AArch64/Fat.efi|* diff --git a/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi b/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi deleted file mode 100644 index 09745c1042..0000000000 Binary files a/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi and /dev/null differ diff --git a/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi b/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi deleted file mode 100644 index 9ea4b8b9c4..0000000000 Binary files a/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi and /dev/null differ diff --git a/FatBinPkg/EnhancedFatDxe/X64/Fat.efi b/FatBinPkg/EnhancedFatDxe/X64/Fat.efi deleted file mode 100644 index f6316059af..0000000000 Binary files a/FatBinPkg/EnhancedFatDxe/X64/Fat.efi and /dev/null differ diff --git a/FatBinPkg/FatBinPkg.dec b/FatBinPkg/FatBinPkg.dec deleted file mode 100644 index 495878da28..0000000000 --- a/FatBinPkg/FatBinPkg.dec +++ /dev/null @@ -1,20 +0,0 @@ -## @file -# This package provides binary device drivers to support the FAT32 file system. -# -# This package provides FAT drivers which are not licensed under BSD. -# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
-# -# This program and the accompanying materials are licensed and made available -# under the terms and conditions of the BSD License which accompanies this distribution. -# The full text of the license may be found at http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES -# OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# -## - -[Defines] - DEC_SPECIFICATION = 0x00010005 - PACKAGE_NAME = FatBinPkg - PACKAGE_GUID = EEAC1173-A27D-4c1a-958F-0A7F21C0FFA0 - PACKAGE_VERSION = 0.3 - diff --git a/FatBinPkg/ReadMe.txt b/FatBinPkg/ReadMe.txt deleted file mode 100644 index 57a4a95e00..0000000000 --- a/FatBinPkg/ReadMe.txt +++ /dev/null @@ -1,9 +0,0 @@ -# Ebc, Ia32, Ipf, X64 - The binaries in this package are generated from git revision: ccba4d320bdc951f970edea74454e8b3b5f0bb30. - The binaries are built with no debug info (RELEASE TARGET). - The Component Name 2 Protocol and Unicode Collation 2 Protocol are supported. - -# ARM - The binaries in this package currently are built from EDK2 release: MdePkg and BaseTools (r16948), FatPkg (r93) - The binaries are built with no debug info (RELEASE TARGET). - Build Instructions: http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ArmPkg/Binaries diff --git a/Maintainers.txt b/Maintainers.txt index 7ebd53f662..e6cfe62c40 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -127,7 +127,7 @@ M: Andrew Fish M: Ruiyu Ni S: Maintained -FatPkg, FatBinPkg +FatPkg W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver M: Ruiyu Ni T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat