summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe/BootMaint/BootOption.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu21-1661/+0
2009-01-23Fix issue from code scrub.klu21-6/+13
2008-12-24Refine function comments for BdsDxe module.klu21-6/+6
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang121-35/+50
2008-07-23Use TmpStr as a backup, as StrCpy in BaseLib does not handle copy of two stri...qwang121-2/+20
2008-07-22Code scrub for BdsDxe module.klu21-22/+8
2008-07-10Clean up BootMaint module in BdsDxe.qwang121-12/+13
2008-07-10Clean up BootMaint module in BdsDxe.qwang121-204/+159
2008-07-07Update the code to following EDK coding style document.qwang121-17/+17
2008-07-04Update the function headers to Doxygen format.qwang121-61/+38
2008-04-09Update all files to follow doxygen style file header.qhuang81-17/+9
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-07Use EFI_IMAGE_OPTIONAL_HEADER_UNION struct to get PeImage subsystem type.lgao41-15/+7
2008-02-26A short-term fix that StrCpy() needs to handle two overlapping strings.qhuang81-2/+23
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang121-0/+1697