1. 13c3803 Refine code for MdePkg/Include/Ppi according to code review comments. by xli24 · 16 years ago
  2. c7c308a Refine code for PiPeiCis.h according to code review comments. by xli24 · 16 years ago
  3. ec90508 move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corresponding sub-module directories. It is used to provide good modularity. by eric_tian · 16 years ago
  4. 1046284 Don't align image address for TeImage, because TeImage section alignment is undefined. by lgao4 · 16 years ago
  5. bdabfae Update EfiLibReportStatusCode in ECP EfiDriverLib and EfiRuntimeLib libraries to check uefi version in runtime not in build time. by lgao4 · 16 years ago
  6. 90d6d59 Add gEfiHiiFontProtocolGuid AND gEfiFormBrowser2ProtocolGuid into depex as they are quired for this module to work. by qwang12 · 16 years ago
  7. 9556741 1) Replace mBS with gBS from UefiBootServicesTablePointer Lib to avoid library instance to cache too many copies of Boot Service Pointer. by qwang12 · 16 years ago
  8. 834a2e4 Replace mBS with gBS from UefiBootServicesTablePointer Lib to avoid library instance to cache too many copies of Boot Service Pointer. by qwang12 · 16 years ago
  9. 7f1eba7 Cleanup "Tiano" word. by klu2 · 16 years ago
  10. e20a8c6 Code clean up by klu2 · 16 years ago
  11. 36c9465 updated the incompatible list. by qwang12 · 16 years ago
  12. 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
  13. f8d18ba 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
  14. c0522bd CloseEvent in ReportStatusCodeLibDestruct can only be called when the library instance is not linked with a SMM driver (for example a boot dirver or EFI Runtime capable driver). by qwang12 · 16 years ago
  15. 7338117 remove the unused msa/npsd files by lgao4 · 16 years ago
  16. 84c3b71 edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 16 years ago
  17. 5a58200 Correct CompareGuid function by lgao4 · 16 years ago
  18. 05c0e3c 1. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Spec by vanjeff · 16 years ago
  19. 2a5f2a5 Update these library instances module type to UEFI_DIRVER, because they only depends on UEFI spec. by lgao4 · 16 years ago
  20. 223c22d 1. Add three sample PCD in HelloWorld application for user reference of PCD usage. by lgao4 · 16 years ago
  21. c481196 Update Library description for BaseMemoryLibOptDxe and BaseMemoryLibOptPei. by lgao4 · 16 years ago
  22. 156eb6b Bug Fix in DxeSmmDriverEntryLib. by yshang1 · 16 years ago
  23. 2bfb600 1. Change 0 == Length style to Length == 0 by lgao4 · 16 years ago
  24. 66df253 1. Correct CopyMem and CompareMem to CopyGuid and CompareGuid for GUID data by lgao4 · 16 years ago
  25. 4792a1a by qwang12 · 16 years ago
  26. 61ad8a4 Remove the GrowBuffer function. Just use the simple way to get the buffer size and then read the buffer. This change improve the readability and save 0x60 byte of data for release build according to MAP file generated for X64 arch. by qwang12 · 16 years ago
  27. c8b671e Fixed HSD201555 by jwang36 · 16 years ago
  28. be5d189 modify an issue about data off. by eric_tian · 16 years ago
  29. d917762 Adjust the function layout to remove the prototype of internal functions to reduce sync efforts. by qhuang8 · 16 years ago
  30. e676c4d Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighestSetBit(). by qhuang8 · 16 years ago
  31. 2ce854f Remove the status code EFI_ALREADY_STARTED to avoid confusion since it is not a possible return status from LoadFile() interface. by qhuang8 · 16 years ago
  32. f94b9be Adjust the function layout of Timer.c to remove the prototype to reduce sync efforts. by qhuang8 · 16 years ago
  33. 3f14357 Refine code to remove the last entry of mArchProtocol. by qhuang8 · 16 years ago
  34. 57b4ecb Fix several code review minor comments: by qhuang8 · 16 years ago
  35. d45fd26 Fix several code review minor comments: by qhuang8 · 16 years ago
  36. 04b9f76 Fixed one bug in consplitter console input Start/Stop functions for those handlers only produce SimpleTextIn and not produce SimpleTextEx protocol. by vanjeff · 16 years ago
  37. 205564a Fixed HSD201384 & HSD201375 by jwang36 · 16 years ago
  38. 299d51f remove unnecessary comments introduced by tools. by vanjeff · 16 years ago
  39. 1efcc4a remove unnecessary comments introduced by tools from MdePkg. The regular express is "//^p//[ ]Include[ ]common[ ]header[ ]file[ ]for[ ]this[ ]module[.]^p//" by vanjeff · 16 years ago
  40. 91496a5 Update the comments. by qwang12 · 16 years ago
  41. 6c8e1ce Update the comments. by qwang12 · 16 years ago
  42. eb91f2f Update the comments. by qwang12 · 16 years ago
  43. a70c0fd Add VA_END to end the VA_START. by qwang12 · 16 years ago
  44. 46fee0d Remove the unnecessary spin_lock protection around CoreUnloadImage. There is almost zero possibility for this reentrancy issue here. With this change, we also keep EDK 2 and EDK core's CoreUnloadImage consistent with each other. by qwang12 · 16 years ago
  45. a04ad3f MdePkg/Include/Uefi/UefiTcgPlatform.h: by jljusten · 16 years ago
  46. bab3f2d Fix build error by lgao4 · 16 years ago
  47. 11074aa CoreHandleProtocol function description should be corrected. by eric_tian · 16 years ago
  48. b436ed8 Only generate the random GUID if a package list already exist in the database. by qwang12 · 16 years ago
  49. 1947c70 Merge the global data in ExecData.c to Event.c by eric_tian · 16 years ago
  50. 14085cf Fix the build bugs for these three files. by lgao4 · 16 years ago
  51. c18f12d Comments for CoreInitializeMemoryServices should be updated by eric_tian · 16 years ago
  52. 5f3232d The file name Exec.h contains UEFI Event support functions and structure. But its file name is not very meaningful and we can consider renaming it. by eric_tian · 16 years ago
  53. f6d7003 move BUGBUG comments and add some comments to comply with Spec by eric_tian · 16 years ago
  54. bc22641 Framework code may call PreparePacckage with NULL GUID and both IFR and String Packages. by qwang12 · 16 years ago
  55. 8335866 Correct module type for library UefiBootServicesTableLib and UefiRuntimeServicesTableLib. by klu2 · 16 years ago
  56. f944ec3 follow up code review by eric_tian · 16 years ago
  57. f73e0ad follow up code review by eric_tian · 16 years ago
  58. 55f298c follow up the comments from code review. by eric_tian · 16 years ago
  59. 1349236 follow up the comments from code review. by eric_tian · 16 years ago
  60. 9edc73a Code clean up. by klu2 · 16 years ago
  61. 33629bb Fix the bug in GlueLib that we should depend on the gRT revision to use the proper report status code function. by qhuang8 · 16 years ago
  62. 2206d51 remove duplicated code. by vanjeff · 16 years ago
  63. 3ec64ac add param ImageHandle for MnpFlushServiceData(). by vanjeff · 16 years ago
  64. bc3fc71 Change the status code to EFI_NOT_FOUND for Framework Hii's GetGlyph if EFI_WARN_UNKNOWN_GLYPH is return from GetGlyph i.e. no matching font found and UNKNOWN glyph is returned. by qwang12 · 16 years ago
  65. e21ef3a move protocol close process from MnpDriverBindingStart() to MnpFlushServiceData(). by vanjeff · 16 years ago
  66. 1e52ce5 Delete the unused PEIMs. EDK 2 PEI core now support this feature by gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkFvHobCompatibilitySupport. by qwang12 · 16 years ago
  67. 7899b79 Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib provide the similar function EfiCreateProtocolNotifyEvent(). DxeCore can use that library function. by qhuang8 · 16 years ago
  68. a8aba57 Fix a typo in ReadMe.txt. by qhuang8 · 16 years ago
  69. 8358495 remove '../' from Base Library. by vanjeff · 16 years ago
  70. 3ec9bc1 move and rename it by vanjeff · 16 years ago
  71. 5dedabb Clean up BaseIoLibIntrinsic according to review comments. by vanjeff · 16 years ago
  72. 36e9035 Pass GCC build. by qwang12 · 16 years ago
  73. 2b589f7 // EFI_FORM_BROWSER_PROTOCOL_GUID has been changed from the one defined in Framework HII 0.92 as the by qwang12 · 16 years ago
  74. 775bebc GCC clean. by qwang12 · 16 years ago
  75. d4589db // EFI_HII_PROTOCOL_GUID has been changed from the one defined in Framework HII 0.92 as the by qwang12 · 16 years ago
  76. 43d2502 Append the change log for the non-backward compatibility change in Edk r5869. by qhuang8 · 16 years ago
  77. f0d5cbb Update the usage of ALIGN_VARIABLE for the interface change. by qhuang8 · 16 years ago
  78. 3fef0f5 1. Add new macro: ALIGN_VALUE to round up a value to the next boundary of a given alignment. by qhuang8 · 16 years ago
  79. af1b103 1. Rename gRT in GlueLib to avoid collision with EfiDriverLib by qhuang8 · 16 years ago
  80. ffe084e 1. Add ASM source files directory into its Include path. by lgao4 · 16 years ago
  81. fa3c419 Fix a bug by adding CoreReleaseProtocolLock. by qwang12 · 16 years ago
  82. 3b6ffb6 Add EFIAPI modifier for all GCD services APIs by qhuang8 · 16 years ago
  83. c57da11 cleanup some comments. by eric_tian · 16 years ago
  84. e3a7917 fix build issue by eric_tian · 16 years ago
  85. 1106ffe Function description in baselib.h is not clear. change it to comply with Doxgen format. by eric_tian · 16 years ago
  86. c0a23f8 Remove the prototype of internal functions to avoid the sync efforts. by qhuang8 · 16 years ago
  87. 130f160 Rename Hand.h to Handle.h. by qwang12 · 16 years ago
  88. 2b1532d changed the format when use "==" by vanjeff · 16 years ago
  89. c79be85 Adjust the field position of PROTOCOL_NOTIFY. by qwang12 · 16 years ago
  90. 4efb2b4 Fix the wrong fixing for hardcore value 7. by klu2 · 16 years ago
  91. f008fc3 Code cleanup for library instances in MdePkg. by klu2 · 16 years ago
  92. e31c47b fixed typo. by vanjeff · 16 years ago
  93. ae8432d Rename Nt32 Fd image name to Nt32.Fd by lgao4 · 16 years ago
  94. 6c857d6 1) Update some comment. by qwang12 · 16 years ago
  95. 599979d Remove unused global variable. by qhuang8 · 16 years ago
  96. dbfb4b2 Remove two obsolete function prototypes. by qhuang8 · 16 years ago
  97. f83933c Fix typo by qhuang8 · 16 years ago
  98. a4c47ba Add missing gEfiFirmwareFileSystem2Guid in INF [Guids] section by qhuang8 · 16 years ago
  99. 3a26bb1 1) Add CONST to the pointer type input parameter. by qwang12 · 16 years ago
  100. 23a2150 1) Add CONST to the pointer type input parameter. by qwang12 · 16 years ago