summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Library/GenericBdsLib
Commit message (Expand)AuthorAgeFilesLines
* Fix the BdsExpandPartitionPartialDevicePathToFull() hang issue by duplicates ...Ruiyu Ni2013-09-261-6/+5
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-263-1556/+3
* Move the memory allocation and variable set to BdsEntry, use VariableLock pro...lzeng142013-05-233-56/+21
* Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnec...niruiyu2013-03-193-193/+89
* BMP file may has padding data between the bmp header section and the bmp data...ydong102013-02-211-2/+5
* Add missing status code in several modules.li-elvin2012-10-301-32/+39
* Reset system only when the pre-allocated memory is more than 1.5 of needed me...niruiyu2012-09-271-8/+7
* Set mode 0 (80x25) when Consplitter does not exist. li-elvin2012-09-041-0/+10
* Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang462012-08-173-83/+202
* Fix memory leakydong102012-08-091-0/+4
* Add 2 new Bds featuresczhang462012-07-301-0/+69
* Refine the message for Reset request.ydong102012-07-061-1/+1
* Update the logic to force user to reset when change configuration which need ...ydong102012-07-061-10/+5
* Align the perf data between FPDT and DP.lzeng142012-06-193-44/+89
* Fix memory leak issues.niruiyu2012-06-061-0/+6
* Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib does...niruiyu2012-06-013-14/+1598
* Fixed build failed.ydong102012-05-311-2/+2
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-2/+2
* Fix build failedydong102012-05-281-1/+1
* Refine logic about validate boot option.ydong102012-05-251-41/+13
* Clean ParentHandle field when image is loaded directly from the firmware's bo...ydong102012-05-181-0/+6
* Fix memory leak issues.ydong102012-05-071-1/+3
* Add code to check boot option variable before use itydong102012-04-193-18/+136
* Add more check for the bmp file to avoid access violation.ydong102012-04-111-3/+71
* When transfer from Unicode to hex number, current code only consider the 0-9 ...ydong102012-04-011-5/+29
* Add BootlogoOnly feature in BDS for BGRTczhang462012-03-234-6/+27
* Update copyright.ydong102012-01-121-1/+1
* Add check when get boot option variable to avoid system hang.ydong102012-01-121-1/+115
* Introduce video resolution and text mode PCDs for BIOS setup in BDS module. U...li-elvin2011-11-081-18/+18
* IntelFrameworkModulePkg-GenericBdsLib: Add type cast for conversion from INTN...xdu22011-11-071-2/+2
* IntelFrameworkModulePkg: Update GenericBdsLib to use BootLogo protocol to rep...xdu22011-11-043-54/+134
* Fix BDS bug to signal ReadyToBoot event before loading the boot option.niruiyu2011-10-241-5/+6
* Clean up the private GUID definition in module Level.lgao42011-09-183-34/+24
* IntelFrameworkModulePkg/GenericBdsLib: update GenericBdsLib to report status ...xdu22011-08-253-3/+19
* Raise TPL to prevent the BlockIo instance for USB device is removed during th...niruiyu2011-08-251-0/+11
* Enhance BDS to avoid the additional reset when the platform pre-allocated mem...niruiyu2011-07-061-11/+18
* Fix the BDS to show UEFI hard drive boot option as "EFI Hard Drive" instead o...niruiyu2011-07-052-12/+23
* Add the support for Boot Option with all 0xff USB class Device Path.qianouyang2011-07-051-143/+180
* IntelFrameworkModulePkg: Fix clang compielr warning.andrewfish2011-06-281-1/+1
* IntelFrameworkModulePkg GenericBdsLib: Remove unwanted assert conditionjljusten2011-06-161-2/+6
* Add return status check for SetVariable.niruiyu2011-06-021-8/+10
* Update the comments to describe the purpose of Removable array.niruiyu2011-05-271-3/+6
* Originally BDS only creates boot options for removable media, the patch creat...niruiyu2011-05-261-70/+74
* Update inf file to follow spec.ydong102011-03-301-3/+2
* Enhance inf to follow spec.ydong102011-03-141-1/+1
* Fix the bug that BDS assumes any boot option resides in the FV is Shell which...niruiyu2011-03-011-3/+6
* in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed.erictian2011-01-051-1/+11
* Add support for BootOption with USB Class or USB WWID device path node.xdu22010-12-243-2/+439
* Fix the checking logic for the boot option enumeration.niruiyu2010-11-261-2/+10
* Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether ...niruiyu2010-11-224-30/+23