audk/Tools/CCode/Source
klu2 30f80dd8de The main issue want to be resolve is that some tools need EfiCompress and other tools need TianoCompress, but only common Compress(indeed is TianoCompress) is provided in tool/CCode/Common.
EfiCompress and TianoCompress are all originated from LZ77 algorithms and they have very little different, that different position set for Huffman code.
	EfiCompress is defined in EFI 1.1 spec and EfiRom tool need it to create a recognized compressed EFI driver.
	TianoCompress is for pursuer more size saving and it used be GenFfs and GenSection tools.
	So this patch:
	1) Split EfiComress and TianoCompress in edkII’s tools
	2) Change EfiRom tool use EfiCompress and GenFfs/GenSection use TianoCompress


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2064 6f19259b-4bc3-4df7-8a09-765794883524
2006-12-07 05:29:07 +00:00
..
Common The main issue want to be resolve is that some tools need EfiCompress and other tools need TianoCompress, but only common Compress(indeed is TianoCompress) is provided in tool/CCode/Common. 2006-12-07 05:29:07 +00:00
CompressDll The main issue want to be resolve is that some tools need EfiCompress and other tools need TianoCompress, but only common Compress(indeed is TianoCompress) is provided in tool/CCode/Common. 2006-12-07 05:29:07 +00:00
CreateMtFile File modified to add usage information and implement minor corrections. 2006-11-14 22:01:45 +00:00
CustomizedCompress removed extra taskdef and taskref definitions that caused some warning messages when doing a cleanall 2006-10-09 22:03:52 +00:00
EfiCompress The main issue want to be resolve is that some tools need EfiCompress and other tools need TianoCompress, but only common Compress(indeed is TianoCompress) is provided in tool/CCode/Common. 2006-12-07 05:29:07 +00:00
EfiRom The main issue want to be resolve is that some tools need EfiCompress and other tools need TianoCompress, but only common Compress(indeed is TianoCompress) is provided in tool/CCode/Common. 2006-12-07 05:29:07 +00:00
FlashMap Resolve the warning msg from generated FlashMap.h file when use GCC compiler. 2006-10-16 10:47:36 +00:00
FwImage Fix a bug when zeroing exception data in FwImage tool 2006-11-30 04:02:47 +00:00
GenAcpiTable Add support for.sdata sections 2006-11-26 04:07:04 +00:00
GenBsfFixup Adding tools for IPF development. 2006-10-30 16:43:48 +00:00
GenBsfImage Fix for linux builds 2006-10-31 06:45:53 +00:00
GenCRC32Section Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around. 2006-10-10 22:59:11 +00:00
GenCapsuleHdr Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around. 2006-10-10 22:59:11 +00:00
GenDepex File modified to add usage information and implement minor corrections. 2006-11-14 22:01:45 +00:00
GenFfsFile The main issue want to be resolve is that some tools need EfiCompress and other tools need TianoCompress, but only common Compress(indeed is TianoCompress) is provided in tool/CCode/Common. 2006-12-07 05:29:07 +00:00
GenFvImage Enhance peirebase tool to get base address from the corresponding fv.inf file, which don't need one base address parameter for this tool any longer. We can reduce base address duplicated definition in fv.inf and fpd file. 2006-11-20 09:29:14 +00:00
GenSection The main issue want to be resolve is that some tools need EfiCompress and other tools need TianoCompress, but only common Compress(indeed is TianoCompress) is provided in tool/CCode/Common. 2006-12-07 05:29:07 +00:00
GenTEImage Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around. 2006-10-10 22:59:11 +00:00
GuidChk Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around. 2006-10-10 22:59:11 +00:00
Include Do not check __STDC_VERSION__ for gcc. 2006-12-04 17:01:58 +00:00
MakeDeps Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around. 2006-10-10 22:59:11 +00:00
ModifyInf File modified to add usage information and implement minor corrections. 2006-11-14 22:01:45 +00:00
Pccts Standardized property name WORKSPACE and fixed cleanall messages. 2006-10-11 16:40:33 +00:00
PeCoffLoader Fixed the cleanall target BUILD_DIR settings 2006-10-10 19:32:37 +00:00
PeiRebase A minor mistake. Remove debug info. 2006-11-23 08:24:42 +00:00
SecApResetVectorFixup Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around. 2006-10-10 22:59:11 +00:00
SecFixup Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around. 2006-10-10 22:59:11 +00:00
SetStamp Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around. 2006-10-10 22:59:11 +00:00
SplitFile Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around. 2006-10-10 22:59:11 +00:00
StrGather To fix tool StrGather.exe can not work correctly in Linux environment. 2006-10-30 09:17:24 +00:00
String removed extra taskdef and taskref definitions that caused some warning messages when doing a cleanall 2006-10-09 22:03:52 +00:00
Strip File modified to add usage information and implement minor corrections. 2006-11-14 22:01:45 +00:00
VfrCompile Fixed EDKT419. 2006-11-16 10:19:07 +00:00
ZeroDebugData Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around. 2006-10-10 22:59:11 +00:00
TianoTools.msa More moves for Tool Packages 2006-10-05 23:24:16 +00:00
build.xml removed extra taskdef and taskref definitions that caused some warning messages when doing a cleanall 2006-10-09 22:03:52 +00:00