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
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
2016-09-06
Make fallback and mokmanager know about multi-arch.
Peter Jones
2015-06-30
Improve our debuginfo path print
Peter Jones
2015-06-29
Add a conditional point for a debugger to attach.
Peter Jones
2015-04-13
Fix length of allocated buffer for boot option comparison.
Laszlo Ersek
2015-04-13
fallback: Fix comparison between signed and unsigned in debugging code.
Richard W.M. Jones
2014-05-13
[fallback] Try to boot the first boot option anyway
Gary Ching-Pang Lin
2014-05-13
[fallback] Fix the data size for boot option comparison
Gary Ching-Pang Lin
2014-05-13
[fallback] Avoid duplicate old BootOrder
Gary Ching-Pang Lin
2014-04-11
additional bounds-checking on section sizes
Kees Cook
2014-01-31
[fallback] Attempt to re-use existing entries when possible.
Peter Jones
2014-01-31
[fallback] For HD() device paths, use just the media node and later.
Peter Jones
2013-11-21
Rewrite directory traversal allocation path so coverity can grok it.
Peter Jones
2013-11-12
fallback.c: fix 32-bit compilation
Andrew Boie
2013-05-15
Fix some minor type errors.
Peter Jones
2013-05-14
Pass parameters correctly when booting.
Peter Jones
2013-05-02
[fallback] Try to execute the first new boot option.
Peter Jones
2013-04-30
Explain byte order handling better.
Peter Jones
2013-04-30
Don't update BootOrder until all csv files are processed
Gary Ching-Pang Lin
2013-04-30
Reset the system after restoring the boot entries
Gary Ching-Pang Lin
2013-04-30
Fix crash due to memory allocation
Gary Ching-Pang Lin
2013-04-30
Get rid of extra "continue".
Peter Jones
2013-04-30
Fix error checking on AllocateZeroPool() in update_boot_order()
Peter Jones
2013-04-30
Add a fallback loader for when shim is invoked as BOOTX64.EFI
Peter Jones