summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe
AgeCommit message (Expand)AuthorFilesLines
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki1-15/+18
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki5-190/+220
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 Lautner3-7/+17
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 Gao2-25/+45
2019-06-26MdeModulePkg/BdsDxe: Support Capsule On Disk.Wei6 Xu2-2/+7
2019-06-21Revert "Capsule-on-Disk entire PatchZhang, Chao B2-7/+2
2019-06-20MdeModulePkg/BdsDxe: Support Capsule On Disk.Wei6 Xu2-2/+7
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney9-63/+9
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-08-02MdeModulePkg/BdsDxe: Move display of test key usage into BDS moduleKinney, Michael D2-0/+13
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 Gao7-46/+46
2018-06-26MdeModulePkg: Use new added Perf macrosBi, Dandan1-11/+10
2018-06-25MdeModulePkg BdsDxe: Correct VariableLockProtocol usage to match code logicLiming Gao1-1/+1
2018-02-12MdeModulePkg/BdsDxe: Remove useless perf CodeDandan Bi3-60/+3
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 B2-11/+7
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 Ni3-1/+95
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
2016-06-12MdeModulePkg: Correct the usage of gPerformanceProtocolGuid in infStar Zeng1-1/+2
2015-12-16MdeModulePkg BdsDxe: Change file format which the existed folder has mixed fi...Eric Dong1-1/+4
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-11-24MdeModulePkg/BdsDxe: Fix EBC build failureRuiyu Ni1-0/+12
2015-11-17MdeModulePkg: Enable PlatformRecovery in BdsDxe driverRuiyu Ni2-314/+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-11-17MdeModulePkg: Add missing PrintLib to BdsDxe.infRuiyu Ni1-0/+1
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-15MdeModulePkg: Add UNI file for BdsDxe driver.Ruiyu Ni3-0/+4
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 Ni7-0/+1765
2009-01-23Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu241-17185/+0
2009-01-23Fix issue from code scrub.klu210-79/+65