index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
IntelFrameworkModulePkg
/
Library
/
GenericBdsLib
/
BdsMisc.c
Age
Commit message (
Expand
)
Author
2012-09-27
Reset system only when the pre-allocated memory is more than 1.5 of needed me...
niruiyu
2012-07-06
Refine the message for Reset request.
ydong10
2012-07-06
Update the logic to force user to reset when change configuration which need ...
ydong10
2012-06-06
Fix memory leak issues.
niruiyu
2012-06-01
Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib does...
niruiyu
2012-05-28
Fix build failed
ydong10
2012-05-25
Refine logic about validate boot option.
ydong10
2012-05-07
Fix memory leak issues.
ydong10
2012-04-19
Add code to check boot option variable before use it
ydong10
2012-04-01
When transfer from Unicode to hex number, current code only consider the 0-9 ...
ydong10
2012-01-12
Update copyright.
ydong10
2012-01-12
Add check when get boot option variable to avoid system hang.
ydong10
2011-07-06
Enhance BDS to avoid the additional reset when the platform pre-allocated mem...
niruiyu
2011-06-28
IntelFrameworkModulePkg: Fix clang compielr warning.
andrewfish
2011-01-05
in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed.
erictian
2010-11-22
Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether ...
niruiyu
2010-11-08
Remove unnecessary mBdsImageHandle.
niruiyu
2010-09-16
Add additional reset when Memory Type Information settings change.
niruiyu
2010-08-10
Add explicit type cast to suppress possible warning of precession loss.
xli24
2010-06-14
Allow gEfiMemoryTypeInformation bins to shrink if boot mode is BOOT_WITH_DEFA...
mdkinney
2010-04-23
Update the copyright notice format
hhtian
2010-02-01
Add BdsLibUserIdentify API in GenericBdsLib
gdong1
2010-01-25
GenericBdsLib: Remove a un-reasonable ASSERT when BdsLibVariableToOption() re...
rsun3
2010-01-12
Minor code enhancement.
xli24
2009-06-25
Use UNI file string to display Boot Option for language localization.
gikidy
2009-05-26
fix a bug of incorrectly judge the end of variable arguments.
eric_tian
2009-04-02
Use UefiLib CreatePopUp API
lgao4
2009-02-26
1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no...
klu2
2009-01-23
Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...
klu2