summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/UefiBootManagerLib
AgeCommit message (Expand)AuthorFilesLines
2024-10-03MdeModulePkg/UefiBootManagerLib: Build proper SD/MMC boot descriptionsMario Bălănică2-2/+239
2024-09-05MdeModulePkg: UefiBootManagerLib: Update assert conditionKen Lautner1-0/+6
2023-12-19MdeModulePkg/UefiBootManagerLib: Signal ReadyToBoot on platform recoveryNeal Gompa1-0/+11
2023-10-24MdeModulePkg: Optimize BmExpandPartitionDevicePathAaron Young1-34/+56
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2-2/+2
2023-03-17MdeModulePkg/BmBoot: Skip removable media if it is not presentMatt DeVillier1-0/+9
2022-10-06MdeModulePkg/UefiBootManagerLib: Add Disk Info support for UfsJeff Brasen2-1/+4
2022-01-28MdeModulePkg/UefiBootManagerLib: Convert BmLoadOption to Variable PolicyRebecca Cran3-13/+24
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki9-1446/+1650
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney2-4/+4
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney3-4/+4
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney6-26/+26
2021-11-08MdeModulePkg: Reproduce builds across source format changesMichael D Kinney1-1/+1
2021-06-15MdeModulePkg: Fix device path when boot manager menu is from different FVZhiguang Liu1-25/+3
2021-05-18MdeModulePkg: Retrieve boot manager menu from any fvZhiguang Liu1-4/+5
2021-02-25MdeModulePkg/UefiBootManagerLib: Put BootMenu at the end of BootOrderLi, Walon1-2/+2
2020-07-20MdeModulePkg: Upon BootOption failure, Destroy RamDisk memory before RSC.KrishnadasX Veliyathuparambil Prakashan1-13/+15
2020-01-14MdeModulePkg/UefiBootManagerLib: log reserved mem allocation failureLaszlo Ersek1-0/+31
2020-01-08MdeModulePkg: Add EDK2 Platform Boot Manager ProtocolAshish Singhal3-7/+38
2019-09-25MdeModulePkg/UefiBootManager: Unload image on EFI_SECURITY_VIOLATIONDandan Bi3-4/+33
2019-04-17MdeModulePkg/UefiBootManagerLib: fix crash on uninitialized ExitDataArd Biesheuvel1-6/+1
2019-04-14MdeModulePkg/UefiBootManagerLib: allow foreign Driver#### imagesArd Biesheuvel1-4/+2
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney11-76/+11
2019-03-21MdeModulePkg/UefiBootManangerLib: Fix exception issueMing Huang1-0/+3
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