1. b452ca8 Enhance BDS to support Boot/Driver option whose option number >= 0xFF. by niruiyu · 14 years ago
  2. 2183cf2 Fix ICC9 compiler failure by niruiyu · 14 years ago
  3. b1620d0 Fix the bug that duplicate HDD is shown in the BMM. by niruiyu · 14 years ago
  4. 8c71629 in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed. by erictian · 14 years ago
  5. ee68620 Use REPORT_STATUS_CODExxx() macros directly. by mdkinney · 14 years ago
  6. 9969fde Update the Timeout used for Write() operations to consider the case where the Tx FIFO is full on entry to Write(). by mdkinney · 14 years ago
  7. 7389fdd Add support for BootOption with USB Class or USB WWID device path node. by xdu2 · 14 years ago
  8. 638dffa Revert patch 11146 about file guid. by ydong10 · 14 years ago
  9. 12b7f50 Removes the assumption in Supported() and Start() routine that the EFI_SIO_PROTOCOL is installed in the immediate child handle of the PCI controller. Multiple SIO platform could have an additional layer between the PCI controller and the EFI_SIO_PROTOCOL instance. by niruiyu · 14 years ago
  10. 20e7314 Update inappropriate comments. by ydong10 · 14 years ago
  11. 3a0e054 Fix the IsaIo driver to not create ISA resource item when the ACPI resource returned from EFI_SIO_PROTOCOL::GetResources() is 0. by niruiyu · 14 years ago
  12. d046087 fix potential memory access violation by ydong10 · 14 years ago
  13. d3b4af2 fix build error on ICC compile. by ydong10 · 14 years ago
  14. e519401 Enhance IdeBusDxe to check the class code for IDE mode only. by lzeng14 · 14 years ago
  15. 5091b47 Change the file guid value to avoid conflict as another file. by ydong10 · 14 years ago
  16. 3c4b112 [BDS] Device Manager was requested to add more sub-level menu about network device. by ydong10 · 14 years ago
  17. d860010 Fix the bug that <continue> may not boot the first boot option but return back to front page. by niruiyu · 14 years ago
  18. b4c9005 First try to get log time at TPL level <= TPL_CALLBACK, then fill time into DataHub. by lgao4 · 14 years ago
  19. 0fa3ac1 Fix the checking logic for the boot option enumeration. by niruiyu · 14 years ago
  20. 1134ead Reduce DataHub TPL Level to TPL_CALLBACK, because DataHub uses GetTime() service that must be called <= TPL_CALLBACK. by lgao4 · 14 years ago
  21. 8185265 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
  22. 7caf72a Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
  23. cd73414 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 vanjeff · 14 years ago
  24. fefefa4 Remove unnecessary mBdsImageHandle. by niruiyu · 14 years ago
  25. d2720e0 Fix bug in DataHub where it would skip the first record in a set when a filter is being used. Also add comments and update source code logic to make it easier to understand and maintain. by mdkinney · 14 years ago
  26. d69bf66 Fix the corner case when there is only "\0\0" appended and the Index is 1. Return missing string instead of empty string. by niruiyu · 14 years ago
  27. b61bb3b Add the missing EFIAPI for StatusCode handler. by lgao4 · 14 years ago
  28. 7bee5a7 Add additional reset when Memory Type Information settings change. by niruiyu · 14 years ago
  29. dd9a7d5 Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER module types by mdkinney · 14 years ago
  30. 2ca7eca Fix a bug in GetOptionalStringByIndex() that doesn't handle the case when Index == 0. by niruiyu · 14 years ago
  31. f6aa9c1 Fix GCC build failure by niruiyu · 14 years ago
  32. 558be45 Check in the IsaIoDxe device driver that consumes EFI_SIO_PROTOCOL to produce EFI_ISA_IO_PROTOCOL. by niruiyu · 14 years ago
  33. 28a9411 Add datahub status sode handler driver. by xli24 · 14 years ago
  34. 13314ba Add explicit type cast to suppress possible warning of precession loss. by xli24 · 14 years ago
  35. 9572320 Remove the EHCI/UHCI inter-dependency in GenericBdsLib since the EHCI/UHCI controller drivers already take care the start() sequence. by niruiyu · 14 years ago
  36. 10c9a2e Add NULL pointer checking against Data. by xli24 · 14 years ago
  37. 5d4a0db Handle gEfiStatusCodeDataTypeStringGuid in status code drivers. by xli24 · 14 years ago
  38. ab58ce1 Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction guided protocol doesn’t exist. by lgao4 · 14 years ago
  39. 7119d96 Fix bug that cursor position will change when enter newly registered HII Form after ConnectAll() in DeviceManager. by xdu2 · 14 years ago
  40. c945216 Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set to TRUE or PcdStatusCodeUseDataHub is set to TRUE. by lgao4 · 14 years ago
  41. 7f97c9b Use ASSERT to check the expression. by lgao4 · 15 years ago
  42. 445b357 roll back last check-in. by vanjeff · 15 years ago
  43. 7df41b1 by vanjeff · 15 years ago
  44. a4e9b4f Allow gEfiMemoryTypeInformation bins to shrink if boot mode is BOOT_WITH_DEFAULT_SETTINGS or the gEfiMemoryTypeInformation variable does not exist. by mdkinney · 15 years ago
  45. c6498c1 Fix the issue that ASSERT() at line 1391 incorrectly asserts when order list variable is empty. by xli24 · 15 years ago
  46. 4548fc2 Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes. by lgao4 · 15 years ago
  47. 4515103 remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib. by niruiyu · 15 years ago
  48. 14531b1 Use the ASSERT() for parameter checking as the 4th parameter of internal worker function of MakeTable() must be <= 16. by lgao4 · 15 years ago
  49. ce5fad4 For BdsDxe module, by xli24 · 15 years ago
  50. 4fb411f Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
  51. 8f64277 Fix ICC 11.1 build error by mdkinney · 15 years ago
  52. 180a5a3 Update the copyright notice format by hhtian · 15 years ago
  53. 5efb913 Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type section data. by niruiyu · 15 years ago
  54. 69c3ab9 Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState value. by erictian · 15 years ago
  55. 2db3d86 Fix minor coding style issue. by qhuang8 · 15 years ago
  56. bf19b44 Fix ICC build failure. by niruiyu · 15 years ago
  57. 6b008b7 1. IsaSerialIo driver was changed to produce the flow control device path node when the remaining device path contains such node. And it will return unsupported when receiving a remaining device path only contains UART node and it’s already produced the flow control node. by niruiyu · 15 years ago
  58. 0095877 Not maintained. by hhtian · 15 years ago
  59. 38dc220 Per Liming request: 1)remove duplicate header disclaimer lines IntelFrameworkModulePkg.dsc; 2) IntelFrameworkModulePkg\Include\Library\GenericBdsLib.h line 948 is actually 948 to 963, 8 lines of @retval. by myronporter · 15 years ago
  60. 8df1634 Don't create a dummy string with new language. by lgao4 · 15 years ago
  61. d96d37d fix ia32 build error. by erictian · 15 years ago
  62. c0d69d1 The ATA alignment_logic_in_phy_blocks field doesn’t directly report the lowest aligned LBA. Instead, there’s some modulo arithmetic involved. by erictian · 15 years ago
  63. 49fd8a3 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  64. 711d072 Fix the hardware flow control logic in SerialIo driver. by niruiyu · 15 years ago
  65. 37cc056 Update package version for IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  66. 59aefb7 Update HiiConfigAccess.ExtractConfig interface to support NULL request string and ConfigHdr request string. by lgao4 · 15 years ago
  67. 667ffa3 Fixed the build issue which is caused by movement of S3Resume.h is moved from MdePkg to IntelFrameworkPkg. by jchen20 · 15 years ago
  68. 03b8583 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  69. a15553c Remove <b></b> from File header. by lgao4 · 15 years ago
  70. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  71. 479e19a Driver health entry in device manager page is not totally hidden, the original code just change string to empty string, if cursor is at empty string, there is no focus at all. by li-elvin · 15 years ago
  72. e74f510 To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for removable media boot. by niruiyu · 15 years ago
  73. 19796be Leverages SMM Status Code Protocol, instead of OemHookStatusCodeLib. by xli24 · 15 years ago
  74. 07341a3 Assume Tick value 1 as the beginning time of boot. by jgong5 · 15 years ago
  75. f9ec2f0 Fix two incorrect PCD token number in IntelFrameworkModulePkg by qhuang8 · 15 years ago
  76. 5e24f37 Fix ICC build break by qhuang8 · 15 years ago
  77. 32e9da0 Fix the bug that the wrong classguid is compared. by lgao4 · 15 years ago
  78. b5a144e Performance.c in GenericBdsLib is updated not to filter log entries that don’t contain DXE handles. by jgong5 · 15 years ago
  79. 55a503b Minor code refinement. by xli24 · 15 years ago
  80. 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
  81. 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
  82. 337661b Add BdsLibUserIdentify API in GenericBdsLib by gdong1 · 15 years ago
  83. 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
  84. 9aa7ba0 Update BDS boot option description string to use UNI file string in GenericBdsLib for localization. by gikidy · 15 years ago
  85. a7ddec1 Update in IdeBus to solve the non-backward compatibility issue by the MdePkg updates in Edk r9817. by qhuang8 · 15 years ago
  86. 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
  87. a7a523e 1.Change the behavior of BdsBoot, to enumerate Boot Options by EfiLoadFileProtocol, other than EfiManagedNetworkServiceBindingProtocol. by tye1 · 15 years ago
  88. cd730ec Minor code enhancement. by gikidy · 15 years ago
  89. 6b9ddb4 Fix ICC build break by qhuang8 · 15 years ago
  90. 7a7f916 Clean up file header comments to match CPU I/O Protocol .h file. by mdkinney · 15 years ago
  91. 806bf4f Add generic module that produces the Framework CPU I/O Protocol using the services from the MdePkg IoLib by mdkinney · 15 years ago
  92. 7e28c19 add france language support on DeviceManager of BDS. by eric_tian · 15 years ago
  93. a5c3c54 Fix Boot Option appear twice while add a new boot option in some specific steps. by gikidy · 15 years ago
  94. 0c16f34 Minor code enhancement. by xli24 · 15 years ago
  95. da166a5 Minor code enhancement. by xli24 · 15 years ago
  96. 1ace000 Minor code enhancement. by xli24 · 15 years ago
  97. 7516c41 Correct copyright year to 2010 by lgao4 · 15 years ago
  98. 8e8ae2d Minor code enhancement. by xli24 · 15 years ago
  99. 75a635a Minor code enhancement. by xli24 · 15 years ago
  100. 76bc52e Fix build break by mdkinney · 15 years ago