mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
f1a7d73a68
commit
8a2794f6f3
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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|*
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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
|
|
||||||
|
|
|
@ -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
|
|
|
@ -127,7 +127,7 @@ M: Andrew Fish <afish@apple.com>
|
||||||
M: Ruiyu Ni <ruiyu.ni@intel.com>
|
M: Ruiyu Ni <ruiyu.ni@intel.com>
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
|
||||||
FatPkg, FatBinPkg
|
FatPkg
|
||||||
W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
|
W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver
|
||||||
M: Ruiyu Ni <ruiyu.ni@intel.com>
|
M: Ruiyu Ni <ruiyu.ni@intel.com>
|
||||||
T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
|
T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat
|
||||||
|
|
Loading…
Reference in New Issue