summaryrefslogtreecommitdiffstats
path: root/lib/efi_loader/efi_bootmgr.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: function comments efi_bootmgr.cHeinrich Schuchardt2019-07-161-7/+40
* efi_loader: bootmgr: make BootNext non-volatileAKASHI Takahiro2019-06-041-1/+2
* efi_loader: bootmgr: print a message when loading from BootNext failedAKASHI Takahiro2019-06-041-1/+5
* efi_loader: optional data in load options are binaryHeinrich Schuchardt2019-05-021-7/+8
* efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro2019-04-231-20/+22
* efi_loader: bootmgr: support BootNext and BootCurrent variable behaviorAKASHI Takahiro2019-04-071-4/+47
* efi_loader: define load option attributesAKASHI Takahiro2019-02-251-4/+0
* efi_loader: fix entry count in bootmgrHeinrich Schuchardt2019-02-251-4/+0
* efi_loader: error message if BootOrder not definedHeinrich Schuchardt2019-02-251-1/+3
* efi_loader: LoadImage: always allocate new pagesHeinrich Schuchardt2019-02-161-1/+1
* efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro2018-12-031-33/+60
* efi_loader: fix typosHeinrich Schuchardt2018-12-021-1/+1
* efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt2018-09-231-1/+1
* efi_loader: adjust definitions of variable servicesHeinrich Schuchardt2018-06-031-5/+5
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* efi_loader: consistently use %pD to print device pathsHeinrich Schuchardt2018-01-281-4/+2
* efi_loader: add bootmgrRob Clark2017-09-201-0/+180