1. 47a43df Remove the code added originally to restore 8254 timer to 54ms. by li-elvin · 13 years ago
  2. 7dad86f Print PCI Interrupt Line/Interrupt Pin registers before booting legacy OS. by niruiyu · 13 years ago
  3. c5493c5 Normalize data transfer buffer in BlockIo thunk driver to avoid INT 13 Function 42H returning data boundary error (09H). by li-elvin · 13 years ago
  4. 3c28a72 Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. by lgao4 · 13 years ago
  5. af00cab Put free the buffer GraphicsOutput.Mode in correct place. by li-elvin · 13 years ago
  6. 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
  7. 664e368 IntelFrameworkModulePkg: Add ExitPmAuth protocol definition by jljusten · 13 years ago
  8. 0c9f676 Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. by niruiyu · 13 years ago
  9. a97a859 Enhance BDS to avoid the additional reset when the platform pre-allocated memory is large enough. by niruiyu · 13 years ago
  10. c2d9a4d Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. by niruiyu · 13 years ago
  11. 889a4bc Fix the BDS to show UEFI hard drive boot option as "EFI Hard Drive" instead of "EFI DVD/CDROM" by niruiyu · 13 years ago
  12. 9972247 Add the support for Boot Option with all 0xff USB class Device Path. by qianouyang · 13 years ago
  13. 92d4b03 IntelFrameworkModulePkg: Add PalLib library class mapping by jljusten · 14 years ago
  14. 5817d50 IntelFrameworkModulePkg: Fix clang compielr warning. by andrewfish · 14 years ago
  15. bcecde1 IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) drivers by jljusten · 14 years ago
  16. 070fba6 IntelFrameworkModulePkg: Add Guid/AcpiVariable.h by jljusten · 14 years ago
  17. f6bd066 Refine code to follow coding style. by ydong10 · 14 years ago
  18. d8387fa IntelFrameworkModulePkg: Add IsaFloppyPei driver by jljusten · 14 years ago
  19. f6079c7 IntelFrameworkModulePkg GenericBdsLib: Remove unwanted assert condition by jljusten · 14 years ago
  20. 63b3061 Add return status check for SetVariable. by niruiyu · 14 years ago
  21. 701e17e Update the comments to describe the purpose of Removable array. by niruiyu · 14 years ago
  22. 35bc0e9 Originally BDS only creates boot options for removable media, the patch creates boot options for fixed media as well. by niruiyu · 14 years ago
  23. 4bb5fd6 Add more status code in drivers. by li-elvin · 14 years ago
  24. d88f86f Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupported call back type. by ydong10 · 14 years ago
  25. e812318 Update PS/2 keyboard driver to return scan code for Pause key. by vanjeff · 14 years ago
  26. 4784d66 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  27. abfbafd Remove disabling keyboard/auxiliary interface in Driver Binding Protocol.Stop() of Ps2KeyboardDxe/Ps2MouseDxe/Ps2MouseAbsolutePointer driver so that PS/2 keyboard and mouse can be used with legacy option ROMs after all EFI drivers have been disconnected. by li-elvin · 14 years ago
  28. 5d7ca12 Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the Buffer/BufferSize/Lba is invalid so that caller can probe the media status easier. by niruiyu · 14 years ago
  29. d394581 The hotkey callback in BDS module should defer loading the boot option until the TPL drops to TPL_APPLICATION after the keyboard driver is enhanced to call hotkey callback in timer handler whose TPL is higher than TPL_APPLICATION. by niruiyu · 14 years ago
  30. c220787 Fix the PS2 keyboard driver to call hotkey callback even no one is calling ReadKeyStroke by niruiyu · 14 years ago
  31. b70a580 Add assertion check for TmpString against NULL. by niruiyu · 14 years ago
  32. 2fde83b > When GetHealthStatus() returns NULL FormHiiHandle, DeviceManager shouldn't call SendForm to show the configuration form. by niruiyu · 14 years ago
  33. be1b161 Update inf file to follow spec. by ydong10 · 14 years ago
  34. d9a743c Enhance inf to follow spec. by ydong10 · 14 years ago
  35. 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
  36. 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
  37. 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
  38. 8e491a8 Enhance BMM to support changing FlowControl setting in Front Page. by ydong10 · 14 years ago
  39. 7373d15 Add the missing up/down arrow in UNI string. by lgao4 · 14 years ago
  40. d6bf79a Add assertion after memory allocation. by niruiyu · 14 years ago
  41. be88744 Add back the BdsDeleteBootOption to pass build. by niruiyu · 14 years ago
  42. 22d1f97 BDS enhancement: enumerate & show all legacy boot options in Boot Manager so that user is able to boot any devices in the same type in Boot Manager without changing the legacy dev order. by niruiyu · 14 years ago
  43. b452ca8 Enhance BDS to support Boot/Driver option whose option number >= 0xFF. by niruiyu · 14 years ago
  44. 2183cf2 Fix ICC9 compiler failure by niruiyu · 14 years ago
  45. b1620d0 Fix the bug that duplicate HDD is shown in the BMM. by niruiyu · 14 years ago
  46. 8c71629 in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed. by erictian · 14 years ago
  47. ee68620 Use REPORT_STATUS_CODExxx() macros directly. by mdkinney · 14 years ago
  48. 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
  49. 7389fdd Add support for BootOption with USB Class or USB WWID device path node. by xdu2 · 14 years ago
  50. 638dffa Revert patch 11146 about file guid. by ydong10 · 14 years ago
  51. 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
  52. 20e7314 Update inappropriate comments. by ydong10 · 14 years ago
  53. 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
  54. d046087 fix potential memory access violation by ydong10 · 14 years ago
  55. d3b4af2 fix build error on ICC compile. by ydong10 · 14 years ago
  56. e519401 Enhance IdeBusDxe to check the class code for IDE mode only. by lzeng14 · 14 years ago
  57. 5091b47 Change the file guid value to avoid conflict as another file. by ydong10 · 14 years ago
  58. 3c4b112 [BDS] Device Manager was requested to add more sub-level menu about network device. by ydong10 · 14 years ago
  59. d860010 Fix the bug that <continue> may not boot the first boot option but return back to front page. by niruiyu · 14 years ago
  60. b4c9005 First try to get log time at TPL level <= TPL_CALLBACK, then fill time into DataHub. by lgao4 · 14 years ago
  61. 0fa3ac1 Fix the checking logic for the boot option enumeration. by niruiyu · 14 years ago
  62. 1134ead Reduce DataHub TPL Level to TPL_CALLBACK, because DataHub uses GetTime() service that must be called <= TPL_CALLBACK. by lgao4 · 14 years ago
  63. 8185265 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
  64. 7caf72a Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
  65. 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
  66. fefefa4 Remove unnecessary mBdsImageHandle. by niruiyu · 14 years ago
  67. 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
  68. 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
  69. b61bb3b Add the missing EFIAPI for StatusCode handler. by lgao4 · 14 years ago
  70. 7bee5a7 Add additional reset when Memory Type Information settings change. by niruiyu · 14 years ago
  71. dd9a7d5 Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER module types by mdkinney · 14 years ago
  72. 2ca7eca Fix a bug in GetOptionalStringByIndex() that doesn't handle the case when Index == 0. by niruiyu · 14 years ago
  73. f6aa9c1 Fix GCC build failure by niruiyu · 14 years ago
  74. 558be45 Check in the IsaIoDxe device driver that consumes EFI_SIO_PROTOCOL to produce EFI_ISA_IO_PROTOCOL. by niruiyu · 14 years ago
  75. 28a9411 Add datahub status sode handler driver. by xli24 · 14 years ago
  76. 13314ba Add explicit type cast to suppress possible warning of precession loss. by xli24 · 14 years ago
  77. 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
  78. 10c9a2e Add NULL pointer checking against Data. by xli24 · 14 years ago
  79. 5d4a0db Handle gEfiStatusCodeDataTypeStringGuid in status code drivers. by xli24 · 14 years ago
  80. ab58ce1 Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction guided protocol doesn’t exist. by lgao4 · 14 years ago
  81. 7119d96 Fix bug that cursor position will change when enter newly registered HII Form after ConnectAll() in DeviceManager. by xdu2 · 14 years ago
  82. 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
  83. 7f97c9b Use ASSERT to check the expression. by lgao4 · 15 years ago
  84. 445b357 roll back last check-in. by vanjeff · 15 years ago
  85. 7df41b1 by vanjeff · 15 years ago
  86. 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
  87. c6498c1 Fix the issue that ASSERT() at line 1391 incorrectly asserts when order list variable is empty. by xli24 · 15 years ago
  88. 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
  89. 4515103 remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib. by niruiyu · 15 years ago
  90. 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
  91. ce5fad4 For BdsDxe module, by xli24 · 15 years ago
  92. 4fb411f Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
  93. 8f64277 Fix ICC 11.1 build error by mdkinney · 15 years ago
  94. 180a5a3 Update the copyright notice format by hhtian · 15 years ago
  95. 5efb913 Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type section data. by niruiyu · 15 years ago
  96. 69c3ab9 Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState value. by erictian · 15 years ago
  97. 2db3d86 Fix minor coding style issue. by qhuang8 · 15 years ago
  98. bf19b44 Fix ICC build failure. by niruiyu · 15 years ago
  99. 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
  100. 0095877 Not maintained. by hhtian · 15 years ago