summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/BdsDxe
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up to update the reference of the these macros:qhuang82008-12-165-12/+12
* Update EFI_KEY_OPTION.KeyOptions --> EFI_KEY_OPTION.KeyData to follow UEFI spec.lgao42008-12-101-4/+4
* Update structure name aligned to UEFI specification.lgao42008-12-092-5/+5
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-031-3/+1
* 1.retried graphics library class from MdePkgvanjeff2008-11-242-2/+0
* 1.Removed PrintXY from Graphics Library.vanjeff2008-11-201-1/+1
* Refine MdeModulePkg to pass GCC build.xli242008-11-184-20/+24
* 1, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22008-11-111-4/+4
* Remove over specific information from BdsDxe module.klu22008-11-052-4/+0
* Sync in bug fix from EDK I:qwang122008-11-041-0/+4
* Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang122008-10-307-100/+128
* HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if...qwang122008-09-211-1/+1
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-047-32/+16
* Fix a typo in Pcd nameqhuang82008-09-043-4/+4
* Remove unnecessary TPL operations in BDS module & library.xli242008-09-026-57/+0
* Merged in the bug fixes from EDK I.qwang122008-09-021-2/+6
* remove the unused msa files in MdeModulePkg.lgao42008-08-251-238/+0
* Use TmpStr as a backup, as StrCpy in BaseLib does not handle copy of two stri...qwang122008-07-231-2/+20
* fix doxygen function comments.klu22008-07-224-9/+1
* Code scrub for BdsDxe module.klu22008-07-2227-381/+187
* Initialize the timeout value to 0, the original template is not proper initia...qhuang82008-07-181-1/+9
* Clean up BdsDxe for Doxygen comments requirement.qwang122008-07-161-1/+1
* Clean up BdsDxe for Doxygen comments requirement.qwang122008-07-148-42/+24
* Clean up Device Manager module in BdsDxe.qwang122008-07-102-13/+16
* Clean up Boot Manager module in BdsDxe.qwang122008-07-102-27/+34
* Clean up BootMaint module in BdsDxe.qwang122008-07-1012-363/+284
* Clean up BootMaint module in BdsDxe.qwang122008-07-1012-1136/+1078
* ADD EFIAPI for library function.lgao42008-07-091-26/+23
* Code scrube for MdeModule Definitions.lgao42008-07-083-7/+7
* Add in doxygen style comment.qwang122008-07-081-0/+15
* Update the code to following EDK coding style document.qwang122008-07-0711-225/+225
* Update the function headers to Doxygen format.qwang122008-07-0428-1371/+2607
* Merged in the following trackers from EDK:qwang122008-06-231-0/+2
* Correct data print format.htao2008-05-271-1/+1
* Use Feature Flag PCD to PcdUefiVariableDefaultLangDepricate to replace LANG_S...qwang122008-05-221-16/+14
* Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All referen...qwang122008-04-281-6/+6
* Update all files to follow doxygen style file header.qhuang82008-04-0941-490/+215
* Fix a bug that BMM trim the name such as ".\...Name" to ".Name". The "\.." sh...qwang122008-04-011-1/+1
* add some error check and return.vanjeff2008-03-191-0/+4
* add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consumi...vanjeff2008-03-192-15/+20
* edk2/MdeModulePkg/Universal/BdsDxe/BootMaint/BootOption.c:jljusten2008-03-111-2/+2
* edk2/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h:jljusten2008-03-111-7/+7
* Use EFI_IMAGE_OPTIONAL_HEADER_UNION struct to get PeImage subsystem type.lgao42008-03-071-15/+7
* Add debug prompt for showing progress bar.klu22008-02-281-0/+4
* Update BDS module name to follow naming conventions.qhuang82008-02-267-9/+9
* A short-term fix that StrCpy() needs to handle two overlapping strings.qhuang82008-02-261-2/+23
* Skip locating Terminal driver Protocol Guid to determine the terminal options...qhuang82008-02-261-50/+37
* Add pragma(1) to the structure of BM_LEGACY_DEV_ORDER_CONTEXT:qhuang82008-02-261-1/+3
* Correct the calculating time out for BDSklu22008-02-251-2/+2
* 1) Cleanup HiiLib, IfrSupportLib. qwang122008-02-0210-40/+45