summaryrefslogtreecommitdiff
path: root/src/efi
AgeCommit message (Collapse)AuthorFilesLines
2013-03-23check ReadKeyStroke() for EFI_SUCCESSKay Sievers1-1/+1
"If a PC using gummiboot is booted without a keyboard plugged in (i.e. such as on a server), instead of following the options specified in loader.conf, it brings up the gummiboot menu without a time-out (whether one is used or not)." https://bugs.archlinux.org/task/34431
2013-03-21remember LoaderEntryOneShot value for dumpKay Sievers1-4/+6
<derRichard> kay: btw: in dump_status() you print LoaderEntryOneShot, but config_default_entry_select() is called before that and deletes the var... <kay> derRichard: oh :)
2013-03-10distinguish "setup" and "user" modeKay Sievers1-1/+1
2013-03-10print secure boot flagsKay Sievers1-4/+5
2013-03-08ReadKeyStroke() in dump()Kay Sievers1-2/+3
2013-03-08pass 64 bit int to uefi_call_wrapper() when neededKay Sievers1-3/+3
2013-03-06enable the menu if no boot entry config snippet was foundKay Sievers1-7/+19
2013-03-06if no entries are found, select the first one not the last one of the auto-* ↵Kay Sievers1-3/+1
entries
2013-03-01do not print NULL values in "dump"Kay Sievers1-9/+16
2013-03-01remove stringify(), we have config.h nowKay Sievers1-9/+6
2013-02-28add "Reboot Into Firmware Interface" menu entryKay Sievers1-3/+60
2013-02-28include secure boot and os indications variables in dumpKay Sievers1-9/+48
2013-02-17actually use minutes not seconds for EFI watchdogKay Sievers1-1/+1
2013-02-17enable/disable EFI watchdogKay Sievers1-0/+2
2013-02-13move sources to subdirectoriesKay Sievers1-0/+1902