summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2007-10-09Add Unicode Collation 2 protocol GUID value according to UEFI Spec 2.1bqhuang82-3/+6
2007-10-08Added the "#include <Library/PalCallLib.h>" to pass build (the tracker is #592)zliu31-0/+1
2007-10-08Correct CpuLib.inf format in DSC filelgao41-1/+1
2007-10-06Add BaseMemoryLib optimized for DXEmdkinney48-0/+3062
2007-10-06Add BaseMemoryLib optimized for PEImdkinney48-0/+2982
2007-10-06Make header consistent with other files.mdkinney1-1/+1
2007-10-06Restore original algorithm and add commentsmdkinney1-3/+2
2007-10-06Return buffer in raxmdkinney1-4/+5
2007-10-06Sync with other libsmdkinney1-14/+10
2007-10-05added the CpuLibvprabhal1-0/+1
2007-10-05created a new library instance with CpuSleep and CpuFlushTlbvprabhal1-0/+42
2007-10-05moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those function...vprabhal1-28/+0
2007-10-05moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those function...vprabhal4-74/+0
2007-10-05removed the use of PalCallStatic and changed to PalCallvprabhal2-3/+7
2007-10-05removed the use of PalCallStatic and changed to PalCallvprabhal2-2/+3
2007-10-05created a CpuLib for CpuSleep and CpuFlushTlb from BaseLib to remove circular...vprabhal20-0/+756
2007-09-30Add two ExtractGuidedSectionLib instance separately for Pei and Dxe module. B...lgao45-1/+718
2007-09-30Work around fix to bypass to register GUID on S3 resume.qhuang82-0/+9
2007-09-29Update ChangeLog.txt file to log change: lgao41-0/+33
2007-09-29Remove CustomDecompressLib, which has replaced by ExtractGuidedSection librar...lgao44-245/+0
2007-09-291. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao45-2/+490
2007-09-291. Fixed one bug in ConPlatform.c, add NULL judgment.vanjeff1-25/+25
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao43-17/+71
2007-09-28Fix a bug of ScsiWrite10Command() UefiScsiLib. After the SCSI WRITE command i...xli241-1/+1
2007-09-27Add SEC as a supported Module Type for all libraries that are also compatible...mdkinney11-11/+11
2007-09-26Update the ChangeLog.txt to record the possible non-compatible changes due to...qwang121-2/+23
2007-09-26Fix one iScsi device path definition update to Uefi Spec 2.1b.qhuang81-2/+1
2007-09-25Make the module pass CYGWIN GCC buildqwang121-5/+7
2007-09-24Merge branch of PI tree to main trunkklu213-7/+724
2007-09-24Updated EFI_MANAGED_NETWORK_PROTOCOL_GUID value according to UEFI 2.1b.vanjeff2-32/+32
2007-09-24Fix one minor comment issue in last check-inqhuang83-3/+6
2007-09-24Update DevicePathLib to reflect the update of UEFI device utility protocolqhuang83-13/+32
2007-09-22Fix bug in backward copy for x64mdkinney1-1/+1
2007-09-20Fix invalid return status to sync with newest UEFI spec 2.1qhuang84-12/+12
2007-09-20Fix a bug to print correct message to ConOut and StdErr as they accept unicod...qwang122-4/+13
2007-09-19Update Mde/MdeModulePkg to support ICC build for IA32/X64.yshang15-24/+560
2007-09-18fixed one asm routinevprabhal1-1/+9
2007-09-18fixed one asm routinevprabhal1-5/+15
2007-09-18Use Device Path Macros to get Device Path Type/SubType. (Some extensions migh...qhuang81-3/+2
2007-09-17Add PI incompatible change into ChangeLog.txt for MdePkg and MdeModulePkgklu21-0/+15
2007-09-17Remove OldPeiCoreEntryPoint library instance from MdePkgklu25-262/+0
2007-09-17FixedPcd macro should *not* be used in Library's inf file. klu26-6/+6
2007-09-171. Add EfiLibInstallDriverBindingComponentName2() to install DriverBinding Pr...qhuang82-133/+231
2007-09-17Add Hardware Error Variable defined in UEFI 2.1 specqhuang83-0/+36
2007-09-13Add the "ChangeLog.txt" to record packages' all non-compatible changes and im...zliu31-0/+42
2007-09-07Upgrade the format of EFI_PEIM_ENTRY_POINT to EFI_PEIM_ENTRY_POINT2 according...klu28-13/+13
2007-09-06Roll back the change made in rev.3778, which is a temporary fix for the issue...xli242-2/+2
2007-09-05Temporarily fix the issue that Tiger cannot boot to OS. Change the GUID of Fi...xli242-2/+2
2007-09-04Merge the PI enabling works from the branchqwang1220-142/+508
2007-09-01Fixed problem with sign extension in print lib. PrintXY could not print out F...AJFISH1-4/+4