Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
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
EdkFatBinPkg Change Binary Fat module from fat.ffs to fat.efi 2006-10-31 06:23:51 +00:00
EdkModulePkg Merge R8 tracker #8375. 2006-12-06 09:04:37 +00:00
EdkNt32Pkg update fpd to add PcdDxeIplBuildShareCodeHobs. 2006-11-28 08:03:15 +00:00
EdkShellBinPkg Remove the Tiger special application tool from the publish folder. 2006-12-07 01:02:00 +00:00
MdePkg Move registration and processing of ExitBootServices() events into UefiDriverEntryPoint/DriverEntryPoint.c 2006-12-06 05:13:52 +00:00
Tools 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
BuildNotes.txt 1. Fix a description issue 2006-11-08 09:14:20 +00:00
build.xml Add class header to FrameworkBuildTask. Remove some unused code from top level build.xml. 2006-08-17 06:51:51 +00:00
edksetup.bat Fix a bug for setting CLASSPATH environment variable. Remove space after '=' when set the CLASSPATH. 2006-11-01 03:12:47 +00:00
edksetup.sh Cleanups for cygwin. 2006-11-14 17:57:07 +00:00