Age | Commit message (Expand) | Author | Files | Lines |
2013-08-22 | use EFI/Boot/bootx64.efi instead of EFI/BOOT/BOOTX64.EFI | Kay Sievers | 1 | -1/+1 |
2013-08-22 | fall back to SimpleTextInputProtocol if we receive errors | Kay Sievers | 1 | -7/+17 |
2013-08-22 | Autodetect both x64 and ia32 boot*.efi payloads | Darren Hart | 1 | -2/+2 |
2013-08-21 | gummiboot: Add 32 bit compatible rdtsc asm | Darren Hart | 1 | -3/+7 |
2013-08-21 | fall back to SimpleTextInputProtocol if we can't read a key | Kay Sievers | 1 | -1/+7 |
2013-08-21 | support M-BS, M-d, and fix word jumping | Kay Sievers | 1 | -11/+44 |
2013-08-21 | support M-<, M-> | Kay Sievers | 1 | -0/+7 |
2013-08-19 | cleanup EFI_ERROR() use | Kay Sievers | 1 | -11/+11 |
2013-08-19 | move all key press handling into key_read() | Kay Sievers | 1 | -22/+28 |
2013-08-14 | simplify hotkey search loop | Kay Sievers | 1 | -16/+9 |
2013-08-14 | use hotkey 'a' for OS X, and start searching for hotkeys at current default | Kay Sievers | 1 | -2/+2 |
2013-08-08 | version 3535 | Kay Sievers | 1 | -0/+1 |
2013-08-08 | support hotkeys to boot an entry immediately, or to select one in the menu | Kay Sievers | 1 | -12/+65 |
2013-08-08 | handle Alt-key in line editor; use 'Q' to quit; use 'P' for print dump | Kay Sievers | 1 | -64/+194 |
2013-07-30 | print "t/T" in help text for timeout setting keys | Kay Sievers | 1 | -1/+1 |
2013-07-30 | properly calculate end-of-line jump | Kay Sievers | 1 | -1/+1 |
2013-07-30 | handle scan code and unicode key as one value | Kay Sievers | 1 | -98/+98 |
2013-07-28 | dump: handle ESC key before printing the first entry | Kay Sievers | 1 | -2/+3 |
2013-07-28 | support CTRL-c to exit option editor | Kay Sievers | 1 | -1/+2 |
2013-07-28 | stop dump with ESC key; limit option editor to configured entries | Kay Sievers | 1 | -0/+5 |
2013-07-28 | use mapping table for menu and line editor; use 'h' for help | Kay Sievers | 1 | -37/+45 |
2013-07-27 | support CTRL-{a,e,f,b} in line editor | Kay Sievers | 1 | -0/+28 |
2013-06-16 | EFI_CONSOLE_CONTROL_PROTOCOL structs in console_text_mode() should be dec... | Keshav Padram | 1 | -3/+3 |
2013-06-07 | switch to GNU_EFI_USE_MS_ABI (requires gnu-efi-3.0s) | Kay Sievers | 1 | -6/+6 |
2013-05-17 | another "check ReadKeyStroke() for EFI_SUCCESS" | Ahmet Inan | 1 | -1/+1 |
2013-03-23 | check ReadKeyStroke() for EFI_SUCCESS | Kay Sievers | 1 | -1/+1 |
2013-03-21 | remember LoaderEntryOneShot value for dump | Kay Sievers | 1 | -4/+6 |
2013-03-10 | distinguish "setup" and "user" mode | Kay Sievers | 1 | -1/+1 |
2013-03-10 | print secure boot flags | Kay Sievers | 1 | -4/+5 |
2013-03-08 | ReadKeyStroke() in dump() | Kay Sievers | 1 | -2/+3 |
2013-03-08 | pass 64 bit int to uefi_call_wrapper() when needed | Kay Sievers | 1 | -3/+3 |
2013-03-06 | enable the menu if no boot entry config snippet was found | Kay Sievers | 1 | -7/+19 |
2013-03-06 | if no entries are found, select the first one not the last one of the auto-* ... | Kay Sievers | 1 | -3/+1 |
2013-03-01 | do not print NULL values in "dump" | Kay Sievers | 1 | -9/+16 |
2013-03-01 | remove stringify(), we have config.h now | Kay Sievers | 1 | -9/+6 |
2013-02-28 | add "Reboot Into Firmware Interface" menu entry | Kay Sievers | 1 | -3/+60 |
2013-02-28 | include secure boot and os indications variables in dump | Kay Sievers | 1 | -9/+48 |
2013-02-17 | actually use minutes not seconds for EFI watchdog | Kay Sievers | 1 | -1/+1 |
2013-02-17 | enable/disable EFI watchdog | Kay Sievers | 1 | -0/+2 |
2013-02-13 | move sources to subdirectories | Kay Sievers | 1 | -0/+1902 |