summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe/BootMaint
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu215-11934/+0
2009-01-23Fix issue from code scrub.klu25-76/+49
2008-12-26Refine function comments for BdsDxe module.klu24-36/+29
2008-12-24Refine function comments for BdsDxe module.klu21-6/+6
2008-12-23Refine function comments for BdsDxe module.klu23-227/+100
2008-12-19Refine comments for BDS module.klu22-34/+12
2008-12-16Clean up to update the reference of the these macros:qhuang81-8/+8
2008-12-09Update structure name aligned to UEFI specification.lgao42-5/+5
2008-11-18Refine MdeModulePkg to pass GCC build.xli242-18/+22
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu21-4/+4
2008-11-04Sync in bug fix from EDK I:qwang121-0/+4
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang127-100/+128
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff2-10/+5
2008-09-02Remove unnecessary TPL operations in BDS module & library.xli242-14/+0
2008-07-23Use TmpStr as a backup, as StrCpy in BaseLib does not handle copy of two stri...qwang121-2/+20
2008-07-22fix doxygen function comments.klu21-2/+0
2008-07-22Code scrub for BdsDxe module.klu212-310/+139
2008-07-10Clean up BootMaint module in BdsDxe.qwang1211-357/+283
2008-07-10Clean up BootMaint module in BdsDxe.qwang1211-1134/+1074
2008-07-09ADD EFIAPI for library function.lgao41-26/+23
2008-07-08Code scrube for MdeModule Definitions.lgao43-7/+7
2008-07-07Update the code to following EDK coding style document.qwang129-219/+219
2008-07-04Update the function headers to Doxygen format.qwang1210-751/+1913
2008-05-27Correct data print format.htao1-1/+1
2008-04-09Update all files to follow doxygen style file header.qhuang815-191/+90
2008-04-01Fix a bug that BMM trim the name such as ".\...Name" to ".Name". The "\.." sh...qwang121-1/+1
2008-03-11edk2/MdeModulePkg/Universal/BdsDxe/BootMaint/BootOption.c:jljusten1-2/+2
2008-03-11edk2/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h:jljusten1-7/+7
2008-03-07Use EFI_IMAGE_OPTIONAL_HEADER_UNION struct to get PeImage subsystem type.lgao41-15/+7
2008-02-26Update BDS module name to follow naming conventions.qhuang81-2/+2
2008-02-26A short-term fix that StrCpy() needs to handle two overlapping strings.qhuang81-2/+23
2008-02-26Skip locating Terminal driver Protocol Guid to determine the terminal options...qhuang81-50/+37
2008-02-26Add pragma(1) to the structure of BM_LEGACY_DEV_ORDER_CONTEXT:qhuang81-1/+3
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang123-12/+12
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang1215-0/+11329