summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/UefiBootManagerLib
AgeCommit message (Expand)AuthorFilesLines
2019-02-25MdeModulePkg/UefiBootManagerLib: fix LoadImage/StartImage status code rep.Laszlo Ersek2-18/+48
2019-02-25MdeModulePkg: Rename confusion function nameChen A Chen1-1/+2
2019-02-19MdeModulePkg/BmBoot: Report status when fail to load/start boot optionDandan Bi1-6/+16
2019-01-31MdeModulePkg/CapsuleApp: Add a function used to get next DevicePathChen A Chen1-1/+23
2019-01-31MdeModulePkg/UefiBootManagerLib: Match the nested partitionsGary Lin1-21/+17
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-07-06MdeModulePkg/UefiBootManagerLib: Fix small LoadOptionToVariable leakThomas Palmer1-8/+11
2018-06-28MdeModulePkg: Clean up source filesLiming Gao10-112/+112
2018-06-26MdeModulePkg: Use new added Perf macrosBi, Dandan2-7/+4
2018-04-23MdeModulePkg/UefiBootManagerLib: fix AddLoadOptionVariable docs/prototypeRuiyu Ni1-4/+8
2018-03-07MdeModulePkg/UefiBootManagerLib: limit recursive call depthHeyi Guo3-15/+24
2018-02-13MdeModulePkg/UefiBootManagerLib: remove superfluous TimerLib dependencyLaszlo Ersek2-2/+0
2018-02-12MdeModulePkg/UefiBootManagerLib: Remove the useless perf codesDandan Bi4-339/+26
2018-01-25MdeModulePkg/UefiBootManagerLib: Skip the DNS device path node check.Jiaxin Wu1-1/+9
2017-11-22MdeModulePkg/UefiBootManagerLib: Remove assertionRuiyu Ni1-6/+6
2017-11-01MdeModulePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESSZhang, Chao B2-10/+6
2017-10-12MdeModulePkg/Bds: Check variable name even *if* OptionNumber is NULLRuiyu Ni1-15/+30
2017-10-12MdeModulePkg/Bds: Remove assertion in BmCharToUintRuiyu Ni1-1/+0
2017-09-06MdeModulePkg/UefiBootManagerLib: Generate boot description for SD/eMMCHao Wu2-0/+24
2017-08-14MdeModulePkg/UefiBootManagerLib: Support DNS device path descriptionJiaxin Wu1-2/+11
2017-05-22MdeModulePkg/BDS: Fix a buffer overflow bugRuiyu Ni1-8/+8
2017-04-26MdeModulePKg/BDS: Build meaningful description for Wi-Fi boot optionRuiyu Ni1-5/+23
2017-04-20MdeModulePkg/UefiBootManagerLib: Avoid buggy USB short-form expandingRuiyu Ni1-17/+26
2017-04-07MdeModulePkg/UefiBootManagerLib: Enhance short-form expanding logicRuiyu Ni3-268/+475
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