summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c
Commit message (Expand)AuthorAgeFilesLines
* IntelFrameworkModulePkg: Fix UEFI and Tiano Decompression logic issueLiming Gao2018-11-141-0/+6
* IntelFrameworkModulePkg: Add more checker in UefiTianoDecompressLib (CVE FIX)Liming Gao2018-10-241-2/+14
* IntelFrameworkModulePkg: Fix Xcode 9 Beta treating 32-bit left shift as undef...Andrew Fish2018-04-111-3/+3
* IntelFrameworkModulePkg: Fix typos in commentsGary Lin2016-10-241-4/+4
* IntelFrameworkModulePkg: Fix typo.Shumin Qiu2015-03-131-3/+3
* Refine code to make it more safely.Eric Dong2014-06-261-1/+1
* Refine code to make it more safely.Eric Dong2014-06-251-1/+2
* Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng142011-10-271-38/+83
* Use the ASSERT() for parameter checking as the 4th parameter of internal work...lgao42010-05-241-0/+7
* Update the copyright notice formathhtian2010-04-231-2/+2
* Update code style.lgao42009-06-261-1/+1
* Update code style and commentslgao42009-06-241-67/+222
* Add comments for Include header files lgao42009-06-081-1/+0
* Fix build break caused by a unresolved external symbol _memset in BaseUefiTia...rsun32009-04-231-4/+2
* Remove volatile local variable sync to MdePkg BaseUefiDecompressLib and fix I...lgao42009-04-221-4/+4
* Fix K8 report bugs.hfang2009-04-211-32/+49
* Remove use of UINT8_MAX. Use BIT8-1 instead.mdkinney2008-12-071-1/+1
* Update PEIM entry point to follow PEIM entry point.lgao42008-11-271-2/+2
* Use ReadUnaligned32() instead of CopyMem()mdkinney2008-08-011-2/+2
* Coding style modification.klu22008-04-141-1/+1
* Add some function/header comments.klu22008-04-101-224/+147
* Update BaseUefiTianoCustomDecompressLib to pass GCC build.xli242008-03-181-1/+1
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-221-1/+1
* Make GuidedSection library instance to follow the value of GuidedSectionExtra...lgao42007-10-181-2/+17
* 1. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao42007-09-291-63/+75
* Fix building issue for Intel Compilerklu22007-08-231-1/+1
* Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...lgao42007-08-141-8/+3
* Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao42007-08-081-2/+2
* Update CustomDecompress library to support algorithm guid and Update DxeIpl a...lgao42007-08-081-4/+54
* Correct all header files for doxygen format and correct the license issue for...klu22007-07-231-11/+4
* Cleanup to remover CommonHeader.h filesqhuang82007-06-291-5/+0
* Complete the library instances in IntelFrameworkModulePkgqhuang82007-06-271-0/+845