- 30aba8d IntelFrameworkModulePkg: Update PeiDxeDebugLibReportStatusCode library by Liming Gao · 10 years ago
- d8bf346 Refine the format of GUID in INF files for IntelFrameworkModulePkg. by Shumin Qiu · 10 years ago
- 32d258b Remove unnecessary RT attribute from LegacyDevOrder variable. by Ruiyu Ni · 10 years ago
- 544ccd1 Removes dead code from the PlatformBdsLibNull,leaving this unused code might confuse the user. by Olivier Martin · 10 years ago
- 46dd588 IntelFrameworkModulePkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
- 9fbebd8 IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
- f9841f0 IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
- f95e6f6 IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanlde” by Eric Dong · 10 years ago
- 1a45b15 Add type cast on variable before operation. by Jeff Fan · 10 years ago
- 46737a6 IntelFrameworkModulePkg BdsLib: Fix potential memory leak when calling BdsLibGetVariableAndSize by Chen Fan · 10 years ago
- 673c893 Fix one memory leak. by Eric Dong · 10 years ago
- 5a18908 Refine code to make it more safely. by Eric Dong · 11 years ago
- 45295cf Refine code to make it more safely. by Eric Dong · 11 years ago
- 7d84fbb Do not create boot option for logical block io device. by Ruiyu Ni · 11 years ago
- 277fe9a Create boot option for all block IO devices no matter what the device path looks like. by Ruiyu Ni · 11 years ago
- f3fc9d8 Remove the RT attribute for HDDP variable and validate the variable content before using it. by Ruiyu Ni · 11 years ago
- 1187b10 Early return when the "BootOrder" variable doesn't exist to avoid SetVariable() return EFI_NOT_FOUND. by Ruiyu Ni · 11 years ago
- c4571f0 Add check to avoid null pointer deference. by Ruiyu Ni · 11 years ago
- 69fc8f0 Report the setting variable failure to platform through the status code when core cannot handle the error. by Ruiyu Ni · 11 years ago
- e609aef Do not reset system when the MemoryTypeInformation variable cannot be written. by Ruiyu Ni · 11 years ago
- 09363ec Fix wrong parameter usage in GenericBdsLibConstructor by czhang46 · 11 years ago
- 5f72732 Fix DxeCapsuleLib build failure by czhang46 · 11 years ago
- 566771b Enable UEFI firmware to support FMP capsule format. by czhang46 · 11 years ago
- e5a9b63 Fix the BdsExpandPartitionPartialDevicePathToFull() hang issue by duplicates BlockIoDevicePath when the CachedDevicePath returned from BdsLibDelPartMatchInstance() is NULL. by Ruiyu Ni · 11 years ago
- 863986b Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. by Ruiyu Ni · 11 years ago
- f6c0731 Move the memory allocation and variable set to BdsEntry, use VariableLock protocol to lock the L”PerfDataMemAddr” variable and prevent malware to update it. by lzeng14 · 12 years ago
- 37406c3 Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnectDevicePath() to only call gDS->Dispatch() when the current TPL is TPL_APPLICATION by niruiyu · 12 years ago
- b5ded3c BMP file may has padding data between the bmp header section and the bmp data section, but current code logic not consider this case, so the check is not valid for some bmp file. Refine the logic for this case. by ydong10 · 12 years ago
- cb38c32 Add missing status code in several modules. by li-elvin · 12 years ago
- 3999f1f Reset system only when the pre-allocated memory is more than 1.5 of needed memory and boot mode is BOOT_WITH_DEFAULT_SETTING, or less than the needed memory. by niruiyu · 12 years ago
- 641b4a4 Set mode 0 (80x25) when Consplitter does not exist. by li-elvin · 12 years ago
- bc79c73 Fix the issue that consplitter should not touch ConIn variable & do ConIn connection by czhang46 · 12 years ago
- aaee3a9 Fix memory leak by ydong10 · 12 years ago
- 18cf395 Add 2 new Bds features by czhang46 · 12 years ago
- 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