summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library/GenericBdsLib
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Remove IntelFrameworkModulePkgHao A Wu11-7889/+0
2019-04-09IntelFrameworkModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney11-77/+11
2018-06-29IntelFrameworkModulePkg: Removing ipf from edk2.chenc21-1/+1
2018-06-28IntelFrameworkModulePkg: Clean up source filesLiming Gao8-114/+114
2018-02-12IntelFrameworkModulePkg/GenericBdsLib: Remove the useless Perf codesDandan Bi4-335/+26
2018-02-11IntelFrameworkModulePkg/GenericBdsLib: Use BmpSupportLibMichael D Kinney3-249/+7
2017-03-06IntelFrameworkModulePkg: Refine casting expression result to bigger sizeHao Wu2-3/+3
2017-03-06IntelFrameworkModulePkg: Refine type cast for pointer subtractionHao Wu3-6/+6
2016-06-21IntelFrameworkModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng1-2/+2
2016-06-12IntelFrameworkModulePkg: Correct the usage of gPerformanceProtocolGuid in infStar Zeng1-1/+1
2015-12-15IntelFrameworkModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-12-03IntelFrameworkModulePkg: remove unreachable codeArd Biesheuvel1-1/+0
2015-09-30IntelFrameworkModulePkg GenericBdsLib: Do not assume perf entry count has no ...Star Zeng1-78/+33
2015-07-26IntelFrameworkModulePkg: GenericBdsLib: set Status before useLaszlo Ersek1-0/+1
2015-07-26IntelFrameworkModulePkg/GenericBdsLib: remove AcpiS3->S3Save() callArd Biesheuvel3-12/+0
2015-07-13IntelFrameworkModulePkg GenericBdsLib: Potential read over memory boudaryHao Wu1-8/+12
2015-07-07IntelFrameworkModulePkg GenericBdsLib: Resolve array size mismatchHao Wu1-4/+4
2015-06-30IntelFrameworkModulePkg GenericBdsLib: Use safe string functionsHao Wu2-10/+14
2015-04-07IntelFrameworkModulePkg: Put report status code after event was signaled per ...Elvin Li1-5/+5
2014-12-22Remove unnecessary RT attribute from LegacyDevOrder variable.Ruiyu Ni1-2/+2
2014-09-03IntelFrameworkModulePkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-28IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-0/+0
2014-08-28IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-38/+68
2014-08-20IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanld...Eric Dong1-2/+2
2014-08-08Add type cast on variable before operation.Jeff Fan1-1/+1
2014-08-01IntelFrameworkModulePkg BdsLib: Fix potential memory leak when calling BdsLib...Chen Fan2-0/+6
2014-07-24Fix one memory leak.Eric Dong1-0/+2
2014-06-25Refine code to make it more safely.Eric Dong1-0/+2
2014-06-20Do not create boot option for logical block io device.Ruiyu Ni1-2/+9
2014-06-18Create boot option for all block IO devices no matter what the device path lo...Ruiyu Ni1-3/+1
2014-05-22Remove the RT attribute for HDDP variable and validate the variable content b...Ruiyu Ni1-7/+24
2014-04-28Early return when the "BootOrder" variable doesn't exist to avoid SetVariable...Ruiyu Ni1-12/+10
2014-03-28Add check to avoid null pointer deference.Ruiyu Ni1-1/+6
2014-03-25Report the setting variable failure to platform through the status code when ...Ruiyu Ni5-33/+192
2014-03-17Do not reset system when the MemoryTypeInformation variable cannot be written.Ruiyu Ni1-10/+14
2013-11-07Fix wrong parameter usage in GenericBdsLibConstructorczhang461-1/+1
2013-10-15Enable UEFI firmware to support FMP capsule format.czhang461-1/+2
2013-09-26Fix the BdsExpandPartitionPartialDevicePathToFull() hang issue by duplicates ...Ruiyu Ni1-6/+5
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni3-1556/+3
2013-05-23Move the memory allocation and variable set to BdsEntry, use VariableLock pro...lzeng143-56/+21
2013-03-19Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnec...niruiyu3-193/+89
2013-02-21BMP file may has padding data between the bmp header section and the bmp data...ydong101-2/+5
2012-10-30Add missing status code in several modules.li-elvin1-32/+39
2012-09-27Reset system only when the pre-allocated memory is more than 1.5 of needed me...niruiyu1-8/+7
2012-09-04Set mode 0 (80x25) when Consplitter does not exist. li-elvin1-0/+10
2012-08-17Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang463-83/+202
2012-08-09Fix memory leakydong101-0/+4
2012-07-30Add 2 new Bds featuresczhang461-0/+69
2012-07-06Refine the message for Reset request.ydong101-1/+1
2012-07-06Update the logic to force user to reset when change configuration which need ...ydong101-10/+5