1. 6e7ba5e Refine the message for Reset request. by ydong10 · 13 years ago
  2. 63588e6 Update the logic to force user to reset when change configuration which need to reset. by ydong10 · 13 years ago
  3. 26c0ba7 Align the perf data between FPDT and DP. by lzeng14 · 13 years ago
  4. 856d643 Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of AsciiStrnCpy() to copy ASCII string to save size. by lgao4 · 13 years ago
  5. 2d1f3dd Fix memory leak issues. by niruiyu · 13 years ago
  6. 16e5944 Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib doesn't depend on the BdsDxe implementation. by niruiyu · 13 years ago
  7. f01b91a Fixed build failed. by ydong10 · 13 years ago
  8. bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
  9. 97627ad Fix build failed by ydong10 · 13 years ago
  10. 3e86707 Refine logic about validate boot option. by ydong10 · 13 years ago
  11. ea1b39e Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSERT message if ASSERT message is too big. by lgao4 · 13 years ago
  12. bf0712a Clean ParentHandle field when image is loaded directly from the firmware's boot manager. by ydong10 · 13 years ago
  13. 7c9fbd7 Fix memory leak issues. by ydong10 · 13 years ago
  14. 8c08a56 Add code to check boot option variable before use it by ydong10 · 13 years ago
  15. a46c365 Add more check for the bmp file to avoid access violation. by ydong10 · 13 years ago
  16. c1e2752 When transfer from Unicode to hex number, current code only consider the 0-9 case, not include the A-F case, now update code to consider all. by ydong10 · 13 years ago
  17. 2df686c Add BootlogoOnly feature in BDS for BGRT by czhang46 · 13 years ago
  18. 0dac421 Fix VS X64 Compiler Failure Signed-off-by: Liming Gao <liming.gao@intel.com> by lgao4 · 13 years ago
  19. 5aab2d5 Add LzmaArchCustomDecompressLib library instance, which supports for X86 (IA32/X64) optimized decompression. It can provide the improved compression for IA32 and X64 architecture code. by lgao4 · 13 years ago
  20. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  21. 5f595f1 Update copyright. Signed-off-by: ydong10 by ydong10 · 13 years ago
  22. b16cc38 Add check when get boot option variable to avoid system hang. by ydong10 · 13 years ago
  23. a661e27 Update code to pass build on VS2008 with /Od compiler option. by lgao4 · 13 years ago
  24. 72861c2 Introduce video resolution and text mode PCDs for BIOS setup in BDS module. User can use these PCDs to customize video resolution and text mode for setup when launching BIOS setup. by li-elvin · 13 years ago
  25. 6ba8465 IntelFrameworkModulePkg-GenericBdsLib: Add type cast for conversion from INTN to UINTN. by xdu2 · 13 years ago
  26. a637802 IntelFrameworkModulePkg: Update GenericBdsLib to use BootLogo protocol to report logo information after logo is drawn to screen; update BdsDxe to notify logo is corrupted when user is going to enter setup. by xdu2 · 13 years ago
  27. 30f001c Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiFirmwareFile.h. by lzeng14 · 13 years ago
  28. bf85c82 Fix BDS bug to signal ReadyToBoot event before loading the boot option. by niruiyu · 13 years ago
  29. e24fc10 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  30. cf7958f IntelFrameworkModulePkg: Add DxeCapsuleLib by jljusten · 13 years ago
  31. 79b7a6a IntelFrameworkModulePkg/GenericBdsLib: update GenericBdsLib to report status code for OS Loader Load and OS Loader Start. by xdu2 · 13 years ago
  32. ef94958 Raise TPL to prevent the BlockIo instance for USB device is removed during the locating the instance and using it. by niruiyu · 13 years ago
  33. 3c28a72 Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. by lgao4 · 13 years ago
  34. a97a859 Enhance BDS to avoid the additional reset when the platform pre-allocated memory is large enough. by niruiyu · 14 years ago
  35. 889a4bc Fix the BDS to show UEFI hard drive boot option as "EFI Hard Drive" instead of "EFI DVD/CDROM" by niruiyu · 14 years ago
  36. 9972247 Add the support for Boot Option with all 0xff USB class Device Path. by qianouyang · 14 years ago
  37. 5817d50 IntelFrameworkModulePkg: Fix clang compielr warning. by andrewfish · 14 years ago
  38. f6079c7 IntelFrameworkModulePkg GenericBdsLib: Remove unwanted assert condition by jljusten · 14 years ago
  39. 63b3061 Add return status check for SetVariable. by niruiyu · 14 years ago
  40. 701e17e Update the comments to describe the purpose of Removable array. by niruiyu · 14 years ago
  41. 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
  42. be1b161 Update inf file to follow spec. by ydong10 · 14 years ago
  43. d9a743c Enhance inf to follow spec. by ydong10 · 14 years ago
  44. 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
  45. 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
  46. 8c71629 in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed. by erictian · 14 years ago
  47. 7389fdd Add support for BootOption with USB Class or USB WWID device path node. by xdu2 · 14 years ago
  48. 638dffa Revert patch 11146 about file guid. by ydong10 · 14 years ago
  49. 5091b47 Change the file guid value to avoid conflict as another file. by ydong10 · 14 years ago
  50. 0fa3ac1 Fix the checking logic for the boot option enumeration. by niruiyu · 14 years ago
  51. 8185265 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
  52. 7caf72a Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
  53. 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
  54. fefefa4 Remove unnecessary mBdsImageHandle. by niruiyu · 14 years ago
  55. 7bee5a7 Add additional reset when Memory Type Information settings change. by niruiyu · 14 years ago
  56. dd9a7d5 Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER module types by mdkinney · 14 years ago
  57. 13314ba Add explicit type cast to suppress possible warning of precession loss. by xli24 · 14 years ago
  58. 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
  59. 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
  60. 4515103 remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib. by niruiyu · 15 years ago
  61. 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
  62. 8f64277 Fix ICC 11.1 build error by mdkinney · 15 years ago
  63. 180a5a3 Update the copyright notice format by hhtian · 15 years ago
  64. 667ffa3 Fixed the build issue which is caused by movement of S3Resume.h is moved from MdePkg to IntelFrameworkPkg. by jchen20 · 15 years ago
  65. 03b8583 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  66. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  67. e74f510 To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for removable media boot. by niruiyu · 15 years ago
  68. 19796be Leverages SMM Status Code Protocol, instead of OemHookStatusCodeLib. by xli24 · 15 years ago
  69. 07341a3 Assume Tick value 1 as the beginning time of boot. by jgong5 · 15 years ago
  70. b5a144e Performance.c in GenericBdsLib is updated not to filter log entries that don’t contain DXE handles. by jgong5 · 15 years ago
  71. 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
  72. 337661b Add BdsLibUserIdentify API in GenericBdsLib by gdong1 · 15 years ago
  73. 9aa7ba0 Update BDS boot option description string to use UNI file string in GenericBdsLib for localization. by gikidy · 15 years ago
  74. 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
  75. a7a523e 1.Change the behavior of BdsBoot, to enumerate Boot Options by EfiLoadFileProtocol, other than EfiManagedNetworkServiceBindingProtocol. by tye1 · 15 years ago
  76. cd730ec Minor code enhancement. by gikidy · 15 years ago
  77. da166a5 Minor code enhancement. by xli24 · 15 years ago
  78. 1ace000 Minor code enhancement. by xli24 · 15 years ago
  79. 8e8ae2d Minor code enhancement. by xli24 · 15 years ago
  80. 75a635a Minor code enhancement. by xli24 · 15 years ago
  81. 76bc52e Fix build break by mdkinney · 15 years ago
  82. 090d308 IntelFrameworkModulePkg LZMA: Support running LZMA from flash/rom by jljusten · 15 years ago
  83. ff482c5 Update GenericBdsLib to support BootOption for VLAN device. by xdu2 · 15 years ago
  84. 9971c1b Remove OemHookStatusCodeLibNull from IntelFrameworkModulePkg. by xli24 · 15 years ago
  85. d42aba9 Move non-framework status code library instances to MdeModulePkg. by xli24 · 15 years ago
  86. 253a88e Remove unnecessary dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  87. 3e31f1f Remove unnecessary dependency on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  88. f979eec Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  89. a115836 update file/function comments to list the string length limitation. by eric_tian · 15 years ago
  90. ce00a23 PI 1.1 SMM Feature Check-in by davidhuang · 15 years ago
  91. 261835c Don't need call SAP measure GPT table, which can be covered in SAP implementation. by lgao4 · 15 years ago
  92. 14e436f Correct LzmaCustomDecompressLib to produce NULL library class. by lgao4 · 15 years ago
  93. 8f97f91 1. Add UEFI 2.2 VLAN device path definition to MdePkg by xdu2 · 15 years ago
  94. 3d747a8 Refactor the code logic to reduce code size for debug tip. by qhuang8 · 15 years ago
  95. ab8cc80 Beatify the debug string for displaying boot device when boot EFI device path. by klu2 · 15 years ago
  96. 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
  97. 02c9c47 1. Log performance data below 4G by qhuang8 · 15 years ago
  98. cd6a3b1 Add performance logging on EFI boot path by qhuang8 · 15 years ago
  99. 0fac539 recalculate the total size of format string printed by DebugPrint(). by eric_tian · 15 years ago
  100. 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