summaryrefslogtreecommitdiff
path: root/fallback.c
AgeCommit message (Expand)Author
2025-03-03fallback: don't add new boot order entries backwardsPeter Jones
2025-02-06Create utils fileEric Snowberg
2024-11-12Null-terminate 'arguments' in fallbackVitaly Kuznetsov
2023-06-21Change type of fallback_verbose_wait from int to unsigned longKamil Aronowski
2023-06-21Rename 'msecs' to 'usecs' to avoid potential confusionKamil Aronowski
2022-05-17shim: use SHIM_DEVEL_VERBOSE when built in devel modePeter Jones
2021-12-10Minor coverity fixes15.5-rc2Peter Jones
2021-12-10fallback: fix fallback not passing arguments of the first boot optionJavier Martinez Canillas
2021-10-12fallback: fix crash when boot entry index >= size of BootOrder listRenaud Métrich
2021-10-12Revert "fallback: find_boot_option() needs to return the index for the boot e...Renaud Métrich
2021-09-07cleanup: always use BS and RT, not gBS and gRTPeter Jones
2021-09-03fallback: add compile option FALLBACK_NONINTERACTIVEDimitri John Ledkov
2021-09-03fallback: Use a dynamic buffer when list var namesJoão Paulo Rechi Vita
2021-09-03fallback: Print info on GetNextVariableName errorsJoão Paulo Rechi Vita
2021-09-03fallback: free the right variable on the read_file() error path.Peter Jones
2021-09-03fallback: incorrect check after AllocateZeroPool()Heinrich Schuchardt
2021-08-10fallback: find_boot_option() needs to return the index for the boot entry in ...Jan Setje-Eilers
2021-03-10fallback: Allow defining FALLBACK_VERBOSE at build timeJoão Paulo Rechi Vita
2021-03-10fallback: Make verbose mode's wait time configurableJoão Paulo Rechi Vita
2021-03-10fallback: Wait before chainloading in verbose modeJoão Paulo Rechi Vita
2021-03-10fallback: Print original BootOrder value in verbose modeJoão Paulo Rechi Vita
2021-03-10fallback: Be silent by defaultJoão Paulo Rechi Vita
2021-03-10fallback: Only use VerbosePrint for debug messagesJoão Paulo Rechi Vita
2021-03-10fallback: Consider all Boot* vars when checking for duplicatesJoão Paulo Rechi Vita
2021-03-10fallback: Store label size instead of calculating on every useJoão Paulo Rechi Vita
2021-03-10Restructure our includes.Peter Jones
2021-02-25Fix all the places we need UNUSED on arguments.Peter Jones
2021-02-16fallback: show a countdown menu before resetGary Lin
2021-02-16Fix up a bunch of our license statements and add SPDX most placesPeter Jones
2021-01-29Work around some clang-format oddnessesPeter Jones
2020-07-23Fix some volatile usage gcc whines about.Peter Jones
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