index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdePkg
/
Library
/
BaseUefiDecompressLib
/
BaseUefiDecompressLib.c
Age
Commit message (
Expand
)
Author
2010-05-10
Use the ASSERT() for parameter checking as the 4th paramter of internal worke...
qhuang8
2010-04-23
Update the copyright notice format
hhtian
2009-08-24
Fix file headers
mdkinney
2009-08-19
Update to make end-of-line consistent for all source files in MdePkg. There a...
qhuang8
2009-08-18
Address an ARM compatibility issue by converting loops that were being optimi...
mdkinney
2009-04-02
Fix some typo.
gikidy
2009-02-01
Add check when use *Pointer as Sd->mRight[*Pointer] to avoid out of Array bound.
lgao4
2009-01-24
Add check when use Index as Array [Index] to avoid out of Array bound.
lgao4
2009-01-23
Remove volatile for local Index, and Use Memory library functions to fix the ...
lgao4
2009-01-22
Add check when use Index as Array [Index] to avoid out of Array bound.
lgao4
2009-01-13
Roll back ASSERT which is break DUET boot.
klu2
2009-01-09
INF file verified, and Coding Style reviewed.
gikidy
2008-12-11
Synchronize MdePkg h files to Library/Base* c files.
gikidy
2008-12-07
Use BIT8-1 insetad of UINT8_MAX
mdkinney
2008-11-21
Function headers and comments have been checked with spec.
jji4
2008-10-15
Remove over specific usage for library class
klu2
2008-08-01
Use ReadUnaligned32() instead of CopyMem()
mdkinney
2008-07-15
Code scrub for the Debug library, PostCode library, Print library, and Extrac...
lgao4
2007-11-22
Clean up: update "EFI" to "UEFI" if applicable.
qhuang8
2007-07-20
remove some comments introduced by tools.
vanjeff
2007-07-12
Removed MdePkg usage of ModuleName: in file headers
AJFISH
2007-06-22
Checked in part of MDE library instances following PI and UEFI. It includes:
yshang1
2007-06-22
Import some basic libraries instances for Mde Packages.
vanjeff
2007-06-01
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...
lhauch
2007-01-25
Make MDE package pass intel IPF compiler with /W4 /WX switched on.
xli24
2006-11-03
1. Add the fix for the following Bugs:
cwu11
2006-07-19
1. added functions header for BaseUefiDecompressLi
vanjeff
2006-04-21
Initial import.
bbahnsen