summaryrefslogtreecommitdiffstats
path: root/FatBinPkg
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2014-01-10 02:44:43 +0000
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2014-01-10 02:44:43 +0000
commit1d13123720d2ac07155f98764e527c2fe5598ade (patch)
treea1702f37e89332ca51b4d8699d32dcb90446e7d4 /FatBinPkg
parent6ab63eb9e0abef7afa3aab364cb4268752994bc8 (diff)
downloadedk2-1d13123720d2ac07155f98764e527c2fe5598ade.tar.gz
edk2-1d13123720d2ac07155f98764e527c2fe5598ade.tar.bz2
edk2-1d13123720d2ac07155f98764e527c2fe5598ade.zip
New FatDxe binary.
Update DEC revision to 0.3. Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Hot Tian <hot.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15085 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'FatBinPkg')
-rw-r--r--FatBinPkg/EnhancedFatDxe/Ebc/Fat.efibin62784 -> 63296 bytes
-rw-r--r--FatBinPkg/EnhancedFatDxe/Ia32/Fat.efibin18048 -> 18304 bytes
-rw-r--r--FatBinPkg/EnhancedFatDxe/Ipf/Fat.efibin141568 -> 142976 bytes
-rw-r--r--FatBinPkg/EnhancedFatDxe/X64/Fat.efibin27136 -> 27552 bytes
-rw-r--r--FatBinPkg/FatBinPkg.dec4
-rw-r--r--FatBinPkg/ReadMe.txt2
6 files changed, 3 insertions, 3 deletions
diff --git a/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi b/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi
index f94488fd7d..2d4ac48fb6 100644
--- a/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi
+++ b/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi
Binary files differ
diff --git a/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi b/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi
index 878497ea59..fc91d652b1 100644
--- a/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi
+++ b/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi
Binary files differ
diff --git a/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi b/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi
index e944b59a83..d462cd0276 100644
--- a/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi
+++ b/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi
Binary files differ
diff --git a/FatBinPkg/EnhancedFatDxe/X64/Fat.efi b/FatBinPkg/EnhancedFatDxe/X64/Fat.efi
index 97680767d0..8197a091be 100644
--- a/FatBinPkg/EnhancedFatDxe/X64/Fat.efi
+++ b/FatBinPkg/EnhancedFatDxe/X64/Fat.efi
Binary files differ
diff --git a/FatBinPkg/FatBinPkg.dec b/FatBinPkg/FatBinPkg.dec
index 03f8621046..1676086acc 100644
--- a/FatBinPkg/FatBinPkg.dec
+++ b/FatBinPkg/FatBinPkg.dec
@@ -2,7 +2,7 @@
# This package provides binary device drivers to support the FAT32 file system. This package is separated from other packages because it uses a different license.
#
# This package provides FAT drivers which are not licensed under BSD.
-# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2014, 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.
@@ -16,5 +16,5 @@
DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = FatBinPkg
PACKAGE_GUID = EEAC1173-A27D-4c1a-958F-0A7F21C0FFA0
- PACKAGE_VERSION = 0.2
+ PACKAGE_VERSION = 0.3
diff --git a/FatBinPkg/ReadMe.txt b/FatBinPkg/ReadMe.txt
index 8b3e611439..255799baf4 100644
--- a/FatBinPkg/ReadMe.txt
+++ b/FatBinPkg/ReadMe.txt
@@ -1,5 +1,5 @@
# Ebc, Ia32, Ipf, X64
- The binaries in this package currently are built from EDK2 release: MdePkg and BaseTools (head), FatPkg (r81)
+ The binaries in this package currently are built from EDK2 release: MdePkg and BaseTools (head), FatPkg (r82)
The binaries are built with no debug info (RELEASE TARGET).
The Component Name 2 Protocol and Unicode Collation 2 Protocol are supported.