audk/Tools
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
..
CCode/Source 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
Conf Add an example of a mingw32 tool chain. 2006-11-28 16:54:15 +00:00
Java/Source 1. Fix EDKT476 Wizard gives wrong warning messsage that confuses user 2006-11-30 07:45:39 +00:00
Python Delete 2006-12-05 22:54:42 +00:00
XMLSchema Changed the rules to allow for partial installation and removal of fars. 2006-11-01 18:33:49 +00:00
bin Adding a python script dir and a script to calculate what dependencies a module has on library classes and guids. 2006-11-22 00:58:38 +00:00
gcc Roll back to previous version of the script. 2006-11-22 19:10:40 +00:00
AllResourceFiles.msa Added the DbTools that will update the FrameworkDatabase.db file based on what is found after scanning the WORKSPACE environment - entries for new SPD and FPD files that are found during the scan are added, and the entries for SPD and FPD files that are listed in the database, but are not in the current workspace are deleted. 2006-10-25 16:17:28 +00:00
Tools.spd Added the DbTools that will update the FrameworkDatabase.db file based on what is found after scanning the WORKSPACE environment - entries for new SPD and FPD files that are found during the scan are added, and the entries for SPD and FPD files that are listed in the database, but are not in the current workspace are deleted. 2006-10-25 16:17:28 +00:00
build.xml Added the DbTools that will update the FrameworkDatabase.db file based on what is found after scanning the WORKSPACE environment - entries for new SPD and FPD files that are found during the scan are added, and the entries for SPD and FPD files that are listed in the database, but are not in the current workspace are deleted. 2006-10-25 16:17:28 +00:00