1. 19796be Leverages SMM Status Code Protocol, instead of OemHookStatusCodeLib. by xli24 · 15 years ago
  2. 07341a3 Assume Tick value 1 as the beginning time of boot. by jgong5 · 15 years ago
  3. f9ec2f0 Fix two incorrect PCD token number in IntelFrameworkModulePkg by qhuang8 · 15 years ago
  4. 5e24f37 Fix ICC build break by qhuang8 · 15 years ago
  5. 32e9da0 Fix the bug that the wrong classguid is compared. by lgao4 · 15 years ago
  6. b5a144e Performance.c in GenericBdsLib is updated not to filter log entries that don’t contain DXE handles. by jgong5 · 15 years ago
  7. 55a503b Minor code refinement. by xli24 · 15 years ago
  8. e51e619 For network dynamic media detect support: invoke Snp->GetStatus() before use Snp->Mode->MediaPresent. Upon successful return of Snp->GetStatus(), the Snp->Mode->MediaPresent will be updated to indicate the latest media status. by xdu2 · 15 years ago
  9. 158bb28 Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has been updated to new one in UEFI2.1D. by lgao4 · 15 years ago
  10. 337661b Add BdsLibUserIdentify API in GenericBdsLib by gdong1 · 15 years ago
  11. c37f052 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  12. 9aa7ba0 Update BDS boot option description string to use UNI file string in GenericBdsLib for localization. by gikidy · 15 years ago
  13. a7ddec1 Update in IdeBus to solve the non-backward compatibility issue by the MdePkg updates in Edk r9817. by qhuang8 · 15 years ago
  14. 7490e2b GenericBdsLib: Remove a un-reasonable ASSERT when BdsLibVariableToOption() returns NULL because it is possible for BdsLibVariableToOption() to return NULL if the boot option variable does not exist or the boot option is not active. by rsun3 · 15 years ago
  15. a7a523e 1.Change the behavior of BdsBoot, to enumerate Boot Options by EfiLoadFileProtocol, other than EfiManagedNetworkServiceBindingProtocol. by tye1 · 15 years ago
  16. cd730ec Minor code enhancement. by gikidy · 15 years ago
  17. 6b9ddb4 Fix ICC build break by qhuang8 · 15 years ago
  18. 7a7f916 Clean up file header comments to match CPU I/O Protocol .h file. by mdkinney · 15 years ago
  19. 806bf4f Add generic module that produces the Framework CPU I/O Protocol using the services from the MdePkg IoLib by mdkinney · 15 years ago
  20. 7e28c19 add france language support on DeviceManager of BDS. by eric_tian · 15 years ago
  21. a5c3c54 Fix Boot Option appear twice while add a new boot option in some specific steps. by gikidy · 15 years ago
  22. 0c16f34 Minor code enhancement. by xli24 · 15 years ago
  23. da166a5 Minor code enhancement. by xli24 · 15 years ago
  24. 1ace000 Minor code enhancement. by xli24 · 15 years ago
  25. 7516c41 Correct copyright year to 2010 by lgao4 · 15 years ago
  26. 8e8ae2d Minor code enhancement. by xli24 · 15 years ago
  27. 75a635a Minor code enhancement. by xli24 · 15 years ago
  28. 76bc52e Fix build break by mdkinney · 15 years ago
  29. af03df8 IntelFrameworkModulePkg: SerialStatusCode output was incorrect by jljusten · 15 years ago
  30. 090d308 IntelFrameworkModulePkg LZMA: Support running LZMA from flash/rom by jljusten · 15 years ago
  31. 807765a Correct help information for Delete Boot option and Change boot option. by lgao4 · 15 years ago
  32. ff482c5 Update GenericBdsLib to support BootOption for VLAN device. by xdu2 · 15 years ago
  33. 9971c1b Remove OemHookStatusCodeLibNull from IntelFrameworkModulePkg. by xli24 · 15 years ago
  34. e25cd12 Move non-framework status code library instances to MdeModulePkg. by xli24 · 15 years ago
  35. d42aba9 Move non-framework status code library instances to MdeModulePkg. by xli24 · 15 years ago
  36. 253a88e Remove unnecessary dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  37. 3e31f1f Remove unnecessary dependency on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  38. 6237bf0 Move Status Code Handler modules for PI implementation to MdeModulePkg by xli24 · 15 years ago
  39. f979eec Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  40. a115836 update file/function comments to list the string length limitation. by eric_tian · 15 years ago
  41. ce00a23 PI 1.1 SMM Feature Check-in by davidhuang · 15 years ago
  42. 8861fc7 Add missing EFIAPI instances on several functions. by jljusten · 15 years ago
  43. ed79462 there is no 0 between a SMBIOS buffer and the first string in unformated area. So no need + 1. by klu2 · 15 years ago
  44. 351615e The consumer for smbios recorder should *not* make assumption the SMBIOS structure in special version. For length of smbios record, consumer need judge the SMBIOS->Hdr.Length but not use size of (SMBIOS_TYPE0) style. by klu2 · 15 years ago
  45. 6191043 Add the missing HiiVendor DevicePath for new added DriverHealth Form. by lgao4 · 15 years ago
  46. 261835c Don't need call SAP measure GPT table, which can be covered in SAP implementation. by lgao4 · 15 years ago
  47. bd2057a Refine code make callback logic same with frontPage. by gikidy · 15 years ago
  48. 14e436f Correct LzmaCustomDecompressLib to produce NULL library class. by lgao4 · 15 years ago
  49. e567221 Remove unnecessary reference to CPU I/O Protocol. by xli24 · 15 years ago
  50. baf46e7 Fix some typos & format. by gikidy · 15 years ago
  51. ab4da12 Driver health management implementation in BDS based on UEFI Specification 2.3. by gikidy · 15 years ago
  52. 6cfbf7a 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  53. 8f97f91 1. Add UEFI 2.2 VLAN device path definition to MdePkg by xdu2 · 15 years ago
  54. 25126a0 Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. by xli24 · 15 years ago
  55. 019dfb9 updated BDS to get capsule information from UEFI capsule HOB instead of CAPSULE_HOB_INFO(one GUIDed HOB). by vanjeff · 15 years ago
  56. 326f071 Allocated one buffer to for option->description, since it may be released by BdsLibBootViaBootOption(). by vanjeff · 15 years ago
  57. a19ad64 Correct the patch in r9367. by xdu2 · 15 years ago
  58. 6953331 set filename with device path for load file devices. by vanjeff · 15 years ago
  59. 9ecbc65 Fix a UI hang bug when adding Boot Option or Driver Option. by xdu2 · 15 years ago
  60. d47bdf8 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  61. 689b2d7 clean up non-English characters. by vanjeff · 15 years ago
  62. 1910fba clean up non-English characters. by vanjeff · 15 years ago
  63. 5c7e09c add security check and remove un-necessary return sentence. by vanjeff · 15 years ago
  64. 9dd44c0 Add security check to pass klockwork. by htao · 15 years ago
  65. eb14b48 add security check by vanjeff · 15 years ago
  66. cf15d83 Fix ICC build failure. by htao · 15 years ago
  67. 7fc72ec add SR-IOV support in EDK II. by htao · 15 years ago
  68. 9be2900 1. updated "the Bus Driver that creates all of its child handles on the first call to Start()" not to create any child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
  69. af4a638 updated the Bus Driver that is able to create all or one of its child handles on each call to Start() not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
  70. 9d0ece8 adjust error process code position. by vanjeff · 15 years ago
  71. 2277ab9 updated IdeBus driver not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
  72. 3d747a8 Refactor the code logic to reduce code size for debug tip. by qhuang8 · 15 years ago
  73. 33bb632 Update BdsDxe to use HiiLib and UefiHiiServicesLib APIs to eliminate the symbol collision. by qhuang8 · 15 years ago
  74. ab8cc80 Beatify the debug string for displaying boot device when boot EFI device path. by klu2 · 15 years ago
  75. a29a93b revert the change on BdsConsole. when doing minimal boot, the ConsoleIn variable is used to store existing input device's device path. If the device can not be connected, its device path will be removed from ConsoleIn. by eric_tian · 15 years ago
  76. 0c3312f StartPciDevicesOnBridge() should correct return value. by vanjeff · 15 years ago
  77. 563c9c8 Make end of line consistent. by qhuang8 · 15 years ago
  78. 203677f Make end of line consistent caused by previous check in. by qhuang8 · 15 years ago
  79. 918b6e7 Integrate the patch contributed by Andrew Fish to add ARM support. by qhuang8 · 15 years ago
  80. 8f3e122 modified to removed references to WinNt in the comments for serial drivers by jchen20 · 15 years ago
  81. 02c9c47 1. Log performance data below 4G by qhuang8 · 15 years ago
  82. cd6a3b1 Add performance logging on EFI boot path by qhuang8 · 15 years ago
  83. b55f8b0 1. Correct Col * Row string 2. Add error handle for no data hub system. by lgao4 · 15 years ago
  84. 0fac539 recalculate the total size of format string printed by DebugPrint(). by eric_tian · 15 years ago
  85. e5d1b4f add correct [Depex] section. by vanjeff · 15 years ago
  86. d32fb62 Do not use EfiACPIReclaimMemory type to log performance data because some OS might reuse that memory. Maybe EfiReservedMemoryType is the best solution for that usage model. by qhuang8 · 15 years ago
  87. 7db60f8 Update the comments for S3Lib and RecoveryLib instances to state that they are deprecated. by qhuang8 · 15 years ago
  88. 7d1aa70 update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
  89. 0c7517b remove a segment of code, in which it forces EHCI to be connected firstly before UHCI when ConOut variable contains such usb device path. by eric_tian · 15 years ago
  90. a90ccab Correct the format of comments by lgao4 · 15 years ago
  91. 772d321 Update links for broken urls in BaseTools/gcc/mingw-gcc-build.py script. by jljusten · 15 years ago
  92. 7385086 update MdePkg version to 1.01 by vanjeff · 15 years ago
  93. 2828833 Fix build break for missing definition of PCI_IF_EHCI by mdkinney · 15 years ago
  94. 949ae9a roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release. by eric_tian · 15 years ago
  95. 9910cfe if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
  96. 5f52bc9 remove two duplication macros "PCI_CLASSC_PI_UHCI/PCI_CLASSC_PI_EHCI", which have been defined in IndustryStandard/Pci.h by eric_tian · 15 years ago
  97. 19bf20e Clean up code by lgao4 · 15 years ago
  98. f98dc3c move EFI_IOB_ATA_BUS_SMART_ENABLE EFI_IOB_ATA_BUS_SMART_DISABLE EFI_IOB_ATA_BUS_SMART_OVERTHRESHOLD and EFI_IOB_ATA_BUS_SMART_UNDERTHRESHOLD macros to StatusCode.h in IntelFrameworkPkg\Include\Framework. by eric_tian · 15 years ago
  99. 7edfacb Fix build broken issue for ICC 9.0 by klu2 · 15 years ago
  100. 5caec78 Fix bug that some boot option can *not* be displayed correct in boot manager and boot maintain manager. by klu2 · 15 years ago