summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Fix the IN OUT modifier for parameters.niry2008-12-2913-142/+139
* fixed potential NULL pointer reference issue.vanjeff2008-12-291-6/+7
* Add () after function name so that Doxygen can create reference in doc.jgong52008-12-292-8/+8
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7144 6f1...ywu212008-12-291-39/+190
* 1). Fix the debug level for DEBUG macroniry2008-12-2919-313/+345
* no need to use EFIAPIjgong52008-12-261-2/+2
* Check Library usage.gikidy2008-12-261-5/+7
* Check Library usage and fix some typo.gikidy2008-12-262-19/+28
* Fix OPTIONAL usagejgong52008-12-261-1/+1
* Add more commentsjgong52008-12-262-92/+175
* Check Library usage and fix some typo.gikidy2008-12-264-47/+49
* Coding style checkedjji42008-12-261-1/+1
* Unicode characters removedjji42008-12-261-1/+1
* Library usage checkedjji42008-12-262-3/+3
* Remove a goto statement.niry2008-12-263-6/+11
* Remove the capsule PCD value setting. This value is same to the default value...lgao42008-12-261-2/+0
* Refine function comments for BdsDxe module.klu22008-12-2610-110/+80
* Add more comments for Netbuf* functions in NetLib.hniry2008-12-251-122/+160
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7125 6f1...niry2008-12-251-26/+25
* Add more comments to describe the net buffer operation functions.niry2008-12-251-160/+208
* Change MAX_CHOICE_NUM to max UINT8 valuelgao42008-12-252-3/+2
* Code Clean for Driver PlatformDriOverrideDxe and PlatOverMngr application. An...lgao42008-12-2518-936/+597
* EFI_SIGNATURE_32 has been replaced by SIGNATURE_32vanjeff2008-12-252-2/+2
* Pure UEFI code should not include “PiDxe.h” & “PiPei.h”ywu212008-12-241-1/+1
* Pure UEFI code should not include “PiDxe.h” & “PiPei.h”ywu212008-12-241-9/+3
* Fixing function headers.niry2008-12-2412-95/+100
* code scrub ArpDxejgong52008-12-245-204/+341
* Refine function comments for BdsDxe module.klu22008-12-241-6/+6
* Update Commentslgao42008-12-242-55/+3
* Code clean for Ftw driver, remove the obsolete logic for boot block. Correct ...lgao42008-12-2411-667/+72
* 1. code scrub for ConSplitterDxe. vanjeff2008-12-244-371/+413
* Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En...qhuang82008-12-2338-375/+313
* pure UEFI should not include “PiDxe.h” and “PiPei.h”ywu212008-12-231-1/+1
* Scrubbed some code for Ip4ConfigDxe.jgong52008-12-236-91/+113
* Fix function headerywu212008-12-231-7/+3
* Fix filer headerywu212008-12-231-306/+236
* Fix function headerywu212008-12-231-253/+237
* Remove #include <Protocol/LoadedImage.h>ywu212008-12-232-325/+279
* fix ECC tool's warningeric_tian2008-12-232-3/+4
* correct the guid value of EFI_CAPSULE_ARCH_PROTOCOL_GUID which is differ from...eric_tian2008-12-231-1/+1
* Refine function comments for BdsDxe module.klu22008-12-233-227/+100
* refine comments for EFI_CONSOLE_CONTROL_PROTOCOLeric_tian2008-12-233-18/+17
* remedy the comment of EFI_CONSOLE_CONTROL_PROTOCOL_LOCK_STD_INeric_tian2008-12-231-1/+7
* remedy the ppi comment. This module is always used to produced gEfiPeiReadOnl...eric_tian2008-12-221-1/+1
* code scrub for consplitter module.vanjeff2008-12-224-275/+339
* Refine comments for BDS module.klu22008-12-194-54/+27
* fixed one bug to pass GCC.vanjeff2008-12-191-2/+2
* Coding style correctedjji42008-12-191-4/+4
* check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42008-12-1816-39/+39
* Enhance PciCfg2 driver to handle unaligned Pci access according to PI spec.lgao42008-12-182-17/+105