summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/UefiBootManagerLib
AgeCommit message (Expand)AuthorFilesLines
2017-03-16MdeModulePkg BmPerf: Handle "/" separator in debug path for GCC buildStar Zeng1-2/+2
2017-03-13MdeModulePkg/UefiBootManagerLib: Generate boot description for NVMERuiyu Ni3-2/+107
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2017-03-06MdeModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2017-02-16MdeModulePkg UefiBootManagerLib: Correct usages of GUID and ProtocolLiming Gao1-25/+29
2017-02-08MdeModulePkg/UefiBootManagerLib: Initialize Handle before using itRuiyu Ni1-4/+6
2017-01-20MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng1-17/+2
2017-01-12MdeModulePkg/UefiBootManagerLib: Remove redundant type castHao Wu1-3/+3
2017-01-06MdeModulePkg/Bds: Fix a bug that may causes S4 fails to resumeRuiyu Ni1-6/+13
2016-11-18MdeModulePkg/UefiBootManagerLib: Refine the debug messageRuiyu Ni1-3/+4
2016-11-10MdeModulePkg/UefiBootManager: Add EfiBootManagerDispatchDeferredImagesRuiyu Ni3-0/+115
2016-10-27MdeModulePkg/UefiBootManagerLib: rebase to ARRAY_SIZE()Laszlo Ersek4-5/+5
2016-10-27MdeModulePkg/Library: Fix typos in comments and variablesGary Lin1-1/+1
2016-09-02MdeModulePkg UefiBootManagerLib: Ignore BootManagerMenu from LoadFileLiming Gao1-10/+7
2016-09-02MdeModulePkg UefiBootManagerLib: Rename BootMenuApp to BootManagerMenuLiming Gao1-10/+10
2016-08-31MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu3-4/+2
2016-08-03MdeModulePkg UefiBootManagerLib: Fix VS2012 build failureLiming Gao1-0/+1
2016-08-01MdeModulePkg UefiBootManagerLib: Update LoadFile boot descriptionLiming Gao1-0/+47
2016-08-01MdeModulePkg UefiBootManagerLib: Support LoadFile Protocol based on FVLiming Gao1-40/+76
2016-08-01MdeModulePkg UefiBootManagerLib: Add BmIsBootMenuAppFilePath internal APILiming Gao1-19/+30
2016-07-07MdeModulePkg/Bds: MemoryTypeInformation excludes boot option mem useRuiyu Ni3-40/+19
2016-07-05MdeModulePkg: Skip registering BootManagerMenu if absentSunny Wang1-7/+32
2016-06-27MdeModulePkg/UefiBootManagerLib: Fix data in MemoryTypeInformationSunny Wang1-1/+3
2016-06-21MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng1-2/+2
2016-06-12MdeModulePkg: Correct the usage of gPerformanceProtocolGuid in infStar Zeng1-1/+1
2016-06-03MdeModulePkg:Prevent the BmRepairAllControllers routine in an infinite loopGary Li2-3/+11
2016-05-04MdeModulePkg/UefiBootManagerLib: Expose *GetLoadOptionBuffer() APIRuiyu Ni3-25/+7
2016-04-08MdeModulePkg/UefiBootManagerLib: API BmIsValidLoadOptionVariableNameThomas Palmer1-14/+24
2016-04-07MdeModulePkg/Bds: Fix build failures of VS tool chainRuiyu Ni2-1/+2
2016-04-06MdeModulePkg/Bds: Fix a boot hang due to Ram Disk boot supportRuiyu Ni1-1/+5
2016-04-06MdeModulePkg/Bds: Memory Bins don't count the memory used by RAM DiskNi, Ruiyu3-9/+27
2016-04-06MdeModulePkg/Bds: Free resources after ram disk boot finishesNi, Ruiyu3-5/+152
2016-04-06MdeModulePkg/Bds: Allocate reserved memory for RAM Disk boot mediaNi, Ruiyu2-89/+95
2016-03-31MdeModulePkg/UefiBootManagerLib: BmGetActiveConsoleIn code cleanupThomas Palmer1-2/+5
2016-03-24MdeModulePkg/Bds: Fix VS2012 build failure.Ruiyu Ni1-4/+3
2016-03-23MdeModulePkg/Bds: BDS hotkey shouldn't work on inactive consolesRuiyu Ni1-23/+73
2016-03-07MdeModulePkg/Bds: More user-friendly network boot option descriptionRuiyu Ni2-39/+133
2016-03-07MdeModulePkg/UefiBootManagerLib: Separate boot description functions.Ruiyu Ni4-621/+613
2016-03-07MdeModulePkg/Bds: Fix VS2010/VS2012 build failure.Ruiyu Ni1-0/+2
2016-03-04MdeModulePkg/Bds: Support booting from remote file system.Ruiyu Ni2-1/+89
2016-03-04MdeModulePkg/Bds: Support short-form URI boot.Ruiyu Ni1-0/+72
2016-03-04MdeModulePkg/Bds: Wide match HTTP boot option.Ruiyu Ni1-12/+137
2016-03-04MdeModulePkg/Bds: Refine the code to load file from FV.Ruiyu Ni1-23/+40
2016-01-08MdeModulePkg: DeleteLoadOptionVariable() removes Boot####Ruiyu Ni1-25/+21
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-11-30MdeModulePkg/BDS: Do not pass unnecessary option to boot optionRuiyu Ni1-5/+27
2015-11-24MdeModulePkg/UefiBootManagerLib: Always create MemoryTypeInfo variableRuiyu Ni3-12/+20
2015-11-17MdeModulePkg: Add Platform recovery supportRuiyu Ni3-17/+119
2015-11-17MdeModulePkg: Support to expand File device pathRuiyu Ni1-0/+76
2015-11-17MdeModulePkg: Use BmForEachVariable to collect all key optionsRuiyu Ni1-71/+90