summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-08-08version 3535Kay Sievers1-0/+1
2013-08-08support hotkeys to boot an entry immediately, or to select one in the menuKay Sievers1-12/+65
1-9: Index of entry l: Linux s: Shell w: Windows m: OS X
2013-08-08handle Alt-key in line editor; use 'Q' to quit; use 'P' for print dumpKay Sievers1-64/+194
2013-07-30print "t/T" in help text for timeout setting keysKay Sievers1-1/+1
2013-07-30properly calculate end-of-line jumpKay Sievers1-1/+1
2013-07-30handle scan code and unicode key as one valueKay Sievers1-98/+98
2013-07-28dump: handle ESC key before printing the first entryKay Sievers1-2/+3
2013-07-28support CTRL-c to exit option editorKay Sievers1-1/+2
2013-07-28stop dump with ESC key; limit option editor to configured entriesKay Sievers1-0/+5
2013-07-28use mapping table for menu and line editor; use 'h' for helpKay Sievers1-37/+45
2013-07-27support CTRL-{a,e,f,b} in line editorKay Sievers1-0/+28
2013-06-16 EFI_CONSOLE_CONTROL_PROTOCOL structs in console_text_mode() should be ↵Keshav Padram1-3/+3
declared as EFIAPI EFI_CONSOLE_CONTROL_PROTOCOL structs in console_text_mode() previously were not declared as EFIAPI, due to which gummiboot compiled with gnu-efi 3.0t (with GNU_EFI_USE_MS_ABI enabled) hanged. Fix this by declaring EFI_CONSOLE_CONTROL_PROTOCOL_{GET_MODE,SET_MODE,LOCK_STD_IN} as EFIAPI. Tested in Lenovo Thinkpad E430, UEFI 2.3.1, x86_64 firmware.
2013-06-07switch to GNU_EFI_USE_MS_ABI (requires gnu-efi-3.0s)Kay Sievers1-6/+6
2013-06-07setup: rename variableKay Sievers1-4/+4
2013-05-17another "check ReadKeyStroke() for EFI_SUCCESS"Ahmet Inan1-1/+1
Just like with commit 9061fc1, trying to boot server without keyboard resets timeout and prevents normal boot of default entry.
2013-05-03setup: use the value not the index when updating an entryKay Sievers1-1/+1
2013-03-28setup: status - Flags: --> Status:Kay Sievers1-1/+1
2013-03-28setup: show - print missing /Kay Sievers1-2/+2
2013-03-28setup: status - do not print values from current bootKay Sievers1-36/+5
2013-03-28setup: status - ESP --> PartitionKay Sievers1-1/+1
2013-03-28setup: status - re-order ESP and loader files printingKay Sievers1-9/+13
2013-03-27setup: status - prefix list of loadersKay Sievers1-7/+5
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-20setup: print only boot loader entries with an actual loader binaryKay Sievers3-22/+26
2013-03-18setup: do not stop printing options if BootOrder cannot be readKay Sievers1-2/+1
2013-03-16setup: if all BootXXXX are used, find the next slot behind, don't overwrite ↵Kay Sievers1-0/+5
Boot0000 https://bbs.archlinux.org/viewtopic.php?pid=1242470#p1242470
2013-03-10setup: Loader -> BinaryKay Sievers1-1/+1
2013-03-10setup: print partition for disk entriesKay Sievers1-2/+4
2013-03-10setup: use flag variableKay Sievers1-2/+2
2013-03-10setup: make fuction staticKay Sievers1-1/+1
2013-03-10distinguish "setup" and "user" modeKay Sievers2-2/+2
2013-03-10print secure boot flagsKay Sievers4-16/+31
2013-03-10setup: tilt slashesKay Sievers3-4/+7
2013-03-10setup: name fields in "status" outputKay Sievers3-19/+39
2013-03-10build-sys: move man page to man/Kay Sievers1-137/+0
2013-03-09setup: use gummibootlibdirMarc-Antoine Perennou1-3/+3
2013-03-08ReadKeyStroke() in dump()Kay Sievers1-2/+3
2013-03-08setup: fix is_secure_boot()Kay Sievers1-1/+1
2013-03-08setup: return proper error code from variable_set()Kay Sievers1-1/+3
2013-03-08setup: fix same_entry() for entries without a device pathKay Sievers2-4/+10
2013-03-08setup: fix error parameterKay Sievers1-2/+3
2013-03-08pass 64 bit int to uefi_call_wrapper() when neededKay Sievers1-3/+3
2013-03-06setup: do not stop printing all boot entries, if the boot order has ↵Kay Sievers1-9/+4
non-existing ones
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-05setup: install - always add entry to the boot order listKay Sievers1-8/+10
2013-03-01do not print NULL values in "dump"Kay Sievers1-9/+16
2013-03-01remove stringify(), we have config.h nowKay Sievers2-13/+7
2013-03-01build-sys: move man page to section 8Karel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>