- 13c3803 Refine code for MdePkg/Include/Ppi according to code review comments. by xli24 · 16 years ago
- c7c308a Refine code for PiPeiCis.h according to code review comments. by xli24 · 16 years ago
- 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
- 1046284 Don't align image address for TeImage, because TeImage section alignment is undefined. by lgao4 · 16 years ago
- bdabfae Update EfiLibReportStatusCode in ECP EfiDriverLib and EfiRuntimeLib libraries to check uefi version in runtime not in build time. by lgao4 · 16 years ago
- 90d6d59 Add gEfiHiiFontProtocolGuid AND gEfiFormBrowser2ProtocolGuid into depex as they are quired for this module to work. by qwang12 · 16 years ago
- 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
- 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
- 7f1eba7 Cleanup "Tiano" word. by klu2 · 16 years ago
- e20a8c6 Code clean up by klu2 · 16 years ago
- 36c9465 updated the incompatible list. 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
- 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
- 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
- 7338117 remove the unused msa/npsd files by lgao4 · 16 years ago
- 84c3b71 edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc: by jljusten · 16 years ago
- 5a58200 Correct CompareGuid function by lgao4 · 16 years ago
- 05c0e3c 1. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Spec by vanjeff · 16 years ago
- 2a5f2a5 Update these library instances module type to UEFI_DIRVER, because they only depends on UEFI spec. by lgao4 · 16 years ago
- 223c22d 1. Add three sample PCD in HelloWorld application for user reference of PCD usage. by lgao4 · 16 years ago
- c481196 Update Library description for BaseMemoryLibOptDxe and BaseMemoryLibOptPei. by lgao4 · 16 years ago
- 156eb6b Bug Fix in DxeSmmDriverEntryLib. by yshang1 · 16 years ago
- 2bfb600 1. Change 0 == Length style to Length == 0 by lgao4 · 16 years ago
- 66df253 1. Correct CopyMem and CompareMem to CopyGuid and CompareGuid for GUID data by lgao4 · 16 years ago
- 4792a1a by qwang12 · 16 years ago
- 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
- c8b671e Fixed HSD201555 by jwang36 · 16 years ago
- be5d189 modify an issue about data off. by eric_tian · 16 years ago
- d917762 Adjust the function layout to remove the prototype of internal functions to reduce sync efforts. by qhuang8 · 16 years ago
- e676c4d Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighestSetBit(). by qhuang8 · 16 years ago
- 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
- f94b9be Adjust the function layout of Timer.c to remove the prototype to reduce sync efforts. by qhuang8 · 16 years ago
- 3f14357 Refine code to remove the last entry of mArchProtocol. by qhuang8 · 16 years ago
- 57b4ecb Fix several code review minor comments: by qhuang8 · 16 years ago
- d45fd26 Fix several code review minor comments: by qhuang8 · 16 years ago
- 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
- 205564a Fixed HSD201384 & HSD201375 by jwang36 · 16 years ago
- 299d51f remove unnecessary comments introduced by tools. by vanjeff · 16 years ago
- 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
- 91496a5 Update the comments. by qwang12 · 16 years ago
- 6c8e1ce Update the comments. by qwang12 · 16 years ago
- eb91f2f Update the comments. by qwang12 · 16 years ago
- a70c0fd Add VA_END to end the VA_START. by qwang12 · 16 years ago
- 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
- a04ad3f MdePkg/Include/Uefi/UefiTcgPlatform.h: by jljusten · 16 years ago
- bab3f2d Fix build error by lgao4 · 16 years ago
- 11074aa CoreHandleProtocol function description should be corrected. by eric_tian · 16 years ago
- b436ed8 Only generate the random GUID if a package list already exist in the database. by qwang12 · 16 years ago
- 1947c70 Merge the global data in ExecData.c to Event.c by eric_tian · 16 years ago
- 14085cf Fix the build bugs for these three files. by lgao4 · 16 years ago
- c18f12d Comments for CoreInitializeMemoryServices should be updated by eric_tian · 16 years ago
- 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
- f6d7003 move BUGBUG comments and add some comments to comply with Spec by eric_tian · 16 years ago
- bc22641 Framework code may call PreparePacckage with NULL GUID and both IFR and String Packages. by qwang12 · 16 years ago
- 8335866 Correct module type for library UefiBootServicesTableLib and UefiRuntimeServicesTableLib. by klu2 · 16 years ago
- f944ec3 follow up code review by eric_tian · 16 years ago
- f73e0ad follow up code review by eric_tian · 16 years ago
- 55f298c follow up the comments from code review. by eric_tian · 16 years ago
- 1349236 follow up the comments from code review. by eric_tian · 16 years ago
- 9edc73a Code clean up. by klu2 · 16 years ago
- 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
- 2206d51 remove duplicated code. by vanjeff · 16 years ago
- 3ec64ac add param ImageHandle for MnpFlushServiceData(). by vanjeff · 16 years ago
- 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
- e21ef3a move protocol close process from MnpDriverBindingStart() to MnpFlushServiceData(). by vanjeff · 16 years ago
- 1e52ce5 Delete the unused PEIMs. EDK 2 PEI core now support this feature by gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkFvHobCompatibilitySupport. by qwang12 · 16 years ago
- 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
- a8aba57 Fix a typo in ReadMe.txt. by qhuang8 · 16 years ago
- 8358495 remove '../' from Base Library. by vanjeff · 16 years ago
- 3ec9bc1 move and rename it by vanjeff · 16 years ago
- 5dedabb Clean up BaseIoLibIntrinsic according to review comments. by vanjeff · 16 years ago
- 36e9035 Pass GCC build. by qwang12 · 16 years ago
- 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
- 775bebc GCC clean. by qwang12 · 16 years ago
- d4589db // EFI_HII_PROTOCOL_GUID has been changed from the one defined in Framework HII 0.92 as the by qwang12 · 16 years ago
- 43d2502 Append the change log for the non-backward compatibility change in Edk r5869. by qhuang8 · 16 years ago
- f0d5cbb Update the usage of ALIGN_VARIABLE for the interface change. by qhuang8 · 16 years ago
- 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
- af1b103 1. Rename gRT in GlueLib to avoid collision with EfiDriverLib by qhuang8 · 16 years ago
- ffe084e 1. Add ASM source files directory into its Include path. by lgao4 · 16 years ago
- fa3c419 Fix a bug by adding CoreReleaseProtocolLock. by qwang12 · 16 years ago
- 3b6ffb6 Add EFIAPI modifier for all GCD services APIs by qhuang8 · 16 years ago
- c57da11 cleanup some comments. by eric_tian · 16 years ago
- e3a7917 fix build issue by eric_tian · 16 years ago
- 1106ffe Function description in baselib.h is not clear. change it to comply with Doxgen format. by eric_tian · 16 years ago
- c0a23f8 Remove the prototype of internal functions to avoid the sync efforts. by qhuang8 · 16 years ago
- 130f160 Rename Hand.h to Handle.h. by qwang12 · 16 years ago
- 2b1532d changed the format when use "==" by vanjeff · 16 years ago
- c79be85 Adjust the field position of PROTOCOL_NOTIFY. by qwang12 · 16 years ago
- 4efb2b4 Fix the wrong fixing for hardcore value 7. by klu2 · 16 years ago
- f008fc3 Code cleanup for library instances in MdePkg. by klu2 · 16 years ago
- e31c47b fixed typo. by vanjeff · 16 years ago
- ae8432d Rename Nt32 Fd image name to Nt32.Fd by lgao4 · 16 years ago
- 6c857d6 1) Update some comment. by qwang12 · 16 years ago
- 599979d Remove unused global variable. by qhuang8 · 16 years ago
- dbfb4b2 Remove two obsolete function prototypes. by qhuang8 · 16 years ago
- f83933c Fix typo by qhuang8 · 16 years ago
- a4c47ba Add missing gEfiFirmwareFileSystem2Guid in INF [Guids] section by qhuang8 · 16 years ago
- 3a26bb1 1) Add CONST to the pointer type input parameter. by qwang12 · 16 years ago
- 23a2150 1) Add CONST to the pointer type input parameter. by qwang12 · 16 years ago