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
/
BdsBoot.c
Age
Commit message (
Expand
)
Author
2012-10-30
Add missing status code in several modules.
li-elvin
2012-06-19
Align the perf data between FPDT and DP.
lzeng14
2012-06-01
Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib does...
niruiyu
2012-05-31
Fixed build failed.
ydong10
2012-05-30
Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....
ydong10
2012-05-18
Clean ParentHandle field when image is loaded directly from the firmware's bo...
ydong10
2012-04-19
Add code to check boot option variable before use it
ydong10
2012-03-23
Add BootlogoOnly feature in BDS for BGRT
czhang46
2011-11-08
Introduce video resolution and text mode PCDs for BIOS setup in BDS module. U...
li-elvin
2011-10-24
Fix BDS bug to signal ReadyToBoot event before loading the boot option.
niruiyu
2011-09-18
Clean up the private GUID definition in module Level.
lgao4
2011-08-25
IntelFrameworkModulePkg/GenericBdsLib: update GenericBdsLib to report status ...
xdu2
2011-08-25
Raise TPL to prevent the BlockIo instance for USB device is removed during th...
niruiyu
2011-07-05
Fix the BDS to show UEFI hard drive boot option as "EFI Hard Drive" instead o...
niruiyu
2011-07-05
Add the support for Boot Option with all 0xff USB class Device Path.
qianouyang
2011-05-27
Update the comments to describe the purpose of Removable array.
niruiyu
2011-05-26
Originally BDS only creates boot options for removable media, the patch creat...
niruiyu
2011-03-01
Fix the bug that BDS assumes any boot option resides in the FV is Shell which...
niruiyu
2010-12-24
Add support for BootOption with USB Class or USB WWID device path node.
xdu2
2010-11-26
Fix the checking logic for the boot option enumeration.
niruiyu
2010-11-22
Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether ...
niruiyu
2010-11-08
Remove unnecessary mBdsImageHandle.
niruiyu
2010-05-28
remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib.
niruiyu
2010-04-23
Update the copyright notice format
hhtian
2010-02-11
To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for ...
niruiyu
2010-02-03
For network dynamic media detect support: invoke Snp->GetStatus() before use ...
xdu2
2010-01-27
Update BDS boot option description string to use UNI file string in GenericBd...
gikidy
2010-01-25
1.Change the behavior of BdsBoot, to enumerate Boot Options by EfiLoadFilePro...
tye1
2010-01-18
Minor code enhancement.
gikidy
2010-01-08
Minor code enhancement.
xli24
2009-12-30
Update GenericBdsLib to support BootOption for VLAN device.
xdu2
2009-12-08
Don't need call SAP measure GPT table, which can be covered in SAP implementa...
lgao4
2009-08-31
Beatify the debug string for displaying boot device when boot EFI device path.
klu2
2009-08-14
Add performance logging on EFI boot path
qhuang8
2009-07-15
Clean up PERF macro usage. The macros were being used with 0 as the first pa...
darylm503
2009-07-13
Retire description string macro for boot device type which are not defined in...
klu2
2009-07-09
Refine comments for BdsGetBootTypeFromDevicePath().
klu2
2009-07-09
Retire Logo and Shell guid header file, which are replaced by gEfiIntelFramew...
lgao4
2009-07-08
Add comments for the return value of GenericBdsLib functions.
lgao4
2009-06-25
Use UNI file string to display Boot Option for language localization.
gikidy
2009-06-19
Add missing source item in INF for Bmp.h header file
klu2
2009-06-11
Fix BDS limitation of two "EFI DVD/CDROM" options appear after plug two CD-ROM.
gikidy
2009-03-10
Fix build warning generated by GCC.
jljusten
2009-03-10
Add more checks for Dxe Report status code library to access boot service.
lgao4
2009-02-26
Use default boot file name from UefiSpec.h and retired related PCDs
klu2
2009-02-23
retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use...
eric_tian
2009-02-23
Update for the performance infrastructure changes:
qhuang8
2009-02-03
Add in a check to make sure "BootCurrent" is created only when it match a val...
qwang12
2009-01-23
Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...
klu2