summaryrefslogtreecommitdiff
path: root/fallback.c
AgeCommit message (Expand)Author
2018-04-05Audit get_variable() calls for correct FreePool() use.Peter Jones
2018-03-12console: Add console_print and console_print_at helpersHans de Goede
2018-03-12Don't use uefi_call_wrapper(), ever.Peter Jones
2018-03-12fallback: find_boot_options(): don't leak a file handle.Peter Jones
2018-03-12fallback: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.Peter Jones
2018-03-12fallback: find_boot_options(): make the allocation path prettier.Peter Jones
2018-03-12fallback: find_boot_csv(): eliminate dead code.Peter Jones
2018-03-12fallback: find_boot_csv(): Print the error from try_boot_csv()Peter Jones
2018-03-12fallback: read_file(): limit how big the file can be and still be validPeter Jones
2018-03-12fallback: handle buffer allocations for fh->GetInfo() prettier.Peter Jones
2018-03-12Don't have tons of local guid definitions for no reason at all.Peter Jones
2017-08-11fallback: work around the issue of boot option creation with AMI BIOSLans Zhang
2017-08-11fallback: fix double free of dpLans Zhang
2017-08-03Make fallback aware of tpm measurements, and reboot if tpm is used.Peter Jones
2017-08-01fallback.c: be more correct with device path code.Peter Jones
2017-08-01Make fallback debug printing be dynamic at runtime.Peter Jones
2017-07-31fallback: Minor whitespace cleanupPeter Jones
2017-07-24Exit our dir->Read() loop if it says there's 0 bytes of data to read.Peter Jones
2016-09-06Improve BOOT${ARCH}.CSV support.Peter Jones
2016-09-06Make fallback and mokmanager know about multi-arch.Peter Jones
2015-06-30Improve our debuginfo path printPeter Jones
2015-06-29Add a conditional point for a debugger to attach.Peter Jones
2015-04-13Fix length of allocated buffer for boot option comparison.Laszlo Ersek
2015-04-13fallback: Fix comparison between signed and unsigned in debugging code.Richard W.M. Jones
2014-05-13[fallback] Try to boot the first boot option anywayGary Ching-Pang Lin
2014-05-13[fallback] Fix the data size for boot option comparisonGary Ching-Pang Lin
2014-05-13[fallback] Avoid duplicate old BootOrderGary Ching-Pang Lin
2014-04-11additional bounds-checking on section sizesKees 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-21Rewrite directory traversal allocation path so coverity can grok it.Peter Jones
2013-11-12fallback.c: fix 32-bit compilationAndrew Boie
2013-05-15Fix some minor type errors.Peter Jones
2013-05-14Pass parameters correctly when booting.Peter Jones
2013-05-02[fallback] Try to execute the first new boot option.Peter Jones
2013-04-30Explain byte order handling better.Peter Jones
2013-04-30Don't update BootOrder until all csv files are processedGary Ching-Pang Lin
2013-04-30Reset the system after restoring the boot entriesGary Ching-Pang Lin
2013-04-30Fix crash due to memory allocationGary Ching-Pang Lin
2013-04-30Get rid of extra "continue".Peter Jones
2013-04-30Fix error checking on AllocateZeroPool() in update_boot_order()Peter Jones
2013-04-30Add a fallback loader for when shim is invoked as BOOTX64.EFIPeter Jones