- 6e7ba5e Refine the message for Reset request. by ydong10 · 13 years ago
- 63588e6 Update the logic to force user to reset when change configuration which need to reset. by ydong10 · 13 years ago
- 26c0ba7 Align the perf data between FPDT and DP. by lzeng14 · 13 years ago
- 856d643 Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of AsciiStrnCpy() to copy ASCII string to save size. by lgao4 · 13 years ago
- 2d1f3dd Fix memory leak issues. by niruiyu · 13 years ago
- 16e5944 Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib doesn't depend on the BdsDxe implementation. by niruiyu · 13 years ago
- f01b91a Fixed build failed. by ydong10 · 13 years ago
- bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
- 97627ad Fix build failed by ydong10 · 13 years ago
- 3e86707 Refine logic about validate boot option. by ydong10 · 13 years ago
- ea1b39e Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSERT message if ASSERT message is too big. by lgao4 · 13 years ago
- bf0712a Clean ParentHandle field when image is loaded directly from the firmware's boot manager. by ydong10 · 13 years ago
- 7c9fbd7 Fix memory leak issues. by ydong10 · 13 years ago
- 8c08a56 Add code to check boot option variable before use it by ydong10 · 13 years ago
- a46c365 Add more check for the bmp file to avoid access violation. by ydong10 · 13 years ago
- 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
- 2df686c Add BootlogoOnly feature in BDS for BGRT by czhang46 · 13 years ago
- 0dac421 Fix VS X64 Compiler Failure Signed-off-by: Liming Gao <liming.gao@intel.com> by lgao4 · 13 years ago
- 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
- 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
- 5f595f1 Update copyright. Signed-off-by: ydong10 by ydong10 · 13 years ago
- b16cc38 Add check when get boot option variable to avoid system hang. by ydong10 · 13 years ago
- a661e27 Update code to pass build on VS2008 with /Od compiler option. by lgao4 · 13 years ago
- 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
- 6ba8465 IntelFrameworkModulePkg-GenericBdsLib: Add type cast for conversion from INTN to UINTN. by xdu2 · 13 years ago
- 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
- 30f001c Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiFirmwareFile.h. by lzeng14 · 13 years ago
- bf85c82 Fix BDS bug to signal ReadyToBoot event before loading the boot option. by niruiyu · 13 years ago
- e24fc10 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
- cf7958f IntelFrameworkModulePkg: Add DxeCapsuleLib by jljusten · 13 years ago
- 79b7a6a IntelFrameworkModulePkg/GenericBdsLib: update GenericBdsLib to report status code for OS Loader Load and OS Loader Start. by xdu2 · 13 years ago
- 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
- 3c28a72 Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. by lgao4 · 13 years ago
- a97a859 Enhance BDS to avoid the additional reset when the platform pre-allocated memory is large enough. by niruiyu · 14 years ago
- 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
- 9972247 Add the support for Boot Option with all 0xff USB class Device Path. by qianouyang · 14 years ago
- 5817d50 IntelFrameworkModulePkg: Fix clang compielr warning. by andrewfish · 14 years ago
- f6079c7 IntelFrameworkModulePkg GenericBdsLib: Remove unwanted assert condition by jljusten · 14 years ago
- 63b3061 Add return status check for SetVariable. by niruiyu · 14 years ago
- 701e17e Update the comments to describe the purpose of Removable array. by niruiyu · 14 years ago
- 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
- be1b161 Update inf file to follow spec. by ydong10 · 14 years ago
- d9a743c Enhance inf to follow spec. by ydong10 · 14 years ago
- 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
- 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
- 8c71629 in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed. by erictian · 14 years ago
- 7389fdd Add support for BootOption with USB Class or USB WWID device path node. by xdu2 · 14 years ago
- 638dffa Revert patch 11146 about file guid. by ydong10 · 14 years ago
- 5091b47 Change the file guid value to avoid conflict as another file. by ydong10 · 14 years ago
- 0fa3ac1 Fix the checking logic for the boot option enumeration. by niruiyu · 14 years ago
- 8185265 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
- 7caf72a Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
- 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
- fefefa4 Remove unnecessary mBdsImageHandle. by niruiyu · 14 years ago
- 7bee5a7 Add additional reset when Memory Type Information settings change. by niruiyu · 14 years ago
- dd9a7d5 Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER module types by mdkinney · 14 years ago
- 13314ba Add explicit type cast to suppress possible warning of precession loss. by xli24 · 14 years ago
- 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
- 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
- 4515103 remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib. by niruiyu · 15 years ago
- 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
- 8f64277 Fix ICC 11.1 build error by mdkinney · 15 years ago
- 180a5a3 Update the copyright notice format by hhtian · 15 years ago
- 667ffa3 Fixed the build issue which is caused by movement of S3Resume.h is moved from MdePkg to IntelFrameworkPkg. by jchen20 · 15 years ago
- 03b8583 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
- e74f510 To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for removable media boot. by niruiyu · 15 years ago
- 19796be Leverages SMM Status Code Protocol, instead of OemHookStatusCodeLib. by xli24 · 15 years ago
- 07341a3 Assume Tick value 1 as the beginning time of boot. by jgong5 · 15 years ago
- b5a144e Performance.c in GenericBdsLib is updated not to filter log entries that don’t contain DXE handles. by jgong5 · 15 years ago
- 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
- 337661b Add BdsLibUserIdentify API in GenericBdsLib by gdong1 · 15 years ago
- 9aa7ba0 Update BDS boot option description string to use UNI file string in GenericBdsLib for localization. by gikidy · 15 years ago
- 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
- a7a523e 1.Change the behavior of BdsBoot, to enumerate Boot Options by EfiLoadFileProtocol, other than EfiManagedNetworkServiceBindingProtocol. by tye1 · 15 years ago
- cd730ec Minor code enhancement. by gikidy · 15 years ago
- da166a5 Minor code enhancement. by xli24 · 15 years ago
- 1ace000 Minor code enhancement. by xli24 · 15 years ago
- 8e8ae2d Minor code enhancement. by xli24 · 15 years ago
- 75a635a Minor code enhancement. by xli24 · 15 years ago
- 76bc52e Fix build break by mdkinney · 15 years ago
- 090d308 IntelFrameworkModulePkg LZMA: Support running LZMA from flash/rom by jljusten · 15 years ago
- ff482c5 Update GenericBdsLib to support BootOption for VLAN device. by xdu2 · 15 years ago
- 9971c1b Remove OemHookStatusCodeLibNull from IntelFrameworkModulePkg. by xli24 · 15 years ago
- d42aba9 Move non-framework status code library instances to MdeModulePkg. by xli24 · 15 years ago
- 253a88e Remove unnecessary dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
- 3e31f1f Remove unnecessary dependency on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
- f979eec Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
- a115836 update file/function comments to list the string length limitation. by eric_tian · 15 years ago
- ce00a23 PI 1.1 SMM Feature Check-in by davidhuang · 15 years ago
- 261835c Don't need call SAP measure GPT table, which can be covered in SAP implementation. by lgao4 · 15 years ago
- 14e436f Correct LzmaCustomDecompressLib to produce NULL library class. by lgao4 · 15 years ago
- 8f97f91 1. Add UEFI 2.2 VLAN device path definition to MdePkg by xdu2 · 15 years ago
- 3d747a8 Refactor the code logic to reduce code size for debug tip. by qhuang8 · 15 years ago
- ab8cc80 Beatify the debug string for displaying boot device when boot EFI device path. by klu2 · 15 years ago
- 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
- 02c9c47 1. Log performance data below 4G by qhuang8 · 15 years ago
- cd6a3b1 Add performance logging on EFI boot path by qhuang8 · 15 years ago
- 0fac539 recalculate the total size of format string printed by DebugPrint(). by eric_tian · 15 years ago
- 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