summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 dec...Keshav Padram1-3/+3
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
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
2013-03-21remember LoaderEntryOneShot value for dumpKay Sievers1-4/+6
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 B...Kay Sievers1-0/+5
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 non-exist...Kay Sievers1-9/+4
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
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
2013-02-28setup: add --versionKay Sievers1-1/+11
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