diff options
author | shenglei <shenglei.zhang@intel.com> | 2018-10-16 13:55:51 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-10-24 13:23:54 +0800 |
commit | 8a2794f6f3a42bcc878a30565e1db9ac96fdc7cd (patch) | |
tree | 05edbef6fb570b7371c59aaa495fcf9485f60262 | |
parent | f1a7d73a6880471b2f006044995276f65f44428a (diff) | |
download | edk2-8a2794f6f3a42bcc878a30565e1db9ac96fdc7cd.zip edk2-8a2794f6f3a42bcc878a30565e1db9ac96fdc7cd.tar.gz edk2-8a2794f6f3a42bcc878a30565e1db9ac96fdc7cd.tar.bz2 |
FatBinPkg: Remove FatBinPkg and refresh document
Remove FatBinPkg and refresh Maintainers.txt.
https://bugzilla.tianocore.org/show_bug.cgi?id=1105
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Andrew Fish <afish@apple.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r-- | FatBinPkg/EnhancedFatDxe/AArch64/Fat.efi | bin | 26752 -> 0 bytes | |||
-rwxr-xr-x | FatBinPkg/EnhancedFatDxe/Arm/Fat.efi | bin | 17152 -> 0 bytes | |||
-rw-r--r-- | FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi | bin | 79136 -> 0 bytes | |||
-rw-r--r-- | FatBinPkg/EnhancedFatDxe/Fat.inf | 48 | ||||
-rw-r--r-- | FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi | bin | 21088 -> 0 bytes | |||
-rw-r--r-- | FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi | bin | 154400 -> 0 bytes | |||
-rw-r--r-- | FatBinPkg/EnhancedFatDxe/X64/Fat.efi | bin | 28576 -> 0 bytes | |||
-rw-r--r-- | FatBinPkg/FatBinPkg.dec | 20 | ||||
-rw-r--r-- | FatBinPkg/ReadMe.txt | 9 | ||||
-rw-r--r-- | Maintainers.txt | 2 |
10 files changed, 1 insertions, 78 deletions
diff --git a/FatBinPkg/EnhancedFatDxe/AArch64/Fat.efi b/FatBinPkg/EnhancedFatDxe/AArch64/Fat.efi Binary files differdeleted file mode 100644 index 35c96a6..0000000 --- a/FatBinPkg/EnhancedFatDxe/AArch64/Fat.efi +++ /dev/null diff --git a/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi b/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi Binary files differdeleted file mode 100755 index 494b8f5..0000000 --- a/FatBinPkg/EnhancedFatDxe/Arm/Fat.efi +++ /dev/null diff --git a/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi b/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi Binary files differdeleted file mode 100644 index 577dbce..0000000 --- a/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi +++ /dev/null diff --git a/FatBinPkg/EnhancedFatDxe/Fat.inf b/FatBinPkg/EnhancedFatDxe/Fat.inf deleted file mode 100644 index 2078912..0000000 --- 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.<BR>
-#
-# 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 Binary files differdeleted file mode 100644 index 09745c1..0000000 --- a/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi +++ /dev/null diff --git a/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi b/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi Binary files differdeleted file mode 100644 index 9ea4b8b..0000000 --- a/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi +++ /dev/null diff --git a/FatBinPkg/EnhancedFatDxe/X64/Fat.efi b/FatBinPkg/EnhancedFatDxe/X64/Fat.efi Binary files differdeleted file mode 100644 index f631605..0000000 --- a/FatBinPkg/EnhancedFatDxe/X64/Fat.efi +++ /dev/null diff --git a/FatBinPkg/FatBinPkg.dec b/FatBinPkg/FatBinPkg.dec deleted file mode 100644 index 495878d..0000000 --- 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.<BR>
-#
-# 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 57a4a95..0000000 --- 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 7ebd53f..e6cfe62 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -127,7 +127,7 @@ M: Andrew Fish <afish@apple.com> M: Ruiyu Ni <ruiyu.ni@intel.com>
S: Maintained
-FatPkg, FatBinPkg
+FatPkg
W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
M: Ruiyu Ni <ruiyu.ni@intel.com>
T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
|