summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_bootmgr.c
AgeCommit message (Expand)Author
2019-06-04efi_loader: bootmgr: make BootNext non-volatileAKASHI Takahiro
2019-06-04efi_loader: bootmgr: print a message when loading from BootNext failedAKASHI Takahiro
2019-05-02efi_loader: optional data in load options are binaryHeinrich Schuchardt
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro
2019-04-07efi_loader: bootmgr: support BootNext and BootCurrent variable behaviorAKASHI Takahiro
2019-02-25efi_loader: define load option attributesAKASHI Takahiro
2019-02-25efi_loader: fix entry count in bootmgrHeinrich Schuchardt
2019-02-25efi_loader: error message if BootOrder not definedHeinrich Schuchardt
2019-02-16efi_loader: LoadImage: always allocate new pagesHeinrich Schuchardt
2018-12-03efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro
2018-12-02efi_loader: fix typosHeinrich Schuchardt
2018-09-23efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-01-28efi_loader: consistently use %pD to print device pathsHeinrich Schuchardt
2017-09-20efi_loader: add bootmgrRob Clark