]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/CommonDataClass/FdfClass.py
Check In tool source code based on Build tool project revision r1655.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Jul 2009 09:10:31 +0000 (09:10 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Jul 2009 09:10:31 +0000 (09:10 +0000)
commit30fdf1140b8d1ce93f3821d986fa165552023440
treec45c336a8955b1d03ea56d6c915a0e68a43b4ee9
parent577e30cdb473e4af8e65fd6f75236691d0c8dfb3
Check In tool source code based on Build tool project revision r1655.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8964 6f19259b-4bc3-4df7-8a09-765794883524
532 files changed:
BaseTools/BinWrappers/Darwin-i386 [new file with mode: 0644]
BaseTools/BinWrappers/Linux-i686 [new file with mode: 0644]
BaseTools/BinWrappers/Linux-x86_64 [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/BootSectImage [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/BuildEnv [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/Ecc [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/EfiLdrImage [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/EfiRom [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/GenCrc32 [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/GenDepex [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/GenFds [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/GenFfs [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/GenFv [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/GenFw [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/GenPage [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/GenSec [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/GenVtf [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/GnuGenBootSector [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/LzmaCompress [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/RunBinToolFromBuildDir [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/RunToolFromSource [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/Split [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/TargetTool [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/TianoCompress [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/Trim [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/VfrCompile [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/VolInfo [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/build [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/fpd2dsc [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/msa2inf [new file with mode: 0644]
BaseTools/BinWrappers/PosixLike/spd2dec [new file with mode: 0644]
BaseTools/BuildNotes.txt [new file with mode: 0644]
BaseTools/ChangeLog.txt
BaseTools/Conf/XMLSchema/DistributionPackage.xsd [new file with mode: 0644]
BaseTools/Conf/XMLSchema/SurfaceArea.xsdconfig [new file with mode: 0644]
BaseTools/Conf/XMLSchema/WorkspaceContent.xsd [new file with mode: 0644]
BaseTools/GNUmakefile [new file with mode: 0644]
BaseTools/Makefile [new file with mode: 0644]
BaseTools/ReadMe.txt
BaseTools/Source/C/BootSectImage/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/BootSectImage/Makefile [new file with mode: 0644]
BaseTools/Source/C/BootSectImage/bootsectimage.c [new file with mode: 0644]
BaseTools/Source/C/BootSectImage/fat.h [new file with mode: 0644]
BaseTools/Source/C/BootSectImage/mbr.h [new file with mode: 0644]
BaseTools/Source/C/Common/BasePeCoff.c [new file with mode: 0644]
BaseTools/Source/C/Common/BinderFuncs.c [new file with mode: 0644]
BaseTools/Source/C/Common/BinderFuncs.h [new file with mode: 0644]
BaseTools/Source/C/Common/CommonLib.c [new file with mode: 0644]
BaseTools/Source/C/Common/CommonLib.h [new file with mode: 0644]
BaseTools/Source/C/Common/Compress.h [new file with mode: 0644]
BaseTools/Source/C/Common/Crc32.c [new file with mode: 0644]
BaseTools/Source/C/Common/Crc32.h [new file with mode: 0644]
BaseTools/Source/C/Common/Decompress.c [new file with mode: 0644]
BaseTools/Source/C/Common/Decompress.h [new file with mode: 0644]
BaseTools/Source/C/Common/EfiCompress.c [new file with mode: 0644]
BaseTools/Source/C/Common/EfiUtilityMsgs.c [new file with mode: 0644]
BaseTools/Source/C/Common/EfiUtilityMsgs.h [new file with mode: 0644]
BaseTools/Source/C/Common/FirmwareVolumeBuffer.c [new file with mode: 0644]
BaseTools/Source/C/Common/FirmwareVolumeBufferLib.h [new file with mode: 0644]
BaseTools/Source/C/Common/FvLib.c [new file with mode: 0644]
BaseTools/Source/C/Common/FvLib.h [new file with mode: 0644]
BaseTools/Source/C/Common/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/Common/Makefile [new file with mode: 0644]
BaseTools/Source/C/Common/MemoryFile.c [new file with mode: 0644]
BaseTools/Source/C/Common/MemoryFile.h [new file with mode: 0644]
BaseTools/Source/C/Common/MyAlloc.c [new file with mode: 0644]
BaseTools/Source/C/Common/MyAlloc.h [new file with mode: 0644]
BaseTools/Source/C/Common/OsPath.c [new file with mode: 0644]
BaseTools/Source/C/Common/OsPath.h [new file with mode: 0644]
BaseTools/Source/C/Common/ParseGuidedSectionTools.c [new file with mode: 0644]
BaseTools/Source/C/Common/ParseGuidedSectionTools.h [new file with mode: 0644]
BaseTools/Source/C/Common/ParseInf.c [new file with mode: 0644]
BaseTools/Source/C/Common/ParseInf.h [new file with mode: 0644]
BaseTools/Source/C/Common/PeCoffLib.h [new file with mode: 0644]
BaseTools/Source/C/Common/PeCoffLoaderEx.c [new file with mode: 0644]
BaseTools/Source/C/Common/SimpleFileParsing.c [new file with mode: 0644]
BaseTools/Source/C/Common/SimpleFileParsing.h [new file with mode: 0644]
BaseTools/Source/C/Common/StringFuncs.c [new file with mode: 0644]
BaseTools/Source/C/Common/StringFuncs.h [new file with mode: 0644]
BaseTools/Source/C/Common/TianoCompress.c [new file with mode: 0644]
BaseTools/Source/C/Common/WinNtInclude.h [new file with mode: 0644]
BaseTools/Source/C/EfiLdrImage/EfiLdrImage.c [new file with mode: 0644]
BaseTools/Source/C/EfiLdrImage/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/EfiLdrImage/Makefile [new file with mode: 0644]
BaseTools/Source/C/EfiRom/EfiRom.c [new file with mode: 0644]
BaseTools/Source/C/EfiRom/EfiRom.h [new file with mode: 0644]
BaseTools/Source/C/EfiRom/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/EfiRom/Makefile [new file with mode: 0644]
BaseTools/Source/C/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/GenBootSector/FatFormat.h [new file with mode: 0644]
BaseTools/Source/C/GenBootSector/GenBootSector.c [new file with mode: 0644]
BaseTools/Source/C/GenBootSector/GetDrvNumOffset.c [new file with mode: 0644]
BaseTools/Source/C/GenBootSector/Makefile [new file with mode: 0644]
BaseTools/Source/C/GenCrc32/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/GenCrc32/GenCrc32.c [new file with mode: 0644]
BaseTools/Source/C/GenCrc32/Makefile [new file with mode: 0644]
BaseTools/Source/C/GenFfs/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/GenFfs/GenFfs.c [new file with mode: 0644]
BaseTools/Source/C/GenFfs/Makefile [new file with mode: 0644]
BaseTools/Source/C/GenFv/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/GenFv/GenFv.c [new file with mode: 0644]
BaseTools/Source/C/GenFv/GenFvInternalLib.c [new file with mode: 0644]
BaseTools/Source/C/GenFv/GenFvInternalLib.h [new file with mode: 0644]
BaseTools/Source/C/GenFv/Makefile [new file with mode: 0644]
BaseTools/Source/C/GenFw/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/GenFw/GenFw.c [new file with mode: 0644]
BaseTools/Source/C/GenFw/Makefile [new file with mode: 0644]
BaseTools/Source/C/GenFw/elf32.h [new file with mode: 0644]
BaseTools/Source/C/GenFw/elf64.h [new file with mode: 0644]
BaseTools/Source/C/GenFw/elf_common.h [new file with mode: 0644]
BaseTools/Source/C/GenFw/elf_generic.h [new file with mode: 0644]
BaseTools/Source/C/GenPage/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/GenPage/GenPage.c [new file with mode: 0644]
BaseTools/Source/C/GenPage/Makefile [new file with mode: 0644]
BaseTools/Source/C/GenPage/VirtualMemory.h [new file with mode: 0644]
BaseTools/Source/C/GenSec/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/GenSec/GenSec.c [new file with mode: 0644]
BaseTools/Source/C/GenSec/Makefile [new file with mode: 0644]
BaseTools/Source/C/GenVtf/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/GenVtf/GenVtf.c [new file with mode: 0644]
BaseTools/Source/C/GenVtf/GenVtf.h [new file with mode: 0644]
BaseTools/Source/C/GenVtf/Makefile [new file with mode: 0644]
BaseTools/Source/C/GnuGenBootSector/FatFormat.h [new file with mode: 0644]
BaseTools/Source/C/GnuGenBootSector/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/GnuGenBootSector/GnuGenBootSector.c [new file with mode: 0644]
BaseTools/Source/C/Include/Common/BaseTypes.h [new file with mode: 0644]
BaseTools/Source/C/Include/Common/MdeModuleHii.h [new file with mode: 0644]
BaseTools/Source/C/Include/Common/PiFirmwareFile.h [new file with mode: 0644]
BaseTools/Source/C/Include/Common/PiFirmwareVolume.h [new file with mode: 0644]
BaseTools/Source/C/Include/Common/UefiBaseTypes.h [new file with mode: 0644]
BaseTools/Source/C/Include/Common/UefiCapsule.h [new file with mode: 0644]
BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h [new file with mode: 0644]
BaseTools/Source/C/Include/Common/UefiMultiPhase.h [new file with mode: 0644]
BaseTools/Source/C/Include/Common/VariableFormat.h [new file with mode: 0644]
BaseTools/Source/C/Include/Common/WorkingBlockHeader.h [new file with mode: 0644]
BaseTools/Source/C/Include/Guid/PcAnsi.h [new file with mode: 0644]
BaseTools/Source/C/Include/Guid/PiFirmwareFileSystem.h [new file with mode: 0644]
BaseTools/Source/C/Include/Ia32/ProcessorBind.h [new file with mode: 0644]
BaseTools/Source/C/Include/IndustryStandard/Acpi.h [new file with mode: 0644]
BaseTools/Source/C/Include/IndustryStandard/Acpi1_0.h [new file with mode: 0644]
BaseTools/Source/C/Include/IndustryStandard/Acpi2_0.h [new file with mode: 0644]
BaseTools/Source/C/Include/IndustryStandard/Acpi3_0.h [new file with mode: 0644]
BaseTools/Source/C/Include/IndustryStandard/EfiPci.h [new file with mode: 0644]
BaseTools/Source/C/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h [new file with mode: 0644]
BaseTools/Source/C/Include/IndustryStandard/PeImage.h [new file with mode: 0644]
BaseTools/Source/C/Include/IndustryStandard/pci22.h [new file with mode: 0644]
BaseTools/Source/C/Include/IndustryStandard/pci23.h [new file with mode: 0644]
BaseTools/Source/C/Include/IndustryStandard/pci30.h [new file with mode: 0644]
BaseTools/Source/C/Include/Protocol/DevicePath.h [new file with mode: 0644]
BaseTools/Source/C/Include/Protocol/GraphicsOutput.h [new file with mode: 0644]
BaseTools/Source/C/Include/Protocol/GuidedSectionExtraction.h [new file with mode: 0644]
BaseTools/Source/C/Include/Protocol/HiiFramework.h [new file with mode: 0644]
BaseTools/Source/C/Include/Protocol/UgaDraw.h [new file with mode: 0644]
BaseTools/Source/C/Include/X64/ProcessorBind.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/LZMA-SDK-README.txt [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/LzmaCompress.c [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Makefile [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/7zFile.c [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/7zFile.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/7zStream.c [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/7zVersion.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/Alloc.c [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/Alloc.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/CpuArch.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/LzFind.c [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/LzFind.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/LzFindMt.c [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/LzFindMt.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/LzHash.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaDec.c [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaDec.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaEnc.c [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaEnc.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/Threads.c [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/Threads.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/C/Types.h [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/history.txt [new file with mode: 0644]
BaseTools/Source/C/LzmaCompress/Sdk/lzma.txt [new file with mode: 0644]
BaseTools/Source/C/Makefile [new file with mode: 0644]
BaseTools/Source/C/Makefiles/NmakeSubdirs.bat [new file with mode: 0644]
BaseTools/Source/C/Makefiles/app.makefile [new file with mode: 0644]
BaseTools/Source/C/Makefiles/footer.makefile [new file with mode: 0644]
BaseTools/Source/C/Makefiles/header.makefile [new file with mode: 0644]
BaseTools/Source/C/Makefiles/lib.makefile [new file with mode: 0644]
BaseTools/Source/C/Makefiles/ms.app [new file with mode: 0644]
BaseTools/Source/C/Makefiles/ms.common [new file with mode: 0644]
BaseTools/Source/C/Makefiles/ms.lib [new file with mode: 0644]
BaseTools/Source/C/Makefiles/ms.rule [new file with mode: 0644]
BaseTools/Source/C/PyEfiCompressor/EfiCompressor.c [new file with mode: 0644]
BaseTools/Source/C/PyEfiCompressor/Makefile [new file with mode: 0644]
BaseTools/Source/C/PyEfiCompressor/setup.py [new file with mode: 0644]
BaseTools/Source/C/PyUtility/Makefile [new file with mode: 0644]
BaseTools/Source/C/PyUtility/PyUtility.c [new file with mode: 0644]
BaseTools/Source/C/PyUtility/setup.py [new file with mode: 0644]
BaseTools/Source/C/Split/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/Split/Makefile [new file with mode: 0644]
BaseTools/Source/C/Split/Split.c [new file with mode: 0644]
BaseTools/Source/C/TianoCompress/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/TianoCompress/Makefile [new file with mode: 0644]
BaseTools/Source/C/TianoCompress/TianoCompress.c [new file with mode: 0644]
BaseTools/Source/C/TianoCompress/TianoCompress.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/EfiVfr.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Makefile [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/CHANGES_FROM_131.txt [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/CHANGES_FROM_133.txt [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/CHANGES_FROM_133_BEFORE_MR13.txt [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/CHANGES_SUMMARY.txt [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/KNOWN_PROBLEMS.txt [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/MPW_Read_Me [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/Makefile [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/NOTES.bcc [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/NOTES.msvc [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/README [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/RIGHTS [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/AntlrDDK.mak [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/AntlrMS.mak [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/AntlrPPC.mak [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/README [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.1 [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.g [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.r [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr1.txt [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/bits.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/build.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/dumpcycles.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/dumpnode.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/egman.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/err.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/fcache.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/fset.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/fset2.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/gen.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/generic.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/globals.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/hash.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/hash.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/main.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/makefile [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/makefile.cygwin [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/makefile1 [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/misc.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/mode.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/mrhoist.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/parser.dlg [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/pred.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/proto.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/scan.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/stdpccts.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/syn.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/antlr/tokens.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/DlgDDK.mak [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/DlgMS.mak [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/DlgPPC.mak [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/automata.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg.1 [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg.r [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg1.txt [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg_a.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg_p.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg_p.g [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/err.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/main.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile.cygwin [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile1 [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/mode.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/output.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/parser.dlg [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/relabel.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/stdpccts.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/support.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/dlg/tokens.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/AParser.cpp [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/AParser.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/ASTBase.cpp [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/ASTBase.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/ATokPtr.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/ATokPtrImpl.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/AToken.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/ATokenBuffer.cpp [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/ATokenBuffer.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/ATokenStream.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/BufFileInput.cpp [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/BufFileInput.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/DLG_stream_input.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/DLexer.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/DLexerBase.cpp [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/DLexerBase.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/PBlackBox.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/PCCTSAST.cpp [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/PCCTSAST.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/SList.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/antlr.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/ast.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/ast.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/charbuf.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/charptr.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/charptr.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/config.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/dlgauto.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/dlgdef.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/err.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/int.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/pccts_assert.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/pccts_iostream.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/pccts_istream.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/pccts_setjmp.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdarg.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdio.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/pccts_stdlib.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/pccts_string.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/pcctscfg.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/pcnames.bat [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/h/slist.cpp [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/history.ps [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/history.txt [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/makefile.old [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/support/genmk/genmk.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/support/genmk/genmk_old.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/support/genmk/makefile [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/makefile [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/rexpr.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/rexpr.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/test.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/support/set/set.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/support/set/set.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/support/sym/sym.c [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/Pccts/support/sym/template.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/VfrCompiler.cpp [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/VfrCompiler.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/VfrError.cpp [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/VfrError.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/VfrFormPkg.h [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/VfrSyntax.g [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp [new file with mode: 0644]
BaseTools/Source/C/VfrCompile/VfrUtilityLib.h [new file with mode: 0644]
BaseTools/Source/C/VolInfo/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/VolInfo/Makefile [new file with mode: 0644]
BaseTools/Source/C/VolInfo/VolInfo.c [new file with mode: 0644]
BaseTools/Source/C/VolInfo/VolInfo.h [new file with mode: 0644]
BaseTools/Source/Python/AutoGen/AutoGen.py [new file with mode: 0644]
BaseTools/Source/Python/AutoGen/BuildEngine.py [new file with mode: 0644]
BaseTools/Source/Python/AutoGen/GenC.py [new file with mode: 0644]
BaseTools/Source/Python/AutoGen/GenDepex.py [new file with mode: 0644]
BaseTools/Source/Python/AutoGen/GenMake.py [new file with mode: 0644]
BaseTools/Source/Python/AutoGen/StrGather.py [new file with mode: 0644]
BaseTools/Source/Python/AutoGen/UniClassObject.py [new file with mode: 0644]
BaseTools/Source/Python/AutoGen/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/Common/BuildToolError.py [new file with mode: 0644]
BaseTools/Source/Python/Common/DataType.py [new file with mode: 0644]
BaseTools/Source/Python/Common/Database.py [new file with mode: 0644]
BaseTools/Source/Python/Common/DecClassObject.py [new file with mode: 0644]
BaseTools/Source/Python/Common/DecClassObjectLight.py [new file with mode: 0644]
BaseTools/Source/Python/Common/Dictionary.py [new file with mode: 0644]
BaseTools/Source/Python/Common/DscClassObject.py [new file with mode: 0644]
BaseTools/Source/Python/Common/EdkIIWorkspace.py [new file with mode: 0644]
BaseTools/Source/Python/Common/EdkIIWorkspaceBuild.py [new file with mode: 0644]
BaseTools/Source/Python/Common/EdkLogger.py [new file with mode: 0644]
BaseTools/Source/Python/Common/FdfClassObject.py [new file with mode: 0644]
BaseTools/Source/Python/Common/FdfParserLite.py [new file with mode: 0644]
BaseTools/Source/Python/Common/GlobalData.py [new file with mode: 0644]
BaseTools/Source/Python/Common/Identification.py [new file with mode: 0644]
BaseTools/Source/Python/Common/InfClassObject.py [new file with mode: 0644]
BaseTools/Source/Python/Common/InfClassObjectLight.py [new file with mode: 0644]
BaseTools/Source/Python/Common/MigrationUtilities.py [new file with mode: 0644]
BaseTools/Source/Python/Common/Misc.py [new file with mode: 0644]
BaseTools/Source/Python/Common/Parsing.py [new file with mode: 0644]
BaseTools/Source/Python/Common/PyUtility.pyd [new file with mode: 0644]
BaseTools/Source/Python/Common/String.py [new file with mode: 0644]
BaseTools/Source/Python/Common/TargetTxtClassObject.py [new file with mode: 0644]
BaseTools/Source/Python/Common/ToolDefClassObject.py [new file with mode: 0644]
BaseTools/Source/Python/Common/XmlParser.py [new file with mode: 0644]
BaseTools/Source/Python/Common/XmlRoutines.py [new file with mode: 0644]
BaseTools/Source/Python/Common/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/CommonDataClass/CommonClass.py [new file with mode: 0644]
BaseTools/Source/Python/CommonDataClass/DataClass.py [new file with mode: 0644]
BaseTools/Source/Python/CommonDataClass/DistributionPackageClass.py [new file with mode: 0644]
BaseTools/Source/Python/CommonDataClass/FdfClass.py [new file with mode: 0644]
BaseTools/Source/Python/CommonDataClass/ModuleClass.py [new file with mode: 0644]
BaseTools/Source/Python/CommonDataClass/PackageClass.py [new file with mode: 0644]
BaseTools/Source/Python/CommonDataClass/PlatformClass.py [new file with mode: 0644]
BaseTools/Source/Python/CommonDataClass/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/C.g [new file with mode: 0644]
BaseTools/Source/Python/Ecc/CLexer.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/CParser.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/Check.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/CodeFragment.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/CodeFragmentCollector.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/Configuration.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/Database.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/Ecc.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/EccGlobalData.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/EccToolError.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/Exception.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/FileProfile.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/MetaDataParser.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/ParserWarning.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/c.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/config.ini [new file with mode: 0644]
BaseTools/Source/Python/Ecc/exception.xml [new file with mode: 0644]
BaseTools/Source/Python/Fdb/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/FixFlash/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/GNUmakefile [new file with mode: 0644]
BaseTools/Source/Python/GenFds/AprioriSection.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/Attribute.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/Capsule.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/CapsuleData.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/ComponentStatement.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/CompressSection.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/DataSection.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/DepexSection.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/EfiSection.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/Fd.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/FdfParser.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/Ffs.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/FfsFileStatement.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/FfsInfStatement.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/Fv.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/FvImageSection.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/GenFds.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/GuidSection.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/OptRomFileStatement.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/OptRomInfStatement.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/OptionRom.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/Region.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/Rule.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/RuleComplexFile.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/RuleSimpleFile.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/Section.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/UiSection.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/VerSection.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/Vtf.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/Makefile [new file with mode: 0644]
BaseTools/Source/Python/MigrationMsa2Inf/AutoGenExterns.py [new file with mode: 0644]
BaseTools/Source/Python/MigrationMsa2Inf/MigrationMsa2Inf.py [new file with mode: 0644]
BaseTools/Source/Python/MigrationMsa2Inf/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/MkBOM/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/PackagingTool/DependencyRules.py [new file with mode: 0644]
BaseTools/Source/Python/PackagingTool/InstallPkg.py [new file with mode: 0644]
BaseTools/Source/Python/PackagingTool/IpiDb.py [new file with mode: 0644]
BaseTools/Source/Python/PackagingTool/MkPkg.py [new file with mode: 0644]
BaseTools/Source/Python/PackagingTool/PackageFile.py [new file with mode: 0644]
BaseTools/Source/Python/PackagingTool/RmPkg.py [new file with mode: 0644]
BaseTools/Source/Python/Table/Table.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TableDataModel.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TableDec.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TableDsc.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TableEotReport.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TableFdf.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TableFile.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TableFunction.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TableIdentifier.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TableInf.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TablePcd.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TableQuery.py [new file with mode: 0644]
BaseTools/Source/Python/Table/TableReport.py [new file with mode: 0644]
BaseTools/Source/Python/Table/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/TargetTool/TargetTool.py [new file with mode: 0644]
BaseTools/Source/Python/TargetTool/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/Trim/Trim.py [new file with mode: 0644]
BaseTools/Source/Python/Workspace/BuildClassObject.py [new file with mode: 0644]
BaseTools/Source/Python/Workspace/MetaDataTable.py [new file with mode: 0644]
BaseTools/Source/Python/Workspace/MetaFileParser.py [new file with mode: 0644]
BaseTools/Source/Python/Workspace/MetaFileTable.py [new file with mode: 0644]
BaseTools/Source/Python/Workspace/WorkspaceDatabase.py [new file with mode: 0644]
BaseTools/Source/Python/Workspace/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/build/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/build/build.py [new file with mode: 0644]
BaseTools/Source/Python/fpd2dsc/EdkIIWorkspaceGuidsInfo.py [new file with mode: 0644]
BaseTools/Source/Python/fpd2dsc/LoadFpd.py [new file with mode: 0644]
BaseTools/Source/Python/fpd2dsc/MigrationUtilities.py [new file with mode: 0644]
BaseTools/Source/Python/fpd2dsc/StoreDsc.py [new file with mode: 0644]
BaseTools/Source/Python/fpd2dsc/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/fpd2dsc/fpd2dsc.py [new file with mode: 0644]
BaseTools/Source/Python/msa2inf/ConvertModule.py [new file with mode: 0644]
BaseTools/Source/Python/msa2inf/EdkIIWorkspaceGuidsInfo.py [new file with mode: 0644]
BaseTools/Source/Python/msa2inf/LoadMsa.py [new file with mode: 0644]
BaseTools/Source/Python/msa2inf/Msa2Inf.py [new file with mode: 0644]
BaseTools/Source/Python/msa2inf/StoreInf.py [new file with mode: 0644]
BaseTools/Source/Python/msa2inf/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/spd2dec/ConvertPackage.py [new file with mode: 0644]
BaseTools/Source/Python/spd2dec/LoadSpd.py [new file with mode: 0644]
BaseTools/Source/Python/spd2dec/Spd2Dec.py [new file with mode: 0644]
BaseTools/Source/Python/spd2dec/StoreDec.py [new file with mode: 0644]
BaseTools/Source/Python/spd2dec/__init__.py [new file with mode: 0644]
BaseTools/Tests/CToolsTests.py [new file with mode: 0644]
BaseTools/Tests/CheckPythonSyntax.py [new file with mode: 0644]
BaseTools/Tests/GNUmakefile [new file with mode: 0644]
BaseTools/Tests/PythonToolsTests.py [new file with mode: 0644]
BaseTools/Tests/RunTests.py [new file with mode: 0644]
BaseTools/Tests/TestTools.py [new file with mode: 0644]
BaseTools/Tests/TianoCompress.py [new file with mode: 0644]
BaseTools/UserManuals/BootSectImage_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/Build_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/EfiLdrImage_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/EfiRom_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/Fpd2Dsc_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/GenBootSector_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/GenCrc32_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/GenDepex_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/GenFds_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/GenFfs_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/GenFv_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/GenFw_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/GenPage_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/GenSec_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/GenVtf_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/InstallPkg_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/LzmaCompress_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/MkPkg_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/Msa2Inf_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/RmPkg_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/Spd2Dec_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/SplitFile_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/TargetTool_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/TianoCompress_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/Trim_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/UtilityManPage_template.rtf [new file with mode: 0644]
BaseTools/UserManuals/VfrCompiler_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/VolInfo_Utility_Man_Page.rtf [new file with mode: 0644]
BaseTools/gcc/README.txt [new file with mode: 0644]
BaseTools/gcc/mingw-gcc-build.py [new file with mode: 0644]
BaseTools/toolsetup.bat