summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/UefiBootManagerLib
Commit message (Expand)AuthorAgeFilesLines
...
* MdeModulePkg UefiBootManagerLib: Update LoadFile boot descriptionLiming Gao2016-08-011-0/+47
* MdeModulePkg UefiBootManagerLib: Support LoadFile Protocol based on FVLiming Gao2016-08-011-40/+76
* MdeModulePkg UefiBootManagerLib: Add BmIsBootMenuAppFilePath internal APILiming Gao2016-08-011-19/+30
* MdeModulePkg/Bds: MemoryTypeInformation excludes boot option mem useRuiyu Ni2016-07-073-40/+19
* MdeModulePkg: Skip registering BootManagerMenu if absentSunny Wang2016-07-051-7/+32
* MdeModulePkg/UefiBootManagerLib: Fix data in MemoryTypeInformationSunny Wang2016-06-271-1/+3
* MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-211-2/+2
* MdeModulePkg: Correct the usage of gPerformanceProtocolGuid in infStar Zeng2016-06-121-1/+1
* MdeModulePkg:Prevent the BmRepairAllControllers routine in an infinite loopGary Li2016-06-032-3/+11
* MdeModulePkg/UefiBootManagerLib: Expose *GetLoadOptionBuffer() APIRuiyu Ni2016-05-043-25/+7
* MdeModulePkg/UefiBootManagerLib: API BmIsValidLoadOptionVariableNameThomas Palmer2016-04-081-14/+24
* MdeModulePkg/Bds: Fix build failures of VS tool chainRuiyu Ni2016-04-072-1/+2
* MdeModulePkg/Bds: Fix a boot hang due to Ram Disk boot supportRuiyu Ni2016-04-061-1/+5
* MdeModulePkg/Bds: Memory Bins don't count the memory used by RAM DiskNi, Ruiyu2016-04-063-9/+27
* MdeModulePkg/Bds: Free resources after ram disk boot finishesNi, Ruiyu2016-04-063-5/+152
* MdeModulePkg/Bds: Allocate reserved memory for RAM Disk boot mediaNi, Ruiyu2016-04-062-89/+95
* MdeModulePkg/UefiBootManagerLib: BmGetActiveConsoleIn code cleanupThomas Palmer2016-03-311-2/+5
* MdeModulePkg/Bds: Fix VS2012 build failure.Ruiyu Ni2016-03-241-4/+3
* MdeModulePkg/Bds: BDS hotkey shouldn't work on inactive consolesRuiyu Ni2016-03-231-23/+73
* MdeModulePkg/Bds: More user-friendly network boot option descriptionRuiyu Ni2016-03-072-39/+133
* MdeModulePkg/UefiBootManagerLib: Separate boot description functions.Ruiyu Ni2016-03-074-621/+613
* MdeModulePkg/Bds: Fix VS2010/VS2012 build failure.Ruiyu Ni2016-03-071-0/+2
* MdeModulePkg/Bds: Support booting from remote file system.Ruiyu Ni2016-03-042-1/+89
* MdeModulePkg/Bds: Support short-form URI boot.Ruiyu Ni2016-03-041-0/+72
* MdeModulePkg/Bds: Wide match HTTP boot option.Ruiyu Ni2016-03-041-12/+137
* MdeModulePkg/Bds: Refine the code to load file from FV.Ruiyu Ni2016-03-041-23/+40
* MdeModulePkg: DeleteLoadOptionVariable() removes Boot####Ruiyu Ni2016-01-081-25/+21
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-151-0/+0
* MdeModulePkg/BDS: Do not pass unnecessary option to boot optionRuiyu Ni2015-11-301-5/+27
* MdeModulePkg/UefiBootManagerLib: Always create MemoryTypeInfo variableRuiyu Ni2015-11-243-12/+20
* MdeModulePkg: Add Platform recovery supportRuiyu Ni2015-11-173-17/+119
* MdeModulePkg: Support to expand File device pathRuiyu Ni2015-11-171-0/+76
* MdeModulePkg: Use BmForEachVariable to collect all key optionsRuiyu Ni2015-11-171-71/+90
* MdeModulePkg: Use BM_OPTION_NAME_LEN instead of sizeof L"Boot####"Ruiyu Ni2015-11-171-5/+5
* MdeModulePkg: Use BmCharToUint in BmIsKeyOptionVariableRuiyu Ni2015-11-174-28/+44
* MdeModulePkg: Add Bm prefix for internal functionsRuiyu Ni2015-11-172-4/+12
* MdeModulePkg: Fix memory leak issuesSunny Wang2015-11-031-0/+6
* MdeModulePkg: Make the BmFindLoadOption function publicSunny Wang2015-10-263-27/+9
* MdeModulePkg UefiBootManagerLib: Do not assume perf entry count has no changeStar Zeng2015-09-301-85/+35
* MdeModulePkg: Fix a performance data buffer overrun issueRuiyu Ni2015-09-091-0/+5
* MdeModulePkg: Remove unused variables from both UefiBootManagerLib and BdsDxe...Sunny Wang2015-08-282-5/+2
* MdeModulePkg: Replace deprecated function.Eric Dong2015-08-271-1/+1
* MdeModulePkg: Fix UefiBootManagerLib.inf license header.Ruiyu Ni2015-08-251-0/+1
* MdeModulePkg: Make boot option description uniqueRuiyu Ni2015-07-261-0/+61
* MdeModulePkg: Update UefiBootManagerLib to support HTTP boot option creationRuiyu Ni2015-07-072-1/+12
* MdeModulePkg: Use StrnCpyS instead of StrCpyS to indicate the copy length fro...Qiu Shumin2015-07-071-1/+1
* MdeModulePkg: UefiBootManagerLib to handle LoadFile DevicePathLiming Gao2015-07-021-1/+10
* MdeModulePkg/Library/UefiBootManagerLib: Use safe string functions to refine ...Qiu Shumin2015-07-012-16/+28
* MdeModulePkg/UefiBootManagerLib: Add gEfiFormBrowser2ProtocolGuid reference i...Ruiyu Ni2015-06-111-0/+1
* MdeModulePkg: Provide EfiBootManagerRegisterBootDescriptionHandlerRuiyu Ni2015-06-022-39/+130