summaryrefslogtreecommitdiff
path: root/FatBinPkg
AgeCommit message (Collapse)AuthorFilesLines
2013-08-15Add the AArch64 FAT binary to the EDK2 repository.Olivier Martin2-0/+3
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14551 6f19259b-4bc3-4df7-8a09-765794883524
2013-06-08Update to new SVN URL in readme.txtTian, Hot1-1/+1
Signed-off-by: Tian, Hot <hot.tian@intel.com> Reviewed-by: Ni, Ruiyu <ruiyu.ni@intel.com> Reviewed-by: Gao, Liming <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14399 6f19259b-4bc3-4df7-8a09-765794883524
2012-09-27FatBinPkg: Added ARM Binariesoliviermartin3-3/+11
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Signed-off-by: Ray Ni <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13756 6f19259b-4bc3-4df7-8a09-765794883524
2012-04-11FatBinPkg/License.txt: Sync with License.txt in FatPkgjljusten1-3/+6
The License.txt file in FatPkg was changed to add UEFI. This change syncronizes the License.txt file from FatPkg into FatBinPkg. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13188 6f19259b-4bc3-4df7-8a09-765794883524
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten1-0/+188
Contributions.txt documents the contribution process for all tianocore projects. The conents of Contributions.txt should match in all cases. License.txt is a per-project document showing the license terms used by that project. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13187 6f19259b-4bc3-4df7-8a09-765794883524
2012-01-31New Fat binaries for EBC/IA32/IPF/X64 built from UDK2010.SR1 (core ↵niruiyu5-3/+3
package@r12898, FatPkg@r67) Signed-off-by: niruiyu git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12974 6f19259b-4bc3-4df7-8a09-765794883524
2011-12-13Update the Package version.niruiyu1-1/+1
Signed-off-by: niruiyu Reviewed-by: hhtian git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12840 6f19259b-4bc3-4df7-8a09-765794883524
2011-10-13Check in the new EBC Fat binary to have correct file alignment and section ↵niruiyu1-0/+0
alignment(32-byte alignment). Signed-off-by: niruiyu Reviewed-by: qlong git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12534 6f19259b-4bc3-4df7-8a09-765794883524
2011-05-09Clean up DEC files:mdkinney1-8/+1
1) Remove section header comment blocks that do not provide any information 2) Combine PCDs listed in multiple sections into a single section that supports multiple PCD types to reduce maintenance overhead 3) Remove ModuleTypeList comments from [Includes], [Protocols], [Ppis], and [Guids] sections that do not properly describe the module type restrictions. 4) Clean up formatting of GUID structure declarations 5) Remove ".common" from section names if they are not required. 6) Order sections consistently as [Defines], [Includes], [LibraryClasses], [Guid], [Ppis], [Protocols], [PcdsFeatureFlag], [PcdsFixedAtBuild], [PcdsPatchableInModule], [PcdsDynamic], and [PcdsDynamicEx] git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11630 6f19259b-4bc3-4df7-8a09-765794883524
2010-05-07Update binaries to integrate a fix to support hot plug during FAT driver ↵qhuang85-3/+3
binding start (Fat svn r55) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10461 6f19259b-4bc3-4df7-8a09-765794883524
2010-04-24Update the copyright notice formathhtian3-6/+4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10424 6f19259b-4bc3-4df7-8a09-765794883524
2010-03-181. Update Fat Binaries to fix a migration bug about EFI lock semantics change.qhuang85-3/+3
2. Update Fat Binaries to use release build target. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10273 6f19259b-4bc3-4df7-8a09-765794883524
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-2/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10084 6f19259b-4bc3-4df7-8a09-765794883524
2010-02-241. Correct File header to ## @filelgao42-6/+6
2. Remove unnecessary .common] postfix on section. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10052 6f19259b-4bc3-4df7-8a09-765794883524
2009-12-161. Update Fat binaries for IA32, x64, IPF and EBC to base on MdePkg 1.01 ↵qhuang85-2/+2
release (EDK SVN r9029). 2. Integrate a bug fix from Andrew Fish on Fat SVN r46. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9569 6f19259b-4bc3-4df7-8a09-765794883524
2009-07-24Update the FAT binaries to build against MdePkg, BaseTools 1.00 release and ↵qhuang85-4/+3
newest FatPkg source. This update also incorporates a minor defect fix that the "Last Access Date" in directory entries is set when a new file is created. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8986 6f19259b-4bc3-4df7-8a09-765794883524
2009-06-18Reviewed the description in the FatBinPkg .dec file. pkandel1-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8600 6f19259b-4bc3-4df7-8a09-765794883524
2009-06-18Correct Fat Commentslgao42-3/+45
Add Fat License git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8595 6f19259b-4bc3-4df7-8a09-765794883524
2009-03-25Update FAT binary for the source update:qhuang85-3/+3
Refactor to invoke only one GetBestLanguage() when initializing Unicode Collation support. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7950 6f19259b-4bc3-4df7-8a09-765794883524
2009-03-24Update the revision number for the binaryqhuang81-3/+3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7938 6f19259b-4bc3-4df7-8a09-765794883524
2009-03-241. Fix a spec conformance issue that "Attributes" should only be checked ↵qhuang84-0/+0
when OpenMode is Create. 2. Apply the new API in UefiLib: GetBestLanguage() to initialize Unicode Support protocol. This allow partial match for RFC 4646. If a Unicode Collation 2 protocol support RFC 4646 "en" while the L"PlatformLang" is "en-US", it is now supported by Fat driver now. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7937 6f19259b-4bc3-4df7-8a09-765794883524
2008-09-20remove the unused msa/npsd fileslgao41-25/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5936 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-25remove the unused msa files in FatBinPkg, IntelFrameworkPkg, ↵lgao41-34/+0
IntelFrameworkModulePkg, Nt32Pkg, OptionRomPkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5727 6f19259b-4bc3-4df7-8a09-765794883524
2008-02-01Regenerate Fat binaries for the bug fix of LookupUnicodeString2() in UefiLib ↵qhuang85-2/+3
(r4655). git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4659 6f19259b-4bc3-4df7-8a09-765794883524
2007-12-20Update Fat Binary to use EDK II Prime EnhancedFat driver in FatPkg.qhuang86-2/+6
Add the support of Component Name 2. Add the support of Unicode Collation 2. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4410 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-10Remove BINARY_MODULE = true attribute from binary module inf file, because ↵lgao41-1/+0
this attribute has not been supported in INF spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4070 6f19259b-4bc3-4df7-8a09-765794883524
2007-10-09Add BINARY_MODULE = true attribute in binary module inf file.lgao41-0/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4054 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-27change.Correct Binary file description.lgao41-4/+4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3944 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-27Remove the unnecessary "BINARY_MODULE" in binary INF file according to ↵qhuang81-1/+0
Extended INF spec 0.44 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3713 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-24Remove the optional "Target" according to Extended INF spec 0.42.qhuang81-4/+4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3697 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-01Fix the wrong file type in binary inf file.qhuang81-4/+4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3518 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-20remove some comments introduced by tools.vanjeff1-12/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3383 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-09Add ReadMe.txt to specify that the EFI image FatBinPkg provides does not ↵qhuang81-0/+2
contain any debug info. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3152 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-09Rename Internal directory of FatBinPkg to make it more descriptive.qhuang87-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3150 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-07Update Fat.efi for all architectures. The original EFI images were not correct.qhuang84-0/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3135 6f19259b-4bc3-4df7-8a09-765794883524
2007-06-29Add FatBinPkgqhuang88-0/+144
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2864 6f19259b-4bc3-4df7-8a09-765794883524