summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-385/+452
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-2/+2
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-3/+3
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 Singhal1-7/+34
2019-09-25MdeModulePkg/UefiBootManager: Unload image on EFI_SECURITY_VIOLATIONDandan Bi1-0/+9
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-03-21MdeModulePkg/UefiBootManangerLib: Fix exception issueMing Huang1-0/+3
2019-02-25MdeModulePkg/UefiBootManagerLib: fix LoadImage/StartImage status code rep.Laszlo Ersek1-18/+47
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-06-28MdeModulePkg: Clean up source filesLiming Gao1-17/+17
2018-06-26MdeModulePkg: Use new added Perf macrosBi, Dandan1-1/+1
2018-03-07MdeModulePkg/UefiBootManagerLib: limit recursive call depthHeyi Guo1-1/+1
2018-02-12MdeModulePkg/UefiBootManagerLib: Remove the useless perf codesDandan Bi1-2/+25
2018-01-25MdeModulePkg/UefiBootManagerLib: Skip the DNS device path node check.Jiaxin Wu1-1/+9
2017-04-20MdeModulePkg/UefiBootManagerLib: Avoid buggy USB short-form expandingRuiyu Ni1-17/+26
2017-04-07MdeModulePkg/UefiBootManagerLib: Enhance short-form expanding logicRuiyu Ni1-205/+265
2017-02-08MdeModulePkg/UefiBootManagerLib: Initialize Handle before using itRuiyu Ni1-4/+6
2017-01-12MdeModulePkg/UefiBootManagerLib: Remove redundant type castHao Wu1-3/+3
2016-09-02MdeModulePkg UefiBootManagerLib: Ignore BootManagerMenu from LoadFileLiming Gao1-10/+7
2016-09-02MdeModulePkg UefiBootManagerLib: Rename BootMenuApp to BootManagerMenuLiming Gao1-10/+10
2016-08-03MdeModulePkg UefiBootManagerLib: Fix VS2012 build failureLiming Gao1-0/+1
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 Ni1-24/+17
2016-07-05MdeModulePkg: Skip registering BootManagerMenu if absentSunny Wang1-7/+32
2016-05-04MdeModulePkg/UefiBootManagerLib: Expose *GetLoadOptionBuffer() APIRuiyu Ni1-5/+6
2016-04-07MdeModulePkg/Bds: Fix build failures of VS tool chainRuiyu Ni1-0/+1
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, Ruiyu1-1/+4
2016-04-06MdeModulePkg/Bds: Free resources after ram disk boot finishesNi, Ruiyu1-5/+150
2016-04-06MdeModulePkg/Bds: Allocate reserved memory for RAM Disk boot mediaNi, Ruiyu1-72/+77
2016-03-07MdeModulePkg/UefiBootManagerLib: Separate boot description functions.Ruiyu Ni1-576/+0
2016-03-07MdeModulePkg/Bds: Fix VS2010/VS2012 build failure.Ruiyu Ni1-0/+2
2016-03-04MdeModulePkg/Bds: Support booting from remote file system.Ruiyu Ni1-0/+72
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
2015-11-30MdeModulePkg/BDS: Do not pass unnecessary option to boot optionRuiyu Ni1-5/+27
2015-11-24MdeModulePkg/UefiBootManagerLib: Always create MemoryTypeInfo variableRuiyu Ni1-5/+3
2015-11-17MdeModulePkg: Support to expand File device pathRuiyu Ni1-0/+76
2015-10-26MdeModulePkg: Make the BmFindLoadOption function publicSunny Wang1-5/+5
2015-08-28MdeModulePkg: Remove unused variables from both UefiBootManagerLib and BdsDxe...Sunny Wang1-2/+1