1. 4982ea5 MdeModulePkg: Remove unused variables from both UefiBootManagerLib and BdsDxe to fix GCC build. by Sunny Wang · 9 years ago
  2. c418872 MdeModulePkg: Fix BdsDxe VS2015 build failure by Ruiyu Ni · 9 years ago
  3. 99294cb MdeModulePkg: Add UNI file for BdsDxe driver. by Ruiyu Ni · 10 years ago
  4. 1634214 MdeModulePkg: Process Sys Prep load options in BdsDxe driver. by Ruiyu Ni · 10 years ago
  5. f4cd24d MdeModulePkg: Add BdsDxe driver and PlatformBootManagerNull library. by Ruiyu Ni · 10 years ago
  6. 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
  7. cb26370 Fix issue from code scrub. by klu2 · 16 years ago
  8. 98cf934 Refine function comments for BdsDxe module. by klu2 · 16 years ago
  9. ef92736 Refine function comments for BdsDxe module. by klu2 · 16 years ago
  10. 2e9f966 Refine function comments for BdsDxe module. by klu2 · 16 years ago
  11. bddd8b2 Refine comments for BDS module. by klu2 · 16 years ago
  12. 2a06f53 refine module description for BdsDxe module. by klu2 · 16 years ago
  13. f3f2e05 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  14. 9614285 Update EFI_KEY_OPTION.KeyOptions --> EFI_KEY_OPTION.KeyData to follow UEFI spec. by lgao4 · 16 years ago
  15. 2cf14c7 Update structure name aligned to UEFI specification. by lgao4 · 16 years ago
  16. 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
  17. 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
  18. b315472 1.Removed PrintXY from Graphics Library. by vanjeff · 16 years ago
  19. 555e76f Refine MdeModulePkg to pass GCC build. by xli24 · 16 years ago
  20. 1232b21 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros by klu2 · 16 years ago
  21. a4b9cb0 Remove over specific information from BdsDxe module. by klu2 · 16 years ago
  22. 8d00a0f Sync in bug fix from EDK I: by qwang12 · 16 years ago
  23. 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
  24. 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
  25. ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
  26. ca65d10 Fix a typo in Pcd name by qhuang8 · 16 years ago
  27. 8d9a52e Remove unnecessary TPL operations in BDS module & library. by xli24 · 16 years ago
  28. 7bc5ca1 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
  29. e872988 remove the unused msa files in MdeModulePkg. by lgao4 · 16 years ago
  30. 11c11e4 Use TmpStr as a backup, as StrCpy in BaseLib does not handle copy of two strings by qwang12 · 16 years ago
  31. 43b86be fix doxygen function comments. by klu2 · 16 years ago
  32. 30394aa Code scrub for BdsDxe module. by klu2 · 16 years ago
  33. 49f977a Initialize the timeout value to 0, the original template is not proper initialized. by qhuang8 · 17 years ago
  34. f8d7099 Clean up BdsDxe for Doxygen comments requirement. by qwang12 · 17 years ago
  35. b448976 Clean up BdsDxe for Doxygen comments requirement. by qwang12 · 17 years ago
  36. 7b3e2a1 Clean up Device Manager module in BdsDxe. by qwang12 · 17 years ago
  37. 2fbae53 Clean up Boot Manager module in BdsDxe. by qwang12 · 17 years ago
  38. 744fc75 Clean up BootMaint module in BdsDxe. by qwang12 · 17 years ago
  39. dce655e Clean up BootMaint module in BdsDxe. by qwang12 · 17 years ago
  40. 78f64f2 ADD EFIAPI for library function. by lgao4 · 17 years ago
  41. 5f59775 Code scrube for MdeModule Definitions. by lgao4 · 17 years ago
  42. 2623855 Add in doxygen style comment. by qwang12 · 17 years ago
  43. a78b08d Update the code to following EDK coding style document. by qwang12 · 17 years ago
  44. b30312b Update the function headers to Doxygen format. by qwang12 · 17 years ago
  45. 813acf3 Merged in the following trackers from EDK: by qwang12 · 17 years ago
  46. f26b92e Correct data print format. by htao · 17 years ago
  47. d6c0ec5 Use Feature Flag PCD to PcdUefiVariableDefaultLangDepricate to replace LANG_SUPPORT. by qwang12 · 17 years ago
  48. 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
  49. fd6a62f Update all files to follow doxygen style file header. by qhuang8 · 17 years ago
  50. 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
  51. 695f7e9 add some error check and return. by vanjeff · 17 years ago
  52. 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
  53. e02b6b9 edk2/MdeModulePkg/Universal/BdsDxe/BootMaint/BootOption.c: by jljusten · 17 years ago
  54. 5bd4f5f edk2/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h: by jljusten · 17 years ago
  55. 1fbc8fc Use EFI_IMAGE_OPTIONAL_HEADER_UNION struct to get PeImage subsystem type. by lgao4 · 17 years ago
  56. 0fc8249 Add debug prompt for showing progress bar. by klu2 · 17 years ago
  57. 062539c Update BDS module name to follow naming conventions. by qhuang8 · 17 years ago
  58. cd4c1ac A short-term fix that StrCpy() needs to handle two overlapping strings. by qhuang8 · 17 years ago
  59. 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
  60. 9b8a6c2 Add pragma(1) to the structure of BM_LEGACY_DEV_ORDER_CONTEXT: by qhuang8 · 17 years ago
  61. b3bac2c Correct the calculating time out for BDS by klu2 · 17 years ago
  62. 9226efe 1) Cleanup HiiLib, IfrSupportLib. by qwang12 · 17 years ago
  63. cb7cd5b add back the ReadKeyStroke which is removed wrongly during ICC cleanup. by qwang12 · 17 years ago
  64. 93e3992 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago