summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* IntelFrameworkModulePkg GenericBdsLib: Potential read over memory boudaryHao Wu2015-07-131-8/+12
* IntelFrameworkModulePkg GenericBdsLib: Resolve array size mismatchHao Wu2015-07-071-4/+4
* IntelFrameworkModulePkg PeiDxeDebugLib: Use safe string functionsHao Wu2015-06-301-1/+8
* IntelFrameworkModulePkg GenericBdsLib: Use safe string functionsHao Wu2015-06-302-10/+14
* IntelFrameworkModulePkg: Add %u and %lu support for DebugLib.Qiu Shumin2015-06-081-1/+1
* IntelFrameworkModulePkg: Add LegacyBootManagerLib.Ruiyu Ni2015-05-063-0/+1667
* IntelFrameworkModulePkg: Put report status code after event was signaled per ...Elvin Li2015-04-071-5/+5
* IntelFrameworkModulePkg: Move LzmaDecompress GUIDLiming Gao2015-04-032-4/+4
* IntelFrameworkModulePkg: Cleanup PeiDxeDebugLibReportStatusCodeLiming Gao2015-04-032-3/+1
* IntelFrameworkModulePkg: Fix typo.Shumin Qiu2015-03-131-3/+3
* IntelFrameworkModulePkg: Update PeiDxeDebugLibReportStatusCode libraryLiming Gao2015-02-062-2/+21
* Refine the format of GUID in INF files for IntelFrameworkModulePkg.Shumin Qiu2015-01-161-3/+3
* Remove unnecessary RT attribute from LegacyDevOrder variable.Ruiyu Ni2014-12-221-2/+2
* 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