summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Remove IntelFrameworkModulePkgHao A Wu1-1583/+0
2019-04-09IntelFrameworkModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28IntelFrameworkModulePkg: Clean up source filesLiming Gao1-38/+38
2017-03-06IntelFrameworkModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2017-03-06IntelFrameworkModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2015-07-13IntelFrameworkModulePkg GenericBdsLib: Potential read over memory boudaryHao Wu1-8/+12
2015-06-30IntelFrameworkModulePkg GenericBdsLib: Use safe string functionsHao Wu1-5/+9
2014-08-01IntelFrameworkModulePkg BdsLib: Fix potential memory leak when calling BdsLib...Chen Fan1-0/+4
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 Ni1-7/+91
2014-03-17Do not reset system when the MemoryTypeInformation variable cannot be written.Ruiyu Ni1-10/+14
2012-09-27Reset system only when the pre-allocated memory is more than 1.5 of needed me...niruiyu1-8/+7
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
2012-06-06Fix memory leak issues.niruiyu1-0/+6
2012-06-01Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib does...niruiyu1-14/+2
2012-05-28Fix build failedydong101-1/+1
2012-05-25Refine logic about validate boot option.ydong101-41/+13
2012-05-07Fix memory leak issues.ydong101-1/+3
2012-04-19Add code to check boot option variable before use itydong101-1/+87
2012-04-01When transfer from Unicode to hex number, current code only consider the 0-9 ...ydong101-5/+29
2012-01-12Update copyright.ydong101-1/+1
2012-01-12Add check when get boot option variable to avoid system hang.ydong101-1/+115
2011-07-06Enhance BDS to avoid the additional reset when the platform pre-allocated mem...niruiyu1-11/+18
2011-06-28IntelFrameworkModulePkg: Fix clang compielr warning.andrewfish1-1/+1
2011-01-05in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed.erictian1-1/+11
2010-11-22Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether ...niruiyu1-29/+6
2010-11-08Remove unnecessary mBdsImageHandle.niruiyu1-1/+1
2010-09-16Add additional reset when Memory Type Information settings change.niruiyu1-12/+27
2010-08-10Add explicit type cast to suppress possible warning of precession loss.xli241-1/+1
2010-06-14Allow gEfiMemoryTypeInformation bins to shrink if boot mode is BOOT_WITH_DEFA...mdkinney1-7/+28
2010-04-23Update the copyright notice formathhtian1-2/+2
2010-02-01Add BdsLibUserIdentify API in GenericBdsLibgdong11-0/+31
2010-01-25GenericBdsLib: Remove a un-reasonable ASSERT when BdsLibVariableToOption() re...rsun31-3/+3
2010-01-12Minor code enhancement.xli241-2/+3
2009-06-25Use UNI file string to display Boot Option for language localization.gikidy1-1/+1
2009-05-26fix a bug of incorrectly judge the end of variable arguments.eric_tian1-1/+1
2009-04-02Use UefiLib CreatePopUp APIlgao41-1/+1
2009-02-261, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no...klu21-36/+0
2009-01-23Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu21-0/+1272