summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2009-08-12add 2 class code definitions defiled in PCI 2.3 spec.vanjeff1-3/+15
2009-08-12Use "movd" instruction to manipulate MMX register to support more GNU assembl...qhuang86-6/+6
2009-08-11Minor update to remove some Unicode character in public header file. qhuang82-4/+4
2009-08-11Minor update source to make end-of-line consistent. qhuang81-14/+14
2009-08-11Remove all unnecessary .align directives in MdePkgqhuang846-92/+46
2009-08-11clean up all of eight BaseMemoryLib instances in MdePkg with the following up...qhuang8162-1239/+1074
2009-08-07Correct the format of comments lgao41-3/+3
2009-08-04remove incorrect comments.lgao41-4/+0
2009-07-29update MdePkg version to 1.01vanjeff2-186/+186
2009-07-28Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu24-51/+98
2009-07-27Remove unrecognized characters.lgao41-3/+3
2009-07-24Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl...vanjeff1-5/+10
2009-07-24Move those status code definitions that exactly match the PI 1.2 Specificatio...mdkinney4-38/+1834
2009-07-23Update EFI_PEI_FIRMWARE_VOLUME_PPI.FindFileByName function declaration to ali...lgao41-2/+2
2009-07-23Rename BaseLib internal functions by adding InternalBaseLib.lgao43-29/+29
2009-07-15Remove unrecognized characters.lgao41-5/+5
2009-07-14Add the following PI 1.2 Protocols to the MdePkgmdkinney6-1/+1928
2009-07-13Add the following PI 1.2 Protocols to the MdePkgmdkinney3-0/+398
2009-07-13Add macro definitions indicating from SMBIOS 2.6klu21-0/+26
2009-07-13Add the following PI 1.2 PPIs to the MdePkgmdkinney5-5/+580
2009-07-13Add MP Services Protocol from the UEFI Platform Initialization 1.2 Specificationmdkinney2-0/+654
2009-07-12Fix typo in #ifndef namemdkinney1-1/+1
2009-07-11Remove "Module Name:" from include file headers.mdkinney1-2/+0
2009-07-08to fill the gap between PI1.0 and code to fix the bug #202435jchen201-1/+11
2009-07-05Fix minor typomdkinney1-1/+1
2009-07-03Fix a typo.gikidy1-2/+2
2009-07-01Update BASE_ARG() macro to pass static analysis tools. This change should no...mdkinney1-1/+10
2009-07-01Update the Tpm12.h to the TCG TPM spec 1.2 revisionzliu31-12/+150
2009-07-01Enhance function macro EFI_PEI_PCI_CFG_ADDRESS defined in MdePkg/Include/Ppi/...lgao41-5/+7
2009-06-30Adjust the behavior of the MdePkg Print Library class to produce a consistent...mdkinney2-7/+64
2009-06-21Fix the wrong structure definition in Smbios.h. klu22-54/+46
2009-06-11update codes per MdePkg doxgen review comments.vanjeff31-142/+135
2009-06-10git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8525 6f1...jcarsey1-19/+20
2009-06-10For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy2-20/+20
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy2-0/+24
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy3-1/+27
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu21-3/+3
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu21-3/+3
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failedklu21-3/+14
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu21-1/+15
2009-06-05Update comment for return description for PcdSetX macros.klu21-19/+19
2009-06-05The return description for LibPcdSetx function is ambiguity. The actual meani...klu21-13/+13
2009-06-05Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs...rsun31-0/+6
2009-06-04Fix build breaks from comment clean up checkinmdkinney6-16/+51
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel38-307/+268
2009-06-04Add ASSERT check for AsmFlushCacheRange().xli245-27/+103
2009-06-04fix the issue when passing a L"" string to PrintXY.eric_tian1-4/+20
2009-06-04update comments per review comments.vanjeff11-35/+35
2009-06-04Reviewed the code comments in the Include/Protocol directory for typos, gramm...pkandel55-218/+219
2009-06-031. Fix the bug that we should use rip relative addressing for x64 label to pr...qhuang81-8/+8