summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe
AgeCommit message (Expand)AuthorFilesLines
2008-09-21HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if...qwang121-1/+1
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff7-32/+16
2008-09-04Fix a typo in Pcd nameqhuang83-4/+4
2008-09-02Remove unnecessary TPL operations in BDS module & library.xli246-57/+0
2008-09-02Merged in the bug fixes from EDK I.qwang121-2/+6
2008-08-25remove the unused msa files in MdeModulePkg.lgao41-238/+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.klu24-9/+1
2008-07-22Code scrub for BdsDxe module.klu227-381/+187
2008-07-18Initialize the timeout value to 0, the original template is not proper initia...qhuang81-1/+9
2008-07-16Clean up BdsDxe for Doxygen comments requirement.qwang121-1/+1
2008-07-14Clean up BdsDxe for Doxygen comments requirement.qwang128-42/+24
2008-07-10Clean up Device Manager module in BdsDxe.qwang122-13/+16
2008-07-10Clean up Boot Manager module in BdsDxe.qwang122-27/+34
2008-07-10Clean up BootMaint module in BdsDxe.qwang1212-363/+284
2008-07-10Clean up BootMaint module in BdsDxe.qwang1212-1136/+1078
2008-07-09ADD EFIAPI for library function.lgao41-26/+23
2008-07-08Code scrube for MdeModule Definitions.lgao43-7/+7
2008-07-08Add in doxygen style comment.qwang121-0/+15
2008-07-07Update the code to following EDK coding style document.qwang1211-225/+225
2008-07-04Update the function headers to Doxygen format.qwang1228-1371/+2607
2008-06-23Merged in the following trackers from EDK:qwang121-0/+2
2008-05-27Correct data print format.htao1-1/+1
2008-05-22Use Feature Flag PCD to PcdUefiVariableDefaultLangDepricate to replace LANG_S...qwang121-16/+14
2008-04-28Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All referen...qwang121-6/+6
2008-04-09Update all files to follow doxygen style file header.qhuang841-490/+215
2008-04-01Fix a bug that BMM trim the name such as ".\...Name" to ".Name". The "\.." sh...qwang121-1/+1
2008-03-19add some error check and return.vanjeff1-0/+4
2008-03-19add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consumi...vanjeff2-15/+20
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-28Add debug prompt for showing progress bar.klu21-0/+4
2008-02-26Update BDS module name to follow naming conventions.qhuang87-9/+9
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-25Correct the calculating time out for BDSklu21-2/+2
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang1210-40/+45
2008-01-24add back the ReadKeyStroke which is removed wrongly during ICC cleanup.qwang121-1/+3
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang1242-0/+16976