1. 5a0fe66 zero memory allocation. by jcarsey · 14 years ago
  2. 361a826 connect - add comments and add input verification by jcarsey · 14 years ago
  3. 1a63ec8 consist mapping - add comments and change variable names. by jcarsey · 14 years ago
  4. b0475f1 clarify library type. by jcarsey · 14 years ago
  5. 78ed876 remove ASSERT. by jcarsey · 14 years ago
  6. 0dc527e add absolute value MACRO. by jcarsey · 14 years ago
  7. 4bbdc0e FileHandleLib - use standard unicode file tag. by jcarsey · 14 years ago
  8. 7d271d7 move include file line under #define protection. by jcarsey · 14 years ago
  9. 345cd23 cls - add input verification. by jcarsey · 14 years ago
  10. b54fd04 Cd - add more input verification. by jcarsey · 14 years ago
  11. 2398d9b update functionality on Bcfg command. by jcarsey · 14 years ago
  12. 252d945 updated comments and added string-to-number conversion with return value to indicate success or failure. All parameter checking updated to non-case-sensitive. by jcarsey · 14 years ago
  13. 68fb052 Add Network1 profile. by jcarsey · 14 years ago
  14. 9586a35 update allocation to use Zero pool library function. by jcarsey · 14 years ago
  15. 4eb59be renaming the BaseFileHandleLib to UefiFileHandleLib. by jcarsey · 14 years ago
  16. 77dcec1 Updating level 1 commands. by jcarsey · 14 years ago
  17. a47c681 Refine code to make code follow the coding style. by ydong10 · 14 years ago
  18. 9531873 Add PCD Library instance mapping for GraphicsConsole driver. by rsun3 · 14 years ago
  19. 9875a3e MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Row by jljusten · 14 years ago
  20. b1aab29 MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Row by jljusten · 14 years ago
  21. b5b1aca Fix gBS->Stall bug. The current code would only stall for a single timer tick. Fixing this issue exposed another issue with time slip in the stall that was also fixed. by andrewfish · 14 years ago
  22. 667bf1e OvmfPkg/PlatformPei: Fix issue with 'RELEASE' tag build by jljusten · 14 years ago
  23. 9ed65b1 OvmfPkg/PlatformPei: Set BootMode, install MasterBootMode PPI by jljusten · 14 years ago
  24. dc76cdd Fix ICC build failure. by lgao4 · 14 years ago
  25. 4a12dfd Use exactly match method for HiiCompareLanguage. by ydong10 · 14 years ago
  26. a70dbff Remove the local LegacyBiosMpTable.h. It has been defined in MdePkg. by lgao4 · 14 years ago
  27. 8679b1c Add the missing LegacyBiosMpTable.h per MultiProcessor Specification. by lgao4 · 14 years ago
  28. a36a9b3 Fix LocateDevicePath() to return proper error status code. It was returning EFI_INVALID_PARAMETER if Device was NULL even if not handles matched the search criteria. The proper behavior is to return EFI_NOT_FOUND if not handles match the search criteria, and only return EFI_INVALID_PARAMETER if at least one match is found and Device is NULL. by mdkinney · 14 years ago
  29. b3d2538 New EDK Shell binary (r50). by niruiyu · 14 years ago
  30. acaa272 Add description for 64-byte FIFO enable bit for PcdSerialFifoControl. by mdkinney · 14 years ago
  31. 831ff05 Add support for the GetTimerValue() to the CPU AP for NT32. This also requires some performance counter APIs to be added to the WinNtThunk Protocol. by mdkinney · 14 years ago
  32. 975e881 Refine the inf and dec to follow spec. by ydong10 · 14 years ago
  33. 5697f87 Reserve more space width for Option value. by lgao4 · 14 years ago
  34. a77badb Refine code to follow coding style. by ydong10 · 14 years ago
  35. d4e0afd by ydong10 · 14 years ago
  36. 640dfdc Roll back change to previous version. Language should be compared as the exact match. by lgao4 · 14 years ago
  37. 4249fa7 judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EFI_NOT_FOUND by erictian · 14 years ago
  38. 357237b New EDK Shell binary (r49) with LibGetString() fix. by niruiyu · 14 years ago
  39. 4fe180b Enhance inf to follow spec. by ydong10 · 14 years ago
  40. 3a63a42 Enhance inf to follow spec. by ydong10 · 14 years ago
  41. 6e80bc6 Enhance inf to follow spec. by ydong10 · 14 years ago
  42. 6397107 Enhance inf and dec file to follow specs. by ydong10 · 14 years ago
  43. e76553d Enhance dec file to follow spec. by ydong10 · 14 years ago
  44. d9a743c Enhance inf to follow spec. by ydong10 · 14 years ago
  45. 36f0b7c Enhance inf file to follow inf spec. by ydong10 · 14 years ago
  46. f6dbfa5 add gEfiPeiMasterBootModeGuid dependency for getting right boot mode by erictian · 14 years ago
  47. 27ee669 if it's in recovery mode, variable region is unreliable, so the ReadOnlyVariable2Ppi should return EFI_NOT_FOUND by erictian · 14 years ago
  48. ae373a5 Fix a bug in SmmPerformanceLib that there is no return value in normal cases for GetPerformanceMeasurement(). by rsun3 · 14 years ago
  49. d0a3ead Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. by vanjeff · 14 years ago
  50. 1ff0b1e Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI per PI Spec, 1.2 Errata B. This was one incompatible change. by vanjeff · 14 years ago
  51. d8ccb37 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
  52. 033b006 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
  53. fe91c99 Update some progress codes name per the PI Spec, 1.2 Errata B. by vanjeff · 14 years ago
  54. baa6894 Update some progress codes name per the PI Spec, 1.2 Errata B. This was one incompatible change. by vanjeff · 14 years ago
  55. 3f91133 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
  56. 5e9ae43 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
  57. 351ff41 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
  58. f506e94 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
  59. 19dd3f7 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
  60. d9d9e05 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
  61. 5de1a57 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
  62. 15b96d9 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
  63. 3594574 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
  64. 6bd01eb 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
  65. f4845fc 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
  66. c77b88d 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
  67. 48fff86 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
  68. 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
  69. 2891fc8 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
  70. ca1677d Update module to pass in a valid EFI_HANDLE when is reloads and restarts itself using the PeCoffLib. by mdkinney · 14 years ago
  71. d042c6e Add performance library instances for SMM performance measurement. by rsun3 · 14 years ago
  72. e8bce4b Enhance PcAt IsaAcpi driver to support enable/disable separated functions per PCD settings. by niruiyu · 14 years ago
  73. 5fbfa2d Fixed typos per the PI Spec 1.2 Errata B. by vanjeff · 14 years ago
  74. e70ae46 fix null DevicePath issue. by erictian · 14 years ago
  75. 487ef01 1. The old refresh string code also update the time/date opcode. But for the reason that time/date opcode updates the string with the same size, so skip the refresh code for it. by ydong10 · 14 years ago
  76. d12c6a5 Updated the GUID name to follow PI Spec, 1.2 Errata B. by vanjeff · 14 years ago
  77. e16ee65 Update comment per the latest PI spec Errata B. by li-elvin · 14 years ago
  78. b0bdc7b Update HiiCompareLanguage to support case that language in String package is "en" and the input language is "en-US". by lgao4 · 14 years ago
  79. 1123277 Do the following enhancement for SetupBrowser: by lgao4 · 14 years ago
  80. 81da6ef Bug description: by ydong10 · 14 years ago
  81. 27f3015 Add AHCI support for DUET. by lzeng14 · 14 years ago
  82. ed365e9 fix a invalid pointer conversion when builing 32bit image. by erictian · 14 years ago
  83. 3fee586 Add missing .h file to INF file by gdong1 · 14 years ago
  84. 2d7df64 Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration has already been checked into BaseTools project. by andrewfish · 14 years ago
  85. a1fe1d6 ECP package BootScriptSaveOnS3SaveStateThunk driver needs to support framework 32bit dispatch code. It must be loaded into <4G memory. by lgao4 · 14 years ago
  86. 6377d2f Fix minor Xcode build issues. by andrewfish · 14 years ago
  87. 6ced2e1 Fix Xcode build issue. by andrewfish · 14 years ago
  88. 692477d UnixPkg: Fix build for Linux by jljusten · 14 years ago
  89. 2dcef68 UnixPkg: Use build flag to prevent FatPkg from being required by jljusten · 14 years ago
  90. b80022d Correct incoming buffer size comparison to the incoming buffer, not the existing buffer. by jcarsey · 14 years ago
  91. 17a6c33 when timeout is 0, infinite loop on the timeout request to follow UEFI spec by erictian · 14 years ago
  92. 6617d83 Fix the bug that BDS assumes any boot option resides in the FV is Shell which causes that the non-Shell FV boot option is removed by GenericBdsLib. by niruiyu · 14 years ago
  93. 1571367 Symptom: by ydong10 · 14 years ago
  94. d00ed85 Puts SMM variable common definitions in SmmVariableCommon.h. by gdong1 · 14 years ago
  95. 60d8f1f clean non-ASCII char by hhtian · 14 years ago
  96. 267865e OvmfPkg: Add create-release.py script by jljusten · 14 years ago
  97. 1b88f96 The input StringInfo should be kept for HiiStringIdToImage() function. by lgao4 · 14 years ago
  98. c1e2b15 1.Refine all the goto and action opcode. When the menu link to the sub form, use the goto opcode and show the arrow. Others use the action opcode. by ydong10 · 14 years ago
  99. c3161b2 1.Reposition the platform info. Move from the old position to left one block space and down one block space. by ydong10 · 14 years ago
  100. 3b2eba1 HiiCompareLanguage should use the exact match method, old code use the best match method. by ydong10 · 14 years ago