1. 1b5592b Check the pointer before use it. by ydong10 · 13 years ago
  2. 13d4af6 IntelFrameworkModulePkg: Add AcpiS3SaveDxe driver by jljusten · 13 years ago
  3. 8a96515 IntelFrameworkModulePkg: Add AcpiSupportDxe driver by jljusten · 13 years ago
  4. c2d9a4d Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. by niruiyu · 14 years ago
  5. f6bd066 Refine code to follow coding style. by ydong10 · 14 years ago
  6. d88f86f Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupported call back type. by ydong10 · 14 years ago
  7. 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
  8. b70a580 Add assertion check for TmpString against NULL. by niruiyu · 14 years ago
  9. 2fde83b > When GetHealthStatus() returns NULL FormHiiHandle, DeviceManager shouldn't call SendForm to show the configuration form. by niruiyu · 14 years ago
  10. be1b161 Update inf file to follow spec. by ydong10 · 14 years ago
  11. d9a743c Enhance inf to follow spec. by ydong10 · 14 years ago
  12. 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
  13. 8e491a8 Enhance BMM to support changing FlowControl setting in Front Page. by ydong10 · 14 years ago
  14. 7373d15 Add the missing up/down arrow in UNI string. by lgao4 · 14 years ago
  15. d6bf79a Add assertion after memory allocation. by niruiyu · 14 years ago
  16. be88744 Add back the BdsDeleteBootOption to pass build. by niruiyu · 14 years ago
  17. 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
  18. b452ca8 Enhance BDS to support Boot/Driver option whose option number >= 0xFF. by niruiyu · 14 years ago
  19. 2183cf2 Fix ICC9 compiler failure by niruiyu · 14 years ago
  20. b1620d0 Fix the bug that duplicate HDD is shown in the BMM. by niruiyu · 14 years ago
  21. 20e7314 Update inappropriate comments. by ydong10 · 14 years ago
  22. d046087 fix potential memory access violation by ydong10 · 14 years ago
  23. d3b4af2 fix build error on ICC compile. by ydong10 · 14 years ago
  24. 3c4b112 [BDS] Device Manager was requested to add more sub-level menu about network device. by ydong10 · 14 years ago
  25. d860010 Fix the bug that <continue> may not boot the first boot option but return back to front page. by niruiyu · 14 years ago
  26. b4c9005 First try to get log time at TPL level <= TPL_CALLBACK, then fill time into DataHub. by lgao4 · 14 years ago
  27. 1134ead Reduce DataHub TPL Level to TPL_CALLBACK, because DataHub uses GetTime() service that must be called <= TPL_CALLBACK. by lgao4 · 14 years ago
  28. fefefa4 Remove unnecessary mBdsImageHandle. by niruiyu · 14 years ago
  29. 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
  30. 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
  31. b61bb3b Add the missing EFIAPI for StatusCode handler. by lgao4 · 14 years ago
  32. 2ca7eca Fix a bug in GetOptionalStringByIndex() that doesn't handle the case when Index == 0. 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. 10c9a2e Add NULL pointer checking against Data. by xli24 · 14 years ago
  36. 5d4a0db Handle gEfiStatusCodeDataTypeStringGuid in status code drivers. by xli24 · 14 years ago
  37. ab58ce1 Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction guided protocol doesn’t exist. by lgao4 · 14 years ago
  38. 7119d96 Fix bug that cursor position will change when enter newly registered HII Form after ConnectAll() in DeviceManager. by xdu2 · 14 years ago
  39. c945216 Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set to TRUE or PcdStatusCodeUseDataHub is set to TRUE. by lgao4 · 15 years ago
  40. 7f97c9b Use ASSERT to check the expression. by lgao4 · 15 years ago
  41. 445b357 roll back last check-in. by vanjeff · 15 years ago
  42. 7df41b1 by vanjeff · 15 years ago
  43. c6498c1 Fix the issue that ASSERT() at line 1391 incorrectly asserts when order list variable is empty. by xli24 · 15 years ago
  44. 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
  45. ce5fad4 For BdsDxe module, by xli24 · 15 years ago
  46. 180a5a3 Update the copyright notice format by hhtian · 15 years ago
  47. 5efb913 Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type section data. by niruiyu · 15 years ago
  48. 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
  49. 8df1634 Don't create a dummy string with new language. by lgao4 · 15 years ago
  50. 59aefb7 Update HiiConfigAccess.ExtractConfig interface to support NULL request string and ConfigHdr request string. by lgao4 · 15 years ago
  51. 03b8583 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  52. a15553c Remove <b></b> from File header. by lgao4 · 15 years ago
  53. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  54. 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
  55. 5e24f37 Fix ICC build break by qhuang8 · 15 years ago
  56. 32e9da0 Fix the bug that the wrong classguid is compared. by lgao4 · 15 years ago
  57. 55a503b Minor code refinement. by xli24 · 15 years ago
  58. 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
  59. 9aa7ba0 Update BDS boot option description string to use UNI file string in GenericBdsLib for localization. by gikidy · 15 years ago
  60. 6b9ddb4 Fix ICC build break by qhuang8 · 15 years ago
  61. 7a7f916 Clean up file header comments to match CPU I/O Protocol .h file. by mdkinney · 15 years ago
  62. 806bf4f Add generic module that produces the Framework CPU I/O Protocol using the services from the MdePkg IoLib by mdkinney · 15 years ago
  63. 7e28c19 add france language support on DeviceManager of BDS. by eric_tian · 15 years ago
  64. a5c3c54 Fix Boot Option appear twice while add a new boot option in some specific steps. by gikidy · 15 years ago
  65. 0c16f34 Minor code enhancement. by xli24 · 15 years ago
  66. 1ace000 Minor code enhancement. by xli24 · 15 years ago
  67. 7516c41 Correct copyright year to 2010 by lgao4 · 15 years ago
  68. 8e8ae2d Minor code enhancement. by xli24 · 15 years ago
  69. af03df8 IntelFrameworkModulePkg: SerialStatusCode output was incorrect by jljusten · 15 years ago
  70. 807765a Correct help information for Delete Boot option and Change boot option. by lgao4 · 15 years ago
  71. 6237bf0 Move Status Code Handler modules for PI implementation to MdeModulePkg by xli24 · 15 years ago
  72. f979eec Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  73. ce00a23 PI 1.1 SMM Feature Check-in by davidhuang · 15 years ago
  74. 8861fc7 Add missing EFIAPI instances on several functions. by jljusten · 15 years ago
  75. 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
  76. 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
  77. 6191043 Add the missing HiiVendor DevicePath for new added DriverHealth Form. by lgao4 · 15 years ago
  78. bd2057a Refine code make callback logic same with frontPage. by gikidy · 15 years ago
  79. e567221 Remove unnecessary reference to CPU I/O Protocol. by xli24 · 15 years ago
  80. baf46e7 Fix some typos & format. by gikidy · 15 years ago
  81. ab4da12 Driver health management implementation in BDS based on UEFI Specification 2.3. by gikidy · 15 years ago
  82. 6cfbf7a 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  83. 25126a0 Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. by xli24 · 15 years ago
  84. 019dfb9 updated BDS to get capsule information from UEFI capsule HOB instead of CAPSULE_HOB_INFO(one GUIDed HOB). by vanjeff · 15 years ago
  85. 326f071 Allocated one buffer to for option->description, since it may be released by BdsLibBootViaBootOption(). by vanjeff · 15 years ago
  86. a19ad64 Correct the patch in r9367. by xdu2 · 15 years ago
  87. 6953331 set filename with device path for load file devices. by vanjeff · 15 years ago
  88. 9ecbc65 Fix a UI hang bug when adding Boot Option or Driver Option. by xdu2 · 15 years ago
  89. 689b2d7 clean up non-English characters. by vanjeff · 15 years ago
  90. 1910fba clean up non-English characters. by vanjeff · 15 years ago
  91. 33bb632 Update BdsDxe to use HiiLib and UefiHiiServicesLib APIs to eliminate the symbol collision. by qhuang8 · 15 years ago
  92. b55f8b0 1. Correct Col * Row string 2. Add error handle for no data hub system. by lgao4 · 15 years ago
  93. 7d1aa70 update include file to use IndustryStandard/Pci.h by eric_tian · 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. 19bf20e Clean up code by lgao4 · 15 years ago
  97. 7edfacb Fix build broken issue for ICC 9.0 by klu2 · 16 years ago
  98. 5caec78 Fix bug that some boot option can *not* be displayed correct in boot manager and boot maintain manager. by klu2 · 16 years ago
  99. 128efbb Clean up PERF macro usage. The macros were being used with 0 as the first parameter. This parameter is actually a void*. All of these instances were corrected to use NULL as the first parameter. by darylm503 · 16 years ago
  100. a798a78 ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago