summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/FwVol
Commit message (Expand)AuthorAgeFilesLines
* follow up the comments from code review.eric_tian2008-09-161-3/+6
* Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib p...qhuang82008-09-121-3/+2
* Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2.vanjeff2008-09-032-2/+2
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-275-10/+10
* Code Scrub for Dxe Core.qhuang82008-07-245-188/+188
* Code scrub for DxeCoreqhuang82008-07-183-55/+46
* Update to fix minor coding style issues.qhuang82008-05-215-53/+45
* Fix the prediction warnings in DxeMain.qhuang82008-05-091-1/+1
* Add doxygen style comments for functions in DxeMain.qhuang82008-05-095-371/+332
* Add comments and DoxyGen format for these files.lgao42008-04-094-44/+20
* MdeModule cleanup for PI:klu22007-12-102-31/+12
* Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.qwang122007-11-191-1/+1
* Update the return status to comply to PI spec.qwang122007-10-181-1/+1
* Merge the PI enabling works from the branchqwang122007-09-044-35/+96
* EFI_FILE_TAIL_ATTRIBUTE does not support in PI specification.klu22007-08-101-7/+0
* Should use gEfiFirmwareFileSystem2Guid but not gEfiFirmwareFileSystemGuid in ...klu22007-07-061-1/+1
* Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang12007-07-045-0/+1488