- 201d2d2 IntelFrameworkModulePkg GenericBdsLib: Do not assume perf entry count has no change by Star Zeng · 9 years ago
- c91c8ba IntelFrameworkModulePkg: Ad the missing module UNI files. by Liming Gao · 9 years ago
- 3d4d813 IntelFrameworkModulePkg: Fix mixed Dos and Linux end of line format issue. by Eric Dong · 9 years ago
- 1b30c2e Fixed build error for VS2008 toolchain. by Eric Dong · 9 years ago
- fa6c39d IntelFrameworkModulePkg:Refine the code in LegacyBootMaintUiLib by Dandan Bi · 9 years ago
- 67b55c9 LegacyBootMaintUi: Update copyright info, cover old code existed in old BdsDxe driver. by Eric Dong · 9 years ago
- 8ca1489 IntelFrameworkModulePkg:Refine the code comments in LegacyBootMaintUiLib by Dandan Bi · 9 years ago
- 3af6a17 Fixed GCC49 build fail issue. by Eric Dong · 9 years ago
- e5632f3 Fixed GCC tool chain build fail. by Eric Dong · 9 years ago
- 5a673ab Legacy Boot Maintenance UI part code split from IntelFrameworkModulePkg/Universal/BdsDxe driver. by Eric Dong · 9 years ago
- 1999fb3 IntelFrameworkModulePkg: GenericBdsLib: set Status before use by Laszlo Ersek · 9 years ago
- 155f9d4 IntelFrameworkModulePkg/GenericBdsLib: remove AcpiS3->S3Save() call by Ard Biesheuvel · 9 years ago
- 885c306 IntelFrameworkModulePkg GenericBdsLib: Potential read over memory boudary by Hao Wu · 10 years ago
- cce5097 IntelFrameworkModulePkg GenericBdsLib: Resolve array size mismatch by Hao Wu · 10 years ago
- d5cbc27 IntelFrameworkModulePkg PeiDxeDebugLib: Use safe string functions by Hao Wu · 10 years ago
- ed6d22e IntelFrameworkModulePkg GenericBdsLib: Use safe string functions by Hao Wu · 10 years ago
- 94e3eee IntelFrameworkModulePkg: Add %u and %lu support for DebugLib. by Qiu Shumin · 10 years ago
- 9e3f171 IntelFrameworkModulePkg: Add LegacyBootManagerLib. by Ruiyu Ni · 10 years ago
- c8a2836 IntelFrameworkModulePkg: Put report status code after event was signaled per PI spec. by Elvin Li · 10 years ago
- 584ea2c IntelFrameworkModulePkg: Move LzmaDecompress GUID by Liming Gao · 10 years ago
- 4569c9e IntelFrameworkModulePkg: Cleanup PeiDxeDebugLibReportStatusCode by Liming Gao · 10 years ago
- 207f047 IntelFrameworkModulePkg: Fix typo. by Shumin Qiu · 10 years ago
- 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