]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add FatBinPkg
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jun 2007 00:33:20 +0000 (00:33 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jun 2007 00:33:20 +0000 (00:33 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2864 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Conf/FrameworkDatabase.template
FatBinPkg/Fat/Ebc/Fat.efi [new file with mode: 0644]
FatBinPkg/Fat/Fat.inf [new file with mode: 0644]
FatBinPkg/Fat/Fat.msa [new file with mode: 0644]
FatBinPkg/Fat/Ia32/Fat.efi [new file with mode: 0644]
FatBinPkg/Fat/Ipf/Fat.efi [new file with mode: 0644]
FatBinPkg/Fat/X64/Fat.efi [new file with mode: 0644]
FatBinPkg/FatBinPkg.dec [new file with mode: 0644]
FatBinPkg/FatBinPkg.nspd [new file with mode: 0644]

index 51df5f15f3f2d4899d11a1dedf5874fb36e5bb47..864584af8a4fe77fa83187cf1749aa4876b82dfd 100644 (file)
@@ -25,6 +25,7 @@
     <Filename>IntelFrameworkModulePkg/IntelFrameworkModulePkg.nspd</Filename>\r
     <Filename>IntelFrameworkPkg/IntelFrameworkPkg.nspd</Filename>\r
     <Filename>Nt32Pkg/Nt32Pkg.nspd</Filename>\r
     <Filename>IntelFrameworkModulePkg/IntelFrameworkModulePkg.nspd</Filename>\r
     <Filename>IntelFrameworkPkg/IntelFrameworkPkg.nspd</Filename>\r
     <Filename>Nt32Pkg/Nt32Pkg.nspd</Filename>\r
+    <Filename>FatBinPkg/FatBinPkg.nspd</Filename>\r
     <Filename>ShellBinPkg/ShellBinPkg.nspd</Filename>\r
   </PackageList>\r
 </FrameworkDatabase>\r
     <Filename>ShellBinPkg/ShellBinPkg.nspd</Filename>\r
   </PackageList>\r
 </FrameworkDatabase>\r
diff --git a/FatBinPkg/Fat/Ebc/Fat.efi b/FatBinPkg/Fat/Ebc/Fat.efi
new file mode 100644 (file)
index 0000000..692742c
Binary files /dev/null and b/FatBinPkg/Fat/Ebc/Fat.efi differ
diff --git a/FatBinPkg/Fat/Fat.inf b/FatBinPkg/Fat/Fat.inf
new file mode 100644 (file)
index 0000000..62b62e2
--- /dev/null
@@ -0,0 +1,57 @@
+#/** @file\r
+# Make a FFS section for an FV that contains the FAT driver.*.FFS files are compressed FFS sections.\r
+#\r
+# This is the FAT 32 EFI/Tiano Driver\r
+# Copyright 2007, Intel Corporation\r
+#\r
+#  All rights reserved. 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
+################################################################################\r
+#\r
+# Defines Section - statements that will be processed to generate a binary image.\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
+  BINARY_MODULE                  = true\r
+  EDK_RELEASE_VERSION            = 0x00020000\r
+  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+\r
+################################################################################\r
+#\r
+# Binaries Section - list of binary files that are required for the build\r
+# to succeed.\r
+#\r
+################################################################################\r
+\r
+[Binaries.Ia32]\r
+  FV|RELEASE|Ia32/Fat.efi\r
+\r
+[Binaries.X64]\r
+  FV|RELEASE|X64/Fat.efi\r
+\r
+[Binaries.IPF]\r
+  FV|RELEASE|Ipf/Fat.efi\r
+\r
+[Binaries.EBC]\r
+  FV|RELEASE|Ebc/Fat.efi\r
+\r
diff --git a/FatBinPkg/Fat/Fat.msa b/FatBinPkg/Fat/Fat.msa
new file mode 100644 (file)
index 0000000..44eaf3f
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
+  <MsaHeader>\r
+    <ModuleName>Fat</ModuleName>\r
+    <ModuleType>UEFI_DRIVER</ModuleType>\r
+    <GuidValue>961578FE-B6B7-44c3-AF35-6BC705CD2B1F</GuidValue>\r
+    <Version>1.0</Version>\r
+    <Abstract>Make a FFS section for an FV that contains the FAT driver.*.FFS files are compressed FFS sections.</Abstract>\r
+    <Description>This is the FAT 32 EFI/Tiano Driver</Description>\r
+    <Copyright>Copyright 2006, Intel Corporation</Copyright>\r
+    <License>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.</License>\r
+    <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION   0x00000052</Specification>\r
+  </MsaHeader>\r
+  <ModuleDefinitions>\r
+    <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
+    <BinaryModule>true</BinaryModule>\r
+    <OutputFileBasename>Fat</OutputFileBasename>\r
+  </ModuleDefinitions>\r
+  <SourceFiles>\r
+    <Filename SupArchList="IA32">Ia32/Fat.efi</Filename>\r
+    <Filename SupArchList="IPF">Ipf/Fat.efi</Filename>\r
+    <Filename SupArchList="X64">X64/Fat.efi</Filename>\r
+    <Filename SupArchList="EBC">Ebc/Fat.efi</Filename>\r
+  </SourceFiles>\r
+  <Externs>\r
+    <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
+    <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
+  </Externs>\r
+</ModuleSurfaceArea>
\ No newline at end of file
diff --git a/FatBinPkg/Fat/Ia32/Fat.efi b/FatBinPkg/Fat/Ia32/Fat.efi
new file mode 100644 (file)
index 0000000..ddf34c6
Binary files /dev/null and b/FatBinPkg/Fat/Ia32/Fat.efi differ
diff --git a/FatBinPkg/Fat/Ipf/Fat.efi b/FatBinPkg/Fat/Ipf/Fat.efi
new file mode 100644 (file)
index 0000000..9eb3a7d
Binary files /dev/null and b/FatBinPkg/Fat/Ipf/Fat.efi differ
diff --git a/FatBinPkg/Fat/X64/Fat.efi b/FatBinPkg/Fat/X64/Fat.efi
new file mode 100644 (file)
index 0000000..0408d50
Binary files /dev/null and b/FatBinPkg/Fat/X64/Fat.efi differ
diff --git a/FatBinPkg/FatBinPkg.dec b/FatBinPkg/FatBinPkg.dec
new file mode 100644 (file)
index 0000000..3346d4f
--- /dev/null
@@ -0,0 +1,28 @@
+#/** @file\r
+# This is the Binary Package for the FAT dirver\r
+#\r
+# This package provides FAT drivers which are not licensed under BSD.\r
+# Copyright (c) 2007, Intel Corporation.\r
+#\r
+# All rights reserved.\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
+\r
+################################################################################\r
+#\r
+# Defines Section - statements that will be processed to create a Makefile.\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.1\r
+\r
diff --git a/FatBinPkg/FatBinPkg.nspd b/FatBinPkg/FatBinPkg.nspd
new file mode 100644 (file)
index 0000000..b4c90dc
--- /dev/null
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<PackageSurfaceArea  xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
+  <SpdHeader>\r
+    <PackageName>FatBinPkg</PackageName>\r
+    <GuidValue>EEAC1173-A27D-4c1a-958F-0A7F21C0FFA0</GuidValue>\r
+    <Version>0.1</Version>\r
+    <Abstract>This is the Binary Package for the FAT dirver</Abstract>\r
+    <Description>This package provides FAT drivers which are not licensed under BSD.</Description>\r
+    <Copyright>Copyright (c) 2007, Intel Corporation.</Copyright>\r
+    <License>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.</License>\r
+    <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION   0x00000052</Specification>\r
+  </SpdHeader>\r
+  <PackageDefinitions>\r
+    <ReadOnly>true</ReadOnly>\r
+    <RePackage>false</RePackage>\r
+  </PackageDefinitions>\r
+  <MsaFiles>\r
+    <Filename>Fat/Fat.msa</Filename>\r
+  </MsaFiles>\r
+</PackageSurfaceArea>
\ No newline at end of file