- d976bf3 Fix ECC issue. by klu2 · 16 years ago
- 4f57ff1 Vertical check - DEC [LibraryClasses] section matches all the library classes header files by eric_tian · 16 years ago
- 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
- 912004c Roolback PlatformMngr to UEFI_APPLICATION, and remove its dependency section. by lgao4 · 16 years ago
- 71f36e0 Minor update for PlatOverMngr driver, VariableFormat.h and DxePcdLib.c. by lgao4 · 16 years ago
- 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
- 5f30069 Correct two minor comments by lgao4 · 16 years ago
- 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
- 3909993 Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/Ppi/Guid header file by lgao4 · 16 years ago
- 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
- 1b88ce8 sync the comments of FvbServiceLib library class with Mde Library Spec. by eric_tian · 16 years ago
- e97835b Change PeiMain/DxeMain's base name to PeiCore/DxeCore. by klu2 · 16 years ago
- add1f24 Remove DXE CIS word by klu2 · 16 years ago
- 6cb2629 sync the comments of GraphicsLib library instance with Mde Library Spec. by eric_tian · 16 years ago
- 2f2a277 1. Set the EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED bit on insertion/deletion of entries in DebugImageInfo Table. by qhuang8 · 16 years ago
- 49eb07e Changing source filename to match name changing. by vanjeff · 16 years ago
- 023577a Renamed remotely by vanjeff · 16 years ago
- 44f9e3c Renamed by vanjeff · 16 years ago
- 5e580cf 1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h. by qwang12 · 16 years ago
- 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
- dc8d93c add detail comments on the complicated code segment. by eric_tian · 16 years ago
- 28127cc Add assert check to make sure new stack size larger than old stack size. by lgao4 · 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
- 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
- 7338117 remove the unused msa/npsd files 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
- 223c22d 1. Add three sample PCD in HelloWorld application for user reference of PCD usage. 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
- 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
- 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
- 11074aa CoreHandleProtocol function description should be corrected. by eric_tian · 16 years ago
- 1947c70 Merge the global data in ExecData.c to Event.c by eric_tian · 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
- 1349236 follow up the comments from code review. by eric_tian · 16 years ago
- 2206d51 remove duplicated code. by vanjeff · 16 years ago
- 3ec64ac add param ImageHandle for MnpFlushServiceData(). by vanjeff · 16 years ago
- e21ef3a move protocol close process from MnpDriverBindingStart() to MnpFlushServiceData(). by vanjeff · 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
- f0d5cbb Update the usage of ALIGN_VARIABLE for the interface change. by qhuang8 · 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
- 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
- c79be85 Adjust the field position of PROTOCOL_NOTIFY. by qwang12 · 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
- b9066aa Change field Handle to type IHANDLE to remove the type casting. by qwang12 · 16 years ago
- 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
- 7f93229 Add more comment for EFI_DEP_REPLACE_TRUE by qwang12 · 16 years ago
- 7ffbd61 Remove a dead macro EFI_DXESERVICE by qwang12 · 16 years ago
- ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
- 1f3a753 Update prototype of DxeLoadCore(). by xli24 · 16 years ago
- ca65d10 Fix a typo in Pcd name by qhuang8 · 16 years ago
- e53a6ea remove EFI_EVENT_ alias, replace them with EVT_ by vanjeff · 16 years ago
- 6fc2b00 Remove unnecessary CONST. by vanjeff · 16 years ago
- 01edaf2 Remove unnecessary CONST. . by vanjeff · 16 years ago
- 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
- 8ee3a19 Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2. by vanjeff · 16 years ago
- 4c6486b move ProcessFv() from dispatcher.c to FwVol.c by klu2 · 16 years ago
- 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
- 6a1ae84 When new FV is installed, VerifyFv() should be invoked to do security checking for this FV. by klu2 · 16 years ago
- cfb0fad Remove unnecessary TPL operations in BDS module & library. by xli24 · 16 years ago
- 8d9a52e Remove unnecessary TPL operations in BDS module & library. by xli24 · 16 years ago
- 19e14fc 1. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.c by qhuang8 · 16 years ago
- 7bc5ca1 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
- 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
- 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
- cb19869 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
- ebe4356 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
- 08e6463 Merged in the bug fixes from EDK I. by qwang12 · 16 years ago
- 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
- 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
- ceb9059 clean up DxeCore to remove some dead code. by qhuang8 · 16 years ago
- 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
- 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
- de4e6bf Fix several approved code review comments: by qhuang8 · 16 years ago
- f2added Add new line at the end of file. by qhuang8 · 16 years ago
- 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
- 8331f12 Switch DxeCore to use DxeCoreMemoryAllocationLib by qhuang8 · 16 years ago
- 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
- 0ac7271 Add DxeCoreMemoryAllocationLib instance dedicated to DxeCore use. by qhuang8 · 16 years ago
- 7b25a79 CYGWIN_GCC cleanup for GenericBdsLib. by qhuang8 · 16 years ago
- e872988 remove the unused msa files in MdeModulePkg. by lgao4 · 16 years ago
- 36a975d Fix a minor GUID format issue. by qhuang8 · 16 years ago
- d571173 Fix ICC build error for the inconsistent PeiService pointer date type. by lgao4 · 16 years ago
- 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