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