1. 64d14ed MdeModulePkg: Add PiDxeS3BootScriptLib by jljusten · 13 years ago
  2. 6e5ed09 Add UEFI_APPLICATION module type support for the capsule lib. by niruiyu · 13 years ago
  3. ad9aa87 Refine code to follow coding style. by ydong10 · 13 years ago
  4. 495797c 1. Add two performance measurement points for SMM performance measurement; by rsun3 · 13 years ago
  5. be5ec8c Fix X64 VS2005 and VS2008 compile error. by lgao4 · 13 years ago
  6. 6bae492 clarify the logic of the print length counting functions in both PrintLib library instances. by jcarsey · 13 years ago
  7. f405c06 Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint. by jcarsey · 13 years ago
  8. 993532d MdeModulePkg: Add SmmLockBox PEI implementation by jljusten · 13 years ago
  9. c05e799 Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. by lgao4 · 13 years ago
  10. d31182c MdeModulePkg: Fix build error for UNIXGCC with IPF by jljusten · 13 years ago
  11. 3397c6f For libraries that have multiple module types support, just define a [Depex] section for specified module types that are permitted to have a [Depex] section. by lzeng14 · 13 years ago
  12. 1c837cd MdeModulePkg: Add SMM LockBox by jljusten · 13 years ago
  13. 57b301b 1. Define a netlib library function NetLibGetSystemGuid() by hhuan13 · 13 years ago
  14. 81b618f Update ALTCFG reference from default name token to default ID. by ydong10 · 14 years ago
  15. acaa272 Add description for 64-byte FIFO enable bit for PcdSerialFifoControl. by mdkinney · 14 years ago
  16. d4e0afd by ydong10 · 14 years ago
  17. ae373a5 Fix a bug in SmmPerformanceLib that there is no return value in normal cases for GetPerformanceMeasurement(). by rsun3 · 14 years ago
  18. 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
  19. d042c6e Add performance library instances for SMM performance measurement. by rsun3 · 14 years ago
  20. 784ce12 1) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection if hardware flow control is enabled. The default is to not perform cable detection. by mdkinney · 14 years ago
  21. db662a6 Clean up BaseSerialPortLib16550 to remove references and checks for Carrier Detect(CD). This is not required for this library implementation. The only signals used for Hardware Flow Control are RTS/CTS. by mdkinney · 14 years ago
  22. 8322eb7 Enhance the code to avoid the potential of return address of local variable to output structure. by tye1 · 14 years ago
  23. ec50ecf Fix potential memory access violation by ydong10 · 14 years ago
  24. e25fb2c Add missing @param to function header comment. by mdkinney · 14 years ago
  25. f2ad949 Fix ICC build issues by mdkinney · 14 years ago
  26. 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
  27. e06752b Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implementations should never link against an entry point lib. Only modules implementation should link against an entry point lib. by mdkinney · 14 years ago
  28. 70b356a Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR. by tye1 · 14 years ago
  29. 4bad9ad Add a TcpIo library to facilitate usage of TCP service. by tye1 · 14 years ago
  30. 7b78853 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
  31. 77fafe9 Compare DXE performance token name by DXE performance string length. by lgao4 · 14 years ago
  32. 9035e11 Fix spelling error in comment by mdkinney · 14 years ago
  33. 72cfa6f Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE. by vanjeff · 14 years ago
  34. c5e0de8 Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of ReportStatusCode is performed at > TPL_NOTIFY or there is not enough memory to allocate a buffer for the ExtendedData associated with the status code being reported by mdkinney · 14 years ago
  35. 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
  36. c932570 Refine soma code to make code run safely. by ydong10 · 14 years ago
  37. bf45bbe Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SAL_DRIVER module types by mdkinney · 14 years ago
  38. 3af91e2 Minor code refinement. by rsun3 · 14 years ago
  39. 1955038 Fixed K9 scan issues. by hhuan13 · 14 years ago
  40. 7754556 Fix IP address text representation issue about leading zeros by jjin9 · 14 years ago
  41. ad108ab Roll back change r10696, because new update on r10700 and r10701 handles this issue. by lgao4 · 14 years ago
  42. 3440157 Enhance PiSmmCoreMemoryAllocationLib Free function implementation to call gSmst or gBS Free service according to the buffer in or out of SMRAM range. by lgao4 · 14 years ago
  43. 79bcf05 Make sure gBS FreePool() is used to free the buffer always allocated by gBS AllocatePool() service. by lgao4 · 14 years ago
  44. 4cf7e03 1. Add init flag DEBUG_AGENT_INIT_DXE_AP. by vanjeff · 14 years ago
  45. 1dc1b43 1. fixed one bug to construct config request string header used child handle instead of NIC controller handle. by vanjeff · 15 years ago
  46. 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
  47. e22812c Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreateTimeOpCode by lgao4 · 15 years ago
  48. e3e134e Fix minor format issue in file header by qhuang8 · 15 years ago
  49. cd5ebaa Update the copyright notice format by hhtian · 15 years ago
  50. e798cd8 Fixed GCC 4.4 build issues due to EFIAPI not being used when required. by geekboy15a · 15 years ago
  51. 46d45cd Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  52. 3b1464d by rsun3 · 15 years ago
  53. 008eeb5 Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg. by jyao1 · 15 years ago
  54. 9c1ca96 MdeModulePkg DxeNetLib: Fix compiler warning by jljusten · 15 years ago
  55. e7af83a 1. Refine debug agent library. by vanjeff · 15 years ago
  56. fe92ab2 import Debug Agent Library and null instance in MdeModulePkg. by vanjeff · 15 years ago
  57. 713b778 Add MemoryAllocationLib for PI SMM Core by mdkinney · 15 years ago
  58. 8976547 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  59. 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
  60. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  61. 300240b Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  62. d6a82ea Update HiiString Protocol and HiiSetString Api in HiiLib by lgao4 · 15 years ago
  63. dd29f3e For network dynamic media support: by xdu2 · 15 years ago
  64. 04bb678 MdeModulePkg\Library\DxeNetLib: Update the NetLibStrToIp6andPrefix() to return different values for two situations - a. The Input string doesn’t contain the prefix length; b. The prefix length contains prefix length and the prefix length is zero. by qianouyang · 15 years ago
  65. 90f1486 1. Fix the potential issue in NetbufGetFragment() when Last is zero in Line 53. by tye1 · 15 years ago
  66. 9b6f044 Update according to two review comments: by tye1 · 15 years ago
  67. e4ef003 Add StrToIp functions to NetLib. by tye1 · 15 years ago
  68. 8421306 Correct comments to match function declaration. by lgao4 · 15 years ago
  69. 9515729 Fix the warning: Line 389, the Index of mMonthName may be -1. by tye · 15 years ago
  70. 70b6899 Add ASSERT () to make sure the array is accessed within the limit. by tye · 15 years ago
  71. e285199 refine the code and add more security check. by vanjeff · 15 years ago
  72. 2008b49 Minor clean ups for these INF files. by mdkinney · 15 years ago
  73. 9fe425c Align name of constructor and destructor. by xli24 · 15 years ago
  74. 4adf000 Refine DxeReportStatusCodeLib and RuntimeDxeReportStatusCodeLib. by xli24 · 15 years ago
  75. 779ae35 Add VLAN support. by xdu2 · 15 years ago
  76. 1204fe8 Code clean up in NetLib: by xdu2 · 15 years ago
  77. 9ae650e Make use of UefiRuntimeLib for refinement. by xli24 · 15 years ago
  78. 30c8ee5 Create RuntimeDxeReportStatusCodeLib instance. by xli24 · 15 years ago
  79. c5631ce Move SmmReportStatusCodeLib to MdeModulePkg. by xli24 · 15 years ago
  80. 8760829 Move PeiReportStatusCodeLib to MdeModulePkg. by xli24 · 15 years ago
  81. 75dea6b Create DxeReportStatusCodeLib instance. by xli24 · 15 years ago
  82. d9ab474 Move OemHookStatusCodeLibNull to MdeModulePkg. by xli24 · 15 years ago
  83. 2983a79 Try to get the image form device path by FALSE and TRUE boot policy. by lgao4 · 15 years ago
  84. 350cefd Fix GCC build error! by lgao4 · 15 years ago
  85. cd98f30 Add new SecurityManagementLib, and update SecurityStub driver to use this lib. by lgao4 · 15 years ago
  86. 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
  87. a09ee46 Updated the IpIoLiband and the change includes: by qouyang · 15 years ago
  88. df8d059 Update function description to be consistent with code definition: HEX_RADIX => RADIX_HEX. by xdu2 · 15 years ago
  89. a1503a3 1. Add Link MTU support to IP4 and TCP4 driver. by tye · 15 years ago
  90. 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
  91. f6b7393 [Change summary]: by tye · 15 years ago
  92. 4e069e8 Correct the typo in comments. by lgao4 · 15 years ago
  93. b45b45b 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack. by tye · 15 years ago
  94. 3cf888f Fix the EBC build problem in DxeIpIoLib of r9374. by tye · 15 years ago
  95. fb115c6 NetLib: by tye · 15 years ago
  96. 62b658d Fix the incorrect check for IFR OnfOf opcode. by lgao4 · 15 years ago
  97. b7f7651 Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compiler. by AJFISH · 15 years ago
  98. 5933acc Update the comments for S3Lib and RecoveryLib class and instance to state that they are deprecated. by qhuang8 · 15 years ago
  99. d8d26fb Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead. by mdkinney · 15 years ago
  100. 7b0ae7e add security check. update functions comments. by vanjeff · 16 years ago