summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Removes dead code from the PlatformBdsLibNull,leaving this unused code might ...Olivier Martin2014-10-142-39/+0
* IntelFrameworkModulePkg: Convert non DOS format files to DOS formatGao, Liming2014-09-0311-0/+0
* IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2811-0/+0
* IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2811-83/+118
* IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanld...Eric Dong2014-08-201-2/+2
* Add type cast on variable before operation.Jeff Fan2014-08-081-1/+1
* IntelFrameworkModulePkg BdsLib: Fix potential memory leak when calling BdsLib...Chen Fan2014-08-012-0/+6
* Fix one memory leak.Eric Dong2014-07-241-0/+2
* Refine code to make it more safely.Eric Dong2014-06-261-1/+1
* Refine code to make it more safely.Eric Dong2014-06-252-1/+4
* Do not create boot option for logical block io device.Ruiyu Ni2014-06-201-2/+9
* Create boot option for all block IO devices no matter what the device path lo...Ruiyu Ni2014-06-181-3/+1
* Remove the RT attribute for HDDP variable and validate the variable content b...Ruiyu Ni2014-05-221-7/+24
* Early return when the "BootOrder" variable doesn't exist to avoid SetVariable...Ruiyu Ni2014-04-281-12/+10
* Add check to avoid null pointer deference.Ruiyu Ni2014-03-281-1/+6
* Report the setting variable failure to platform through the status code when ...Ruiyu Ni2014-03-255-33/+192
* Do not reset system when the MemoryTypeInformation variable cannot be written.Ruiyu Ni2014-03-171-10/+14
* Fix wrong parameter usage in GenericBdsLibConstructorczhang462013-11-071-1/+1
* Fix DxeCapsuleLib build failureczhang462013-10-161-6/+6
* Enable UEFI firmware to support FMP capsule format.czhang462013-10-153-6/+393
* 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
* Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of Ascii...lgao42012-06-121-2/+2
* 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
* Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSER...lgao42012-05-211-27/+54
* 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
* Fix VS X64 Compiler Failurelgao42012-03-201-1/+1
* Add LzmaArchCustomDecompressLib library instance, which supports for X86 (IA3...lgao42012-03-194-0/+429