]> git.proxmox.com Git - mirror_edk2.git/commitdiff
FatBinPkg: Remove FatBinPkg and refresh document
authorshenglei <shenglei.zhang@intel.com>
Tue, 16 Oct 2018 05:55:51 +0000 (13:55 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 24 Oct 2018 05:23:54 +0000 (13:23 +0800)
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>
FatBinPkg/EnhancedFatDxe/AArch64/Fat.efi [deleted file]
FatBinPkg/EnhancedFatDxe/Arm/Fat.efi [deleted file]
FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi [deleted file]
FatBinPkg/EnhancedFatDxe/Fat.inf [deleted file]
FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi [deleted file]
FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi [deleted file]
FatBinPkg/EnhancedFatDxe/X64/Fat.efi [deleted file]
FatBinPkg/FatBinPkg.dec [deleted file]
FatBinPkg/ReadMe.txt [deleted file]
Maintainers.txt

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