summaryrefslogtreecommitdiff
path: root/src/efi
AgeCommit message (Expand)AuthorFilesLines
2013-12-15add splash supportKay Sievers5-7/+251
2013-12-15split out console.[ch]Kay Sievers4-144/+188
2013-12-15split out util.[ch]Kay Sievers3-292/+356
2013-12-15move graphics to its own fileKay Sievers3-72/+111
2013-12-15make console_text_mode into more generic functionJoonas Lahtinen1-3/+29
2013-12-15make file_read callable outside compilation unitJoonas Lahtinen1-1/+1
2013-12-11add source format modelineJoonas Lahtinen1-0/+2
2013-10-18handle CTRL-w in line editorKay Sievers1-0/+2
2013-10-04add only the first OS X system we findKay Sievers1-4/+9
2013-09-22try harder to work around firmware with broken SIMPLE_TEXT_INPUT_EX_PROTOCOLKay Sievers1-48/+36
2013-09-22count TSC ticks instead of relying on CPUIDKay Sievers1-83/+14
2013-08-25fall back to SimpleTextInputProtocol if we do not actually get a keyKay Sievers1-1/+9
2013-08-22use EFI/Boot/bootx64.efi instead of EFI/BOOT/BOOTX64.EFIKay Sievers1-1/+1
2013-08-22fall back to SimpleTextInputProtocol if we receive errorsKay Sievers1-7/+17
2013-08-22Autodetect both x64 and ia32 boot*.efi payloadsDarren Hart1-2/+2
2013-08-21gummiboot: Add 32 bit compatible rdtsc asmDarren Hart1-3/+7
2013-08-21fall back to SimpleTextInputProtocol if we can't read a keyKay Sievers1-1/+7
2013-08-21support M-BS, M-d, and fix word jumpingKay Sievers1-11/+44
2013-08-21support M-<, M->Kay Sievers1-0/+7
2013-08-19cleanup EFI_ERROR() useKay Sievers1-11/+11
2013-08-19move all key press handling into key_read()Kay Sievers1-22/+28
2013-08-14simplify hotkey search loopKay Sievers1-16/+9
2013-08-14use hotkey 'a' for OS X, and start searching for hotkeys at current defaultKay Sievers1-2/+2
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
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 dec...Keshav Padram1-3/+3
2013-06-07switch to GNU_EFI_USE_MS_ABI (requires gnu-efi-3.0s)Kay Sievers1-6/+6
2013-05-17another "check ReadKeyStroke() for EFI_SUCCESS"Ahmet Inan1-1/+1
2013-03-23check ReadKeyStroke() for EFI_SUCCESSKay Sievers1-1/+1
2013-03-21remember LoaderEntryOneShot value for dumpKay Sievers1-4/+6
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
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