summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Compatibility
Commit message (Expand)AuthorAgeFilesLines
...
* case UINTN to UINT32.vanjeff2008-07-141-2/+2
* Remove unrecognized chars in comment for all source C/h files.qhuang82008-06-192-6/+6
* Name the module based on the rule belowqwang122008-06-171-1/+1
* Name the module based on the rule belowqwang122008-06-172-0/+0
* Rename the module based on the naming rule qwang122008-06-172-3/+3
* add a comment about why gEfiPeiMemoryDiscoveredPpiGuid is used as dpx.qwang122008-06-171-0/+2
* Add FvHobToFvInfoThunk.qwang122008-06-172-0/+172
* Remove unused include file.qwang122008-06-171-1/+0
* Add more comments.qwang122008-06-122-1/+9
* install mReadOnlyVariableThunkPresent PPI to insure that only one ReadOnlyVar...qwang122008-06-102-2/+14
* Change notification function to the correct protocol.qwang122008-06-101-1/+1
* fix a typo.qwang122008-06-101-2/+2
* change >> to RShiftU64 function call to avoid compiler to insert __aullshr in...qwang122008-06-051-1/+1
* Install a Framework SetupBrowser protocol interface. But this interface will ...qwang122008-06-053-0/+89
* Update to doxygen comments.qwang122008-05-292-111/+61
* 1) Add in FvFileLoaderToLoadFileThunk.qwang122008-05-293-18/+200
* Layer AllocateBuffer and FreeBuffer on the PciRootBridgeIo too.qwang122008-05-291-12/+34
* add in DeviceIoToPciRootBridgeIoThunk.qwang122008-05-282-0/+1265
* 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang122008-05-235-348/+12
* Fix a bug and update comments.qwang122008-05-211-4/+4
* Update the comments.qwang122008-05-212-20/+86
* Update package dependency.qwang122008-05-201-1/+1
* Update package dependency.qwang122008-05-201-1/+1
* Update comments.qwang122008-05-201-2/+2
* 1) Add in Doxygen comment.qwang122008-05-202-29/+249
* 1) Make Compatibility/Include the public include directory.qwang122008-05-202-0/+72
* Update doxygen comments.qwang122008-05-202-27/+188
* Add UcToUc2Thunkqwang122008-05-202-0/+525
* 1) Fix a bug in UC2_PRIVATE_DATA_FROM_THISqwang122008-05-202-3/+3
* Add in Uc2ToUcThunk module.qwang122008-05-192-0/+525
* Update the file header comments.qwang122008-05-192-9/+46
* 1) Update the file headersqwang122008-05-192-1/+20
* Update the file header comments.qwang122008-05-192-12/+19
* Update Comments.qwang122008-05-162-11/+19
* 1) Update comments.qwang122008-05-162-11/+24
* Make the module GCC clean.qwang122008-05-163-36/+23
* 1) Add Doxygen Commentsqwang122008-05-152-4/+81
* 1) Add Doxygen Commentsqwang122008-05-151-3/+174
* Update MapUefiHiiHandles to return EFI_SUCCESS if there is no packages regist...qwang122008-05-141-1/+9
* 1) Use 0xFFEE as the VarId the reason is as follows:qwang122008-05-142-6/+10
* 1) Fix a bug. Before this fix, a Module that calling UEFI HII Interface to ge...qwang122008-05-085-28/+57
* Add in supports for platform Setup module which is programmed using Framework...qwang122008-05-077-21/+567
* Fix a bug which cause the thunk code failed to handle creation of "One Of" an...qwang122008-04-302-8/+31
* fixed bug for special case.vanjeff2008-04-301-7/+4
* Add in code to support the deletion of opcode from a form.qwang122008-04-302-19/+37
* Add support to map more Framework Opcode (such as OrderedList, OneOf, etc) to...qwang122008-04-308-126/+1002
* For UNI file, some String may not be defined for a language. This has been tr...qwang122008-04-291-2/+8
* 1) Add in IfrParser so that the FrameworkHii->GetDefaultImage can scan UEFI I...qwang122008-04-2420-63/+5774
* add in data type cast to ensure stringent compilers are happy.qwang122008-04-171-1/+1
* Add in Thunking function for Dynamic Code creation. Only support Text and Sub...qwang122008-04-176-32/+244