summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe/BdsEntry.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki1-15/+18
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-146/+168
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-12/+12
2021-06-22MdeModulePkg/BdsDxe: Update BdsEntry to use Variable PolicyKen Lautner1-5/+15
2020-08-03MdeModulePkg/BdsDxe: Fix spelling mistakeMichael D Kinney1-1/+1
2019-10-30MdeModulePkg/BdsDxe: Fix PlatformRecovery issueSunny Wang1-2/+2
2019-10-15MdeModulePkg/BdsDxe: Fix calling PlatformBootManagerWaitCallback on 0Laszlo Ersek1-1/+11
2019-10-08MdeModulePkg/BdsDxe: Also call PlatformBootManagerWaitCallback on 0Pete Batard1-0/+1
2019-07-01MdeModulePkg/BdsDxe: Use a pcd to control PlatformRecoveryZhichao Gao1-25/+44
2019-06-26MdeModulePkg/BdsDxe: Support Capsule On Disk.Wei6 Xu1-1/+5
2019-06-21Revert "Capsule-on-Disk entire PatchZhang, Chao B1-5/+1
2019-06-20MdeModulePkg/BdsDxe: Support Capsule On Disk.Wei6 Xu1-1/+5
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-08-02MdeModulePkg/BdsDxe: Move display of test key usage into BDS moduleKinney, Michael D1-0/+12
2018-07-27MdeModulePkg/BdsDxe: Call PlatformBootManagerUnableToBoot()Ruiyu Ni1-0/+1
2018-07-27MdeModulePkg/BdsDxe: Revert "fall back to UI loop before hanging"Ruiyu Ni1-56/+4
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-23/+23
2018-06-26MdeModulePkg: Use new added Perf macrosBi, Dandan1-11/+10
2018-02-12MdeModulePkg/BdsDxe: Remove useless perf CodeDandan Bi1-56/+1
2017-11-27MdeModulePkg/BdsDxe: fall back to a Boot Manager Menu loop before hangingLaszlo Ersek1-4/+56
2017-11-01MdeModulePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESSZhang, Chao B1-5/+3
2017-09-29MdeModulePkg/BdsDxe: Don't delete "BootNext" until booting itRuiyu Ni1-15/+20
2017-06-27MdeModulePkg/BdsDxe: Report Status Code when booting from BootOrder listDandan Bi1-1/+6
2016-12-08MdeModulePkg/BdsDxe: Initialize gConnectConInEvent earlierRuiyu Ni1-13/+18
2016-11-18MdeModulePkg/BdsDxe: Avoid overwriting PlatformRecovery####Ruiyu Ni1-2/+17
2016-11-18MdeModulePkg/BdsDxe: Fix bug to run non-first PlatformRecovery####Ruiyu Ni1-5/+16
2016-11-10MdeModulePkg/BdsDxe: Check deferred images before booting to OSRuiyu Ni1-0/+90
2016-10-27MdeModulePkg/BdsDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-07-05MdeModulePkg: Skip registering BootManagerMenu if absentSunny Wang1-15/+31
2016-06-23MdeModulePkg/Bds: Do not boot to UI again when BootNext points to UIRuiyu Ni1-2/+3
2016-06-22Revert "MdeModulePkg/Bds: Do not boot to UI again when BootNext points to UI"Ruiyu Ni1-3/+2
2016-06-22MdeModulePkg/Bds: Do not boot to UI again when BootNext points to UIRuiyu Ni1-2/+3
2015-12-16MdeModulePkg BdsDxe: Change file format which the existed folder has mixed fi...Eric Dong1-1/+4
2015-11-17MdeModulePkg: Enable PlatformRecovery in BdsDxe driverRuiyu Ni1-311/+95
2015-11-17MdeModulePkg: Add PlatformRecovery#### pointing to default file pathRuiyu Ni1-8/+30
2015-11-17MdeModulePkg: Use UefiSpec.h defined macro to replace L"xxx" stringRuiyu Ni1-8/+8
2015-08-28MdeModulePkg: Remove unused variables from both UefiBootManagerLib and BdsDxe...Sunny Wang1-2/+1
2015-08-24MdeModulePkg: Fix BdsDxe VS2015 build failureRuiyu Ni1-1/+0
2015-05-11MdeModulePkg: Process Sys Prep load options in BdsDxe driver.Ruiyu Ni1-115/+101
2015-05-06MdeModulePkg: Add BdsDxe driver and PlatformBootManagerNull library.Ruiyu Ni1-0/+1246
2009-01-23Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu21-363/+0
2009-01-23Fix issue from code scrub.klu21-0/+8
2008-12-19Refine comments for BDS module.klu21-7/+8
2008-07-22fix doxygen function comments.klu21-3/+0
2008-07-22Code scrub for BdsDxe module.klu21-8/+8
2008-07-18Initialize the timeout value to 0, the original template is not proper initia...qhuang81-1/+9
2008-07-14Clean up BdsDxe for Doxygen comments requirement.qwang121-6/+2
2008-07-04Update the function headers to Doxygen format.qwang121-48/+33
2008-04-09Update all files to follow doxygen style file header.qhuang81-11/+4