1. fd6f5e5 correct /// usage mistake by ywu21 · 16 years ago
  2. fd97c92 INF module description edited by jji4 · 16 years ago
  3. 9614285 Update EFI_KEY_OPTION.KeyOptions --> EFI_KEY_OPTION.KeyData to follow UEFI spec. by lgao4 · 16 years ago
  4. 2c6d600 INF module description added by jji4 · 16 years ago
  5. 036befa delete redundant **/ by ywu21 · 16 years ago
  6. 57e6bb7 update function header by ywu21 · 16 years ago
  7. 4cf432d delete #include <Uefi/UefiBaseType.h> by ywu21 · 16 years ago
  8. 242354a update file header by ywu21 · 16 years ago
  9. 02aa4e5 update file header update function header by ywu21 · 16 years ago
  10. 52ed4ff update file header by ywu21 · 16 years ago
  11. db3e605 update file header update function header by ywu21 · 16 years ago
  12. 2dce4b4 update file header by ywu21 · 16 years ago
  13. b604547 update file header by ywu21 · 16 years ago
  14. 1055b68 1 update function header by ywu21 · 16 years ago
  15. 9fd6fde update file header by ywu21 · 16 years ago
  16. fa6fb82 update file header by ywu21 · 16 years ago
  17. 530e25f update file header delete IN from IScsiPublishIbft ( IN VOID ); by ywu21 · 16 years ago
  18. d8c0456 update file header by ywu21 · 16 years ago
  19. 7a45742 update file header by ywu21 · 16 years ago
  20. aeb4932 update file header by ywu21 · 16 years ago
  21. 753f9e6 update file header by ywu21 · 16 years ago
  22. 9ece9bd change to #include <PiDxe.h> #include <Uefi.h> by ywu21 · 16 years ago
  23. fd82de4 update file header by ywu21 · 16 years ago
  24. 7551539 update file header update function header update enum variable definition by ywu21 · 16 years ago
  25. 8e29a12 update file header by ywu21 · 16 years ago
  26. a4e5d8a update file header by ywu21 · 16 years ago
  27. d272bf7 update file header by ywu21 · 16 years ago
  28. 669314e update file header by ywu21 · 16 years ago
  29. fab4bd0 update file header update function header update comments for one macro by ywu21 · 16 years ago
  30. 11e0ec6 update file header by ywu21 · 16 years ago
  31. f69bf3f update file header update function header by ywu21 · 16 years ago
  32. 2cf14c7 Update structure name aligned to UEFI specification. by lgao4 · 16 years ago
  33. 2bd6a5f Fix typo. by klu2 · 16 years ago
  34. 41bc19f Synchronize PlatformBdsLibNull library class's header file to library instance. by klu2 · 16 years ago
  35. 262b066 Synchronize GenericBdsLib library class's header file to library instance. by klu2 · 16 years ago
  36. c6d0ee4 Code scrubbing. by jgong5 · 16 years ago
  37. 857c841 Move NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI Library by mdkinney · 16 years ago
  38. e492d1b by ywu21 · 16 years ago
  39. 50d7eba Change _CR() to BASE_CR() to follow naming convention by mdkinney · 16 years ago
  40. 120db52 Add comments for functions and fix some coding style issue. by niry · 16 years ago
  41. 4e2dd55 Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macro by mdkinney · 16 years ago
  42. e8cb61f Roll back change to Terminal Type PCD by mdkinney · 16 years ago
  43. 9437f42 Add the missing internal header file to pass build by lgao4 · 16 years ago
  44. fb89ee5 for 202033 by ywu21 · 16 years ago
  45. 93173f0 for 202033 by ywu21 · 16 years ago
  46. 9445163 change some comment and for 202033 by ywu21 · 16 years ago
  47. 6cd8bf6 Add in an ASSERT to check the return of HiiLibGetSupportedLanguages. This function should never return NULL. If it does, it is a build.exe bug. by qwang12 · 16 years ago
  48. 6a30c6d Comments have been checked with spec by jji4 · 16 years ago
  49. 5899f27 Code Scrub for UsbKbDxe module. by xli24 · 16 years ago
  50. 84828cd Fix the build break caused by update of FUNCTION_ENTRY_POINT macro. by xli24 · 16 years ago
  51. 41cc186 Match PCD rename in MdePkg/MdePkg.dec r6857. by jljusten · 16 years ago
  52. 714e2a1 Move Ia32PcRtc.c from IA-32 sub-directory and rename to PcRtcEntry.c since IPF is not supported by this module now. by qhuang8 · 16 years ago
  53. 1e746b6 move false dependency relation by eric_tian · 16 years ago
  54. edd1ceb Typo corrected by jji4 · 16 years ago
  55. d354ab7 1)Global variables have been moved backward ahead of functions. by jji4 · 16 years ago
  56. 9d6abd6 Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION definition. by gikidy · 16 years ago
  57. 1987397 Changed the POLL&TIMEOUT timer values from 50ms to 10ms. by vanjeff · 16 years ago
  58. 53cf48e Update function comment and use MdePkg Library FreePool function. by qwang12 · 16 years ago
  59. 53dff89 Update function comment. by qwang12 · 16 years ago
  60. 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
  61. 346cf9a Code scrub for MdeModule Include header file (Protocol and DEC) by lgao4 · 16 years ago
  62. aa79b0b Global variables have been moved backward ahead of functions. by jji4 · 16 years ago
  63. ff6bf04 Parameter checking in BdsLibMatchDevicePaths() is wrong. This bug was found because active console out devices are shown inactive in Setup Boot Maintenance Manager. by rsun3 · 16 years ago
  64. e6b7d45 Code scrub for PlatformBdsLibNull.inf library instance. by klu2 · 16 years ago
  65. f699888 Add 3 reallocation pool services in MemoryAllocationLib class. by qhuang8 · 16 years ago
  66. b0dd810 Code scrub for GenericBdsLib library instance. by klu2 · 16 years ago
  67. ac7e320 Remove NibbleToHexChar() function from BaseLib by lgao4 · 16 years ago
  68. 48bd50c 1. Fixed issue when calculating timeout value in timeout function in MNP module. by vanjeff · 16 years ago
  69. 85511dd Fix coding style issues for Tcp4Dxe driver. by niry · 16 years ago
  70. bfd8914 Add the AND of all architectural protocols for this special DXE_RUNTIME driver. by qhuang8 · 16 years ago
  71. 8db9d51 Make HiiDatabase module not depend on HiiLib; otherwise it will inherit HII_DATABASE_PROTOCOL to its own dependency. by qhuang8 · 16 years ago
  72. 0891b0a Fixed one bug when calculating timeout value in timeout function for UDP protocol. by vanjeff · 16 years ago
  73. 11e92503 Add GetCurrentLanguage() to HiiLib in MdeModulePkg by qhuang8 · 16 years ago
  74. a55caa5 Update PEIM entry point to follow PEIM entry point. by lgao4 · 16 years ago
  75. 8bd22b8 Update PEIM entry point to follow PEIM entry point. by lgao4 · 16 years ago
  76. 0674470 Add necessary CONST modifier. by xli24 · 16 years ago
  77. 310bc76 Add necessary CONST modifier. by xli24 · 16 years ago
  78. ebafc55 Add additional comments for structure definition. by lgao4 · 16 years ago
  79. f875a4f 1) Change the return type of IfrLibFreeUpdateData to VOID. by qwang12 · 16 years ago
  80. 25ce1e9 Fix ECC issue for PCD Dxe and Peim by klu2 · 16 years ago
  81. 352f357 Fix ECC issue for GenericBdsLib by klu2 · 16 years ago
  82. a5ff00a Fix constructor/destructor issue for DXE_DRIVER library instance. by qhuang8 · 16 years ago
  83. 133e09d code scrub by eric_tian · 16 years ago
  84. 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
  85. d9b834a Move call to CoreDisplayDiscoveredNotDispatched to be before the by jljusten · 16 years ago
  86. 9490351 Add useful DEBUG message for determining the when drivers are by jljusten · 16 years ago
  87. c464849 Update to use ReallocatePool() from BaseMemoryLib by mdkinney · 16 years ago
  88. d777486 Update to use ReallocatePool() from BaseMemoryLib by mdkinney · 16 years ago
  89. 7b3381a Clean up by mdkinney · 16 years ago
  90. 35d59af 1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output. by qwang12 · 16 years ago
  91. b643f69 using the exact device path DEBUGPORT_DEVICE_PATH. by vanjeff · 16 years ago
  92. 31771ab synchronize the file with the MDE_Library_Spec and fixed some typo. by gikidy · 16 years ago
  93. 204ba91 code scrub. by vanjeff · 16 years ago
  94. 2d285fa Code scrub for DebugPortDxe. by vanjeff · 16 years ago
  95. f4113e1 1) Remove the variable initalization in declaration. by qwang12 · 16 years ago
  96. 05f89b1 1. Add Max Try Times check to clear Ps2Kbd status register. If exceed the max try times, the device may be error. by lgao4 · 16 years ago
  97. ea99d5d Function headers and comments have been checked with spec. by jji4 · 16 years ago
  98. 404c795 retried GetGraphicsBitMapFromFV()and GetGraphicsBitMapFromFVEx(), instead using GetSectionFromAnyFv() in DxeServiceLib. by vanjeff · 16 years ago
  99. f9f31f7 ECC Cleanup: Remove variable initialization in declaration. by qwang12 · 16 years ago
  100. b315472 1.Removed PrintXY from Graphics Library. by vanjeff · 16 years ago