- 4982ea5 MdeModulePkg: Remove unused variables from both UefiBootManagerLib and BdsDxe to fix GCC build. by Sunny Wang · 9 years ago
- c418872 MdeModulePkg: Fix BdsDxe VS2015 build failure by Ruiyu Ni · 9 years ago
- 99294cb MdeModulePkg: Add UNI file for BdsDxe driver. by Ruiyu Ni · 10 years ago
- 1634214 MdeModulePkg: Process Sys Prep load options in BdsDxe driver. by Ruiyu Ni · 10 years ago
- f4cd24d MdeModulePkg: Add BdsDxe driver and PlatformBootManagerNull library. by Ruiyu Ni · 10 years ago
- c516c71 Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. by klu2 · 16 years ago
- cb26370 Fix issue from code scrub. by klu2 · 16 years ago
- 98cf934 Refine function comments for BdsDxe module. by klu2 · 16 years ago
- ef92736 Refine function comments for BdsDxe module. by klu2 · 16 years ago
- 2e9f966 Refine function comments for BdsDxe module. by klu2 · 16 years ago
- bddd8b2 Refine comments for BDS module. by klu2 · 16 years ago
- 2a06f53 refine module description for BdsDxe module. by klu2 · 16 years ago
- f3f2e05 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
- 9614285 Update EFI_KEY_OPTION.KeyOptions --> EFI_KEY_OPTION.KeyData to follow UEFI spec. by lgao4 · 16 years ago
- 2cf14c7 Update structure name aligned to UEFI specification. by lgao4 · 16 years ago
- cfc8865 Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_ARCHITECTURES in inf files with DSC file. by gikidy · 16 years ago
- 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
- b315472 1.Removed PrintXY from Graphics Library. by vanjeff · 16 years ago
- 555e76f Refine MdeModulePkg to pass GCC build. by xli24 · 16 years ago
- 1232b21 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros by klu2 · 16 years ago
- a4b9cb0 Remove over specific information from BdsDxe module. by klu2 · 16 years ago
- 8d00a0f Sync in bug fix from EDK I: by qwang12 · 16 years ago
- 676df92 Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. by qwang12 · 16 years ago
- c27eb35 HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if this variable does not exist, a default value is returned). This function is called by HiiDatabase itself. Now, HiiLibGetCurrentLanguage is in HiiLib. Because of this, we can't add location of Hii protoocol in the library constructor of HiiLib. This cause Hii Database driver never get loaded (circular dependency). by qwang12 · 16 years ago
- ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
- ca65d10 Fix a typo in Pcd name by qhuang8 · 16 years ago
- 8d9a52e Remove unnecessary TPL operations in BDS module & library. by xli24 · 16 years ago
- 7bc5ca1 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
- e872988 remove the unused msa files in MdeModulePkg. by lgao4 · 16 years ago
- 11c11e4 Use TmpStr as a backup, as StrCpy in BaseLib does not handle copy of two strings by qwang12 · 16 years ago
- 43b86be fix doxygen function comments. by klu2 · 16 years ago
- 30394aa Code scrub for BdsDxe module. by klu2 · 16 years ago
- 49f977a Initialize the timeout value to 0, the original template is not proper initialized. by qhuang8 · 17 years ago
- f8d7099 Clean up BdsDxe for Doxygen comments requirement. by qwang12 · 17 years ago
- b448976 Clean up BdsDxe for Doxygen comments requirement. by qwang12 · 17 years ago
- 7b3e2a1 Clean up Device Manager module in BdsDxe. by qwang12 · 17 years ago
- 2fbae53 Clean up Boot Manager module in BdsDxe. by qwang12 · 17 years ago
- 744fc75 Clean up BootMaint module in BdsDxe. by qwang12 · 17 years ago
- dce655e Clean up BootMaint module in BdsDxe. by qwang12 · 17 years ago
- 78f64f2 ADD EFIAPI for library function. by lgao4 · 17 years ago
- 5f59775 Code scrube for MdeModule Definitions. by lgao4 · 17 years ago
- 2623855 Add in doxygen style comment. by qwang12 · 17 years ago
- a78b08d Update the code to following EDK coding style document. by qwang12 · 17 years ago
- b30312b Update the function headers to Doxygen format. by qwang12 · 17 years ago
- 813acf3 Merged in the following trackers from EDK: by qwang12 · 17 years ago
- f26b92e Correct data print format. by htao · 17 years ago
- d6c0ec5 Use Feature Flag PCD to PcdUefiVariableDefaultLangDepricate to replace LANG_SUPPORT. by qwang12 · 17 years ago
- 391cdf4 Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All reference to these name should use the standard name defined in UEFI 2.1 specification which are EFI_GLYPH_WIDTH and EFI_GLYPH_HEIGHT by qwang12 · 17 years ago
- fd6a62f Update all files to follow doxygen style file header. by qhuang8 · 17 years ago
- 243324f Fix a bug that BMM trim the name such as ".\...Name" to ".Name". The "\.." should only be merged with the previous path node if it is "\..\" by qwang12 · 17 years ago
- 695f7e9 add some error check and return. by vanjeff · 17 years ago
- 8541ada add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consuming, it could save size by changing PCD's value to FALSE. by vanjeff · 17 years ago
- e02b6b9 edk2/MdeModulePkg/Universal/BdsDxe/BootMaint/BootOption.c: by jljusten · 17 years ago
- 5bd4f5f edk2/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h: by jljusten · 17 years ago
- 1fbc8fc Use EFI_IMAGE_OPTIONAL_HEADER_UNION struct to get PeImage subsystem type. by lgao4 · 17 years ago
- 0fc8249 Add debug prompt for showing progress bar. by klu2 · 17 years ago
- 062539c Update BDS module name to follow naming conventions. by qhuang8 · 17 years ago
- cd4c1ac A short-term fix that StrCpy() needs to handle two overlapping strings. by qhuang8 · 17 years ago
- fb42e02 Skip locating Terminal driver Protocol Guid to determine the terminal options. It is better that BDS does not hardcode a special driver GUID. by qhuang8 · 17 years ago
- 9b8a6c2 Add pragma(1) to the structure of BM_LEGACY_DEV_ORDER_CONTEXT: by qhuang8 · 17 years ago
- b3bac2c Correct the calculating time out for BDS by klu2 · 17 years ago
- 9226efe 1) Cleanup HiiLib, IfrSupportLib. by qwang12 · 17 years ago
- cb7cd5b add back the ReadKeyStroke which is removed wrongly during ICC cleanup. by qwang12 · 17 years ago
- 93e3992 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago