1. d4a7845 Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEIM library to init HOB. by andrewfish · 13 years ago
  2. 5c5afa7 Remove EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID definition from MdeModulePkg, because it has been defined in MdePkg. by lgao4 · 13 years ago
  3. 89a90ae Correct Include style to pass GCC build. Signed-off-by: lgao4 by lgao4 · 13 years ago
  4. c8ad2d7 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  5. 9c6595d Correct comments for NULL return value of HiiLib HiiAddPackages(). by lgao4 · 13 years ago
  6. 48a9d5f Enhance EDKII Browser to support flexible HotKey setting. by lgao4 · 13 years ago
  7. ab7017f Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI transfers to long mode to get capsule data. by li-elvin · 13 years ago
  8. 78df32f MdeModulePkg: Add PostBootScriptTable PPI by jljusten · 13 years ago
  9. be46cd5 MdeModulePkg: Add BootScriptExecutorDxe driver by jljusten · 13 years ago
  10. ce2f13a MdeModulePkg: Define PPI to convey performance information from SEC phase to PEI. by xdu2 · 13 years ago
  11. 495797c 1. Add two performance measurement points for SMM performance measurement; by rsun3 · 13 years ago
  12. 4237287 add IPv4 address copy macro. by jcarsey · 13 years ago
  13. 1261fe2 Clean and split AcpiVariable.h in IntelFrameworkModulePkg into 2 new .h files for better modularity: IntelFrameworkModulePkg\Include\Guid\AcpiVariableCompatibility.h, by rsun3 · 13 years ago
  14. 3e4df77 MdeModulePkg: Add SmmControl PPI definition by jljusten · 14 years ago
  15. 1c837cd MdeModulePkg: Add SMM LockBox by jljusten · 14 years ago
  16. 9fba8e7 MdeModulePkg: Add SmmCommunication PPI definition by jljusten · 14 years ago
  17. e7b7db3 MdeModulePkg: Add SmmAccess PPI definition by jljusten · 14 years ago
  18. 57b301b 1. Define a netlib library function NetLibGetSystemGuid() by hhuan13 · 14 years ago
  19. 30c00a1 MdeModulePkg: Add CD Express PEIM by jljusten · 14 years ago
  20. da58b0d MdeModulePkg: Add Capsule PEIM by jljusten · 14 years ago
  21. ea060cf MdeModulePkg: Add IdeBusPei driver by jljusten · 14 years ago
  22. 4b1bf81 MdeModulePkg: Add PEI USB drivers and related PPIs by jljusten · 14 years ago
  23. 54cd17e MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEvent by jljusten · 14 years ago
  24. 9725730 Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI drivers. by sfu5 · 14 years ago
  25. 62a5bf6 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
  26. d042c6e Add performance library instances for SMM performance measurement. by rsun3 · 14 years ago
  27. d00ed85 Puts SMM variable common definitions in SmmVariableCommon.h. by gdong1 · 14 years ago
  28. b695e7f Updates function description per UEFI2.3d. No impact is for functionality. The main changes include: by lgao4 · 14 years ago
  29. 8322eb7 Enhance the code to avoid the potential of return address of local variable to output structure. by tye1 · 14 years ago
  30. b57cc03 Update the GUID value to be consist with the one in DEC file. by gdong1 · 14 years ago
  31. 467d15a Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. Depends on new library class called PlatformHookLib to perform platform specific initialization of the UART. by mdkinney · 14 years ago
  32. 4bad9ad Add a TcpIo library to facilitate usage of TCP service. by tye1 · 14 years ago
  33. 8a2d499 Add SMM Variable implementation. by gdong1 · 14 years ago
  34. 7b126c2 Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc. by xdu2 · 14 years ago
  35. 9035e11 Fix spelling error in comment by mdkinney · 14 years ago
  36. 705f53a Update IPsec.h file to follow approved ECR which will be collected into future UEFI 2.3 Specification after 2.3 errata B and future UEFI Specifications after 2.3. The changes mainly include: by qianouyang · 14 years ago
  37. 4cf7e03 1. Add init flag DEBUG_AGENT_INIT_DXE_AP. by vanjeff · 15 years ago
  38. 25400c6 Add routing header type to NetLib. by tye1 · 15 years ago
  39. 2a2e33b Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change IP_IO structure using this UNION to point the special IP Protocol. by qianouyang · 15 years ago
  40. e22812c Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreateTimeOpCode by lgao4 · 15 years ago
  41. cd5ebaa Update the copyright notice format by hhtian · 15 years ago
  42. e798cd8 Fixed GCC 4.4 build issues due to EFIAPI not being used when required. by geekboy15a · 15 years ago
  43. 3b1464d by rsun3 · 15 years ago
  44. abe31ad Roll back previous change. by rsun3 · 15 years ago
  45. 1d5cbb4 Former change breaks build; changed back to commented lines 58 & 59, but as regular comments (not Doxygen comments). by myronporter · 15 years ago
  46. 64a8054 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  47. 213fece 1. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE to DEBUG_AGENT_INIT_DXE_CORE and add DEBUG_AGENT_INIT_S3. by vanjeff · 15 years ago
  48. 0c1a4aa Minor update to some protocol interface function prototype for Doxygen document by rsun3 · 15 years ago
  49. 3c447c2 Enable "Load Module At fixed Address" feature in SMM Core by jchen20 · 15 years ago
  50. 17dd1ce Rollback change of revision 10061. by xli24 · 15 years ago
  51. e7af83a 1. Refine debug agent library. by vanjeff · 15 years ago
  52. fe92ab2 import Debug Agent Library and null instance in MdeModulePkg. by vanjeff · 15 years ago
  53. ea02543 Add support for capsule above 4G. by xli24 · 15 years ago
  54. 8a90a5a revise the comments style by jchen20 · 15 years ago
  55. 54ea99a Enable the Load Module At fixed Address feature by jchen20 · 15 years ago
  56. dd29f3e For network dynamic media support: by xdu2 · 15 years ago
  57. e4ef003 Add StrToIp functions to NetLib. by tye1 · 15 years ago
  58. 8421306 Correct comments to match function declaration. by lgao4 · 15 years ago
  59. e285199 refine the code and add more security check. by vanjeff · 15 years ago
  60. 779ae35 Add VLAN support. by xdu2 · 15 years ago
  61. 1204fe8 Code clean up in NetLib: by xdu2 · 15 years ago
  62. 75dea6b Create DxeReportStatusCodeLib instance. by xli24 · 15 years ago
  63. 10c5d87 Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  64. cd98f30 Add new SecurityManagementLib, and update SecurityStub driver to use this lib. by lgao4 · 15 years ago
  65. aa2614b EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple package lists with same package list GUID onto different handles. According, change behavior of the HII Library function HiiAddPackages() to be consistent with EFI_HII_DATABASE_PROTOCOL.NewPackageList(). by rsun3 · 15 years ago
  66. a09ee46 Updated the IpIoLiband and the change includes: by qouyang · 15 years ago
  67. df8d059 Update function description to be consistent with code definition: HEX_RADIX => RADIX_HEX. by xdu2 · 15 years ago
  68. a1503a3 1. Add Link MTU support to IP4 and TCP4 driver. by tye · 15 years ago
  69. 7992c0b Change the behavior of the HII Library function HiiGetHiiHandles() when the PackageListGuid parameter is not NULL. The original behavior is that if this parameter is not NULL at most 1 HII Handle is returned. Behavior after change is if this parameter is not NULL zero or more HII Handles associated with PackageListGuid are returned, because it is possible that there are multiple package lists with same package list GUID in the HII Database. by rsun3 · 15 years ago
  70. 44770e5 fixed typo by vanjeff · 15 years ago
  71. f6b7393 [Change summary]: by tye · 15 years ago
  72. 7be273b added comments for CAPSULE_HOB_INFO in CapsuleVendor.h (MdeModuleModulePkg). by vanjeff · 15 years ago
  73. 25126a0 Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. by xli24 · 15 years ago
  74. 4e069e8 Correct the typo in comments. by lgao4 · 15 years ago
  75. b45b45b 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack. by tye · 15 years ago
  76. 72f01d4 add back CAPSULE_HOB_INFO definition for back-compatible. by vanjeff · 15 years ago
  77. 53c13ff remove CAPSULE_HOB_INFO definition from MdeModulePkg. by vanjeff · 15 years ago
  78. 3cf888f Fix the EBC build problem in DxeIpIoLib of r9374. by tye · 15 years ago
  79. fb115c6 NetLib: by tye · 15 years ago
  80. 3a15fd5 Add a MACRO IP6_IS_MULTICAST. by tye · 15 years ago
  81. 5933acc Update the comments for S3Lib and RecoveryLib class and instance to state that they are deprecated. by qhuang8 · 15 years ago
  82. d8d26fb Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead. by mdkinney · 16 years ago
  83. 4a13fda Refine doxygen comments by klu2 · 16 years ago
  84. a29645c Remove library class of MemoryTestLib and related library instances. by xli24 · 16 years ago
  85. 064d5de Add Null implementation of the Reset System Library that generated an ASSERT() on all reset APIs. by mdkinney · 16 years ago
  86. 1b954be Fix Parameter IN OUT by lgao4 · 16 years ago
  87. e40b7d5 Update some comments for MdeModulePkg Include header files. by lgao4 · 16 years ago
  88. e9b6728 Committing changes to the comments, to improve code documentation. by pkandel · 16 years ago
  89. b4f26bb Make comments align. by lgao4 · 16 years ago
  90. 504dcb0 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  91. 9d9c659 Remove redundant #include statements by mdkinney · 16 years ago
  92. 1f1cb2f Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, which are replaced by HiiSetToDefaults API. by lgao4 · 16 years ago
  93. 76c2425 Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no varstore and question, they has no the built in default value. by lgao4 · 16 years ago
  94. 84f9a9e 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase module to follow new ECRs. by lgao4 · 16 years ago
  95. 6388684 1. retired NicIp4ConfigProtocolGuid by vanjeff · 16 years ago
  96. 278663a HiiLib exports HiiCreateRawOpCode API by lgao4 · 16 years ago
  97. 1d451ff Update HiiGetBrowserData API by lgao4 · 16 years ago
  98. 6d8ced2 Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. by lgao4 · 16 years ago
  99. 97d77cc Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by HiiLib. by lgao4 · 16 years ago
  100. 023c0fe retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep backward compatibility. by eric_tian · 16 years ago