summaryrefslogtreecommitdiff
path: root/src/efi/gummiboot.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-25stub: execute EFI image with an embedded kernel, initrd, cmdline sectionsKay Sievers1-6/+7
2015-01-23find Linux kernels with an embedded os-release fileKay Sievers1-29/+127
2015-01-08force screen clear when entering the menuKay Sievers1-0/+9
2014-04-26compare 'architecture' value as ASCII stringKay Sievers1-11/+2
2014-04-26Add new config file keyword 'architecture' to specify the architecture of the...Keshav Amburay1-2/+21
2014-01-31always set a background before drawing the splashKay Sievers1-5/+18
2014-01-15'P' clear screen after splashKay Sievers1-0/+1
2013-12-22cosmetics for 'P' splash loopKay Sievers1-18/+18
2013-12-22disable cursor when switching text/graphics modeKay Sievers1-1/+0
2013-12-21support "background" color settingKay Sievers1-5/+41
2013-12-21'P' support cycling to backgroud colors for debuggingKay Sievers1-11/+35
2013-12-20'P' disable cursor when coming back from graphics modeKay Sievers1-3/+4
2013-12-17show unconfigured default and entry-specific splash on 'P'Kay Sievers1-8/+18
2013-12-16show default splash on 'P'Tom Gundersen1-4/+14
2013-12-16do not show splash for automatically added entriesKay Sievers1-3/+14
2013-12-16fall back to default splash imageKay Sievers1-4/+15
2013-12-15add splash supportKay Sievers1-1/+22
2013-12-15split out console.[ch]Kay Sievers1-135/+6
2013-12-15split out util.[ch]Kay Sievers1-292/+1
2013-12-15move graphics to its own fileKay Sievers1-72/+3
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