summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Fix a minor GUID format issue.qhuang82008-08-221-3/+1
* Fix ICC build error for the inconsistent PeiService pointer date type.lgao42008-08-211-1/+1
* Add compatibility logic to handle framework fvhob and install FvInfo ppi. And...lgao42008-08-214-21/+48
* Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang82008-08-206-10/+8
* Misuse protocol and guidklu22008-08-202-6/+8
* Add dependency of gEfiDpcProtocolGuid for these two library instances since t...qhuang82008-08-182-1/+8
* Update some module INF files in MdeModulePkg to "UEFI_DRIVER"qhuang82008-08-1826-27/+28
* Add GLOBAL_REMOVE_IF_UNREFERENCED modifier in the array and change the protoc...qhuang82008-08-181-18/+17
* Remove a duplicated definition.qwang122008-08-181-1/+0
* Remove an unreferenced field in PROTOCOL_INTERFACE data structure.qhuang82008-08-181-2/+0
* Re-integrate patch in r5626~r5628:Enhance PeiCore dispatcher and fix a bug in...qhuang82008-08-185-68/+91
* Add TRUE to the depex.qwang122008-08-181-0/+3
* Add the support of GUID opcode which enable SetupBrowser to support IFR gener...qwang122008-08-181-2/+23
* Add a PCD which enable SetupBrowser to support IFR generated by a VFR compile...qwang122008-08-181-0/+2
* Add the support of GUID opcode which enable SetupBrowser to support IFR gener...qwang122008-08-183-0/+70
* Merge in [EDK 1166]: Form title is not displayed by Setup Browser qwang122008-08-183-2/+4
* Re-integrate patch in r5625: "Only build FvHob for the extracted FvImage thos...qhuang82008-08-121-10/+22
* Temporarily rollback the change from 5625 though 5628 for more investigation.qhuang82008-08-125-113/+78
* Add PeimDispatcherReenter to fix bug of PeiDispatch can not be quit correctly.klu22008-08-122-3/+17
* Correct more comments for PeiCore.klu22008-08-114-57/+71
* Enhance PeiCore's dispatcher, move PeimDispatchOnThisPass and PeimNeedingDisp...klu22008-08-112-12/+7
* Only build FvHob for the extracted FvImage those parent Fv image has FvHob.lgao42008-08-111-10/+22
* Roll back PeiImageRead to original implementation, this function will be shad...lgao42008-08-081-1/+11
* 1) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolInterface information i...qwang122008-08-081-3/+3
* Correct some comments to add the detailed information.lgao42008-08-083-132/+82
* Synchronize the comments for PeiService.klu22008-08-088-30/+29
* Add more comments for PeiCore.klu22008-08-084-35/+38
* Correct comments.klu22008-08-084-45/+65
* correct commentsklu22008-08-083-14/+14
* correct commentsklu22008-08-081-28/+35
* Correct comments.klu22008-08-081-76/+90
* Fix UEFI Boot Service CreateEvent() to follow UEFI Specification with respect...mdkinney2008-08-011-2/+2
* Simplify debug message for a selected boot optionmdkinney2008-08-011-1/+1
* Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney2008-08-014-6/+6
* In Supported(), try to test open SNP protocol BY_DRIVER instead of using TEST...vanjeff2008-08-011-7/+21
* Using Spin lock instead of using RaiseTpl() to prevent UnloadImage() re-entra...vanjeff2008-08-011-3/+11
* correct some spelling error.eric_tian2008-08-012-18/+9
* code scrub for ConSplitter module.vanjeff2008-08-014-108/+188
* Remove the blank in function typedef, it will break doxygen document generation.klu22008-07-3118-283/+283
* Update the comments.qwang122008-07-291-1/+1
* fixed one bug to catch the return status.vanjeff2008-07-281-5/+9
* Add comments to MdeModulePkg.dec, Correct minor comments for other files and ...lgao42008-07-286-35/+262
* Optimize GetUnicodeStringTextOrSize's inner loop to call ReadUnalign16 instea...qwang122008-07-281-3/+1
* Add more comments for PCD.klu22008-07-281-0/+24
* modify coding style to pass ecc tooleric_tian2008-07-286-56/+34
* Minor clean up.qhuang82008-07-262-7/+7
* Code scrub for EBC module.qhuang82008-07-266-159/+158
* modify coding style to pass ecc tooleric_tian2008-07-255-180/+239
* Fix broken that Boot file can not be found by BDS.klu22008-07-241-4/+4
* Code Scrub for Dxe Core.qhuang82008-07-2438-2551/+2546