index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fallback.c
Age
Commit message (
Expand
)
Author
2025-03-03
fallback: don't add new boot order entries backwards
Peter Jones
2025-02-06
Create utils file
Eric Snowberg
2024-11-12
Null-terminate 'arguments' in fallback
Vitaly Kuznetsov
2023-06-21
Change type of fallback_verbose_wait from int to unsigned long
Kamil Aronowski
2023-06-21
Rename 'msecs' to 'usecs' to avoid potential confusion
Kamil Aronowski
2022-05-17
shim: use SHIM_DEVEL_VERBOSE when built in devel mode
Peter Jones
2021-12-10
Minor coverity fixes
15.5-rc2
Peter Jones
2021-12-10
fallback: fix fallback not passing arguments of the first boot option
Javier Martinez Canillas
2021-10-12
fallback: fix crash when boot entry index >= size of BootOrder list
Renaud Métrich
2021-10-12
Revert "fallback: find_boot_option() needs to return the index for the boot e...
Renaud Métrich
2021-09-07
cleanup: always use BS and RT, not gBS and gRT
Peter Jones
2021-09-03
fallback: add compile option FALLBACK_NONINTERACTIVE
Dimitri John Ledkov
2021-09-03
fallback: Use a dynamic buffer when list var names
João Paulo Rechi Vita
2021-09-03
fallback: Print info on GetNextVariableName errors
João Paulo Rechi Vita
2021-09-03
fallback: free the right variable on the read_file() error path.
Peter Jones
2021-09-03
fallback: incorrect check after AllocateZeroPool()
Heinrich Schuchardt
2021-08-10
fallback: find_boot_option() needs to return the index for the boot entry in ...
Jan Setje-Eilers
2021-03-10
fallback: Allow defining FALLBACK_VERBOSE at build time
João Paulo Rechi Vita
2021-03-10
fallback: Make verbose mode's wait time configurable
João Paulo Rechi Vita
2021-03-10
fallback: Wait before chainloading in verbose mode
João Paulo Rechi Vita
2021-03-10
fallback: Print original BootOrder value in verbose mode
João Paulo Rechi Vita
2021-03-10
fallback: Be silent by default
João Paulo Rechi Vita
2021-03-10
fallback: Only use VerbosePrint for debug messages
João Paulo Rechi Vita
2021-03-10
fallback: Consider all Boot* vars when checking for duplicates
João Paulo Rechi Vita
2021-03-10
fallback: Store label size instead of calculating on every use
João Paulo Rechi Vita
2021-03-10
Restructure our includes.
Peter Jones
2021-02-25
Fix all the places we need UNUSED on arguments.
Peter Jones
2021-02-16
fallback: show a countdown menu before reset
Gary Lin
2021-02-16
Fix up a bunch of our license statements and add SPDX most places
Peter Jones
2021-01-29
Work around some clang-format oddnesses
Peter Jones
2020-07-23
Fix some volatile usage gcc whines about.
Peter Jones
2018-04-05
Audit get_variable() calls for correct FreePool() use.
Peter Jones
2018-03-12
console: Add console_print and console_print_at helpers
Hans de Goede
2018-03-12
Don't use uefi_call_wrapper(), ever.
Peter Jones
2018-03-12
fallback: find_boot_options(): don't leak a file handle.
Peter Jones
2018-03-12
fallback: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.
Peter Jones
2018-03-12
fallback: find_boot_options(): make the allocation path prettier.
Peter Jones
2018-03-12
fallback: find_boot_csv(): eliminate dead code.
Peter Jones
2018-03-12
fallback: find_boot_csv(): Print the error from try_boot_csv()
Peter Jones
2018-03-12
fallback: read_file(): limit how big the file can be and still be valid
Peter Jones
2018-03-12
fallback: handle buffer allocations for fh->GetInfo() prettier.
Peter Jones
2018-03-12
Don't have tons of local guid definitions for no reason at all.
Peter Jones
2017-08-11
fallback: work around the issue of boot option creation with AMI BIOS
Lans Zhang
2017-08-11
fallback: fix double free of dp
Lans Zhang
2017-08-03
Make fallback aware of tpm measurements, and reboot if tpm is used.
Peter Jones
2017-08-01
fallback.c: be more correct with device path code.
Peter Jones
2017-08-01
Make fallback debug printing be dynamic at runtime.
Peter Jones
2017-07-31
fallback: Minor whitespace cleanup
Peter Jones
2017-07-24
Exit our dir->Read() loop if it says there's 0 bytes of data to read.
Peter Jones
2016-09-06
Improve BOOT${ARCH}.CSV support.
Peter Jones
[next]