1. d976bf3 Fix ECC issue. by klu2 · 16 years ago
  2. 4f57ff1 Vertical check - DEC [LibraryClasses] section matches all the library classes header files by eric_tian · 16 years ago
  3. 284c840 Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated. by qwang12 · 16 years ago
  4. 912004c Roolback PlatformMngr to UEFI_APPLICATION, and remove its dependency section. by lgao4 · 16 years ago
  5. 71f36e0 Minor update for PlatOverMngr driver, VariableFormat.h and DxePcdLib.c. by lgao4 · 16 years ago
  6. 1903442 Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h in header file. The module should include these files before include the Protocol/Ppi/Guid/Library header files. by qwang12 · 16 years ago
  7. 5f30069 Correct two minor comments by lgao4 · 16 years ago
  8. 5ead4a0 If there are variables in the VAR_ADDED state that are identical to the variable being updated during reclaim, then only keep the variable being updated and delete variables in the VAR_ADDED state. by mdkinney · 16 years ago
  9. 3909993 Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/Ppi/Guid header file by lgao4 · 16 years ago
  10. 1d5df82 Set Root=NULL if some error code is returned from OpenVolume() interface of EfiSimpleFileSystem Protocol. The implementation of that interface does not necessarily set the output parameter of Root NULL if error code is returned. by qhuang8 · 16 years ago
  11. 1b88ce8 sync the comments of FvbServiceLib library class with Mde Library Spec. by eric_tian · 16 years ago
  12. e97835b Change PeiMain/DxeMain's base name to PeiCore/DxeCore. by klu2 · 16 years ago
  13. add1f24 Remove DXE CIS word by klu2 · 16 years ago
  14. 6cb2629 sync the comments of GraphicsLib library instance with Mde Library Spec. by eric_tian · 16 years ago
  15. 2f2a277 1. Set the EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED bit on insertion/deletion of entries in DebugImageInfo Table. by qhuang8 · 16 years ago
  16. 49eb07e Changing source filename to match name changing. by vanjeff · 16 years ago
  17. 023577a Renamed remotely by vanjeff · 16 years ago
  18. 44f9e3c Renamed by vanjeff · 16 years ago
  19. 5e580cf 1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h. by qwang12 · 16 years ago
  20. 0ef93eb Update the default value of PcdPlatformBootTimeOutDefault to be 0xffff to be compliant to UEFI spec: If L"Timeout" variable is absent, we treat it as if it were 0xffff and wait for user key. by qhuang8 · 16 years ago
  21. dc8d93c add detail comments on the complicated code segment. by eric_tian · 16 years ago
  22. 28127cc Add assert check to make sure new stack size larger than old stack size. by lgao4 · 16 years ago
  23. 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
  24. 1046284 Don't align image address for TeImage, because TeImage section alignment is undefined. by lgao4 · 16 years ago
  25. 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
  26. 7338117 remove the unused msa/npsd files by lgao4 · 16 years ago
  27. 05c0e3c 1. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Spec by vanjeff · 16 years ago
  28. 223c22d 1. Add three sample PCD in HelloWorld application for user reference of PCD usage. by lgao4 · 16 years ago
  29. 4792a1a by qwang12 · 16 years ago
  30. 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
  31. d917762 Adjust the function layout to remove the prototype of internal functions to reduce sync efforts. by qhuang8 · 16 years ago
  32. e676c4d Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighestSetBit(). by qhuang8 · 16 years ago
  33. 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
  34. f94b9be Adjust the function layout of Timer.c to remove the prototype to reduce sync efforts. by qhuang8 · 16 years ago
  35. 3f14357 Refine code to remove the last entry of mArchProtocol. by qhuang8 · 16 years ago
  36. 57b4ecb Fix several code review minor comments: by qhuang8 · 16 years ago
  37. d45fd26 Fix several code review minor comments: by qhuang8 · 16 years ago
  38. 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
  39. eb91f2f Update the comments. by qwang12 · 16 years ago
  40. a70c0fd Add VA_END to end the VA_START. by qwang12 · 16 years ago
  41. 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
  42. a04ad3f MdePkg/Include/Uefi/UefiTcgPlatform.h: by jljusten · 16 years ago
  43. 11074aa CoreHandleProtocol function description should be corrected. by eric_tian · 16 years ago
  44. 1947c70 Merge the global data in ExecData.c to Event.c by eric_tian · 16 years ago
  45. c18f12d Comments for CoreInitializeMemoryServices should be updated by eric_tian · 16 years ago
  46. 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
  47. 1349236 follow up the comments from code review. by eric_tian · 16 years ago
  48. 2206d51 remove duplicated code. by vanjeff · 16 years ago
  49. 3ec64ac add param ImageHandle for MnpFlushServiceData(). by vanjeff · 16 years ago
  50. e21ef3a move protocol close process from MnpDriverBindingStart() to MnpFlushServiceData(). by vanjeff · 16 years ago
  51. 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
  52. f0d5cbb Update the usage of ALIGN_VARIABLE for the interface change. by qhuang8 · 16 years ago
  53. fa3c419 Fix a bug by adding CoreReleaseProtocolLock. by qwang12 · 16 years ago
  54. 3b6ffb6 Add EFIAPI modifier for all GCD services APIs by qhuang8 · 16 years ago
  55. c0a23f8 Remove the prototype of internal functions to avoid the sync efforts. by qhuang8 · 16 years ago
  56. 130f160 Rename Hand.h to Handle.h. by qwang12 · 16 years ago
  57. c79be85 Adjust the field position of PROTOCOL_NOTIFY. by qwang12 · 16 years ago
  58. 6c857d6 1) Update some comment. by qwang12 · 16 years ago
  59. 599979d Remove unused global variable. by qhuang8 · 16 years ago
  60. dbfb4b2 Remove two obsolete function prototypes. by qhuang8 · 16 years ago
  61. b9066aa Change field Handle to type IHANDLE to remove the type casting. by qwang12 · 16 years ago
  62. 4008328 Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. For now, only DXE core is using this macro. by qwang12 · 16 years ago
  63. 7f93229 Add more comment for EFI_DEP_REPLACE_TRUE by qwang12 · 16 years ago
  64. 7ffbd61 Remove a dead macro EFI_DXESERVICE by qwang12 · 16 years ago
  65. ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
  66. 1f3a753 Update prototype of DxeLoadCore(). by xli24 · 16 years ago
  67. ca65d10 Fix a typo in Pcd name by qhuang8 · 16 years ago
  68. e53a6ea remove EFI_EVENT_ alias, replace them with EVT_ by vanjeff · 16 years ago
  69. 6fc2b00 Remove unnecessary CONST. by vanjeff · 16 years ago
  70. 01edaf2 Remove unnecessary CONST. . by vanjeff · 16 years ago
  71. 1d5825a Use Numeric Opcode to host the backward compatibility as the VarEqVal in Framework is defined as UINT16 (Checkbox is only UIN8). by qwang12 · 16 years ago
  72. 8ee3a19 Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2. by vanjeff · 16 years ago
  73. 4c6486b move ProcessFv() from dispatcher.c to FwVol.c by klu2 · 16 years ago
  74. 63b6233 Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsRam, MaxTopOfCarHeap from PeiCore's private data structure. Because after PI enabling, these data value can be got from SecCore's handoff data structure. by klu2 · 16 years ago
  75. 6a1ae84 When new FV is installed, VerifyFv() should be invoked to do security checking for this FV. by klu2 · 16 years ago
  76. cfb0fad Remove unnecessary TPL operations in BDS module & library. by xli24 · 16 years ago
  77. 8d9a52e Remove unnecessary TPL operations in BDS module & library. by xli24 · 16 years ago
  78. 19e14fc 1. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.c by qhuang8 · 16 years ago
  79. 7bc5ca1 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
  80. 2b4d6ac To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfiPrintProtocolGuid to the previous GUID value used in EDK I. gEfiPrint2ProtocolGuid is a enhanced version of gEfiPrintProtocolGuid. by qwang12 · 16 years ago
  81. 0ed0c86 To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfiPrintProtocolGuid to the previous GUID value used in EDK I. gEfiPrint2ProtocolGuid is a enhanced version of gEfiPrintProtocolGuid. by qwang12 · 16 years ago
  82. cb19869 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
  83. ebe4356 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
  84. 08e6463 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
  85. 217697a To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfiPrintProtocolGuid to the previous GUID value used in EDK I. gEfiPrint2ProtocolGuid is a enhanced version of gEfiPrintProtocolGuid. by qwang12 · 16 years ago
  86. 2dd4c60 To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfiPrintProtocolGuid to the previous GUID value used in EDK I. gEfiPrint2ProtocolGuid is a enhanced version of gEfiPrintProtocolGuid. by qwang12 · 16 years ago
  87. ceb9059 clean up DxeCore to remove some dead code. by qhuang8 · 16 years ago
  88. 2680a30 Clean up DxeCore to use report status code macros in ReportStatusCode to retire CoreReportProgressCode() & CoreReportProgressCodeSpecific() in Library.c in DxeCore. by qhuang8 · 16 years ago
  89. 60c9367 The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h. by lgao4 · 16 years ago
  90. de4e6bf Fix several approved code review comments: by qhuang8 · 16 years ago
  91. f2added Add new line at the end of file. by qhuang8 · 16 years ago
  92. 9c4ac31 Clean up DxeCore to remove duplicate memory allocation & device path utility services in Library.c.DxeCore should use MemoryAllocationLib & DevicePathLib for these API. by qhuang8 · 16 years ago
  93. 8331f12 Switch DxeCore to use DxeCoreMemoryAllocationLib by qhuang8 · 16 years ago
  94. 070f0cf Add dependency of DevicePathLib to DxeCore so that the internal device path related APIs can be retired to avoid code duplication. by qhuang8 · 16 years ago
  95. 0ac7271 Add DxeCoreMemoryAllocationLib instance dedicated to DxeCore use. by qhuang8 · 16 years ago
  96. 7b25a79 CYGWIN_GCC cleanup for GenericBdsLib. by qhuang8 · 16 years ago
  97. e872988 remove the unused msa files in MdeModulePkg. by lgao4 · 16 years ago
  98. 36a975d Fix a minor GUID format issue. by qhuang8 · 16 years ago
  99. d571173 Fix ICC build error for the inconsistent PeiService pointer date type. by lgao4 · 16 years ago
  100. 2a00326 Add compatibility logic to handle framework fvhob and install FvInfo ppi. And remove the unused Pcd from MdeModulePkg.dec. by lgao4 · 16 years ago