- 0c39efc 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
- 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
- 5240b97 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
- b5793f4 Add incompatible description. by qwang12 · 16 years ago
- 076a01d Update the comment. by qwang12 · 16 years ago
- b05ac95 remove PCD_INVALID_TOKEN_NUMBER, that is not defined in PCD Spec. by vanjeff · 16 years ago
- 1003f96 Fixed two minor issues by jwang36 · 16 years ago
- abb59a60 Fixed the incorrect file printed out when an unknown exception occurred. by jwang36 · 16 years ago
- 575bc2b Remove over specify library class for IntelFrameworkPkg and IntelFrameworkModulePkg. by klu2 · 16 years ago
- 8dbdc94 Remove over specifc library class for Nt32Pkg. by klu2 · 16 years ago
- 912004c Roolback PlatformMngr to UEFI_APPLICATION, and remove its dependency section. by lgao4 · 16 years ago
- 18d2d5a Remove over specific usage for library class by klu2 · 16 years ago
- bf9ffb9 ECP support update. by jlin16 · 16 years ago
- 43cefa3 Minor update for EfiVariable.h by lgao4 · 16 years ago
- 71f36e0 Minor update for PlatOverMngr driver, VariableFormat.h and DxePcdLib.c. by lgao4 · 16 years ago
- c30050f Fix a bug to locate the correct PPI. by qwang12 · 16 years ago
- 03c19e0 Use CONST instead of const by klu2 · 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
- 0b94e31 Fix ICC building issue for Nt32 platform. by klu2 · 16 years ago
- 5f30069 Correct two minor comments by lgao4 · 16 years ago
- e60d361 Use BIT22 instead of SMBUS_LIB_PEC_BIT by klu2 · 16 years ago
- 44717a3 Formalize comments for Protocols and PPIs. by xli24 · 16 years ago
- 66eebcf Remove Smbus related macro, which are defined in MdePkg. by klu2 · 16 years ago
- 24c2823 Fix build issue for ICC compiler. by klu2 · 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
- aa0583c Modify MDE source code according to MDE library update. by xli24 · 16 years ago
- e500088 Update library class and library instance description for UefiLib to follows specification. by klu2 · 16 years ago
- 2d8debe synchronize macros SMBUS_LIB_SLAVE_ADDRESS, SMBUS_LIB_COMMAND, SMBUS_LIB_LENGTH, SMBUS_LIB_PEC, SMBUS_LIB_RESERVED with latest MdePkg specification. by klu2 · 16 years ago
- 3ecdcd1 Update HobLib and PeCoffLib according to MDE Lib Spec 0.61c by lgao4 · 16 years ago
- eecd469 Update ScsiIo protocol and ScsiPassThruExt protocol guid value to UEFI 2.1 by lgao4 · 16 years ago
- 258cce1 Fix doxygen comment for structure and macro by klu2 · 16 years ago
- 1f08a15 Fix doxygen comment for structure and macro by klu2 · 16 years ago
- cce6f7a Fix doxygen comment for structure and macro by klu2 · 16 years ago
- 721b16a Fix doxygen comment for structure and macro by klu2 · 16 years ago
- a4e0b06 1, Fix doxygen comment for structure and macro by klu2 · 16 years ago
- 3354353 Fix doxygen comment for structure and macro by klu2 · 16 years ago
- 8b6c989 Fix doxygen comment for structure and macro by klu2 · 16 years ago
- 107ffdc Fix doxygen comment for structure and macro by klu2 · 16 years ago
- 7b98db8 Fix doxygen comment for structure and macro by klu2 · 16 years ago
- 07974e7 sync SerialPortLib.h with mde library spec0.61d-8.doc on webtop. by eric_tian · 16 years ago
- fc4db9b Remove the unused header files. by lgao4 · 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
- 0856e61 sync the PcdUnixFileSystem value with real path. by eric_tian · 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
- 1536925 Fix a case error by qhuang8 · 16 years ago
- 4ef8fb4 trunk/edk2/MdePkg/Include/X64/ProcessorBind.h: by jljusten · 16 years ago
- 956a6dc add proper modifers preceding to function arguments. by eric_tian · 16 years ago
- b91d5ec sync the comments of scsilib library class with Mde Library Spec. by eric_tian · 16 years ago
- d69107a sync the comments of serialportlib library class with Mde Library Spec. by eric_tian · 16 years ago
- 1b88ce8 sync the comments of FvbServiceLib library class with Mde Library Spec. by eric_tian · 16 years ago
- d3b835c ECP support update. by jlin16 · 16 years ago
- d4344b1 Fix build broken issue by klu2 · 16 years ago
- 289598a Add usblib library class mapping. by klu2 · 16 years ago
- 7befabe Fixed HSD201706, which a None SourceOverrideDir will cause path join failure. by jwang36 · 16 years ago
- b8e2922 Correct the filename. by vanjeff · 16 years ago
- e97835b Change PeiMain/DxeMain's base name to PeiCore/DxeCore. by klu2 · 16 years ago
- 5a54c2f Correct file comment for DxeServicesTableLib.c by klu2 · 16 years ago
- f468abd Correct file comment for DxeServicesTableLib.c by klu2 · 16 years ago
- add1f24 Remove DXE CIS word by klu2 · 16 years ago
- 29cb357 Add MSFT support by klu2 · 16 years ago
- 77df4b6 Miss tool chain tag in CPU.inf by klu2 · 16 years ago
- e9e65e2 Remove unicode char by klu2 · 16 years ago
- 9cd1d1c Use macro instead of hard code value for timer register address in local APIC by klu2 · 16 years ago
- 3bb398e Remove unicode char. by klu2 · 16 years ago
- 0925404 Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
- 8048b3f Use doxygen style comments for enumration value. by klu2 · 16 years ago
- d16ce4d Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
- 35e0d11 Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
- 2baabe0 Synchronize function's comments with EFI 1.1 specification. by klu2 · 16 years ago
- 8377875 Synchronize function's comments with UEFI specification. by klu2 · 16 years ago
- d04dc02 Add more description for type parameter for EFI_TAP_REWIND function prototype. by klu2 · 16 years ago
- 4e4b448 change "\" sign to "/" sign that is comply with INF spec. by eric_tian · 16 years ago
- 6cb2629 sync the comments of GraphicsLib library instance with Mde Library Spec. by eric_tian · 16 years ago
- 8517ee5 sync GraphicsLib.h with Mde Library Spec. by eric_tian · 16 years ago
- 7792722 change "\" sign to "/" sign that is comply with INF spec. by eric_tian · 16 years ago
- a477cce cleanup the improper comments for function return value in LockKeyboards() 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
- 71bd74c Changing source filename to match name changing. by vanjeff · 16 years ago
- 766f1ff Changing source filename to match name changing. by vanjeff · 16 years ago
- 26fb472 Renamed remotely by vanjeff · 16 years ago
- 144594f Renamed remotely by vanjeff · 16 years ago
- 1cd5081 Renamed remotely by vanjeff · 16 years ago
- d9697ee Renamed remotely by vanjeff · 16 years ago
- d9e5f7f Renamed remotely by vanjeff · 16 years ago
- 9d25a75 Renamed remotely by vanjeff · 16 years ago
- 32f9f96 Renamed remotely by vanjeff · 16 years ago
- 17a10e4 Renamed remotely by vanjeff · 16 years ago
- d3dc3f8 Renamed remotely by vanjeff · 16 years ago
- 691e587 Renamed remotely by vanjeff · 16 years ago
- 53631e5 Renamed remotely by vanjeff · 16 years ago
- 89d2171 Renamed remotely by vanjeff · 16 years ago
- 1f7dded Renamed remotely by vanjeff · 16 years ago
- e11ddda Renamed remotely by vanjeff · 16 years ago
- 73595a1 Renamed remotely by vanjeff · 16 years ago
- 5786730 Renamed remotely by vanjeff · 16 years ago
- af8ba86 Renamed remotely by vanjeff · 16 years ago
- caf69a0 Renamed remotely by vanjeff · 16 years ago
- b57f380 Renamed remotely by vanjeff · 16 years ago
- 0fe1be7 Renamed remotely by vanjeff · 16 years ago
- 04c99fb Renamed remotely by vanjeff · 16 years ago