summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed build failed.ydong102012-05-311-2/+2
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-2/+2
* Clean ParentHandle field when image is loaded directly from the firmware's bo...ydong102012-05-181-0/+6
* Add code to check boot option variable before use itydong102012-04-191-17/+33
* Add BootlogoOnly feature in BDS for BGRTczhang462012-03-231-1/+12
* Introduce video resolution and text mode PCDs for BIOS setup in BDS module. U...li-elvin2011-11-081-18/+18
* Fix BDS bug to signal ReadyToBoot event before loading the boot option.niruiyu2011-10-241-5/+6
* Clean up the private GUID definition in module Level.lgao42011-09-181-34/+18
* IntelFrameworkModulePkg/GenericBdsLib: update GenericBdsLib to report status ...xdu22011-08-251-0/+12
* Raise TPL to prevent the BlockIo instance for USB device is removed during th...niruiyu2011-08-251-0/+11
* Fix the BDS to show UEFI hard drive boot option as "EFI Hard Drive" instead o...niruiyu2011-07-051-12/+23
* Add the support for Boot Option with all 0xff USB class Device Path.qianouyang2011-07-051-143/+180
* Update the comments to describe the purpose of Removable array.niruiyu2011-05-271-3/+6
* Originally BDS only creates boot options for removable media, the patch creat...niruiyu2011-05-261-70/+74
* Fix the bug that BDS assumes any boot option resides in the FV is Shell which...niruiyu2011-03-011-3/+6
* Add support for BootOption with USB Class or USB WWID device path node.xdu22010-12-241-2/+437
* Fix the checking logic for the boot option enumeration.niruiyu2010-11-261-2/+10
* Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether ...niruiyu2010-11-221-0/+6
* Remove unnecessary mBdsImageHandle.niruiyu2010-11-081-3/+3
* remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib.niruiyu2010-05-281-5/+0
* Update the copyright notice formathhtian2010-04-231-2/+2
* To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for ...niruiyu2010-02-111-0/+5
* For network dynamic media detect support: invoke Snp->GetStatus() before use ...xdu22010-02-031-0/+6
* Update BDS boot option description string to use UNI file string in GenericBd...gikidy2010-01-271-68/+105
* 1.Change the behavior of BdsBoot, to enumerate Boot Options by EfiLoadFilePro...tye12010-01-251-79/+35
* Minor code enhancement.gikidy2010-01-181-2/+6
* Minor code enhancement.xli242010-01-081-1/+2
* Update GenericBdsLib to support BootOption for VLAN device.xdu22009-12-301-35/+127
* Don't need call SAP measure GPT table, which can be covered in SAP implementa...lgao42009-12-081-14/+1
* Beatify the debug string for displaying boot device when boot EFI device path.klu22009-08-311-1/+62
* Add performance logging on EFI boot pathqhuang82009-08-141-2/+9
* Clean up PERF macro usage. The macros were being used with 0 as the first pa...darylm5032009-07-151-52/+52
* Retire description string macro for boot device type which are not defined in...klu22009-07-131-58/+11
* Refine comments for BdsGetBootTypeFromDevicePath().klu22009-07-091-15/+14
* Retire Logo and Shell guid header file, which are replaced by gEfiIntelFramew...lgao42009-07-091-4/+4
* Add comments for the return value of GenericBdsLib functions.lgao42009-07-081-6/+7
* Use UNI file string to display Boot Option for language localization.gikidy2009-06-251-44/+19
* Add missing source item in INF for Bmp.h header fileklu22009-06-191-1/+0
* Fix BDS limitation of two "EFI DVD/CDROM" options appear after plug two CD-ROM.gikidy2009-06-111-22/+138
* Fix build warning generated by GCC.jljusten2009-03-101-1/+1
* Add more checks for Dxe Report status code library to access boot service.lgao42009-03-101-0/+13
* Use default boot file name from UefiSpec.h and retired related PCDsklu22009-02-261-3/+3
* retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use...eric_tian2009-02-231-12/+0
* Update for the performance infrastructure changes:qhuang82009-02-231-1/+1
* Add in a check to make sure "BootCurrent" is created only when it match a val...qwang122009-02-031-7/+57
* Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu22009-01-231-0/+1911