]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/UPT/BuildVersion.py
Sync BaseTool trunk (version r2423) into EDKII BaseTools. The change mainly includes:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Nov 2011 06:21:03 +0000 (06:21 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Nov 2011 06:21:03 +0000 (06:21 +0000)
commit2bcc713e74b944bb5aefb433ef33fb4002a62d76
tree7aa002279415c1fafbedbf287d256177746e0a4a
parentc32dcd284c19bbb0b1db3606a243d9d69d37d6ab
Sync BaseTool trunk (version r2423) into EDKII BaseTools.  The change mainly includes:
  1. Fix !include issues
  2. Fix Trim to skip the postfix 'U' for hexadecimal and decimal numbers
  3. Fix building error C2733 when building C++ code.
  4. Add GCC46 tool chain definition
  5. Add new RVCT and RVCTLINUX tool chains

Signed-off-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12782 6f19259b-4bc3-4df7-8a09-765794883524
63 files changed:
BaseTools/Bin/Win32/BPDG.exe
BaseTools/Bin/Win32/BootSectImage.exe
BaseTools/Bin/Win32/EfiLdrImage.exe
BaseTools/Bin/Win32/EfiRom.exe
BaseTools/Bin/Win32/Fpd2Dsc.exe
BaseTools/Bin/Win32/GenBootSector.exe
BaseTools/Bin/Win32/GenCrc32.exe
BaseTools/Bin/Win32/GenDepex.exe
BaseTools/Bin/Win32/GenFds.exe
BaseTools/Bin/Win32/GenFfs.exe
BaseTools/Bin/Win32/GenFv.exe
BaseTools/Bin/Win32/GenFw.exe
BaseTools/Bin/Win32/GenPage.exe
BaseTools/Bin/Win32/GenPatchPcdTable.exe
BaseTools/Bin/Win32/GenSec.exe
BaseTools/Bin/Win32/GenVtf.exe
BaseTools/Bin/Win32/LzmaCompress.exe
BaseTools/Bin/Win32/MigrationMsa2Inf.exe
BaseTools/Bin/Win32/PatchPcdValue.exe
BaseTools/Bin/Win32/Spd2Dec.exe
BaseTools/Bin/Win32/Split.exe
BaseTools/Bin/Win32/TargetTool.exe
BaseTools/Bin/Win32/TianoCompress.exe
BaseTools/Bin/Win32/Trim.exe
BaseTools/Bin/Win32/UPT.exe
BaseTools/Bin/Win32/VfrCompile.exe
BaseTools/Bin/Win32/VolInfo.exe
BaseTools/Bin/Win32/build.exe
BaseTools/Conf/build_rule.template
BaseTools/Conf/tools_def.template
BaseTools/Source/C/Common/FirmwareVolumeBuffer.c
BaseTools/Source/C/GenFv/GenFvInternalLib.c
BaseTools/Source/C/GenFv/GenFvInternalLib.h
BaseTools/Source/C/Include/Common/BuildVersion.h
BaseTools/Source/C/Include/Common/PiFirmwareVolume.h
BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp
BaseTools/Source/C/VfrCompile/VfrSyntax.g
BaseTools/Source/C/VolInfo/VolInfo.c
BaseTools/Source/Python/AutoGen/GenC.py
BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools/Source/Python/AutoGen/StrGather.py
BaseTools/Source/Python/AutoGen/UniClassObject.py
BaseTools/Source/Python/Common/BuildVersion.py
BaseTools/Source/Python/Common/DecClassObjectLight.py [deleted file]
BaseTools/Source/Python/Common/InfClassObjectLight.py [deleted file]
BaseTools/Source/Python/Common/XmlParser.py [deleted file]
BaseTools/Source/Python/Common/XmlRoutines.py [deleted file]
BaseTools/Source/Python/CommonDataClass/DistributionPackageClass.py [deleted file]
BaseTools/Source/Python/Ecc/Check.py
BaseTools/Source/Python/Ecc/EccToolError.py
BaseTools/Source/Python/Ecc/Exception.py
BaseTools/Source/Python/Ecc/Xml/XmlRoutines.py [new file with mode: 0644]
BaseTools/Source/Python/Ecc/Xml/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools/Source/Python/Makefile
BaseTools/Source/Python/Trim/Trim.py
BaseTools/Source/Python/UPT/BuildVersion.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/Misc.py
BaseTools/Source/Python/UPT/Logger/StringTable.py
BaseTools/Source/Python/UPT/Makefile
BaseTools/Source/Python/UPT/Parser/InfParser.py
BaseTools/Source/Python/UPT/UPT.py
BaseTools/Source/Python/Workspace/MetaFileParser.py