summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-27version 3939Kay Sievers1-1/+1
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-23version 3838Tom Gundersen1-1/+1
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-09-09version 3737Harald Hoyer1-1/+1
2013-09-09test-create-disk.sh: format the partition, not the diskKay Sievers1-3/+3
2013-09-09configure.ac: break 2 on lds directory searchHarald Hoyer1-1/+1
2013-08-29configure.ac: search for efi-ldsdir in multiple placesHarald Hoyer1-1/+8
2013-08-25fall back to SimpleTextInputProtocol if we do not actually get a keyKay Sievers1-1/+9
2013-08-22version 3636Kay Sievers1-1/+1
2013-08-22build-sys: move EFI_LIB_DIR, EFI_INC_DIR, EFI_LDS_DIR to AC_ARG_WITH()Kay Sievers2-19/+30
2013-08-22rename test-disk to test-disk.imgKay Sievers2-8/+8
2013-08-22use EFI/Boot/bootx64.efi instead of EFI/BOOT/BOOTX64.EFIKay Sievers4-11/+11
2013-08-22fall back to SimpleTextInputProtocol if we receive errorsKay Sievers1-7/+17
2013-08-22Autodetect both x64 and ia32 boot*.efi payloadsDarren Hart2-3/+4
2013-08-22qemu: skip AC_CHECK_FILE when cross-compilingKay Sievers2-7/+10
2013-08-22add EFI_INCDIR, EFI_CPPFLAGS, EFI_CFLAGS, EFI_LDFLAGS; move defines to CPPKay Sievers1-4/+11
2013-08-21configure.ac: Use AC_CHECK_HEADER to detect the efi includesDarren Hart1-5/+6
2013-08-21configure.ac: Allow for more than just i686 for ia32Darren 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 Sievers2-12/+45
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 Sievers2-1/+2
2013-08-08support hotkeys to boot an entry immediately, or to select one in the menuKay Sievers2-15/+69
2013-08-08handle Alt-key in line editor; use 'Q' to quit; use 'P' for print dumpKay Sievers1-64/+194
2013-07-30version 3434Kay Sievers1-1/+1
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-28test: use 512 MB, mkfs.vfat seems to get confused with FAT32 on small volumesKay Sievers1-2/+2
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-16version 3333Kay Sievers1-1/+1
2013-06-16 EFI_CONSOLE_CONTROL_PROTOCOL structs in console_text_mode() should be dec...Keshav Padram1-3/+3
2013-06-07version 3232Kay Sievers1-1/+1
2013-06-07switch to GNU_EFI_USE_MS_ABI (requires gnu-efi-3.0s)Kay Sievers2-8/+11
2013-06-07setup: rename variableKay Sievers1-4/+4
2013-05-17version 3131Kay Sievers1-1/+1
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