summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe
Commit message (Expand)AuthorAgeFilesLines
* Fix several approved code review comments:qhuang82008-08-281-671/+483
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-2731-559/+92
* Add dependency of DevicePathLib to DxeCore so that the internal device path r...qhuang82008-08-272-0/+2
* remove the unused msa files in MdeModulePkg.lgao42008-08-251-243/+0
* Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang82008-08-206-10/+8
* Add GLOBAL_REMOVE_IF_UNREFERENCED modifier in the array and change the protoc...qhuang82008-08-181-18/+17
* Remove an unreferenced field in PROTOCOL_INTERFACE data structure.qhuang82008-08-181-2/+0
* 1) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolInterface information i...qwang122008-08-081-3/+3
* Fix UEFI Boot Service CreateEvent() to follow UEFI Specification with respect...mdkinney2008-08-011-2/+2
* Increase size of function addresses printed in DEBUG messages from 10 to 11 c...mdkinney2008-08-011-2/+2
* Using Spin lock instead of using RaiseTpl() to prevent UnloadImage() re-entra...vanjeff2008-08-011-3/+11
* Minor clean up.qhuang82008-07-262-7/+7
* Code Scrub for Dxe Core.qhuang82008-07-2438-2551/+2546
* Code scrub for DxeCoreqhuang82008-07-1825-567/+327
* Code scrube for MdeModule Definitions.lgao42008-07-082-4/+0
* Remove minor defects in Doxygen headerqhuang82008-05-222-16/+0
* add debug information.vanjeff2008-05-211-146/+147
* Update to fix minor coding style issues.qhuang82008-05-2141-977/+694
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-212-16/+16
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Change file name case to follow coding style:The first character should be ca...qhuang82008-05-211-0/+0
* Minor coding style adjustment for DxeCore.qhuang82008-05-137-15/+15
* Fix the prediction warnings in DxeMain.qhuang82008-05-096-23/+23
* Add doxygen style comments for functions in DxeMain.qhuang82008-05-0938-7405/+5696
* [Description]eric_tian2008-04-221-3/+7
* Add comments and DoxyGen format for these files.lgao42008-04-0934-403/+176
* Fix warnings generated by gcc for ia32 builds:jljusten2008-04-081-1/+1
* Update DxeCore to load image wit supported machine types:qhuang82008-04-021-5/+7
* [Description]eric_tian2008-03-241-1/+1
* [Description]eric_tian2008-03-191-28/+46
* A leaf section type may contains an array of zero or more bytes. Support the ...lgao42008-03-141-1/+3
* Fix two minor defects:qhuang82008-03-042-1/+4
* Correct the PeImage Source file to be measured by TCG. lgao42008-03-041-4/+7
* 1. Add EFI LOADED IMAGE DEVICE PATH Protocol in LoadImage() service, per UEFI...vanjeff2008-02-263-5/+32
* Fix a conformance issue in gBS->CreateEvent() & gBS->CreateEventEx():qhuang82008-02-141-17/+29
* MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c:jljusten2008-02-131-3/+11
* 1) Cleanup HiiLib, IfrSupportLib. qwang122008-02-021-0/+3
* UEFI HII: Merge UEFI HII support changes from branch.qwang122008-01-211-1/+2
* Measure PEimage and ActionString data according to TPM requirement.lgao42008-01-045-8/+73