summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-04ArmPkg/PlatformBootManagerLib: Add path to boot UEFI Shell over UiAppPierre Gondois1-1/+71
2023-04-10ArmPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-16/+16
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki1-177/+304
2021-12-07ArmPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-7/+7
2021-08-30ArmPkg: Enable boot discovery policy for ARM package.Grzegorz Bernacki1-1/+117
2021-02-04ArmPkg/Library: prevent endless reboot loop with emulated NV varstoreLeif Lindholm1-4/+8
2020-06-17ArmPkg/PlatformBootManagerLib: regenerate boot options on boot failureArd Biesheuvel1-0/+34
2020-06-06ArmPkg/PlatformBootManagerLib: don't connect all devices on each bootArd Biesheuvel1-10/+0
2020-06-06ArmPkg/PlatformBootManagerLib: hide UEFI Shell as a regular boot optionArd Biesheuvel1-3/+1
2020-06-06ArmPkg/PlatformBootManagerLib: fall back to the UiApp on boot failureArd Biesheuvel1-1/+11
2020-06-06ArmPkg/PlatformBootManagerLib: register 's' as UEFI Shell hotkeyArd Biesheuvel1-2/+9
2020-06-06ArmPkg/PlatformBootManagerLib: connect non-discoverable USB hostsArd Biesheuvel1-0/+42
2020-06-03ArmPkg/PlatformBootManagerLib: reject 'default' parity and stop bit countArd Biesheuvel1-0/+4
2020-06-03ArmPkg/PlatformBootManagerLib: use static assertion for console typeArd Biesheuvel1-1/+3
2019-12-05ArmPkg: Dispatch deferred images after EndOfDxeSami Mujawar1-1/+6
2019-07-04ArmPkg: Fix various typosAntoine Cœur1-2/+2
2019-06-14ArmPkg/PlatformBootManagerLib: Use EDKII_SERIAL_PORT_LIB_VENDOR_GUID from Mde...Anthony PERARD1-6/+2
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-08-23ArmPkg/PlatformBootManagerLib: fix hotkey of boot optionHaojian Zhuang1-1/+1
2018-07-27ArmPkg/PlatformBDS: Implement PlatformBootManagerUnableToBootRuiyu Ni1-1/+17
2018-06-15ArmPkg/PlatformBootManagerLib: call ProcessCapsules() only onceArd Biesheuvel1-27/+59
2018-06-05ArmPkg/PlatformBootManagerLib: load platform boot optionsHaojian Zhuang1-0/+103
2017-12-11ArmPkg/PlatformBootManagerLib: add missing newlineArd Biesheuvel1-1/+1
2017-12-08ArmPkg/PlatformBootManagerLib: print firmware version to consoleArd Biesheuvel1-0/+25
2017-10-06ArmPkg/PlatformBootManagerLib: fix bug in ESRT invocationArd Biesheuvel1-7/+3
2017-10-06ArmPkg/PlatformBootManagerLib: call ESRT hooks at appropriate timesArd Biesheuvel1-2/+21
2017-09-19ArmPkg/PlatformBootManagerLib: process pending capsulesArd Biesheuvel1-0/+16
2017-03-22ArmPkg/PlatformBootManagerLib: move to BootLogoLib for boot splash supportArd Biesheuvel1-4/+27
2017-03-22ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directlyArd Biesheuvel1-3/+2
2016-05-12ArmPkg/PlatformBootManagerLib: implement new generic versionArd Biesheuvel1-0/+555